Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/includes/
Dcustom2.c90 static PyMethodDef Custom_methods[] = { variable
108 .tp_methods = Custom_methods,
Dcustom3.c140 static PyMethodDef Custom_methods[] = { variable
158 .tp_methods = Custom_methods,
Dcustom4.c152 static PyMethodDef Custom_methods[] = { variable
172 .tp_methods = Custom_methods,
/external/python/cpython3/Doc/extending/
Dnewtypes_tutorial.rst494 static PyMethodDef Custom_methods[] = {
506 .tp_methods = Custom_methods,