class documentation

class ReturnTypeFromArgs(GenericFunction):

Known subclasses: sqlalchemy.sql.functions.coalesce, sqlalchemy.sql.functions.max, sqlalchemy.sql.functions.min, sqlalchemy.sql.functions.sum

View In Hierarchy

Define a function whose return type is the same as its arguments.
Method __init__ Undocumented
Class Variable inherit​_cache Undocumented

Inherited from GenericFunction:

Class Variable ​_register Undocumented
Class Variable coerce​_arguments Undocumented
Instance Variable ​_bind Undocumented
Instance Variable ​_has​_args Undocumented
Instance Variable clause​_expr Undocumented
Instance Variable packagenames Undocumented
Instance Variable type Undocumented
def __init__(self, *args, **kwargs):