Issue #16694: Add source code link for operator.py

This commit is contained in:
Raymond Hettinger 2013-05-10 19:57:44 -07:00
parent 6832c81d5d
commit 3f5228d402
1 changed files with 3 additions and 0 deletions

View File

@ -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