Example #1
0
def binary_map(context, a, b, out):
    if out is not None:
        return out

    return promote(context, a, b)
Example #2
0
def binary_map(context, a, b, out):
    if out is not None:
        return out

    return promote(context, a, b)
Example #3
0
def binary_map(typesystem, a, b, out):
    if out is not None:
        return out

    return promote(typesystem, a, b)