René's URL Explorer Experiment


Title: operator --- 標準運算子替代函式 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
operator --- 標準運算子替代函式https://python.github.io/python-docs-zh-tw/library/operator.html
運算子與函式間的對映https://python.github.io/python-docs-zh-tw/library/operator.html#mapping-operators-to-functions
原地 (in-place) 運算子https://python.github.io/python-docs-zh-tw/library/operator.html#in-place-operators
functools --- 可呼叫物件上的高階函式與操作https://python.github.io/python-docs-zh-tw/library/functools.html
檔案與目錄存取https://python.github.io/python-docs-zh-tw/library/filesys.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/operator.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/filesys.html
上一頁https://python.github.io/python-docs-zh-tw/library/functools.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
函式程式設計模組https://python.github.io/python-docs-zh-tw/library/functional.html
operator --- 標準運算子替代函式https://python.github.io/python-docs-zh-tw/library/operator.html
https://python.github.io/python-docs-zh-tw/library/operator.html#module-operator
Lib/operator.pyhttps://github.com/python/cpython/tree/3.14/Lib/operator.py
operatorhttps://python.github.io/python-docs-zh-tw/library/operator.html#module-operator
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.lt
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.le
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.eq
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.ne
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.ge
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.gt
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__lt__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__le__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__eq__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__ne__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__ge__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__gt__
Comparisonshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#comparisons
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.not_
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__not__
nothttps://python.github.io/python-docs-zh-tw/reference/expressions.html#not
__bool__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__bool__
__len__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__len__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.truth
Truehttps://python.github.io/python-docs-zh-tw/library/constants.html#True
Falsehttps://python.github.io/python-docs-zh-tw/library/constants.html#False
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.is_
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.is_not
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.is_none
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.is_not_none
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.abs
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__abs__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.add
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__add__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.and_
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__and__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.floordiv
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__floordiv__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.index
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__index__
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.inv
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.invert
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__inv__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__invert__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.lshift
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__lshift__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.mod
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__mod__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.mul
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__mul__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.matmul
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__matmul__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.neg
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__neg__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.or_
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__or__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.pos
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__pos__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.pow
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__pow__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.rshift
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__rshift__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.sub
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__sub__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.truediv
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__truediv__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.xor
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__xor__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.concat
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__concat__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.contains
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__contains__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.countOf
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.delitem
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__delitem__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.getitem
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__getitem__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.indexOf
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.setitem
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__setitem__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.length_hint
object.__length_hint__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__length_hint__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.call
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__call__
operatorhttps://python.github.io/python-docs-zh-tw/library/operator.html#module-operator
map()https://python.github.io/python-docs-zh-tw/library/functions.html#map
sorted()https://python.github.io/python-docs-zh-tw/library/functions.html#sorted
itertools.groupby()https://python.github.io/python-docs-zh-tw/library/itertools.html#itertools.groupby
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.attrgetter
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.itemgetter
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
可雜湊https://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
itemgetter()https://python.github.io/python-docs-zh-tw/library/operator.html#operator.itemgetter
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.methodcaller
https://python.github.io/python-docs-zh-tw/library/operator.html#mapping-operators-to-functions
operatorhttps://python.github.io/python-docs-zh-tw/library/operator.html#module-operator
https://python.github.io/python-docs-zh-tw/library/operator.html#in-place-operators
statementhttps://python.github.io/python-docs-zh-tw/glossary.html#term-statement
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.iadd
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__iadd__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.iand
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__iand__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.iconcat
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__iconcat__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.ifloordiv
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__ifloordiv__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.ilshift
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__ilshift__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.imod
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__imod__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.imul
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__imul__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.imatmul
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__imatmul__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.ior
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__ior__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.ipow
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__ipow__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.irshift
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__irshift__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.isub
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__isub__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.itruediv
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__itruediv__
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.ixor
https://python.github.io/python-docs-zh-tw/library/operator.html#operator.__ixor__
目錄https://python.github.io/python-docs-zh-tw/contents.html
operator --- 標準運算子替代函式https://python.github.io/python-docs-zh-tw/library/operator.html
運算子與函式間的對映https://python.github.io/python-docs-zh-tw/library/operator.html#mapping-operators-to-functions
原地 (in-place) 運算子https://python.github.io/python-docs-zh-tw/library/operator.html#in-place-operators
functools --- 可呼叫物件上的高階函式與操作https://python.github.io/python-docs-zh-tw/library/functools.html
檔案與目錄存取https://python.github.io/python-docs-zh-tw/library/filesys.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/operator.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/filesys.html
上一頁https://python.github.io/python-docs-zh-tw/library/functools.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
函式程式設計模組https://python.github.io/python-docs-zh-tw/library/functional.html
operator --- 標準運算子替代函式https://python.github.io/python-docs-zh-tw/library/operator.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

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


URLs of crawlers that visited me.