Home
last modified time | relevance | path

Searched refs:PyTclObject (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_tkinter.c516 class _tkinter.Tcl_Obj "PyTclObject *" "&PyTclObject_Type_spec"
753 } PyTclObject; typedef
761 PyTclObject *self; in newPyTclObject()
762 self = PyObject_New(PyTclObject, (PyTypeObject *) PyTclObject_Type); in newPyTclObject()
772 PyTclObject_dealloc(PyTclObject *self) in PyTclObject_dealloc()
786 PyTclObject_string(PyTclObject *self, void *ignored) in PyTclObject_string()
798 PyTclObject_str(PyTclObject *self) in PyTclObject_str()
809 PyTclObject_repr(PyTclObject *self) in PyTclObject_repr()
831 /* both arguments should be instances of PyTclObject */ in PyTclObject_richcompare()
840 result = strcmp(Tcl_GetString(((PyTclObject *)sel in PyTclObject_richcompare()
[all...]

Completed in 3 milliseconds