mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
7 lines
326 B
Plaintext
7 lines
326 B
Plaintext
Proxies are special objects which serve as mostly-transparent wrappers
|
|
around another object, intervening in the apparent behavior of the
|
|
wrapped object only when necessary to apply the policy (e.g., access
|
|
checking, location brokering, etc.) for which the proxy is responsible.
|
|
|
|
WWW: https://pypi.python.org/pypi/zope.proxy/
|