class documentation

class EnsureKWArgType(type):

Known subclasses: sqlalchemy.sql.type_api.VisitableCheckKWArg

View In Hierarchy

Apply translation of functions to accept **kw arguments if they don't already.
Method __init__ Undocumented
Method ​_wrap​_w​_kw Undocumented
def __init__(cls, clsname, bases, clsdict):

Undocumented

def _wrap_w_kw(self, fn):

Undocumented