Lines Matching defs:operator
28 import operator
391 return functools.reduce(operator.or_, ev_args)
657 On Python 3.10 and higher, the | operator
1520 return operator.getitem, (origin, args)
1602 return operator.getitem, (Callable, args)
1713 """Type unpack operator.
1715 The type unpack operator takes the child types from some container type,
1731 From Python 3.11, this can also be done using the `*` operator::
1736 Note that there is only some runtime checking of this operator. Not
2130 return operator.getitem, (
2397 return functools.reduce(operator.or_, stripped_args)