./www/py-zope.proxy, Generic Transparent Proxies

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q3, Version: 4.3.5, Package name: py37-zope.proxy-4.3.5, Maintainer: pkgsrc-users

``zope.proxy``
==============

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.

zope.proxy is implemented via a C extension module, which lets it do things
like lie about its own ``__class__`` that are difficult in pure Python (and
were completely impossible before metaclasses). It also proxies all the
internal slots (such as ``__int__``/``__str__``/``__add__``).


Master sites:

SHA1: a3eb324c9d9e070014fd6364f42bef4c6af58878
RMD160: 822105134e3f9195b073301b8f00c1c34c739350
Filesize: 44.104 KB

Version history: (Expand)