Searched refs:PyTclObject (Results 1 – 1 of 1) sorted by relevance
888 } PyTclObject; typedef896 PyTclObject *self; in newPyTclObject()897 self = PyObject_New(PyTclObject, (PyTypeObject *) PyTclObject_Type); in newPyTclObject()907 PyTclObject_dealloc(PyTclObject *self) in PyTclObject_dealloc()921 PyTclObject_string(PyTclObject *self, void *ignored) in PyTclObject_string()933 PyTclObject_str(PyTclObject *self) in PyTclObject_str()944 PyTclObject_repr(PyTclObject *self) in PyTclObject_repr()975 result = strcmp(Tcl_GetString(((PyTclObject *)self)->value), in PyTclObject_richcompare()976 Tcl_GetString(((PyTclObject *)other)->value)); in PyTclObject_richcompare()983 get_typename(PyTclObject* obj, void* ignored) in get_typename()[all …]