René's URL Explorer Experiment


Title: inspect --- 檢視活動物件 — 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
inspect --- 檢視活動物件https://python.github.io/python-docs-zh-tw/library/inspect.html
Types and membershttps://python.github.io/python-docs-zh-tw/library/inspect.html#types-and-members
取得原始碼https://python.github.io/python-docs-zh-tw/library/inspect.html#retrieving-source-code
Introspecting callables with the Signature objecthttps://python.github.io/python-docs-zh-tw/library/inspect.html#introspecting-callables-with-the-signature-object
類別與函式https://python.github.io/python-docs-zh-tw/library/inspect.html#classes-and-functions
直譯器堆疊https://python.github.io/python-docs-zh-tw/library/inspect.html#the-interpreter-stack
Fetching attributes staticallyhttps://python.github.io/python-docs-zh-tw/library/inspect.html#fetching-attributes-statically
Current State of Generators, Coroutines, and Asynchronous Generatorshttps://python.github.io/python-docs-zh-tw/library/inspect.html#current-state-of-generators-coroutines-and-asynchronous-generators
Code Objects Bit Flagshttps://python.github.io/python-docs-zh-tw/library/inspect.html#code-objects-bit-flags
Buffer flagshttps://python.github.io/python-docs-zh-tw/library/inspect.html#buffer-flags
命令列介面https://python.github.io/python-docs-zh-tw/library/inspect.html#command-line-interface
gc --- 垃圾回收器介面 (Garbage Collector interface)https://python.github.io/python-docs-zh-tw/library/gc.html
annotationlib --- 用於自我檢查註釋的功能https://python.github.io/python-docs-zh-tw/library/annotationlib.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/inspect.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/annotationlib.html
上一頁https://python.github.io/python-docs-zh-tw/library/gc.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
inspect --- 檢視活動物件https://python.github.io/python-docs-zh-tw/library/inspect.html
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect-inspect-live-objects
Lib/inspect.pyhttps://github.com/python/cpython/tree/3.14/Lib/inspect.py
inspecthttps://python.github.io/python-docs-zh-tw/library/inspect.html#module-inspect
https://python.github.io/python-docs-zh-tw/library/inspect.html#types-and-members
getmembers()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getmembers
getmembers()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getmembers
Import-related attributes on module objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#import-mod-attrs
type parametershttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#type-params
bytecodehttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
type parametershttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#type-params
herehttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect-module-co-flags
sys.set_coroutine_origin_tracking_depth()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.set_coroutine_origin_tracking_depth
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getmembers
getmembers()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getmembers
__dir__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dir__
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getmembers_static
getmembers_static()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getmembers_static
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getmodulename
importlib.machinery.all_suffixes()https://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.machinery.all_suffixes
importlibhttps://python.github.io/python-docs-zh-tw/library/importlib.html#module-importlib
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.ismodule
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isclass
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.ismethod
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.ispackage
packagehttps://python.github.io/python-docs-zh-tw/glossary.html#term-package
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isfunction
lambdahttps://python.github.io/python-docs-zh-tw/glossary.html#term-lambda
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isgeneratorfunction
functools.partial()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
functools.partialmethod()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partialmethod
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isgenerator
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.iscoroutinefunction
coroutine functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine-function
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
functools.partial()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
coroutine functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine-function
markcoroutinefunction()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.markcoroutinefunction
functools.partial()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
coroutine functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine-function
markcoroutinefunction()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.markcoroutinefunction
functools.partialmethod()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partialmethod
coroutine functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine-function
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.markcoroutinefunction
coroutine functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine-function
iscoroutinefunction()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.iscoroutinefunction
coroutinehttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine
iscoroutinefunction()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.iscoroutinefunction
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
iscoroutine()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.iscoroutine
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.iscoroutine
coroutinehttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isawaitable
awaithttps://python.github.io/python-docs-zh-tw/reference/expressions.html#await
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isasyncgenfunction
asynchronous generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-generator
functools.partial()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
asynchronous generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-generator
functools.partialmethod()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partialmethod
coroutine functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine-function
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isasyncgen
asynchronous generator iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-generator-iterator
asynchronous generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-generator
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.istraceback
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isframe
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.iscode
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isbuiltin
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.ismethodwrapper
MethodWrapperTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.MethodWrapperType
MethodWrapperTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.MethodWrapperType
__str__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__str__
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
__repr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__repr__
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isroutine
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isabstract
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.ismethoddescriptor
ismethod()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.ismethod
isclass()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isclass
isfunction()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isfunction
isbuiltin()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isbuiltin
__get__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__get__
__set__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__set__
__delete__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__delete__
__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__
ismethoddescriptor()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.ismethoddescriptor
__func__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__func__
ismethod()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.ismethod
__get__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__get__
__delete__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__delete__
__set__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__set__
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isdatadescriptor
__set__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__set__
__delete__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__delete__
__name__https://python.github.io/python-docs-zh-tw/library/stdtypes.html#definition.__name__
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isgetsetdescriptor
PyGetSetDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyGetSetDef
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.ismemberdescriptor
PyMemberDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMemberDef
https://python.github.io/python-docs-zh-tw/library/inspect.html#retrieving-source-code
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getdoc
cleandoc()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.cleandoc
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getcomments
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getfile
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getmodule
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getsourcefile
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getsourcelines
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
IOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IOError
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getsource
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
IOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IOError
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.cleandoc
https://python.github.io/python-docs-zh-tw/library/inspect.html#introspecting-callables-with-the-signature-object
Signaturehttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.signature
Signaturehttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature
functools.partial()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
signature()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.signature
annotationlib.get_annotations()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.get_annotations
annotationlib.Formathttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
annotationlib.get_annotations()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.get_annotations
the FAQ entry on positional-only parametershttps://python.github.io/python-docs-zh-tw/faq/programming.html#faq-positional-only-arguments
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature
Parameterhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter
parametershttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.parameters
Parameterhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter
Signature.replace()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.replace
copy.replace()https://python.github.io/python-docs-zh-tw/library/copy.html#copy.replace
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.empty
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.parameters
Parameterhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.return_annotation
Signature.emptyhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.empty
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.bind
BoundArgumentshttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.bind_partial
Signature.bind()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.bind
functools.partial()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
BoundArgumentshttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.replace
Signaturehttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature
replace()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.replace
Signature.emptyhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.empty
Signaturehttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature
copy.replace()https://python.github.io/python-docs-zh-tw/library/copy.html#copy.replace
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.format
Signaturehttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature
annotationshttps://python.github.io/python-docs-zh-tw/glossary.html#term-annotation
STRINGhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.STRING
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.from_callable
Signaturehttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature
Signaturehttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature
signature()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.signature
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter
Parameter.replace()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter.replace
copy.replace()https://python.github.io/python-docs-zh-tw/library/copy.html#copy.replace
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter.empty
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter.name
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter.default
Parameter.emptyhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter.empty
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter.annotation
Parameter.emptyhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter.empty
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter.kind
Parameterhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter.kind.description
Parameter.kindhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter.kind
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter.replace
Parameterhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter
Parameter.emptyhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter.empty
Parameterhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter
copy.replace()https://python.github.io/python-docs-zh-tw/library/copy.html#copy.replace
Parameterhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments
Signature.bind()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.bind
Signature.bind_partial()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.bind_partial
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments.arguments
argumentshttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments.arguments
argshttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments.args
kwargshttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments.kwargs
Signature.parametershttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.parameters
Signature.bind()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.bind
Signature.bind_partial()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.bind_partial
BoundArguments.apply_defaults()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments.apply_defaults
argumentshttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments.arguments
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
collections.OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments.args
argumentshttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments.arguments
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments.kwargs
argumentshttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments.arguments
argshttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments.args
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments.signature
Signaturehttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments.apply_defaults
argshttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments.args
kwargshttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BoundArguments.kwargs
PEP 362https://peps.python.org/pep-0362/
https://python.github.io/python-docs-zh-tw/library/inspect.html#classes-and-functions
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getclasstree
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getfullargspec
named tuplehttps://python.github.io/python-docs-zh-tw/glossary.html#term-named-tuple
signature()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.signature
Signature Objecthttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect-signature-object
signature()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.signature
signature()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.signature
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getargvalues
named tuplehttps://python.github.io/python-docs-zh-tw/glossary.html#term-named-tuple
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.formatargvalues
getargvalues()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getargvalues
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getmro
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getcallargs
Signature.bind()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.bind
Signature.bind_partial()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Signature.bind_partial
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getclosurevars
named tuplehttps://python.github.io/python-docs-zh-tw/glossary.html#term-named-tuple
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.unwrap
signature()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.signature
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.get_annotations
annotationlib.get_annotations()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.get_annotations
Security implications of introspecting annotationshttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib-security
annotationlib.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/inspect.html#the-interpreter-stack
FrameInfohttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo.frame
frame objecthttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame-objects
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo.filename
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo.lineno
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo.function
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo.code_context
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo.index
code_contexthttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo.code_context
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo.positions
dis.Positionshttps://python.github.io/python-docs-zh-tw/library/dis.html#dis.Positions
named tuplehttps://python.github.io/python-docs-zh-tw/glossary.html#term-named-tuple
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
named tuplehttps://python.github.io/python-docs-zh-tw/glossary.html#term-named-tuple
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Traceback
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Traceback.filename
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Traceback.lineno
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Traceback.function
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Traceback.code_context
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Traceback.index
code_contexthttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Traceback.code_context
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Traceback.positions
dis.Positionshttps://python.github.io/python-docs-zh-tw/library/dis.html#dis.Positions
named tuplehttps://python.github.io/python-docs-zh-tw/glossary.html#term-named-tuple
finallyhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#finally
gc.disable()https://python.github.io/python-docs-zh-tw/library/gc.html#gc.disable
frame.clear()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.clear
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getframeinfo
Tracebackhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Traceback
Tracebackhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Traceback
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getouterframes
FrameInfohttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo
named tupleshttps://python.github.io/python-docs-zh-tw/glossary.html#term-named-tuple
FrameInfohttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getinnerframes
FrameInfohttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo
named tupleshttps://python.github.io/python-docs-zh-tw/glossary.html#term-named-tuple
FrameInfohttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.currentframe
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.stack
FrameInfohttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo
named tupleshttps://python.github.io/python-docs-zh-tw/glossary.html#term-named-tuple
FrameInfohttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.trace
FrameInfohttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo
named tupleshttps://python.github.io/python-docs-zh-tw/glossary.html#term-named-tuple
FrameInfohttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.FrameInfo
https://python.github.io/python-docs-zh-tw/library/inspect.html#fetching-attributes-statically
getattr()https://python.github.io/python-docs-zh-tw/library/functions.html#getattr
hasattr()https://python.github.io/python-docs-zh-tw/library/functions.html#hasattr
__getattr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattr__
__getattribute__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattribute__
getattr_static()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getattr_static
getattr()https://python.github.io/python-docs-zh-tw/library/functions.html#getattr
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getattr_static
__getattr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattr__
__getattribute__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattribute__
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
getattr_static()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getattr_static
https://python.github.io/python-docs-zh-tw/library/inspect.html#current-state-of-generators-coroutines-and-asynchronous-generators
getgeneratorstate()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getgeneratorstate
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getgeneratorstate
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getcoroutinestate
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getasyncgenstate
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
yieldhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#yield
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getgeneratorlocals
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-generator
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getcoroutinelocals
getgeneratorlocals()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getgeneratorlocals
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getasyncgenlocals
getgeneratorlocals()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getgeneratorlocals
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
yieldhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#yield
https://python.github.io/python-docs-zh-tw/library/inspect.html#code-objects-bit-flags
co_flagshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_flags
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.CO_OPTIMIZED
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.CO_NEWLOCALS
f_localshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_locals
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.CO_VARARGS
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.CO_VARKEYWORDS
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.CO_NESTED
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.CO_GENERATOR
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.CO_COROUTINE
PEP 492https://peps.python.org/pep-0492/
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.CO_ITERABLE_COROUTINE
PEP 492https://peps.python.org/pep-0492/
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.CO_ASYNC_GENERATOR
PEP 525https://peps.python.org/pep-0525/
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.CO_HAS_DOCSTRING
co_constshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_consts
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.CO_METHOD
inspecthttps://python.github.io/python-docs-zh-tw/library/inspect.html#module-inspect
https://python.github.io/python-docs-zh-tw/library/inspect.html#buffer-flags
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags
enum.IntFlaghttps://python.github.io/python-docs-zh-tw/library/enum.html#enum.IntFlag
__buffer__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__buffer__
buffer protocolhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#bufferobjects
Buffer request typeshttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#buffer-request-types
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.SIMPLE
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.WRITABLE
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.FORMAT
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.ND
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.STRIDES
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.C_CONTIGUOUS
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.F_CONTIGUOUS
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.ANY_CONTIGUOUS
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.INDIRECT
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.CONTIG
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.CONTIG_RO
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.STRIDED
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.STRIDED_RO
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.RECORDS
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.RECORDS_RO
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.FULL
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.FULL_RO
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.READ
https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags.WRITE
https://python.github.io/python-docs-zh-tw/library/inspect.html#command-line-interface
inspecthttps://python.github.io/python-docs-zh-tw/library/inspect.html#module-inspect
https://python.github.io/python-docs-zh-tw/library/inspect.html#cmdoption-inspect-details
目錄https://python.github.io/python-docs-zh-tw/contents.html
inspect --- 檢視活動物件https://python.github.io/python-docs-zh-tw/library/inspect.html
Types and membershttps://python.github.io/python-docs-zh-tw/library/inspect.html#types-and-members
取得原始碼https://python.github.io/python-docs-zh-tw/library/inspect.html#retrieving-source-code
Introspecting callables with the Signature objecthttps://python.github.io/python-docs-zh-tw/library/inspect.html#introspecting-callables-with-the-signature-object
類別與函式https://python.github.io/python-docs-zh-tw/library/inspect.html#classes-and-functions
直譯器堆疊https://python.github.io/python-docs-zh-tw/library/inspect.html#the-interpreter-stack
Fetching attributes staticallyhttps://python.github.io/python-docs-zh-tw/library/inspect.html#fetching-attributes-statically
Current State of Generators, Coroutines, and Asynchronous Generatorshttps://python.github.io/python-docs-zh-tw/library/inspect.html#current-state-of-generators-coroutines-and-asynchronous-generators
Code Objects Bit Flagshttps://python.github.io/python-docs-zh-tw/library/inspect.html#code-objects-bit-flags
Buffer flagshttps://python.github.io/python-docs-zh-tw/library/inspect.html#buffer-flags
命令列介面https://python.github.io/python-docs-zh-tw/library/inspect.html#command-line-interface
gc --- 垃圾回收器介面 (Garbage Collector interface)https://python.github.io/python-docs-zh-tw/library/gc.html
annotationlib --- 用於自我檢查註釋的功能https://python.github.io/python-docs-zh-tw/library/annotationlib.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/inspect.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/annotationlib.html
上一頁https://python.github.io/python-docs-zh-tw/library/gc.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
inspect --- 檢視活動物件https://python.github.io/python-docs-zh-tw/library/inspect.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.