Searched defs:__instancecheck__ (Results 1 – 7 of 7) sorted by relevance
| /third_party/python/Lib/test/ | ||
| D | test_typechecks.py | 8 def __instancecheck__(cls, inst): member in ABC |
| D | test_types.py | 769 def __instancecheck__(cls, inst): member in UnionTests.test_bad_instancecheck.BadMeta |
| /third_party/python/Lib/ | ||
| D | _py_abc.py | 92 def __instancecheck__(cls, instance): member in ABCMeta |
| D | abc.py | 117 def __instancecheck__(cls, instance): member in ABCMeta |
| D | typing.py | 470 def __instancecheck__(self, obj): member in _SpecialForm |
| D | ast.py | 531 def __instancecheck__(cls, inst): member in _ABC |
| /third_party/protobuf/python/google/protobuf/ | ||
| D | descriptor.py | 66 def __instancecheck__(cls, obj): member in DescriptorMetaclass |