René's URL Explorer Experiment


Title: operator — Standard operators as functions — Python 3.14.2 documentation

Open Graph Title: operator — Standard operators as functions

Description: Source code: Lib/operator.py 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 expres...

Open Graph Description: Source code: Lib/operator.py 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 expres...

Opengraph URL: https://docs.python.org/3/library/operator.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_library_operator_f0d11638.png
og:image:altSource code: Lib/operator.py 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 expres...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/3/contents.html
operator — Standard operators as functionshttps://docs.python.org/3/library/operator.html
Mapping Operators to Functionshttps://docs.python.org/3/library/operator.html#mapping-operators-to-functions
In-place Operatorshttps://docs.python.org/3/library/operator.html#in-place-operators
functools — Higher-order functions and operations on callable objectshttps://docs.python.org/3/library/functools.html
File and Directory Accesshttps://docs.python.org/3/library/filesys.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/operator.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/library/filesys.html
previoushttps://docs.python.org/3/library/functools.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
The Python Standard Libraryhttps://docs.python.org/3/library/index.html
Functional Programming Moduleshttps://docs.python.org/3/library/functional.html
operator — Standard operators as functionshttps://docs.python.org/3/library/operator.html
https://docs.python.org/3/library/operator.html#module-operator
Lib/operator.pyhttps://github.com/python/cpython/tree/3.14/Lib/operator.py
operatorhttps://docs.python.org/3/library/operator.html#module-operator
https://docs.python.org/3/library/operator.html#operator.lt
https://docs.python.org/3/library/operator.html#operator.le
https://docs.python.org/3/library/operator.html#operator.eq
https://docs.python.org/3/library/operator.html#operator.ne
https://docs.python.org/3/library/operator.html#operator.ge
https://docs.python.org/3/library/operator.html#operator.gt
https://docs.python.org/3/library/operator.html#operator.__lt__
https://docs.python.org/3/library/operator.html#operator.__le__
https://docs.python.org/3/library/operator.html#operator.__eq__
https://docs.python.org/3/library/operator.html#operator.__ne__
https://docs.python.org/3/library/operator.html#operator.__ge__
https://docs.python.org/3/library/operator.html#operator.__gt__
Comparisonshttps://docs.python.org/3/reference/expressions.html#comparisons
https://docs.python.org/3/library/operator.html#operator.not_
https://docs.python.org/3/library/operator.html#operator.__not__
nothttps://docs.python.org/3/reference/expressions.html#not
__bool__()https://docs.python.org/3/reference/datamodel.html#object.__bool__
__len__()https://docs.python.org/3/reference/datamodel.html#object.__len__
https://docs.python.org/3/library/operator.html#operator.truth
Truehttps://docs.python.org/3/library/constants.html#True
Falsehttps://docs.python.org/3/library/constants.html#False
boolhttps://docs.python.org/3/library/functions.html#bool
https://docs.python.org/3/library/operator.html#operator.is_
https://docs.python.org/3/library/operator.html#operator.is_not
https://docs.python.org/3/library/operator.html#operator.is_none
https://docs.python.org/3/library/operator.html#operator.is_not_none
https://docs.python.org/3/library/operator.html#operator.abs
https://docs.python.org/3/library/operator.html#operator.__abs__
https://docs.python.org/3/library/operator.html#operator.add
https://docs.python.org/3/library/operator.html#operator.__add__
https://docs.python.org/3/library/operator.html#operator.and_
https://docs.python.org/3/library/operator.html#operator.__and__
https://docs.python.org/3/library/operator.html#operator.floordiv
https://docs.python.org/3/library/operator.html#operator.__floordiv__
https://docs.python.org/3/library/operator.html#operator.index
https://docs.python.org/3/library/operator.html#operator.__index__
inthttps://docs.python.org/3/library/functions.html#int
https://docs.python.org/3/library/operator.html#operator.inv
https://docs.python.org/3/library/operator.html#operator.invert
https://docs.python.org/3/library/operator.html#operator.__inv__
https://docs.python.org/3/library/operator.html#operator.__invert__
https://docs.python.org/3/library/operator.html#operator.lshift
https://docs.python.org/3/library/operator.html#operator.__lshift__
https://docs.python.org/3/library/operator.html#operator.mod
https://docs.python.org/3/library/operator.html#operator.__mod__
https://docs.python.org/3/library/operator.html#operator.mul
https://docs.python.org/3/library/operator.html#operator.__mul__
https://docs.python.org/3/library/operator.html#operator.matmul
https://docs.python.org/3/library/operator.html#operator.__matmul__
https://docs.python.org/3/library/operator.html#operator.neg
https://docs.python.org/3/library/operator.html#operator.__neg__
https://docs.python.org/3/library/operator.html#operator.or_
https://docs.python.org/3/library/operator.html#operator.__or__
https://docs.python.org/3/library/operator.html#operator.pos
https://docs.python.org/3/library/operator.html#operator.__pos__
https://docs.python.org/3/library/operator.html#operator.pow
https://docs.python.org/3/library/operator.html#operator.__pow__
https://docs.python.org/3/library/operator.html#operator.rshift
https://docs.python.org/3/library/operator.html#operator.__rshift__
https://docs.python.org/3/library/operator.html#operator.sub
https://docs.python.org/3/library/operator.html#operator.__sub__
https://docs.python.org/3/library/operator.html#operator.truediv
https://docs.python.org/3/library/operator.html#operator.__truediv__
https://docs.python.org/3/library/operator.html#operator.xor
https://docs.python.org/3/library/operator.html#operator.__xor__
https://docs.python.org/3/library/operator.html#operator.concat
https://docs.python.org/3/library/operator.html#operator.__concat__
https://docs.python.org/3/library/operator.html#operator.contains
https://docs.python.org/3/library/operator.html#operator.__contains__
https://docs.python.org/3/library/operator.html#operator.countOf
https://docs.python.org/3/library/operator.html#operator.delitem
https://docs.python.org/3/library/operator.html#operator.__delitem__
https://docs.python.org/3/library/operator.html#operator.getitem
https://docs.python.org/3/library/operator.html#operator.__getitem__
https://docs.python.org/3/library/operator.html#operator.indexOf
https://docs.python.org/3/library/operator.html#operator.setitem
https://docs.python.org/3/library/operator.html#operator.__setitem__
https://docs.python.org/3/library/operator.html#operator.length_hint
object.__length_hint__()https://docs.python.org/3/reference/datamodel.html#object.__length_hint__
https://docs.python.org/3/library/operator.html#operator.call
https://docs.python.org/3/library/operator.html#operator.__call__
operatorhttps://docs.python.org/3/library/operator.html#module-operator
map()https://docs.python.org/3/library/functions.html#map
sorted()https://docs.python.org/3/library/functions.html#sorted
itertools.groupby()https://docs.python.org/3/library/itertools.html#itertools.groupby
https://docs.python.org/3/library/operator.html#operator.attrgetter
https://docs.python.org/3/library/operator.html#operator.itemgetter
__getitem__()https://docs.python.org/3/reference/datamodel.html#object.__getitem__
__getitem__()https://docs.python.org/3/reference/datamodel.html#object.__getitem__
hashablehttps://docs.python.org/3/glossary.html#term-hashable
itemgetter()https://docs.python.org/3/library/operator.html#operator.itemgetter
https://docs.python.org/3/library/operator.html#operator.methodcaller
https://docs.python.org/3/library/operator.html#mapping-operators-to-functions
operatorhttps://docs.python.org/3/library/operator.html#module-operator
https://docs.python.org/3/library/operator.html#in-place-operators
statementhttps://docs.python.org/3/glossary.html#term-statement
https://docs.python.org/3/library/operator.html#operator.iadd
https://docs.python.org/3/library/operator.html#operator.__iadd__
https://docs.python.org/3/library/operator.html#operator.iand
https://docs.python.org/3/library/operator.html#operator.__iand__
https://docs.python.org/3/library/operator.html#operator.iconcat
https://docs.python.org/3/library/operator.html#operator.__iconcat__
https://docs.python.org/3/library/operator.html#operator.ifloordiv
https://docs.python.org/3/library/operator.html#operator.__ifloordiv__
https://docs.python.org/3/library/operator.html#operator.ilshift
https://docs.python.org/3/library/operator.html#operator.__ilshift__
https://docs.python.org/3/library/operator.html#operator.imod
https://docs.python.org/3/library/operator.html#operator.__imod__
https://docs.python.org/3/library/operator.html#operator.imul
https://docs.python.org/3/library/operator.html#operator.__imul__
https://docs.python.org/3/library/operator.html#operator.imatmul
https://docs.python.org/3/library/operator.html#operator.__imatmul__
https://docs.python.org/3/library/operator.html#operator.ior
https://docs.python.org/3/library/operator.html#operator.__ior__
https://docs.python.org/3/library/operator.html#operator.ipow
https://docs.python.org/3/library/operator.html#operator.__ipow__
https://docs.python.org/3/library/operator.html#operator.irshift
https://docs.python.org/3/library/operator.html#operator.__irshift__
https://docs.python.org/3/library/operator.html#operator.isub
https://docs.python.org/3/library/operator.html#operator.__isub__
https://docs.python.org/3/library/operator.html#operator.itruediv
https://docs.python.org/3/library/operator.html#operator.__itruediv__
https://docs.python.org/3/library/operator.html#operator.ixor
https://docs.python.org/3/library/operator.html#operator.__ixor__
Table of Contentshttps://docs.python.org/3/contents.html
operator — Standard operators as functionshttps://docs.python.org/3/library/operator.html
Mapping Operators to Functionshttps://docs.python.org/3/library/operator.html#mapping-operators-to-functions
In-place Operatorshttps://docs.python.org/3/library/operator.html#in-place-operators
functools — Higher-order functions and operations on callable objectshttps://docs.python.org/3/library/functools.html
File and Directory Accesshttps://docs.python.org/3/library/filesys.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/operator.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/library/filesys.html
previoushttps://docs.python.org/3/library/functools.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
The Python Standard Libraryhttps://docs.python.org/3/library/index.html
Functional Programming Moduleshttps://docs.python.org/3/library/functional.html
operator — Standard operators as functionshttps://docs.python.org/3/library/operator.html
Copyrighthttps://docs.python.org/3/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.