Home
last modified time | relevance | path

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

/external/python/cpython3/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]
/external/python/cpython2/Lib/lib2to3/
Dbtm_matcher.py151 (node.id, subnode.id, type_repr(subnode_key), str(subnode.fixers)))
160 def type_repr(type_num): function
Dpytree.py22 def type_repr(type_num): function
271 type_repr(self.type),
475 args = [type_repr(self.type), self.content, self.name]
/external/python/cpython3/Objects/
Dtypeobject.c883 type_repr(PyTypeObject *type) in type_repr() function
3563 (reprfunc)type_repr, /* tp_repr */
/external/python/cpython2/Objects/
Dtypeobject.c700 type_repr(PyTypeObject *type) in type_repr() function
2889 (reprfunc)type_repr, /* tp_repr */