lazy_object_proxy_python310

A fast and thorough lazy object proxy for Python

Version

1.5.2-5
(2025-09-20)

Size

47.6

KiB

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