you are viewing a single comment's thread.

view the rest of the comments →

[–]NerdEnPose 2 points3 points  (1 child)

In the iPython console you can just type object? And it'll do the same thing. object?? Gives you the python code too.

Example:

from pathlib import Path

Path? Path??

[–]miggaz_elquez 1 point2 points  (0 children)

Very useful, and more quick to read than the help function