mirror of https://github.com/python/cpython
Issue #16694: Add source code link for operator.py
This commit is contained in:
parent
6832c81d5d
commit
3f5228d402
|
@ -11,6 +11,9 @@
|
|||
import operator
|
||||
from operator import itemgetter, iadd
|
||||
|
||||
**Source code:** :source:`Lib/operator.py`
|
||||
|
||||
--------------
|
||||
|
||||
The :mod:`operator` module exports a set of efficient functions corresponding to
|
||||
the intrinsic operators of Python. For example, ``operator.add(x, y)`` is
|
||||
|
|
Loading…
Reference in New Issue