pydoc - suppressing builtins?

contact at alanlittle.org contact at alanlittle.org
Thu Jun 23 05:30:53 EDT 2005


Is it possible to persuade pydoc not to include documentation for
methods inherited from built-in classes? I have several classes that
inherit from dict, and don't really need documentation thousands of
lines long that consists mostly of dict's methods repeated multiple
times.

I'm sure I could qite easily write something to post-process the HTML
files; just wondering if there might be an easier way.

thanks
Alan




More information about the Python-list mailing list