- _ (下劃線)
- _,識別符號
- __,識別符號
- __abs__() (在模組 operator 中)
- __add__() (在模組 operator 中)
- __aenter__() (物件方法)
- __aexit__() (物件方法)
- __aiter__() (物件方法)
- __all__
- __and__() (enum.Flag 方法)
- __anext__() (agen 方法)
- __annotations__ (類屬性)
- __args__ (genericalias 屬性)
- __await__() (物件方法)
- __bases__ (類屬性)
- __bool__() (物件方法), [1]
- __bound__ (typing.TypeVar 屬性)
- __breakpointhook__ (在模組 sys 中)
- __buffer__() (物件方法)
- __bytes__() (email.message.EmailMessage 方法)
- __cached__ (模組屬性), [1]
- __call__() (argparse.Action 方法)
- __callback__ (weakref.ref 屬性)
- __cause__ (BaseException 屬性)
- __ceil__() (fractions.Fraction 方法)
- __class__ (例項屬性)
- __class_getitem__() (物件類方法)
- __classcell__ (類名稱空間條目)
- __closure__ (函式屬性), [1]
- __code__ (函式屬性), [1]
- __complex__() (物件方法)
- __concat__() (在模組 operator 中)
- __constraints__ (typing.TypeVar 屬性)
- __contains__() (email.message.EmailMessage 方法)
- __context__ (BaseException 屬性)
- __contravariant__ (typing.TypeVar 屬性)
- __copy__() (copy 協議)
- __covariant__ (typing.TypeVar 屬性)
- __debug__
- __deepcopy__() (copy 協議)
- __default__ (typing.ParamSpec 屬性)
- __defaults__ (函式屬性), [1]
- __del__() (io.IOBase 方法)
- __delattr__() (物件方法)
- __delete__() (物件方法)
- __delitem__() (email.message.EmailMessage 方法)
- __dict__ (類屬性)
- __dir__ (模組屬性)
- __dir__() (enum.Enum 方法)
- __displayhook__ (在模組 sys 中)
- __divmod__() (物件方法)
- __doc__ (類屬性)
- __enter__() (contextmanager 方法)
- __eq__() (email.charset.Charset 方法)
- __excepthook__ (在模組 sys 中)
- __exit__() (contextmanager 方法)
- __file__ (模組屬性), [1], [2], [3]
- __firstlineno__ (類屬性)
- __float__() (物件方法)
- __floor__() (fractions.Fraction 方法)
- __floordiv__() (在模組 operator 中)
- __format__
- __format__() (datetime.date 方法)
- __fspath__() (os.PathLike 方法)
- __func__ (方法屬性), [1]
- __future__
- __ge__() (在模組 operator 中)
- __get__() (物件方法)
- __getattr__ (模組屬性)
- __getattr__() (物件方法)
- __getattribute__() (物件方法)
- __getitem__() (email.headerregistry.HeaderRegistry 方法)
- __getnewargs__() (物件方法)
- __getnewargs_ex__() (物件方法)
- __getstate__() (copy 協議)
- __globals__ (函式屬性), [1]
- __gt__() (在模組 operator 中)
- __hash__() (物件方法)
- __iadd__() (在模組 operator 中)
- __iand__() (在模組 operator 中)
- __iconcat__() (在模組 operator 中)
- __ifloordiv__() (在模組 operator 中)
- __ilshift__() (在模組 operator 中)
- __imatmul__() (在模組 operator 中)
- __imod__() (在模組 operator 中)
- __import__
- __import__()
- __import__() (在模組 importlib 中)
- __imul__() (在模組 operator 中)
- __index__() (在模組 operator 中)
- __infer_variance__ (typing.TypeVar 屬性)
- __init__() (asyncio.Future 方法)
- __init_subclass__() (enum.Enum 方法)
- __instancecheck__() (型別方法)
- __int__() (物件方法)
- __interactivehook__ (在模組 sys 中)
- __inv__() (在模組 operator 中)
- __invert__() (在模組 operator 中)
- __ior__() (在模組 operator 中)
- __ipow__() (在模組 operator 中)
- __irshift__() (在模組 operator 中)
- __isub__() (在模組 operator 中)
- __iter__() (容器方法)
- __itruediv__() (在模組 operator 中)
- __ixor__() (在模組 operator 中)
- __kwdefaults__ (函式屬性), [1]
- __le__() (在模組 operator 中)
- __len__() (email.message.EmailMessage 方法)
- __length_hint__() (物件方法)
- __loader__ (模組屬性), [1], [2]
- __lshift__() (在模組 operator 中)
- __lt__() (在模組 operator 中)
- __main__
- __matmul__() (在模組 operator 中)
- __members__ (enum.EnumType 屬性)
- __missing__()
- __mod__() (在模組 operator 中)
- __module__ (類屬性)
- __mro__ (型別屬性)
- __mro_entries__() (物件方法)
- __mul__() (在模組 operator 中)
- __mutable_keys__ (typing.TypedDict 屬性)
- __name__ (類屬性)
- __ne__() (email.charset.Charset 方法)
- __neg__() (在模組 operator 中)
- __new__() (enum.Enum 方法)
- __next__() (csv.csvreader 方法)
- __not__() (在模組 operator 中)
- __notes__ (BaseException 屬性)
- __objclass__ (物件屬性)
- __optional_keys__ (typing.TypedDict 屬性)
- __or__() (enum.Flag 方法)
- __origin__ (genericalias 屬性)
- __package__ (模組屬性), [1], [2]
- __parameters__ (genericalias 屬性)
- __path__ (模組屬性), [1]
- __pos__() (在模組 operator 中)
- __post_init__() (在模組 dataclasses 中)
- __pow__() (在模組 operator 中)
- __prepare__ (元類方法)
- __PYVENV_LAUNCHER__, [1]
|
|