Searched refs:_hasattr (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | _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__"):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | _abcoll.py | 24 def _hasattr(C, attr): function 66 if _hasattr(C, "__iter__"): 85 if _hasattr(C, "next") and _hasattr(C, "__iter__"): 100 if _hasattr(C, "__len__"): 115 if _hasattr(C, "__contains__"): 130 if _hasattr(C, "__call__"):
|