Python - How to locate the file/documentation that contain the definition when running help()?

Viewed 19

I want to see how a method is defined.

Normally, I run the help(method_name) in Terminal to see how it's defined but reading through all the text using Terminal has not been fun.

I'm wondering if I can just locate the file where the method is and see how it's defined. Problem is - I don't know how to find this file.

0 Answers
Related