Files
ports/devel/py-decopatch/pkg-descr
Po-Chuan Hsieh 91ebade69a devel/py-decopatch: Add py-decopatch 1.4.10
Because of a tiny oddity in the python language, writing decorators without help
can be a pain because you have to handle the no-parenthesis usage explicitly.
decopatch provides a simple way to solve this issue so that writing decorators
is simple and straightforward.
2025-06-13 14:02:01 +08:00

5 lines
269 B
Plaintext

Because of a tiny oddity in the python language, writing decorators without help
can be a pain because you have to handle the no-parenthesis usage explicitly.
decopatch provides a simple way to solve this issue so that writing decorators
is simple and straightforward.