Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_tkinter.c890 static PyObject *PyTclObject_Type; variable
891 #define PyTclObject_Check(v) Py_IS_TYPE(v, (PyTypeObject *) PyTclObject_Type)
897 self = PyObject_New(PyTclObject, (PyTypeObject *) PyTclObject_Type); in newPyTclObject()
3576 PyTclObject_Type = o; in PyInit__tkinter()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2370 Modules/_tkinter.c - PyTclObject_Type -