Home
last modified time | relevance | path

Searched refs:_hasattr (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
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/
Dcore.py424 def _hasattr(self, attr): member in Object