Lines Matching refs:tp_base
2839 0, /* tp_base */
3400 // .tp_base = &PyTuple_Type, // filled in PyInit__datetime
3669 0, /* tp_base */
3896 0, /* tp_base */
4132 0, /* tp_base; filled in PyInit__datetime */
4806 0, /* tp_base */
6660 0, /* tp_base; filled in
6723 // of C standards. Fill tp_base at run-time rather than statically.
6725 PyDateTime_IsoCalendarDateType.tp_base = &PyTuple_Type;
6726 PyDateTime_TimeZoneType.tp_base = &PyDateTime_TZInfoType;
6727 PyDateTime_DateTimeType.tp_base = &PyDateTime_DateType;