in asfpy/db.py [0:0]
def factory_for(cls, statement): "Return a factory to construct instances for the given STATEMENT." return functools.partial(cls, statement)