1 Matching Annotations
  1. Oct 2017
    1. called __add__ in Python

      The operator module exports a set of efficient functions corresponding to the intrinsic operators of Python. For example, operator.add(x, y) is equivalent to the expression x+y.