class documentation

class _PlainColumnGetter(object):

Known subclasses: sqlalchemy.orm.collections._SerializableColumnGetterV2

View In Hierarchy

Plain column getter, stores collection of Column objects directly.

Serializes to a ._SerializableColumnGetterV2 which has more expensive __call__() performance and some rare caveats.

Method __call__ Undocumented
Method __init__ Undocumented
Method __reduce__ Undocumented
Method ​_cols Undocumented
Instance Variable cols Undocumented
Instance Variable composite Undocumented
def __call__(self, value):

Undocumented

def __init__(self, cols):
def __reduce__(self):
def _cols(self, mapper):
cols =

Undocumented

composite =