Home | History | Annotate | Download | only in python2.7

Lines Matching defs:tp_flags

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