fortzi
Results
2
issues of
fortzi
## Description Can we support operators on Python objects based on magic methods (eg. `__add__`, `__sub__`, `__mul__`, `__divmod__`, `__neg__`), similarly to comparison and truthiness? ## Reproduction steps In this example,...
enhancement
## Description Python's implementation of Jinja2 allows returning native objects, as opposed to always stringifying the result. This is useful if you are using Jinja outside the context of creating...