Search code examples
Tell IPython to use an object's `__str__` instead of `__repr__` for output...


ipythonrepr

Read More
Using __str__ to return a variable number of different lined strings?...


pythonstringlistrepr

Read More
Python style repr for char * buffer in c?...


pythoncrepr

Read More
How does Python determine whether to represent a number using scientific notation or not?...


pythonstringpython-2.7floating-pointrepr

Read More
How to print __repr__ in a Python3 file? (not in shell)...


pythonshellmagic-methodsrepr

Read More
Django: Assigning ForeignKey - Unable to get repr for class...


pythondjangorepr

Read More
str() vs repr() functions in python 2.7.5...


pythonstringpython-2.7repr

Read More
maximum recursion depth exceeded when exec `repr()`...


pythonrecursionrepr

Read More
Need return to match what print is showing me...


pythonpython-3.xreturnrepr

Read More
repr() output different in IDLE and Windows Powershell...


python-2.7powershellpython-idlerepr

Read More
When would an informative __repr__ be dangerous?...


pythonrepr

Read More
Understanding difference between Double Quote and Single Quote with __repr__()...


pythonrepr

Read More
How to properly use __repr__ when two classes are involved...


pythonrepr

Read More
Should I use spaces or None in list of characters which should be joined in python?...


pythonlistrepr

Read More
using R in jupyter: display_markdown in loop...


rjupyterreprjupyterhub

Read More
python %s string substitution and "self"?...


pythonreprstring-substitution

Read More
Python unicode vs utf-8...


pythonunicodeutf-8repr

Read More
Python - nested __repr__ reverts newline to "\\n"...


pythonstringrecursionescapingrepr

Read More
How to see unicode (utf-8) __repr__ for class in Python?...


pythonstringpython-2.7unicoderepr

Read More
Python printing results in columns...


pythonprintingrepr

Read More
repr the call resulting in a stack frame?...


pythonpython-3.xdecoratorreprstack-frame

Read More
Getting variable name in of some duck-type classes...


pythonclassduck-typingrepr

Read More
Why can you use eval() with the function repr(y) inside and not str(y)?...


pythonstringevalrepr

Read More
Formatting floating-point numbers without loss of precision in AngularJS...


javascriptangularjsfloating-pointfloating-accuracyrepr

Read More
Representational form in string formating python...


pythonstringformatrepr

Read More
Using __repr__ with shelve module in Python...


pythonpersistenceshelverepr

Read More
How can I use `str.format` directly as `__repr__`?...


pythonstring-formattingselfrepr

Read More
Python prints memory address instead of a list when using __repr__ __str__?...


pythonstringmemoryprintingrepr

Read More
How to walk through a python array/object similar to PHP's foreach function...


pythonarraysforeachevalrepr

Read More
Can someone explain how to use the repr function to format the output?...


pythonrepr

Read More
BackNext