Searched defs:__instancecheck__ (Results 1 – 9 of 9) sorted by relevance
| /external/python/cpython2/Lib/test/ |
| D | test_typechecks.py | 9 def __instancecheck__(cls, inst): member in ABC 77 def __instancecheck__(self, inst): member in TypeChecksTest.test_oldstyle.X
|
| /external/python/cpython3/Lib/test/ |
| D | test_typechecks.py | 8 def __instancecheck__(cls, inst): member in ABC
|
| /external/python/cpython2/Lib/ |
| D | abc.py | 128 def __instancecheck__(cls, instance): member in ABCMeta
|
| /external/python/cpython3/Lib/ |
| D | _py_abc.py | 92 def __instancecheck__(cls, instance): member in ABCMeta
|
| D | abc.py | 96 def __instancecheck__(cls, instance): member in ABCMeta
|
| D | typing.py | 331 def __instancecheck__(self, obj): member in _SpecialForm 696 def __instancecheck__(self, obj): member in _BaseGenericAlias 1092 def __instancecheck__(cls, instance): member in _ProtocolMeta 1932 __instancecheck__ = __subclasscheck__ variable in _TypedDictMeta
|
| D | ast.py | 520 def __instancecheck__(cls, inst): member in _ABC
|
| /external/tensorflow/tensorflow/python/distribute/ |
| D | collective_all_reduce_strategy.py | 222 def __instancecheck__(cls, instance): member in _CollectiveAllReduceStrategyExperimentalMeta
|
| /external/protobuf/python/google/protobuf/ |
| D | descriptor.py | 65 def __instancecheck__(cls, obj): member in DescriptorMetaclass
|