Searched defs:PyType_HasFeature (Results 1 – 2 of 2) sorted by relevance
621 PyType_HasFeature(PyTypeObject *type, unsigned long feature) in PyType_HasFeature() function
659 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0) macro