René's URL Explorer Experiment


Title: annotationlib --- 用於自我檢查註釋的功能 — 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
annotationlib --- 用於自我檢查註釋的功能https://python.github.io/python-docs-zh-tw/library/annotationlib.html
Annotation semanticshttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotation-semantics
Classeshttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#classes
Functionshttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#functions
Recipeshttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#recipes
Using annotations in a metaclasshttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#using-annotations-in-a-metaclass
STRING 格式的限制https://python.github.io/python-docs-zh-tw/library/annotationlib.html#limitations-of-the-string-format
FORWARDREF 格式的限制https://python.github.io/python-docs-zh-tw/library/annotationlib.html#limitations-of-the-forwardref-format
Security implications of introspecting annotationshttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#security-implications-of-introspecting-annotations
inspect --- 檢視活動物件https://python.github.io/python-docs-zh-tw/library/inspect.html
site --- Site-specific configuration hookhttps://python.github.io/python-docs-zh-tw/library/site.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/annotationlib.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/site.html
上一頁https://python.github.io/python-docs-zh-tw/library/inspect.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
Python Runtime 服務https://python.github.io/python-docs-zh-tw/library/python.html
annotationlib --- 用於自我檢查註釋的功能https://python.github.io/python-docs-zh-tw/library/annotationlib.html
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#module-annotationlib
Lib/annotationlib.pyhttps://github.com/python/cpython/tree/3.14/Lib/annotationlib.py
annotationshttps://python.github.io/python-docs-zh-tw/glossary.html#term-annotation
lazily evaluatedhttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#lazy-evaluation
Formathttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format
VALUEhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.VALUE
FORWARDREFhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.FORWARDREF
ForwardRefhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef
STRINGhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.STRING
get_annotations()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.get_annotations
annotate functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-annotate-function
get_annotate_from_class_namespace()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.get_annotate_from_class_namespace
call_annotate_function()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.call_annotate_function
call_evaluate_function()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.call_evaluate_function
evaluate functionshttps://python.github.io/python-docs-zh-tw/glossary.html#term-evaluate-function
the security sectionhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib-security
PEP 649https://peps.python.org/pep-0649/
PEP 749https://peps.python.org/pep-0749/
PEP 649https://peps.python.org/pep-0649/
註釋 (annotation) 最佳實踐https://python.github.io/python-docs-zh-tw/howto/annotations.html#annotations-howto
typing-extensionshttps://pypi.org/project/typing-extensions/
get_annotations()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.get_annotations
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotation-semantics
future importhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#future
PEP 3107https://peps.python.org/pep-3107/
PEP 526https://peps.python.org/pep-0526/
PEP 563https://peps.python.org/pep-0563/
PEP 649https://peps.python.org/pep-0649/
PEP 749https://peps.python.org/pep-0749/
NameErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NameError
PEP 3107https://peps.python.org/pep-3107/
PEP 526https://peps.python.org/pep-0526/
PEP 563https://peps.python.org/pep-0563/
PEP 649https://peps.python.org/pep-0649/
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#classes
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format
IntEnumhttps://python.github.io/python-docs-zh-tw/library/enum.html#enum.IntEnum
get_annotations()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.get_annotations
__annotate__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__annotate__
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.VALUE
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.VALUE_WITH_FAKE_GLOBALS
Format.VALUEhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.VALUE
NotImplementedErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NotImplementedError
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.FORWARDREF
Format.VALUEhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.VALUE
ForwardRefhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef
ForwardRefhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.STRING
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef
FORWARDREFhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.FORWARDREF
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef.__forward_arg__
ForwardRefhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef.evaluate
VALUEhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.VALUE
NameErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NameError
FORWARDREFhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.FORWARDREF
ForwardRefhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef
FORWARDREFhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.FORWARDREF
STRINGhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.STRING
__forward_arg__https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef.__forward_arg__
ForwardRefhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef
ForwardRefhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef
ForwardRefhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
generic classeshttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#generic-classes
functionshttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#generic-functions
type parametershttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#type-params
ForwardRefhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef
ForwardRefhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef
get_annotations()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.get_annotations
ForwardRefhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef
ForwardRefhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#functions
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.annotations_to_string
type_repr()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.type_repr
STRINGhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.STRING
STRINGhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.STRING
typing.TypedDicthttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.TypedDict
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.call_annotate_function
annotate functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-annotate-function
Formathttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format
VALUEhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.VALUE
FORWARDREFhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.FORWARDREF
ForwardRefhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef
PEP 649https://peps.python.org/pep-0649/#the-stringizer-and-the-fake-globals-environment
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.call_evaluate_function
evaluate functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-evaluate-function
Formathttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format
call_annotate_function()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.call_annotate_function
typing.TypeAliasType.evaluate_value()https://python.github.io/python-docs-zh-tw/library/typing.html#typing.TypeAliasType.evaluate_value
typing.TypeVar.evaluate_bound()https://python.github.io/python-docs-zh-tw/library/typing.html#typing.TypeVar.evaluate_bound
typing.TypeVar.evaluate_constraints()https://python.github.io/python-docs-zh-tw/library/typing.html#typing.TypeVar.evaluate_constraints
typing.TypeVar.evaluate_default()https://python.github.io/python-docs-zh-tw/library/typing.html#typing.TypeVar.evaluate_default
typing.ParamSpec.evaluate_default()https://python.github.io/python-docs-zh-tw/library/typing.html#typing.ParamSpec.evaluate_default
typing.TypeVarTuple.evaluate_default()https://python.github.io/python-docs-zh-tw/library/typing.html#typing.TypeVarTuple.evaluate_default
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.get_annotate_from_class_namespace
annotate functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-annotate-function
belowhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib-metaclass
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.get_annotations
__annotate__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__annotate__
__annotations__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__annotations__
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
Formathttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format
FORWARDREFhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.FORWARDREF
VALUE_WITH_FAKE_GLOBALShttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.VALUE_WITH_FAKE_GLOBALS
VALUEhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.VALUE
VALUEhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.VALUE
annotations_to_string()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.annotations_to_string
STRINGhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.STRING
VALUE_WITH_FAKE_GLOBALShttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.VALUE_WITH_FAKE_GLOBALS
VALUEhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.VALUE
annotations_to_string()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.annotations_to_string
VALUEhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.VALUE
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
Format.VALUEhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.VALUE
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
obj.__globals__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__globals__
functools.update_wrapper()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.update_wrapper
functools.partialhttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
註釋 (annotation) 最佳實踐https://python.github.io/python-docs-zh-tw/howto/annotations.html#annotations-howto
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.type_repr
STRINGhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.STRING
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
STRINGhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.STRING
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#recipes
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#using-annotations-in-a-metaclass
metaclasshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#metaclasses
get_annotate_from_class_namespace()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.get_annotate_from_class_namespace
call_annotate_function()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.call_annotate_function
FORWARDREFhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.FORWARDREF
typing.ClassVarhttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.ClassVar
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#limitations-of-the-string-format
STRINGhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.STRING
asthttps://python.github.io/python-docs-zh-tw/library/ast.html#module-ast
ast.BinOphttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.BinOp
ast.UnaryOphttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.UnaryOp
ast.Inverthttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Invert
ast.UAddhttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.UAdd
ast.USubhttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.USub
ast.Nothttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Not
ast.Dicthttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Dict
ast.Sethttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Set
ast.Comparehttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Compare
ast.Eqhttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Eq
ast.NotEqhttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.NotEq
ast.Lthttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Lt
ast.LtEhttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.LtE
ast.Gthttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Gt
ast.GtEhttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.GtE
ast.Ishttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Is
ast.IsNothttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.IsNot
ast.Inhttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.In
ast.NotInhttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.NotIn
ast.Callhttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Call
ast.Constanthttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Constant
ast.Attributehttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Attribute
ast.Subscripthttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Subscript
ast.Starredhttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Starred
ast.Namehttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Name
ast.Listhttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.List
ast.Tuplehttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Tuple
ast.Slicehttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Slice
ast.FormattedValuehttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.FormattedValue
ast.JoinedStrhttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.JoinedStr
ast.BoolOphttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.BoolOp
ast.IfExphttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.IfExp
ast.Lambdahttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Lambda
ast.ListComphttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.ListComp
ast.SetComphttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.SetComp
ast.DictComphttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.DictComp
ast.GeneratorExphttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.GeneratorExp
ast.NamedExprhttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.NamedExpr
ast.Awaithttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Await
ast.Yieldhttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.Yield
ast.YieldFromhttps://python.github.io/python-docs-zh-tw/library/ast.html#ast.YieldFrom
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#limitations-of-the-forwardref-format
FORWARDREFhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.FORWARDREF
ForwardRefhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef
STRINGhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.STRING
FORWARDREFhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.FORWARDREF
https://python.github.io/python-docs-zh-tw/library/annotationlib.html#security-implications-of-introspecting-annotations
get_annotations()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.get_annotations
annotate functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-annotate-function
ForwardRef.evaluate()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef.evaluate
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
__annotations__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__annotations__
typinghttps://python.github.io/python-docs-zh-tw/library/typing.html#module-typing
typing.get_type_hints()https://python.github.io/python-docs-zh-tw/library/typing.html#typing.get_type_hints
ForwardRefhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.ForwardRef
目錄https://python.github.io/python-docs-zh-tw/contents.html
annotationlib --- 用於自我檢查註釋的功能https://python.github.io/python-docs-zh-tw/library/annotationlib.html
Annotation semanticshttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotation-semantics
Classeshttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#classes
Functionshttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#functions
Recipeshttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#recipes
Using annotations in a metaclasshttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#using-annotations-in-a-metaclass
STRING 格式的限制https://python.github.io/python-docs-zh-tw/library/annotationlib.html#limitations-of-the-string-format
FORWARDREF 格式的限制https://python.github.io/python-docs-zh-tw/library/annotationlib.html#limitations-of-the-forwardref-format
Security implications of introspecting annotationshttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#security-implications-of-introspecting-annotations
inspect --- 檢視活動物件https://python.github.io/python-docs-zh-tw/library/inspect.html
site --- Site-specific configuration hookhttps://python.github.io/python-docs-zh-tw/library/site.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/annotationlib.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/site.html
上一頁https://python.github.io/python-docs-zh-tw/library/inspect.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
Python Runtime 服務https://python.github.io/python-docs-zh-tw/library/python.html
annotationlib --- 用於自我檢查註釋的功能https://python.github.io/python-docs-zh-tw/library/annotationlib.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.