Tag

__repr__

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
May 5, 2022 · Fundamentals

Understanding __str__ and __repr__ in Python's datetime.date

This short tutorial demonstrates how Python's datetime.date object displays differently with __str__ for a readable date string and __repr__ for an unambiguous constructor representation, showing the interpreter’s default use of __repr__ when inspecting objects.

DateTimePython__repr__
0 likes · 1 min read
Understanding __str__ and __repr__ in Python's datetime.date