|
- message_from_file() (於 email 模組中)
- message_from_string() (於 email 模組中)
- MessageBeep() (於 winsound 模組中)
- MessageClass (http.server.BaseHTTPRequestHandler 的屬性)
- MessageDefect
- MessageError
- MessageParseError
- messages (於 xml.parsers.expat.errors 模組中)
-
meta
- meta hooks
- meta path finder(元路徑尋檢器)
- meta() (於 curses 模組中)
- meta_path (於 sys 模組中)
- metaclass hint(元類別提示)
- metaclass(元類別), [1]
- metadata() (於 importlib.metadata 模組中)
- MetaPathFinder (importlib.abc 中的類別)
- metavar (optparse.Option 的屬性)
- MetavarTypeHelpFormatter (argparse 中的類別)
- METH_CLASS (C macro)
- METH_COEXIST (C macro)
- METH_FASTCALL (C macro)
- METH_KEYWORDS (C macro)
- METH_METHOD (C macro)
- METH_NOARGS (C macro)
- METH_O (C macro)
- METH_STATIC (C macro)
- METH_VARARGS (C macro)
- method (urllib.request.Request 的屬性)
- method resolution order(方法解析順序)
- method_calls (unittest.mock.Mock 的屬性)
- methodcaller() (於 operator 模組中)
- MethodDescriptorType (於 types 模組中)
- methodHelp() (xmlrpc.client.ServerProxy.system 的方法)
- methods (pyclbr.Class 的屬性)
- methodSignature() (xmlrpc.client.ServerProxy.system 的方法)
-
methods(方法)
- MethodType (於 types 模組中)
- MethodType(types 模組中), [1], [2]
- MethodWrapperType (於 types 模組中)
- method(方法)
- metrics() (tkinter.font.Font 的方法)
- MFD_ALLOW_SEALING (於 os 模組中)
- MFD_CLOEXEC (於 os 模組中)
- MFD_HUGE_16GB (於 os 模組中)
- MFD_HUGE_16MB (於 os 模組中)
- MFD_HUGE_1GB (於 os 模組中)
- MFD_HUGE_1MB (於 os 模組中)
- MFD_HUGE_256MB (於 os 模組中)
- MFD_HUGE_2GB (於 os 模組中)
- MFD_HUGE_2MB (於 os 模組中)
- MFD_HUGE_32MB (於 os 模組中)
- MFD_HUGE_512KB (於 os 模組中)
- MFD_HUGE_512MB (於 os 模組中)
- MFD_HUGE_64KB (於 os 模組中)
- MFD_HUGE_8MB (於 os 模組中)
- MFD_HUGE_MASK (於 os 模組中)
- MFD_HUGE_SHIFT (於 os 模組中)
- MFD_HUGETLB (於 os 模組中)
- MH (mailbox 中的類別)
- MHMessage (mailbox 中的類別)
- microsecond (datetime.datetime 的屬性)
- microseconds (datetime.timedelta 的屬性)
-
MIME
- MIMEApplication (email.mime.application 中的類別)
- MIMEAudio (email.mime.audio 中的類別)
- MIMEBase (email.mime.base 中的類別)
- MIMEImage (email.mime.image 中的類別)
- MIMEMessage (email.mime.message 中的類別)
- MIMEMultipart (email.mime.multipart 中的類別)
- MIMENonMultipart (email.mime.nonmultipart 中的類別)
- MIMEPart (email.message 中的類別)
- MIMEText (email.mime.text 中的類別)
-
mimetypes
- MimeTypes (mimetypes 中的類別)
- MIMEVersionHeader (email.headerregistry 中的類別)
-
min
- min (datetime.date 的屬性)
-
min()
- min() (decimal.Context 的方法)
- min_10_exp (sys.float_info 的屬性)
- MIN_EMIN (於 decimal 模組中)
- MIN_ETINY (於 decimal 模組中)
- min_exp (sys.float_info 的屬性)
- min_mag() (decimal.Context 的方法)
- MINEQUAL (於 token 模組中)
- MINIMUM_SUPPORTED (ssl.TLSVersion 的屬性)
- minimum_version (ssl.SSLContext 的屬性)
- minor (email.headerregistry.MIMEVersionHeader 的屬性)
- minor() (於 os 模組中)
- MINUS (於 token 模組中)
- minus() (decimal.Context 的方法)
- minus(減)
- minute (datetime.datetime 的屬性)
- MINYEAR (於 datetime 模組中)
- mirrored() (於 unicodedata 模組中)
- misc_header (cmd.Cmd 的屬性)
- MISSING (contextvars.Token 的屬性)
- MISSING_C_DOCSTRINGS (於 test.support 模組中)
- missing_compiler_executable() (於 test.support 模組中)
- MissingSectionHeaderError
- mkd() (ftplib.FTP 的方法)
- mkdir() (pathlib.Path 的方法)
- mkdtemp() (於 tempfile 模組中)
- mkfifo() (於 os 模組中)
- mknod() (於 os 模組中)
- mkstemp() (於 tempfile 模組中)
- mktemp() (於 tempfile 模組中)
- mktime() (於 time 模組中)
- mktime_tz() (於 email.utils 模組中)
- mlsd() (ftplib.FTP 的方法)
-
mmap
- mmap (mmap 中的類別)
- MMDF (mailbox 中的類別)
- MMDFMessage (mailbox 中的類別)
- Mock (unittest.mock 中的類別)
- mock_add_spec() (unittest.mock.Mock 的方法)
- mock_calls (unittest.mock.Mock 的屬性)
- mock_open() (於 unittest.mock 模組中)
- Mod (ast 中的類別)
- mod() (於 operator 模組中)
- mode (bz2.BZ2File 的屬性)
- mode() (於 statistics 模組中)
-
modes(模式)
- modf() (於 math 模組中)
- modified() (urllib.robotparser.RobotFileParser 的方法)
- modify() (select.devpoll 的方法)
-
module
- Module (ast 中的類別)
- module (pyclbr.Class 的屬性)
- MODULE (symtable.SymbolTableType 的屬性)
- Module browser(模組瀏覽器)
- module spec
- module spec(模組規格)
- module_from_spec() (於 importlib.util 模組中)
-
modulefinder
- ModuleFinder (modulefinder 中的類別)
- ModuleInfo (pkgutil 中的類別)
- ModuleNotFoundError
- modules (modulefinder.ModuleFinder 的屬性)
- modules_cleanup() (於 test.support.import_helper 模組中)
- modules_setup() (於 test.support.import_helper 模組中)
- ModuleSpec (importlib.machinery 中的類別)
- modules(sys 模組中), [1]
- ModuleType (types 中的類別)
- module(模組)
- __main__, [1], [2], [3], [4], [5]
- _locale
- array(陣列)
- base64
- bdb
- builtins(內建), [1], [2], [3]
- cmd
- collections
- copy(複製)
- dbm.gnu, [1]
- dbm.ndbm, [1]
- errno
- extension(擴充)
- glob
- importing(引入)
- io
- json
- math(數學)
- namespace(命名空間)
- object(模組)
- object(物件), [1]
- os
- pickle, [1], [2], [3]
- pty
- pwd
- pyexpat
- re
- search(搜尋) path(路徑), [1], [2], [3], [4]
- shelve
- signal(訊號), [1], [2], [3]
- socket
- stat
- struct
- sys, [1], [2], [3], [4]
- urllib.request
- modulo(餘數)
- modulus (sys.hash_info 的屬性)
- MON_1 (於 locale 模組中)
- MON_10 (於 locale 模組中)
- MON_11 (於 locale 模組中)
- MON_12 (於 locale 模組中)
- MON_2 (於 locale 模組中)
- MON_3 (於 locale 模組中)
- MON_4 (於 locale 模組中)
- MON_5 (於 locale 模組中)
- MON_6 (於 locale 模組中)
- MON_7 (於 locale 模組中)
- MON_8 (於 locale 模組中)
- MON_9 (於 locale 模組中)
- MONDAY (於 calendar 模組中)
- monotonic() (於 time 模組中)
- monotonic_ns() (於 time 模組中)
-
month
- Month (calendar 中的類別)
- month (calendar.IllegalMonthError 的屬性)
- month() (於 calendar 模組中)
- month_abbr (於 calendar 模組中)
- month_name (於 calendar 模組中)
- monthcalendar() (於 calendar 模組中)
- monthdatescalendar() (calendar.Calendar 的方法)
- monthdays2calendar() (calendar.Calendar 的方法)
- monthdayscalendar() (calendar.Calendar 的方法)
- monthrange() (於 calendar 模組中)
- Morsel (http.cookies 中的類別)
- most_common() (collections.Counter 的方法)
- mouseinterval() (於 curses 模組中)
- mousemask() (於 curses 模組中)
- move() (curses.panel.Panel 的方法)
- move_into() (pathlib.Path 的方法)
- move_to_end() (collections.OrderedDict 的方法)
- MozillaCookieJar (http.cookiejar 中的類別)
- MRO
- mro() (type 的方法)
- msg (http.client.HTTPResponse 的屬性)
-
msilib
-
msvcrt
- mtime (gzip.GzipFile 的屬性)
- mtime() (urllib.robotparser.RobotFileParser 的方法)
- mul() (於 operator 模組中)
- Mult (ast 中的類別)
- MultiCall (xmlrpc.client 中的類別)
- MULTILINE (於 re 模組中)
- MultilineContinuationError
- multimode() (於 statistics 模組中)
- MultipartConversionError
- multiplication(乘)
- multiply() (decimal.Context 的方法)
-
multiprocessing
-
multiprocessing.connection
-
multiprocessing.dummy
-
multiprocessing.Manager()
-
multiprocessing.managers
-
multiprocessing.pool
-
multiprocessing.shared_memory
-
multiprocessing.sharedctypes
- mutable object(可變物件)
-
mutable sequence(可變序列)
- MutableMapping (collections.abc 中的類別)
- MutableSequence (collections.abc 中的類別)
- MutableSet (collections.abc 中的類別)
- mutable(可變物件)
-
mutable(可變的)
-
mutable(可變)
- mvderwin() (curses.window 的方法)
- mvwin() (curses.window 的方法)
- myrights() (imaplib.IMAP4 的方法)
|