Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/includes/
Dcustom2.c77 Custom_name(CustomObject *self, PyObject *Py_UNUSED(ignored)) in Custom_name() function
91 {"name", (PyCFunction) Custom_name, METH_NOARGS,
Dcustom3.c135 Custom_name(CustomObject *self, PyObject *Py_UNUSED(ignored)) in Custom_name() function
141 {"name", (PyCFunction) Custom_name, METH_NOARGS,
Dcustom4.c147 Custom_name(CustomObject *self, PyObject *Py_UNUSED(ignored)) in Custom_name() function
153 {"name", (PyCFunction) Custom_name, METH_NOARGS,
/external/python/cpython3/Doc/extending/
Dnewtypes_tutorial.rst460 Custom_name(CustomObject *self)
495 {"name", (PyCFunction) Custom_name, METH_NOARGS,