Y
Hacker News
new
|
ask
|
show
|
jobs
by
itishappy
433 days ago
Not sure that's true. `Template`s don't provide a `__str__` function, so you need to pass them to a processing function to get a `str` back.
https://peps.python.org/pep-0750/#no-template-str-implementa...