dev (3.14)
3.13
3.12
3.11
3.10
3.9
3.8.20
3.7
3.6
3.5
3.4
3.3
3.2
3.1
3.0
2.7
2.6
English
Spanish
French
Italian
Japanese
Korean
Polish
Brazilian Portuguese
Turkish
Simplified Chinese
Traditional Chinese
zh_cn
这个文档所针对的是一个已不再受支持的 Python 旧版本。 你应当升级版本,并阅读
Python 当前稳定版本的文档
.
导航
索引
模块
|
Python
»
English
Spanish
French
Italian
Japanese
Korean
Polish
Brazilian Portuguese
Turkish
Simplified Chinese
Traditional Chinese
zh_cn
dev (3.14)
3.13
3.12
3.11
3.10
3.9
3.8.20
3.7
3.6
3.5
3.4
3.3
3.2
3.1
3.0
2.7
2.6
3.8.20 Documentation
»
|
索引 – _
_ (underscore)
gettext
in numeric literal
,
[1]
in string formatting
_, identifiers
__, identifiers
__abs__() (object 方法)
(在 operator 模块中)
__add__() (object 方法)
(在 operator 模块中)
__aenter__() (object 方法)
__aexit__() (object 方法)
__aiter__() (object 方法)
__all__
(optional module attribute)
(package variable)
__and__() (object 方法)
(在 operator 模块中)
__anext__() (agen 方法)
(object 方法)
__annotations__ (class attribute)
(function attribute)
(module attribute)
__await__() (object 方法)
__bases__ (class attribute)
(class 属性)
__bool__() (object method)
(object 方法)
__breakpointhook__() (在 sys 模块中)
__bytes__() (email.message.EmailMessage 方法)
(email.message.Message 方法)
(object 方法)
__cached__
__call__() (email.headerregistry.HeaderRegistry 方法)
(object method)
(object 方法)
(weakref.finalize 方法)
__callback__ (weakref.ref 属性)
__cause__ (exception attribute)
(traceback.TracebackException 属性)
__ceil__() (fractions.Fraction 方法)
(object 方法)
__class__ (instance attribute)
(instance 属性)
(method cell)
(module attribute)
(unittest.mock.Mock 属性)
__class_getitem__() (object 类方法)
__classcell__ (class namespace entry)
__closure__ (function attribute)
__code__ (function attribute)
(function object attribute)
__complex__() (object 方法)
__concat__() (在 operator 模块中)
__contains__() (email.message.EmailMessage 方法)
(email.message.Message 方法)
(mailbox.Mailbox 方法)
(object 方法)
(在 operator 模块中)
__context__ (exception attribute)
(traceback.TracebackException 属性)
__copy__() (copy protocol)
__debug__
(內置变量)
__deepcopy__() (copy protocol)
__defaults__ (function attribute)
__del__() (io.IOBase 方法)
(object 方法)
__delattr__() (object 方法)
__delete__() (object 方法)
__delitem__() (email.message.EmailMessage 方法)
(email.message.Message 方法)
(mailbox.Mailbox 方法)
(mailbox.MH 方法)
(object 方法)
(在 operator 模块中)
__dict__ (class attribute)
(function attribute)
(instance attribute)
(module attribute)
,
[1]
(object 属性)
__dir__ (module attribute)
__dir__() (object 方法)
(unittest.mock.Mock 方法)
__displayhook__() (在 sys 模块中)
__divmod__() (object 方法)
__doc__ (class attribute)
(function attribute)
(method attribute)
(module attribute)
,
[1]
(types.ModuleType 属性)
__enter__() (contextmanager 方法)
(object 方法)
(winreg.PyHKEY 方法)
__eq__() (email.charset.Charset 方法)
(email.header.Header 方法)
(instance method)
(memoryview 方法)
(object 方法)
(在 operator 模块中)
__excepthook__() (在 sys 模块中)
__exit__() (contextmanager 方法)
(object 方法)
(winreg.PyHKEY 方法)
__file__
(module attribute)
,
[1]
,
[2]
__float__() (object 方法)
__floor__() (fractions.Fraction 方法)
(object 方法)
__floordiv__() (object 方法)
(在 operator 模块中)
__format__
__format__() (datetime.date 方法)
(datetime.datetime 方法)
(datetime.time 方法)
(object 方法)
__fspath__() (os.PathLike 方法)
__func__ (method attribute)
__future__
future statement
__future__ (模块)
__ge__() (instance method)
(object 方法)
(在 operator 模块中)
__get__() (object 方法)
__getattr__ (module attribute)
__getattr__() (object 方法)
__getattribute__() (object 方法)
__getitem__() (email.headerregistry.HeaderRegistry 方法)
(email.message.EmailMessage 方法)
(email.message.Message 方法)
(mailbox.Mailbox 方法)
(mapping object method)
(object 方法)
(re.Match 方法)
(在 operator 模块中)
__getnewargs__() (object 方法)
__getnewargs_ex__() (object 方法)
__getstate__() (copy protocol)
(object 方法)
__globals__ (function attribute)
__gt__() (instance method)
(object 方法)
(在 operator 模块中)
__hash__() (object 方法)
__iadd__() (object 方法)
(在 operator 模块中)
__iand__() (object 方法)
(在 operator 模块中)
__iconcat__() (在 operator 模块中)
__ifloordiv__() (object 方法)
(在 operator 模块中)
__ilshift__() (object 方法)
(在 operator 模块中)
__imatmul__() (object 方法)
(在 operator 模块中)
__imod__() (object 方法)
(在 operator 模块中)
__import__
內置函数
__import__() (內置函数)
(在 importlib 模块中)
__imul__() (object 方法)
(在 operator 模块中)
__index__() (object 方法)
(在 operator 模块中)
__init__() (difflib.HtmlDiff 方法)
(logging.Handler 方法)
(logging.logging.Formatter 方法)
(object 方法)
__init_subclass__() (object 类方法)
__instancecheck__() (class 方法)
__int__() (object 方法)
__interactivehook__() (在 sys 模块中)
__inv__() (在 operator 模块中)
__invert__() (object 方法)
(在 operator 模块中)
__ior__() (object 方法)
(在 operator 模块中)
__ipow__() (object 方法)
(在 operator 模块中)
__irshift__() (object 方法)
(在 operator 模块中)
__isub__() (object 方法)
(在 operator 模块中)
__iter__() (container 方法)
(iterator 方法)
(mailbox.Mailbox 方法)
(object 方法)
(unittest.TestSuite 方法)
__itruediv__() (object 方法)
(在 operator 模块中)
__ixor__() (object 方法)
(在 operator 模块中)
__kwdefaults__ (function attribute)
__le__() (instance method)
(object 方法)
(在 operator 模块中)
__len__() (email.message.EmailMessage 方法)
(email.message.Message 方法)
(mailbox.Mailbox 方法)
(mapping object method)
(object 方法)
__length_hint__() (object 方法)
__loader__
(module attribute)
(types.ModuleType 属性)
__lshift__() (object 方法)
(在 operator 模块中)
__lt__() (instance method)
(object 方法)
(在 operator 模块中)
__main__
模块
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
__main__ (模块)
__matmul__() (object 方法)
(在 operator 模块中)
__missing__()
(collections.defaultdict 方法)
(object 方法)
__mod__() (object 方法)
(在 operator 模块中)
__module__ (class attribute)
(function attribute)
(method attribute)
__mro__ (class 属性)
__mul__() (object 方法)
(在 operator 模块中)
__name__
(class attribute)
(definition 属性)
(function attribute)
(method attribute)
(module attribute)
,
[1]
,
[2]
(types.ModuleType 属性)
__ne__() (email.charset.Charset 方法)
(email.header.Header 方法)
(instance method)
(object 方法)
(在 operator 模块中)
__neg__() (object 方法)
(在 operator 模块中)
__new__() (object 方法)
__next__() (csv.csvreader 方法)
(generator 方法)
(iterator 方法)
__not__() (在 operator 模块中)
__or__() (object 方法)
(在 operator 模块中)
__package__
(module attribute)
(types.ModuleType 属性)
__path__
__pos__() (object 方法)
(在 operator 模块中)
__pow__() (object 方法)
(在 operator 模块中)
__prepare__ (metaclass method)
__qualname__ (definition 属性)
__radd__() (object 方法)
__rand__() (object 方法)
__rdivmod__() (object 方法)
__reduce__() (object 方法)
__reduce_ex__() (object 方法)
__repr__() (multiprocessing.managers.BaseProxy 方法)
(netrc.netrc 方法)
(object 方法)
__reversed__() (object 方法)
__rfloordiv__() (object 方法)
__rlshift__() (object 方法)
__rmatmul__() (object 方法)
__rmod__() (object 方法)
__rmul__() (object 方法)
__ror__() (object 方法)
__round__() (fractions.Fraction 方法)
(object 方法)
__rpow__() (object 方法)
__rrshift__() (object 方法)
__rshift__() (object 方法)
(在 operator 模块中)
__rsub__() (object 方法)
__rtruediv__() (object 方法)
__rxor__() (object 方法)
__self__ (method attribute)
__set__() (object 方法)
__set_name__() (object 方法)
__setattr__() (object 方法)
__setitem__() (email.message.EmailMessage 方法)
(email.message.Message 方法)
(mailbox.Mailbox 方法)
(mailbox.Maildir 方法)
(object 方法)
(在 operator 模块中)
__setstate__() (copy protocol)
(object 方法)
__slots__
__spec__
(types.ModuleType 属性)
__stderr__() (在 sys 模块中)
__stdin__() (在 sys 模块中)
__stdout__() (在 sys 模块中)
__str__() (datetime.date 方法)
(datetime.datetime 方法)
(datetime.time 方法)
(email.charset.Charset 方法)
(email.header.Header 方法)
(email.headerregistry.Address 方法)
(email.headerregistry.Group 方法)
(email.message.EmailMessage 方法)
(email.message.Message 方法)
(multiprocessing.managers.BaseProxy 方法)
(object 方法)
__sub__() (object 方法)
(在 operator 模块中)
__subclasscheck__() (class 方法)
__subclasses__() (class 方法)
__subclasshook__() (abc.ABCMeta 方法)
__suppress_context__ (traceback.TracebackException 属性)
__traceback__ (exception attribute)
__truediv__() (object 方法)
(在 operator 模块中)
__trunc__() (object 方法)
__unraisablehook__() (在 sys 模块中)
__xor__() (object 方法)
(在 operator 模块中)
_anonymous_ (ctypes.Structure 属性)
_asdict() (collections.somenamedtuple 方法)
_b_base_ (ctypes._CData 属性)
_b_needsfree_ (ctypes._CData 属性)
_callmethod() (multiprocessing.managers.BaseProxy 方法)
_CData (ctypes 中的类)
_clear_type_cache() (在 sys 模块中)
_current_frames() (在 sys 模块中)
_debugmallocstats() (在 sys 模块中)
_dummy_thread (模块)
_enablelegacywindowsfsencoding() (在 sys 模块中)
_exit() (在 os 模块中)
_field_defaults (collections.somenamedtuple 属性)
_fields (ast.AST 属性)
(collections.somenamedtuple 属性)
_fields_ (ctypes.Structure 属性)
_flush() (wsgiref.handlers.BaseHandler 方法)
_frozen (C 类型)
_FuncPtr (ctypes 中的类)
_get_child_mock() (unittest.mock.Mock 方法)
_getframe() (在 sys 模块中)
_getvalue() (multiprocessing.managers.BaseProxy 方法)
_handle (ctypes.PyDLL 属性)
_inittab (C 类型)
_length_ (ctypes.Array 属性)
_locale
模块
_make() (collections.somenamedtuple 类方法)
_makeResult() (unittest.TextTestRunner 方法)
_name (ctypes.PyDLL 属性)
_objects (ctypes._CData 属性)
_pack_ (ctypes.Structure 属性)
_parse() (gettext.NullTranslations 方法)
_Pointer (ctypes 中的类)
_Py_c_diff (C 函数)
_Py_c_neg (C 函数)
_Py_c_pow (C 函数)
_Py_c_prod (C 函数)
_Py_c_quot (C 函数)
_Py_c_sum (C 函数)
_Py_InitializeMain (C 函数)
_Py_NoneStruct (C 变量)
_Py_TPFLAGS_HAVE_VECTORCALL (內置变量)
_PyBytes_Resize (C 函数)
_PyCFunctionFast (C 类型)
_PyCFunctionFastWithKeywords (C 类型)
_PyImport_Fini (C 函数)
_PyImport_Init (C 函数)
_PyObject_FastCallDict (C 函数)
_PyObject_New (C 函数)
_PyObject_NewVar (C 函数)
_PyObject_Vectorcall (C 函数)
_PyTuple_Resize (C 函数)
_replace() (collections.somenamedtuple 方法)
_setroot() (xml.etree.ElementTree.ElementTree 方法)
_SimpleCData (ctypes 中的类)
_structure() (在 email.iterators 模块中)
_thread
模块
_thread (模块)
_type_ (ctypes._Pointer 属性)
(ctypes.Array 属性)
_write() (wsgiref.handlers.BaseHandler 方法)
_xoptions() (在 sys 模块中)
«
导航
索引
模块
|
Python
»
English
Spanish
French
Italian
Japanese
Korean
Polish
Brazilian Portuguese
Turkish
Simplified Chinese
Traditional Chinese
zh_cn
dev (3.14)
3.13
3.12
3.11
3.10
3.9
3.8.20
3.7
3.6
3.5
3.4
3.3
3.2
3.1
3.0
2.7
2.6
3.8.20 Documentation
»
|