Home
last modified time | relevance | path

Searched refs:type_repr (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/lib2to3/
Dbtm_matcher.py146 (node.id, subnode.id, type_repr(subnode_key), str(subnode.fixers)))
155 def type_repr(type_num): function
Dpytree.py21 def type_repr(type_num): function
239 type_repr(self.type),
441 args = [type_repr(self.type), self.content, self.name]
/third_party/python/Objects/
Dtypeobject.c1052 type_repr(PyTypeObject *type) in type_repr() function
4335 (reprfunc)type_repr, /* tp_repr */