Description
Provides transparent proxy objects that wrap other Python objects while preserving much of their normal behavior. It helps frameworks add security checks, context, or indirection around existing objects.
Developers use it as an advanced infrastructure library. Proxies can make object behavior less obvious, so use them deliberately and test permission, identity, and debugging paths.