Skip to content Skip to sidebar Skip to footer
Showing posts with the label Double Underscore

How Can I Apply :special-members: To Just One Class Inside An Automodule Directive?

I am putting together Sphinx-driven (v1.3.1) documentation for a Python 2.7 project using autodoc a… Read more How Can I Apply :special-members: To Just One Class Inside An Automodule Directive?

Python Double Underscore Mangling

I am a bit confused by this behavior (using python 3.2): class Bar: pass bar = Bar() bar.__cac… Read more Python Double Underscore Mangling