You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without setting the WRAPT_DISABLE_EXTENSIONS environment variable, there is currently no way to specifically import the pure Python implementation of ObjectProxy.
My use case requires the Python implementation to allow me to overwrite an attribute on the ObjectProxy object without modifying the attribute on the wrapped object.
Without setting the
WRAPT_DISABLE_EXTENSIONS
environment variable, there is currently no way to specifically import the pure Python implementation ofObjectProxy
.My use case requires the Python implementation to allow me to overwrite an attribute on the
ObjectProxy
object without modifying the attribute on the wrapped object.The text was updated successfully, but these errors were encountered: