Search code examples
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
In Python, what does '<function at ...>' mean?...


pythonfunctionmemory-addressrepr

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
calling str on a dictionary of objects...


pythonstringooprepr

Read More
In python, how can I get functions such as repr() to work with my proxy class?...


pythonfactory-patternproxy-classesrepr

Read More
Learn Python the hard way, exercise 10.4...


pythonrepr

Read More
python unittest failing assertion with overloaded __repr__...


pythonunit-testingrepr

Read More
BackNext