/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pydoc.py | 334 if isinstance(object, property): return self.docproperty(*args) 343 docmodule = docclass = docroutine = docother = docproperty = docdata = fail 930 def docproperty(self, object, name=None, mod=None, cl=None): function 1311 def docproperty(self, object, name=None, mod=None, cl=None): member in class:TextDoc [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pydoc.py | 334 if isinstance(object, property): return self.docproperty(*args) 343 docmodule = docclass = docroutine = docother = docproperty = docdata = fail 930 def docproperty(self, object, name=None, mod=None, cl=None): function 1311 def docproperty(self, object, name=None, mod=None, cl=None): member in class:TextDoc [all...] |