HomeSort by relevance Sort by last modified time
    Searched refs:homecls (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 297 homecls = None
301 homecls = base
305 homecls = getattr(obj, "__objclass__", homecls)
327 result.append(Attribute(name, kind, homecls, obj))
    [all...]
pydoc.py 742 for name, kind, homecls, value in ok:
760 for name, kind, homecls, value in ok:
769 for name, kind, homecls, value in ok:
789 for key, kind, homecls, value in attrs:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 297 homecls = None
301 homecls = base
305 homecls = getattr(obj, "__objclass__", homecls)
327 result.append(Attribute(name, kind, homecls, obj))
    [all...]
pydoc.py 742 for name, kind, homecls, value in ok:
760 for name, kind, homecls, value in ok:
769 for name, kind, homecls, value in ok:
789 for key, kind, homecls, value in attrs:
    [all...]

Completed in 47 milliseconds