Beispiel #1
0
def toPython(ex):
    return transform(toPython, _pyDispatch, ex)
Beispiel #2
0
def toSQL(ex):
    """
    generate sql from an arlo Expr
    (only does where clause for now)
    """
    return transform(toSQL, _sqlDispatch, ex)