Home
last modified time | relevance | path

Searched refs:PyTclObject_str (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
D_tkinter.c798 PyTclObject_str(PyTclObject *self) in PyTclObject_str() function
811 PyObject *repr, *str = PyTclObject_str(self); in PyTclObject_repr()
864 {Py_tp_str, (reprfunc)PyTclObject_str},
/aosp_15_r20/external/python/cpython2/Modules/
D_tkinter.c897 PyTclObject_str(PyTclObject *self) in PyTclObject_str() function
1011 (reprfunc)PyTclObject_str, /*tp_str*/