About Anaconda Help Download Anaconda

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

Installers

  • linux-64 v7.0
  • linux-aarch64 v7.0
  • osx-arm64 v7.0
  • win-64 v7.0

conda install

To install this package run one of the following:
conda install main::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).


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.6) Legal | Privacy Policy