Searched refs:aRepr (Results 1 – 4 of 4) sorted by relevance
33 .. data:: aRepr42 This is the :meth:`~Repr.repr` method of ``aRepr``. It returns a string143 aRepr = MyRepr()144 print aRepr.repr(sys.stdin) # prints '<stdin>'
27 .. data:: aRepr37 This is the :meth:`~Repr.repr` method of ``aRepr``. It returns a string162 aRepr = MyRepr()163 print(aRepr.repr(sys.stdin)) # prints '<stdin>'
131 aRepr = Repr() variable132 repr = aRepr.repr
160 aRepr = Repr() variable161 repr = aRepr.repr