Ejemplo n.º 1
0
def binary_map(context, a, b, out):
    if out is not None:
        return out

    return promote(context, a, b)
Ejemplo n.º 2
0
def binary_map(context, a, b, out):
    if out is not None:
        return out

    return promote(context, a, b)
Ejemplo n.º 3
0
def binary_map(typesystem, a, b, out):
    if out is not None:
        return out

    return promote(typesystem, a, b)