HomeSort by relevance Sort by last modified time
    Searched full:_hasattr (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_abcoll.py 24 def _hasattr(C, attr): function
66 if _hasattr(C, "__iter__"):
86 if _hasattr(C, "next") and _hasattr(C, "__iter__"):
101 if _hasattr(C, "__len__"):
116 if _hasattr(C, "__contains__"):
131 if _hasattr(C, "__call__"):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_abcoll.py 24 def _hasattr(C, attr): function
66 if _hasattr(C, "__iter__"):
86 if _hasattr(C, "next") and _hasattr(C, "__iter__"):
101 if _hasattr(C, "__len__"):
116 if _hasattr(C, "__contains__"):
131 if _hasattr(C, "__call__"):
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]

Completed in 194 milliseconds