class documentation

Undocumented

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable bind_f Undocumented

Inherited from _RestrictedProxyLookup:

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 bind_func Undocumented
Instance Variable class_value Undocumented
Instance Variable fallback_func Undocumented
Instance Variable is_attr Undocumented
Instance Variable name Undocumented
__slots__: tuple = (source)

Undocumented

Undocumented