Home
last modified time | relevance | path

Searched defs:PyType_FastSubclass (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dobject.h660 #define PyType_FastSubclass(t,f) PyType_HasFeature(t,f) macro
/external/python/cpython3/Include/
Dobject.h687 #define PyType_FastSubclass(t,f) PyType_HasFeature(t,f) macro