Searched defs:class_or_tuple (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Python/clinic/ |
D | bltinmodule.c.h | 830 PyObject *class_or_tuple; in builtin_isinstance() local 865 PyObject *class_or_tuple; in builtin_issubclass() local
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 2596 PyObject *class_or_tuple) in builtin_isinstance_impl() 2624 PyObject *class_or_tuple) in builtin_issubclass_impl()
|
/external/python/typing/typing_extensions/src/ |
D | test_typing_extensions.py | 36 def assertIsSubclass(self, cls, class_or_tuple, msg=None): argument 43 def assertNotIsSubclass(self, cls, class_or_tuple, msg=None): argument
|
/external/python/cpython3/Lib/test/ |
D | test_typing.py | 41 def assertIsSubclass(self, cls, class_or_tuple, msg=None): argument 48 def assertNotIsSubclass(self, cls, class_or_tuple, msg=None): argument
|