Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobject.h621 PyType_HasFeature(PyTypeObject *type, unsigned long feature) in PyType_HasFeature() function
/external/python/cpython2/Include/
Dobject.h659 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0) macro