Skip to content

Documentation module for all python dunder (magic) methods

License

Notifications You must be signed in to change notification settings

nhumrich/dunderdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dunderdoc

Documentation module for all python dunder (magic) methods

Installing

pip install dunderdoc

Usage

python -m dunderdoc print
python -m dunderdoc find __add__  # search by dunder name
python -m dunderdoc list  # show all sections
python -m dunderdoc print {section}  # show all in a section

Or, do you just want to see all the docs in your browser/editor and search? Just open up the dunders.txt file, which is the equivalent of dunderdoc print

About

Documentation module for all python dunder (magic) methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages