Searched refs:PyStaticMethod_Type (Results 1 – 6 of 6) sorted by relevance
68 PyAPI_DATA(PyTypeObject) PyStaticMethod_Type;
844 PyTypeObject PyStaticMethod_Type = { variable890 PyType_GenericAlloc(&PyStaticMethod_Type, 0); in PyStaticMethod_New()
2127 if (PyType_Ready(&PyStaticMethod_Type) < 0) in _Py_ReadyTypes()
347 "PyStaticMethod_Type"
380 "Emulate PyStaticMethod_Type() in Objects/funcobject.c"
2733 SETBUILTIN("staticmethod", &PyStaticMethod_Type); in _PyBuiltin_Init()