Home
last modified time | relevance | path

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

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