René's URL Explorer Experiment


Title: functools --- 可呼叫物件上的高階函式與操作 — 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
functools --- 可呼叫物件上的高階函式與操作https://python.github.io/python-docs-zh-tw/library/functools.html
partial 物件https://python.github.io/python-docs-zh-tw/library/functools.html#partial-objects
itertools --- 建立產生高效率迴圈之疊代器的函式https://python.github.io/python-docs-zh-tw/library/itertools.html
operator --- 標準運算子替代函式https://python.github.io/python-docs-zh-tw/library/operator.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/functools.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/operator.html
上一頁https://python.github.io/python-docs-zh-tw/library/itertools.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
functools --- 可呼叫物件上的高階函式與操作https://python.github.io/python-docs-zh-tw/library/functools.html
functoolshttps://python.github.io/python-docs-zh-tw/library/functools.html#module-functools
https://python.github.io/python-docs-zh-tw/library/functools.html#module-functools
Lib/functools.pyhttps://github.com/python/cpython/tree/3.14/Lib/functools.py
functoolshttps://python.github.io/python-docs-zh-tw/library/functools.html#module-functools
functoolshttps://python.github.io/python-docs-zh-tw/library/functools.html#module-functools
https://python.github.io/python-docs-zh-tw/library/functools.html#functools.cache
"memoize"(記憶化)https://en.wikipedia.org/wiki/Memoization
lru_cache()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.lru_cache
https://python.github.io/python-docs-zh-tw/library/functools.html#functools.cached_property
property()https://python.github.io/python-docs-zh-tw/library/functions.html#property
cached_property()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.cached_property
property()https://python.github.io/python-docs-zh-tw/library/functions.html#property
PEP 412https://peps.python.org/pep-0412/
lru_cache()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.lru_cache
property()https://python.github.io/python-docs-zh-tw/library/functions.html#property
cached_property()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.cached_property
如何快取方法呼叫?https://python.github.io/python-docs-zh-tw/faq/programming.html#faq-cache-method-calls
cached_property()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.cached_property
https://python.github.io/python-docs-zh-tw/library/functools.html#functools.cmp_to_key
鍵函式https://python.github.io/python-docs-zh-tw/glossary.html#term-key-function
sorted()https://python.github.io/python-docs-zh-tw/library/functions.html#sorted
min()https://python.github.io/python-docs-zh-tw/library/functions.html#min
max()https://python.github.io/python-docs-zh-tw/library/functions.html#max
heapq.nlargest()https://python.github.io/python-docs-zh-tw/library/heapq.html#heapq.nlargest
heapq.nsmallest()https://python.github.io/python-docs-zh-tw/library/heapq.html#heapq.nsmallest
itertools.groupby()https://python.github.io/python-docs-zh-tw/library/itertools.html#itertools.groupby
排序技法https://python.github.io/python-docs-zh-tw/howto/sorting.html#sortinghowto
https://python.github.io/python-docs-zh-tw/library/functools.html#functools.lru_cache
可雜湊的https://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
附名元組https://python.github.io/python-docs-zh-tw/glossary.html#term-named-tuple
如何快取方法呼叫?https://python.github.io/python-docs-zh-tw/faq/programming.html#faq-cache-method-calls
LRU (least recently used) 快取https://en.wikipedia.org/wiki/Cache_replacement_policies#Least_Recently_Used_(LRU)
動態規劃 (dynamic programming)https://en.wikipedia.org/wiki/Dynamic_programming
費波那契數 (Fibonacci numbers)https://en.wikipedia.org/wiki/Fibonacci_number
https://python.github.io/python-docs-zh-tw/library/functools.html#functools.total_ordering
__lt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__lt__
__le__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__le__
__gt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__gt__
__ge__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ge__
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
https://python.github.io/python-docs-zh-tw/library/functools.html#functools.Placeholder
partial()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
partialmethod()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partialmethod
https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
partial 物件https://python.github.io/python-docs-zh-tw/library/functools.html#partial-objects
partial()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
int()https://python.github.io/python-docs-zh-tw/library/functions.html#int
Placeholderhttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.Placeholder
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
Placeholderhttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.Placeholder
https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partialmethod
partialmethodhttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.partialmethod
partialhttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
descriptorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-descriptor
classmethod()https://python.github.io/python-docs-zh-tw/library/functions.html#classmethod
staticmethod()https://python.github.io/python-docs-zh-tw/library/functions.html#staticmethod
abstractmethod()https://python.github.io/python-docs-zh-tw/library/abc.html#abc.abstractmethod
partialmethodhttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.partialmethod
partial 物件https://python.github.io/python-docs-zh-tw/library/functools.html#partial-objects
partialmethodhttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.partialmethod
https://python.github.io/python-docs-zh-tw/library/functools.html#functools.reduce
itertools.accumulate()https://python.github.io/python-docs-zh-tw/library/itertools.html#itertools.accumulate
https://python.github.io/python-docs-zh-tw/library/functools.html#functools.singledispatch
單一調度https://python.github.io/python-docs-zh-tw/glossary.html#term-single-dispatch
泛型函式https://python.github.io/python-docs-zh-tw/glossary.html#term-generic-function
typing.Unionhttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.Union
lambdashttps://python.github.io/python-docs-zh-tw/glossary.html#term-lambda
register()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.singledispatch.register
register()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.singledispatch.register
picklinghttps://python.github.io/python-docs-zh-tw/library/pickle.html#module-pickle
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
抽象基底類別https://python.github.io/python-docs-zh-tw/glossary.html#term-abstract-base-class
register()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.singledispatch.register
register()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.singledispatch.register
typing.Unionhttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.Union
https://python.github.io/python-docs-zh-tw/library/functools.html#functools.singledispatchmethod
單一調度https://python.github.io/python-docs-zh-tw/glossary.html#term-single-dispatch
泛型函式https://python.github.io/python-docs-zh-tw/glossary.html#term-generic-function
@classmethodhttps://python.github.io/python-docs-zh-tw/library/functions.html#classmethod
@staticmethodhttps://python.github.io/python-docs-zh-tw/library/functions.html#staticmethod
@~abc.abstractmethodhttps://python.github.io/python-docs-zh-tw/library/abc.html#abc.abstractmethod
https://python.github.io/python-docs-zh-tw/library/functools.html#functools.update_wrapper
__module__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__module__
__name__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__name__
__qualname__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__qualname__
__annotations__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__annotations__
__type_params__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__type_params__
__doc__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__doc__
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__dict__
lru_cache()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.lru_cache
decoratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-decorator
update_wrapper()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.update_wrapper
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
__annotations__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__annotations__
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
bpo-17482https://bugs.python.org/issue?@action=redirect&bpo=17482
__type_params__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__type_params__
https://python.github.io/python-docs-zh-tw/library/functools.html#functools.wraps
update_wrapper()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.update_wrapper
partialhttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
https://python.github.io/python-docs-zh-tw/library/functools.html#partial-objects
partialhttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
partial()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial.func
partialhttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
funchttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial.func
https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial.args
partialhttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial.keywords
partialhttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
partialhttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
函式物件https://python.github.io/python-docs-zh-tw/reference/datamodel.html#user-defined-funcs
__name__https://python.github.io/python-docs-zh-tw/library/stdtypes.html#definition.__name__
__doc__https://python.github.io/python-docs-zh-tw/library/stdtypes.html#definition.__doc__
目錄https://python.github.io/python-docs-zh-tw/contents.html
functools --- 可呼叫物件上的高階函式與操作https://python.github.io/python-docs-zh-tw/library/functools.html
partial 物件https://python.github.io/python-docs-zh-tw/library/functools.html#partial-objects
itertools --- 建立產生高效率迴圈之疊代器的函式https://python.github.io/python-docs-zh-tw/library/itertools.html
operator --- 標準運算子替代函式https://python.github.io/python-docs-zh-tw/library/operator.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/functools.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/operator.html
上一頁https://python.github.io/python-docs-zh-tw/library/itertools.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
functools --- 可呼叫物件上的高階函式與操作https://python.github.io/python-docs-zh-tw/library/functools.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.