Home
last modified time | relevance | path

Searched refs:allmethods (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_pydoc.py779 methods = pydoc.allmethods(TestClass)
/third_party/python/Lib/
Dpydoc.py246 def allmethods(cl): function
251 methods.update(allmethods(base)) # all your base are belong to us
/third_party/python/Misc/
DHISTORY5217 'allmethods'; it was missing unbound methods on the class.