class documentation

class PotentialCallWrapper(object):

Constructor: PotentialCallWrapper(wrapped)

View In Hierarchy

Object wrapper that wraps getattr() so as to process call-parentheses "()" after a dotted attribute access.

Method __format__ Undocumented
Method __getattr__ Undocumented
Method __getitem__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Instance Variable _wrapped Undocumented
def __format__(self, format_spec: str) -> str:

Undocumented

def __getattr__(self, name: str) -> object:

Undocumented

def __getitem__(self, name: str) -> object:

Undocumented

def __init__(self, wrapped: object):

Undocumented

def __repr__(self) -> str:

Undocumented

def __str__(self) -> str:

Undocumented

_wrapped =

Undocumented