HomeSort by relevance Sort by last modified time
    Searched refs:PyType_GetFlags (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Include/
object.h 493 PyAPI_FUNC(unsigned long) PyType_GetFlags(PyTypeObject*);
683 #define PyType_HasFeature(t,f) ((PyType_GetFlags(t) & (f)) != 0)
    [all...]
  /external/python/cpython3/Objects/
typeobject.c     [all...]

Completed in 51 milliseconds