Home | History | Annotate | Download | only in Include

Lines Matching defs:tp_flags

356     long tp_flags;

527 `Type flags (tp_flags)
541 Type definitions should use Py_TPFLAGS_DEFAULT for their tp_flags value.
647 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)