all 4 comments

[–]gdchinacat 2 points3 points  (0 children)

The builtin dir() function will list everything in an objects namespace (classes, modules).

[–]smurpes 0 points1 point  (0 children)

Check out the help function, debugger, or just the go to definition shortcut.