Searched refs:PyTclObject (Results 1 – 2 of 2) sorted by relevance
753 } PyTclObject; typedef761 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()840 result = strcmp(Tcl_GetString(((PyTclObject *)self)->value), in PyTclObject_richcompare()841 Tcl_GetString(((PyTclObject *)other)->value)); in PyTclObject_richcompare()848 get_typename(PyTclObject* obj, void* ignored) in get_typename()[all …]
870 } PyTclObject; typedef878 PyTclObject *self; in newPyTclObject()879 self = PyObject_New(PyTclObject, &PyTclObject_Type); in newPyTclObject()889 PyTclObject_dealloc(PyTclObject *self) in PyTclObject_dealloc()897 PyTclObject_str(PyTclObject *self) in PyTclObject_str()910 return Tcl_GetString(((PyTclObject*)self)->value); in PyTclObject_TclString()918 PyTclObject_string(PyTclObject *self, void *ignored) in PyTclObject_string()935 PyTclObject_unicode(PyTclObject *self, void *ignored) in PyTclObject_unicode()950 PyTclObject_repr(PyTclObject *self) in PyTclObject_repr()959 PyTclObject_cmp(PyTclObject *self, PyTclObject *other) in PyTclObject_cmp()[all …]