Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Drepr.rst33 .. data:: aRepr
42 This is the :meth:`~Repr.repr` method of ``aRepr``. It returns a string
143 aRepr = MyRepr()
144 print aRepr.repr(sys.stdin) # prints '<stdin>'
/external/python/cpython2/Lib/
Drepr.py131 aRepr = Repr() variable
132 repr = aRepr.repr