Search code examples
Print doesn't use ad-hoc __str__() or __repr__() methods...


pythonstringprintingprotocolsrepr

Read More
Access class variables with __repr__()...


pythonclassrepr

Read More
Persistent objects and __repr__...


pythonpersistencerepr

Read More
right usage of __repr__() in python?...


pythonfilerepr

Read More
Cannot return string from python class...


pythonstringclassrepr

Read More
python: unexplainable infinite recursion with __repr__...


pythondebuggingrecursionrepr

Read More
Stuck with __repr__ function, not working as I understand it...


pythonstringlistjoinrepr

Read More
How to create an object of an instance from string in Python...


pythonevalmayarepr

Read More
Recursive reference to a list within itself...


pythonlistself-referencerepr

Read More
lua equivalent of python repr...


pythonluarepr

Read More
Python: Maximum recursion depth exceeded when printing custom exception...


pythonrecursioncustom-exceptionsrepr

Read More
Output difference between ipython and python...


pythonipythonread-eval-print-looprepr

Read More
How to Understand and Parse the Default Python Object Representations...


pythonbuilt-inrepr

Read More
When is the output of repr useful?...


pythonrepr

Read More
Why does getattr not act the same as manually newing up object...


pythonpython-modulegetattrrepr

Read More
Python repr & passing class instances as params...


pythondictionarykeyreprkeyerror

Read More
How do I remove quotes from a class initializer when reading from a file. Python...


pythonclassevalquotesrepr

Read More
error in calling functions in sage...


pythonread-eval-print-loopsagerepr

Read More
dict's __repr__() in python2 and python3...


pythontestingpython-2.7python-3.xrepr

Read More
Why object of python class returns address instead of return data?...


pythonclassobjectrepr

Read More
Is there a easy way to have a substring of a utf8 encode string, the substring's repr's leng...


pythonalgorithmutf-8substringrepr

Read More
__repr__ for an attribute that can be a string or None?...


pythonrepr

Read More
Change default repr in interactive python from builtins.repr to reprlib.repr...


pythonconsoleinteractiverepr

Read More
PHP equivalent for Python's repr()...


phppythonrepr

Read More
print nested objects with python and __repr__...


pythonrepr

Read More
Python eval(repr(object)) - invalid syntax...


pythonclassrepr

Read More
Best output type and encoding practices for __repr__() functions?...


pythonencodingasciirepr

Read More
Is this abstract base class with a "better" __repr__() dangerous?...


pythonpicklesignatureabcrepr

Read More
Python accent graves bad practice?...


pythonrepr

Read More
Handling long representation strings...


pythonrepr

Read More
BackNext