A full Python guide.
How to get docstring from a function:
- Go to the Python interactive shell with
python -i myfile.py
, and typehelp(my_func)
ormy_func.__doc__
.
External Libraries:
paramiko, fabric, psutil, pyyaml/json, dotenv, pytest
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
A full Python guide.
How to get docstring from a function:
python -i myfile.py
, and type help(my_func)
or my_func.__doc__
.External Libraries:
paramiko, fabric, psutil, pyyaml/json, dotenv, pytest