Home
last modified time | relevance | path

Searched refs:Custom_methods (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Doc/includes/
Dcustom2.c91 static PyMethodDef Custom_methods[] = { variable
109 .tp_methods = Custom_methods,
Dcustom3.c141 static PyMethodDef Custom_methods[] = { variable
159 .tp_methods = Custom_methods,
Dcustom4.c153 static PyMethodDef Custom_methods[] = { variable
173 .tp_methods = Custom_methods,
/external/python/cpython3/Doc/extending/
Dnewtypes_tutorial.rst500 static PyMethodDef Custom_methods[] = {
512 .tp_methods = Custom_methods,