About Anaconda Help Download Anaconda

special objects which serve as mostly-transparent wrappers around another object

copied from cf-post-staging / zope.proxy

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v7.1
  • osx-64 v7.1
  • win-64 v7.1

conda install

To install this package run one of the following:
conda install conda-forge::zope.proxy
conda install conda-forge/label/cf202003::zope.proxy

Description

Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped bject 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).


© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.15) Legal | Privacy Policy