Home
last modified time | relevance | path

Searched refs:PyStaticMethod_Type (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Include/
Dfuncobject.h68 PyAPI_DATA(PyTypeObject) PyStaticMethod_Type;
/external/python/cpython3/Include/
Dfuncobject.h94 PyAPI_DATA(PyTypeObject) PyStaticMethod_Type;
/external/python/cpython2/Objects/
Dfuncobject.c844 PyTypeObject PyStaticMethod_Type = { variable
890 PyType_GenericAlloc(&PyStaticMethod_Type, 0); in PyStaticMethod_New()
Dobject.c2132 if (PyType_Ready(&PyStaticMethod_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython3/Objects/
Dfuncobject.c943 PyTypeObject PyStaticMethod_Type = { variable
989 PyType_GenericAlloc(&PyStaticMethod_Type, 0); in PyStaticMethod_New()
Dobject.c1819 if (PyType_Ready(&PyStaticMethod_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython2/PC/os2emx/
Dpython27.def347 "PyStaticMethod_Type"
/external/python/cpython3/Doc/howto/
Ddescriptor.rst384 "Emulate PyStaticMethod_Type() in Objects/funcobject.c"
/external/python/cpython2/Doc/howto/
Ddescriptor.rst380 "Emulate PyStaticMethod_Type() in Objects/funcobject.c"
/external/python/cpython3/Python/
Dbltinmodule.c2850 SETBUILTIN("staticmethod", &PyStaticMethod_Type); in _PyBuiltin_Init()
/external/python/cpython2/Python/
Dbltinmodule.c2744 SETBUILTIN("staticmethod", &PyStaticMethod_Type); in _PyBuiltin_Init()