Home
last modified time | relevance | path

Searched refs:_PyUnion_Check (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Objects/
H A Dunionobject.c54 if (!_PyUnion_Check(b) || (op != Py_EQ && op != Py_NE)) { in union_richcompare()
138 if (_PyUnion_Check(*obj)) { in get_types()
155 _PyUnion_Check(obj)); in is_unionable()
367 assert(_PyUnion_Check(self)); in _Py_union_args()
H A Dabstract.c10 #include "pycore_unionobject.h" // _PyUnion_Check()
2629 if (_PyUnion_Check(cls)) { in object_recursive_isinstance()
2700 if (!_PyUnion_Check(cls) && !check_class(cls, in recursive_issubclass()
2722 if (_PyUnion_Check(cls)) { in object_issubclass()
/third_party/python/Include/internal/
H A Dpycore_unionobject.h12 #define _PyUnion_Check(op) Py_IS_TYPE(op, &_PyUnion_Type) macro

Completed in 5 milliseconds