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

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

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

    return promote(typesystem, a, b)