Searched defs:_hasattr (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A D_abcoll.py24 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/libnl/python/netlink/
H A Dcore.py424 def _hasattr(self, attr): member in class:Object

Completed in 119 milliseconds