python-zope.proxy

Generic transparent proxies for Python
  http://pypi.python.org/pypi/zope.proxy
  1
  1 review



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.

This is the Python 2 version.
Latest reviews
4
blueXrider 12 years ago

quite nice