Home
last modified time | relevance | path

Searched refs:PyClassMethod_Type (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Dfuncobject.h88 PyAPI_DATA(PyTypeObject) PyClassMethod_Type;
/third_party/python/Objects/
Dfuncobject.c814 PyTypeObject PyClassMethod_Type = { variable
860 PyType_GenericAlloc(&PyClassMethod_Type, 0); in PyClassMethod_New()
/third_party/python/Python/
Dbltinmodule.c2820 SETBUILTIN("classmethod", &PyClassMethod_Type); in _PyBuiltin_Init()
/third_party/python/Tools/c-analyzer/
DTODO848 Objects/funcobject.c:PyClassMethod_Type PyTypeObject PyClassMethod_Type
Dknown.tsv812 Objects/funcobject.c - PyClassMethod_Type variable PyTypeObject PyClassMethod_Type
/third_party/python/Doc/howto/
Ddescriptor.rst1260 "Emulate PyClassMethod_Type() in Objects/funcobject.c"