Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upbpython could show the function docstring along with argspec #35
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When calling a function, or method, it would be nice if bpython showed the method docstring instead of just showing the argspec.
Optionally, only shows the docstring after pressing tab, or after pressing tab twice.