HomeSort by relevance Sort by last modified time
    Searched refs:PyTclObject_str (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/
_tkinter.c 867 PyTclObject_str(PyTclObject *self, void *ignored)
880 PyObject *repr, *str = PyTclObject_str(self, NULL);
963 {Py_tp_str, (reprfunc)PyTclObject_str},
    [all...]
  /external/python/cpython2/Modules/
_tkinter.c 897 PyTclObject_str(PyTclObject *self)
1011 (reprfunc)PyTclObject_str, /*tp_str*/
    [all...]

Completed in 200 milliseconds