dunderdoc

A Documentation module for dunder methods


License
MIT
Install
pip install dunderdoc==0.3.0

Documentation

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