Searched refs:type_repr (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/lib2to3/ |
D | btm_matcher.py | 146 (node.id, subnode.id, type_repr(subnode_key), str(subnode.fixers))) 155 def type_repr(type_num): function
|
D | pytree.py | 21 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/ |
D | btm_matcher.py | 151 (node.id, subnode.id, type_repr(subnode_key), str(subnode.fixers))) 160 def type_repr(type_num): function
|
D | pytree.py | 22 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/ |
D | typeobject.c | 883 type_repr(PyTypeObject *type) in type_repr() function 3563 (reprfunc)type_repr, /* tp_repr */
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 700 type_repr(PyTypeObject *type) in type_repr() function 2889 (reprfunc)type_repr, /* tp_repr */
|