class documentation

Look up an augmented assignment method on a proxied object. The method is wrapped to return the proxy instead of the object.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable bind_f Undocumented

Inherited from _ProxyLookup:

Method __call__ Support calling unbound methods from the class. For example, this happens with ``copy.copy``, which does ``type(x).__copy__(x)``. ``type(x)`` can't be proxied, so it returns the proxy type and descriptor.
Method __get__ Undocumented
Method __repr__ Undocumented
Method __set_name__ Undocumented
Instance Variable class_value Undocumented
Instance Variable fallback Undocumented
Instance Variable is_attr Undocumented
Instance Variable name Undocumented