class documentation

class _ColumnMapping(Dict['ColumnElement[Any]', 'MapperProperty[Any]']): (source)

View In Hierarchy

Error reporting helper for mapper._columntoproperty.

Method __init__ Undocumented
Method __missing__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable mapper Undocumented
def __init__(self, mapper): (source)

Undocumented

def __missing__(self, column): (source)

Undocumented

__slots__: tuple[str, ...] = (source)

Undocumented

Undocumented