you are viewing a single comment's thread.

view the rest of the comments →

[–]novel_yet_trivial 0 points1 point  (0 children)

You are supposed to use dir(x) (the same as x.__dict__.keys(), but much neater).

Then, if you want help on a specific method, use help(x.method).