lazy_object_proxy

A fast and thorough lazy object proxy for Python

Version

1.5.2-5
(2025-09-20)

Size

805

bytes

Repository

HaikuPorts
x86_64
lazy-object-proxy is based on the ObjectProxy from the wrapt Python module with one big change: it calls a function the first time the proxy object is used, while wrapt.ObjectProxy just forwards the method calls to the target object