Searched refs:PyStaticMethod_Type (Results 1 – 11 of 11) sorted by relevance
68 PyAPI_DATA(PyTypeObject) PyStaticMethod_Type;
94 PyAPI_DATA(PyTypeObject) PyStaticMethod_Type;
844 PyTypeObject PyStaticMethod_Type = { variable890 PyType_GenericAlloc(&PyStaticMethod_Type, 0); in PyStaticMethod_New()
2132 if (PyType_Ready(&PyStaticMethod_Type) < 0) in _Py_ReadyTypes()
943 PyTypeObject PyStaticMethod_Type = { variable989 PyType_GenericAlloc(&PyStaticMethod_Type, 0); in PyStaticMethod_New()
1819 if (PyType_Ready(&PyStaticMethod_Type) < 0) in _Py_ReadyTypes()
347 "PyStaticMethod_Type"
384 "Emulate PyStaticMethod_Type() in Objects/funcobject.c"
380 "Emulate PyStaticMethod_Type() in Objects/funcobject.c"
2850 SETBUILTIN("staticmethod", &PyStaticMethod_Type); in _PyBuiltin_Init()
2744 SETBUILTIN("staticmethod", &PyStaticMethod_Type); in _PyBuiltin_Init()