class documentation

class _DialectArgView(MutableMapping[str, Any]): (source)

View In Hierarchy

A dictionary view of dialect-level arguments in the form <dialectname>_<argument_name>.

Method __delitem__ Undocumented
Method __getitem__ Undocumented
Method __init__ Undocumented
Method __iter__ Undocumented
Method __len__ Undocumented
Method __setitem__ Undocumented
Instance Variable obj Undocumented
Method _key Undocumented
def __delitem__(self, key): (source)

Undocumented

def __getitem__(self, key): (source)

Undocumented

def __init__(self, obj): (source)

Undocumented

def __iter__(self): (source)

Undocumented

def __len__(self): (source)

Undocumented

def __setitem__(self, key, value): (source)

Undocumented

Undocumented

def _key(self, key): (source)

Undocumented