Home | History | Annotate | Download | only in Include

Lines Matching defs:tp_flags

356     long tp_flags;
539 `Type flags (tp_flags)
553 Type definitions should use Py_TPFLAGS_DEFAULT for their tp_flags value.
659 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)