• Tim Peters's avatar
    docroutine() (both instances): Docstrings for class methods weren't · 8ac8be59
    Tim Peters yazdı
    getting displayed, due to a special case here whose purpose I didn't
    understand.  So just disabled the doc suppression here.
    
    Another special case here skips the docs when picking apart a method
    and finding that the im_func is also in the class __dict__ under
    the same name.  That one I understood.  It has a curious consequence,
    though, wrt inherited properties:  a static class copies inherited stuff
    into the inheriting class's dict, and that affects whether or not this
    special case triggers.  The upshoot is that pydoc doesn't show the
    function docstrings of getter/setter/deleter functions of inherited
    properties in the property section when the class is static, but does
    when the class is dynamic (bring up Lib/test/pydocfodder.py under
    GUI pydoc to see this).
    8ac8be59
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
PLAN.txt Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...