Lines Matching refs:left
821 writing type-safe type guards is left to the user.
954 def __ror__(self, left):
955 return Union[left, self]
1086 left = typevartuple_index
1099 left = min(left, var_tuple_index)
1101 elif left + right > alen:
1106 *args[:left],
1107 *([fillarg]*(typevartuple_index - left)),
1108 tuple(args[left: alen - right]),
1109 *([fillarg]*(plen - right - left - typevartuple_index - 1)),
1370 def __ror__(self, left):
1371 return Union[left, self]
1585 def __ror__(self, left):
1586 return Union[left, self]