class documentation

class _ProxyIOp(_ProxyLookup):

View In Hierarchy

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__ No summary
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
def __init__(self, f=None, fallback=None):

Undocumented

Parameters
f:t.Optional[t.Callable]Undocumented
fallback:t.Optional[t.Callable]Undocumented
__slots__: tuple =

Undocumented

bind_f =

Undocumented