Searched defs:__instancecheck__ (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | _typecheck.py | 85 def __instancecheck__(self, instance): member in Union 95 def __instancecheck__(self, instance): member in Optional 106 def __instancecheck__(self, instance): member in List 117 def __instancecheck__(self, instance): member in Sequence 133 def __instancecheck__(self, instance): member in Collection 147 def __instancecheck__(self, instance): member in Tuple 159 def __instancecheck__(self, instance): member in Mapping 172 def __instancecheck__(self, instance): member in Dict
|
/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 | 137 def __instancecheck__(cls, instance): member in ABCMeta
|
D | typing.py | 331 def __instancecheck__(self, obj): member in _SpecialForm 707 def __instancecheck__(self, obj): member in _GenericAlias 1095 def __instancecheck__(self, obj): member in _ProtocolMeta
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 64 def __instancecheck__(cls, obj): member in DescriptorMetaclass
|