Home
last modified time | relevance | path

Searched refs:aRepr (Results 1 – 4 of 4) 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/cpython3/Doc/library/
Dreprlib.rst27 .. data:: aRepr
37 This is the :meth:`~Repr.repr` method of ``aRepr``. It returns a string
162 aRepr = MyRepr()
163 print(aRepr.repr(sys.stdin)) # prints '<stdin>'
/external/python/cpython2/Lib/
Drepr.py131 aRepr = Repr() variable
132 repr = aRepr.repr
/external/python/cpython3/Lib/
Dreprlib.py160 aRepr = Repr() variable
161 repr = aRepr.repr