|
- SimpleXMLRPCRequestHandler (xmlrpc.server 中的類)
- SimpleXMLRPCServer (xmlrpc.server 中的類)
- sin() (在 cmath 模組中)
- 單次分發
- SingleAddressHeader (email.headerregistry 中的類)
- singledispatch() (在 functools 模組中)
- singledispatchmethod (functools 中的類)
- 單例
- sinh() (在 cmath 模組中)
- SIO_KEEPALIVE_VALS (在 socket 模組中)
- SIO_LOOPBACK_FAST_PATH (在 socket 模組中)
- SIO_RCVALL (在 socket 模組中)
- site
- site 命令列選項
- site-packages
- site_maps() (urllib.robotparser.RobotFileParser 方法)
- sitecustomize, [1]
- sixtofour (ipaddress.IPv6Address 屬性)
- size (multiprocessing.shared_memory.SharedMemory 屬性)
- size() (ftplib.FTP 方法)
- size_diff (tracemalloc.StatisticDiff 屬性)
- SIZE_MAX (C 宏)
- Sized (collections.abc 中的類)
- sizeof() (在 ctypes 模組中)
- sizeof_digit (sys.int_info 屬性)
- SKIP (在 doctest 模組中)
- skip() (在 unittest 模組中)
- skip_if_broken_multiprocessing_synchronize() (在 test.support 模組中)
- skip_unless_bind_unix_socket() (在 test.support.socket_helper 模組中)
- skip_unless_symlink() (在 test.support.os_helper 模組中)
- skip_unless_xattr() (在 test.support.os_helper 模組中)
- skipIf() (在 unittest 模組中)
- skipinitialspace (csv.Dialect 屬性)
- skipped (doctest.TestResults 屬性)
- skippedEntity() (xml.sax.handler.ContentHandler 方法)
- skips (doctest.DocTestRunner 屬性)
- SkipTest
- skipTest() (unittest.TestCase 方法)
- skipUnless() (在 unittest 模組中)
- SLASH (在 token 模組中)
- SLASHEQUAL (在 token 模組中)
- sleep() (在 asyncio 模組中)
- sleeping_retry() (在 test.support 模組中)
- 切片, [1]
- slice (內建類)
- Slice (ast 中的類)
- 切片, [1], [2]
- slow_callback_duration (asyncio.loop 屬性)
- SMALLEST (在 test.support 模組中)
- SMTP
- SMTP (smtplib 中的類)
- SMTP_SSL (smtplib 中的類)
- SMTPAuthenticationError
- SMTPConnectError
- smtpd
- SMTPDataError
- SMTPException
- SMTPHandler (logging.handlers 中的類)
- SMTPHeloError
- smtplib
- SMTPNotSupportedError
- SMTPRecipientsRefused
- SMTPResponseException
- SMTPSenderRefused
- SMTPServerDisconnected
- SMTPUTF8 (在 email.policy 模組中)
- Snapshot (tracemalloc 中的類)
- SND_ALIAS (在 winsound 模組中)
- SND_ASYNC (在 winsound 模組中)
- SND_FILENAME (在 winsound 模組中)
- SND_LOOP (在 winsound 模組中)
- SND_MEMORY (在 winsound 模組中)
- SND_NODEFAULT (在 winsound 模組中)
- SND_NOSTOP (在 winsound 模組中)
- SND_NOWAIT (在 winsound 模組中)
- SND_PURGE (在 winsound 模組中)
- sndhdr
- sni_callback (ssl.SSLContext 屬性)
- sniff() (csv.Sniffer 方法)
- Sniffer (csv 中的類)
- SO (在 curses.ascii 模組中)
- SO_INCOMING_CPU (在 socket 模組中)
- sock_accept() (asyncio.loop 方法)
- SOCK_CLOEXEC (在 socket 模組中)
- sock_connect() (asyncio.loop 方法)
- SOCK_DGRAM (在 socket 模組中)
- SOCK_MAX_SIZE (在 test.support 模組中)
- SOCK_NONBLOCK (在 socket 模組中)
- SOCK_RAW (在 socket 模組中)
- SOCK_RDM (在 socket 模組中)
- sock_recv() (asyncio.loop 方法)
- sock_recv_into() (asyncio.loop 方法)
- sock_recvfrom() (asyncio.loop 方法)
- sock_recvfrom_into() (asyncio.loop 方法)
- sock_sendall() (asyncio.loop 方法)
- sock_sendfile() (asyncio.loop 方法)
- sock_sendto() (asyncio.loop 方法)
- SOCK_SEQPACKET (在 socket 模組中)
- SOCK_STREAM (在 socket 模組中)
- socket
- socket (socket 中的類)
- socket() (imaplib.IMAP4 方法)
- socket_type (socketserver.BaseServer 屬性)
- SocketHandler (logging.handlers 中的類)
- socketpair() (在 socket 模組中)
- sockets (asyncio.Server 屬性)
- socketserver
- SocketType (在 socket 模組中)
- 軟棄用
- 軟關鍵字
- SOFT_KEYWORD (在 token 模組中)
- softkwlist (在 keyword 模組中)
- SOH (在 curses.ascii 模組中)
- SOL_ALG (在 socket 模組中)
- SOL_RDS (在 socket 模組中)
- SOMAXCONN (在 socket 模組中)
- sort() (imaplib.IMAP4 方法)
- sort_stats() (pstats.Stats 方法)
- sortdict() (在 test.support 模組中)
- sorted()
- sortTestMethodsUsing (unittest.TestLoader 屬性)
- source (doctest.Example 屬性)
- 源字元集
- SOURCE_DATE_EPOCH, [1], [2], [3], [4], [5], [6]
- source_from_cache() (在 importlib.util 模組中)
- source_hash() (在 importlib.util 模組中)
- SOURCE_SUFFIXES (在 importlib.machinery 模組中)
- source_to_code() (importlib.abc.InspectLoader 靜態方法)
- SourceFileLoader (importlib.machinery 中的類)
- sourcehook() (shlex.shlex 方法)
- SourcelessFileLoader (importlib.machinery 中的類)
- SourceLoader (importlib.abc 中的類)
- SP (在 curses.ascii 模組中)
- 空格
- span() (re.Match 方法)
- sparse (tarfile.TarInfo 屬性)
- spawn() (在 pty 模組中)
- spawn_python() (在 test.support.script_helper 模組中)
- spawnl() (在 os 模組中)
- spawnle() (在 os 模組中)
- spawnlp() (在 os 模組中)
- spawnlpe() (在 os 模組中)
- spawnv() (在 os 模組中)
- spawnve() (在 os 模組中)
- spawnvp() (在 os 模組中)
- spawnvpe() (在 os 模組中)
- spec_from_file_location() (在 importlib.util 模組中)
- spec_from_loader() (在 importlib.util 模組中)
- 特殊
- 特殊方法
- SpecialFileError
- specified_attributes (xml.parsers.expat.xmlparser 屬性)
- speed() (在 turtle 模組中)
- Spinbox (tkinter.ttk 中的類)
- splice() (在 os 模組中)
- SPLICE_F_MORE (在 os 模組中)
- SPLICE_F_MOVE (在 os 模組中)
- SPLICE_F_NONBLOCK (在 os 模組中)
- split() (BaseExceptionGroup 方法)
- splitdrive() (在 os.path 模組中)
- splitext() (在 os.path 模組中)
- splitlines() (bytearray 方法)
- SplitResult (urllib.parse 中的類)
- SplitResultBytes (urllib.parse 中的類)
- splitroot() (在 os.path 模組中)
- SpooledTemporaryFile (tempfile 中的類)
- sprintf 風格的格式化, [1]
- spwd
- sqlite3
- SQLITE_DBCONFIG_DEFENSIVE (在 sqlite3 模組中)
- SQLITE_DBCONFIG_DQS_DDL (在 sqlite3 模組中)
- SQLITE_DBCONFIG_DQS_DML (在 sqlite3 模組中)
- SQLITE_DBCONFIG_ENABLE_FKEY (在 sqlite3 模組中)
- SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER (在 sqlite3 模組中)
- SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION (在 sqlite3 模組中)
- SQLITE_DBCONFIG_ENABLE_QPSG (在 sqlite3 模組中)
- SQLITE_DBCONFIG_ENABLE_TRIGGER (在 sqlite3 模組中)
- SQLITE_DBCONFIG_ENABLE_VIEW (在 sqlite3 模組中)
- SQLITE_DBCONFIG_LEGACY_ALTER_TABLE (在 sqlite3 模組中)
- SQLITE_DBCONFIG_LEGACY_FILE_FORMAT (在 sqlite3 模組中)
- SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE (在 sqlite3 模組中)
- SQLITE_DBCONFIG_RESET_DATABASE (在 sqlite3 模組中)
- SQLITE_DBCONFIG_TRIGGER_EQP (在 sqlite3 模組中)
- SQLITE_DBCONFIG_TRUSTED_SCHEMA (在 sqlite3 模組中)
- SQLITE_DBCONFIG_WRITABLE_SCHEMA (在 sqlite3 模組中)
- SQLITE_DENY (在 sqlite3 模組中)
- sqlite_errorcode (sqlite3.Error 屬性)
- sqlite_errorname (sqlite3.Error 屬性)
- SQLITE_IGNORE (在 sqlite3 模組中)
- SQLITE_OK (在 sqlite3 模組中)
- sqlite_version (在 sqlite3 模組中)
- sqlite_version_info (在 sqlite3 模組中)
- sqrt() (decimal.Context 方法)
- ssizeargfunc (C 型別)
- ssizeobjargproc (C 型別)
- SSL
- ssl
- ssl_version (ftplib.FTP_TLS 屬性)
- SSLCertVerificationError
- SSLContext (ssl 中的類)
- SSLEOFError
- SSLError
- SSLErrorNumber (ssl 中的類)
- SSLKEYLOGFILE, [1]
- SSLObject (ssl 中的類)
- sslobject_class (ssl.SSLContext 屬性)
- SSLSession (ssl 中的類)
- SSLSocket (ssl 中的類)
- sslsocket_class (ssl.SSLContext 屬性)
- SSLSyscallError
- SSLv3 (ssl.TLSVersion 屬性)
- SSLWantReadError
- SSLWantWriteError
- SSLZeroReturnError
- st() (在 turtle 模組中)
- ST_ATIME (在 stat 模組中)
- st_atime (os.stat_result 屬性)
- st_atime_ns (os.stat_result 屬性)
- st_birthtime (os.stat_result 屬性)
- st_birthtime_ns (os.stat_result 屬性)
- st_blksize (os.stat_result 屬性)
- st_blocks (os.stat_result 屬性)
- st_creator (os.stat_result 屬性)
- ST_CTIME (在 stat 模組中)
- st_ctime (os.stat_result 屬性)
- st_ctime_ns (os.stat_result 屬性)
- ST_DEV (在 stat 模組中)
- st_dev (os.stat_result 屬性)
- st_file_attributes (os.stat_result 屬性)
- st_flags (os.stat_result 屬性)
- st_fstype (os.stat_result 屬性)
- st_gen (os.stat_result 屬性)
- ST_GID (在 stat 模組中)
- st_gid (os.stat_result 屬性)
- ST_INO (在 stat 模組中)
- st_ino (os.stat_result 屬性)
- ST_MODE (在 stat 模組中)
- st_mode (os.stat_result 屬性)
- ST_MTIME (在 stat 模組中)
- st_mtime (os.stat_result 屬性)
- st_mtime_ns (os.stat_result 屬性)
- ST_NLINK (在 stat 模組中)
- st_nlink (os.stat_result 屬性)
- st_rdev (os.stat_result 屬性)
- st_reparse_tag (os.stat_result 屬性)
- st_rsize (os.stat_result 屬性)
- ST_SIZE (在 stat 模組中)
- st_size (os.stat_result 屬性)
- st_type (os.stat_result 屬性)
- ST_UID (在 stat 模組中)
- st_uid (os.stat_result 屬性)
- 棧
- stack (traceback.TracebackException 屬性)
- 棧檢視器
- stack() (在 inspect 模組中)
- stack_effect() (在 dis 模組中)
- stack_size() (在 _thread 模組中)
- 可堆疊的
- StackSummary (traceback 中的類)
- stamp() (在 turtle 模組中)
- 標準的
- 標準 C
- 標準輸入
- standard_b64decode() (在 base64 模組中)
- standard_b64encode() (在 base64 模組中)
- standend() (curses.window 方法)
- standout() (curses.window 方法)
- STAR (在 token 模組中)
- STAREQUAL (在 token 模組中)
- starmap() (在 itertools 模組中)
- starmap_async() (multiprocessing.pool.Pool 方法)
- Starred (ast 中的類)
- start (range 屬性)
- start() (在 tracemalloc 模組中)
- start_color() (在 curses 模組中)
- start_new_thread() (在 _thread 模組中)
- start_ns() (xml.etree.ElementTree.TreeBuilder 方法)
- start_server() (在 asyncio 模組中)
- start_serving() (asyncio.Server 方法)
- start_threads() (在 test.support.threading_helper 模組中)
- start_tls() (asyncio.loop 方法)
- start_unix_server() (在 asyncio 模組中)
- startCDATA() (xml.sax.handler.LexicalHandler 方法)
- StartCdataSectionHandler() (xml.parsers.expat.xmlparser 方法)
- StartDoctypeDeclHandler() (xml.parsers.expat.xmlparser 方法)
- startDocument() (xml.sax.handler.ContentHandler 方法)
- startDTD() (xml.sax.handler.LexicalHandler 方法)
- startElement() (xml.sax.handler.ContentHandler 方法)
- StartElementHandler() (xml.parsers.expat.xmlparser 方法)
- startElementNS() (xml.sax.handler.ContentHandler 方法)
- STARTF_FORCEOFFFEEDBACK (在 subprocess 模組中)
- STARTF_FORCEONFEEDBACK (在 subprocess 模組中)
- STARTF_USESHOWWINDOW (在 subprocess 模組中)
- STARTF_USESTDHANDLES (在 subprocess 模組中)
- startfile() (在 os 模組中)
- StartNamespaceDeclHandler() (xml.parsers.expat.xmlparser 方法)
- startPrefixMapping() (xml.sax.handler.ContentHandler 方法)
- StartResponse (wsgiref.types 中的類)
- startswith() (bytearray 方法)
- startTest() (unittest.TestResult 方法)
- startTestRun() (unittest.TestResult 方法)
- starttls() (imaplib.IMAP4 方法)
- STARTUPINFO (subprocess 中的類)
- stat
- stat() (在 os 模組中)
- stat_result (os 中的類)
- state() (tkinter.ttk.Widget 方法)
- statement
- assert, [1]
- 賦值, [1]
- 賦值,帶註釋的
- 賦值,增強的
- async def
- async for
- async with
- break, [1], [2], [3], [4]
- class
- 複合的
- continue, [1], [2], [3], [4]
- def
- del, [1], [2], [3]
- except
- 表示式
- for, [1], [2], [3]
- future
- global, [1]
- if, [1]
- import, [1], [2], [3]
- 迴圈, [1], [2], [3]
- match
- nonlocal
- pass
- raise, [1]
- return, [1], [2]
- simple
- try, [1], [2]
- type
- while, [1], [2], [3]
- with, [1]
- yield
- 語句分組
- 靜態型別檢查器
- static_order() (graphlib.TopologicalSorter 方法)
- staticmethod
- staticmethod()
- Statistic (tracemalloc 中的類)
- StatisticDiff (tracemalloc 中的類)
- 統計
- statistics() (tracemalloc.Snapshot 方法)
- StatisticsError
- Stats (pstats 中的類)
- status (http.client.HTTPResponse 屬性)
- status() (imaplib.IMAP4 方法)
- statvfs() (在 os 模組中)
- STD_ERROR_HANDLE (在 subprocess 模組中)
- STD_INPUT_HANDLE (在 subprocess 模組中)
- STD_OUTPUT_HANDLE (在 subprocess 模組中)
- stderr (asyncio.subprocess.Process 屬性)
- stdev (statistics.NormalDist 屬性)
- stdev() (在 statistics 模組中)
- stdin (asyncio.subprocess.Process 屬性)
- stdio
- stdlib_module_names (在 sys 模組中)
- stdout (asyncio.subprocess.Process 屬性)
- STDOUT (在 subprocess 模組中)
- stdout (在 sys 模組中), [1], [2], [3]
- stem (pathlib.PurePath 屬性)
- step (pdb 命令)
- step() (tkinter.ttk.Progressbar 方法)
- stls() (poplib.POP3 方法)
- stop (range 屬性)
- stop() (asyncio.loop 方法)
- stop_here() (bdb.Bdb 方法)
- STOP_ITERATION (監視事件)
- StopAsyncIteration
- StopIteration
- stopListening() (在 logging.config 模組中)
- stopTest() (unittest.TestResult 方法)
- stopTestRun() (unittest.TestResult 方法)
- storbinary() (ftplib.FTP 方法)
- Store (ast 中的類)
- store() (imaplib.IMAP4 方法)
- STORE_ACTIONS (optparse.Option 屬性)
- STORE_ATTR (操作碼)
- STORE_DEREF (操作碼)
- STORE_FAST (操作碼)
- STORE_FAST_LOAD_FAST (操作碼)
- STORE_FAST_STORE_FAST (操作碼)
- STORE_GLOBAL (操作碼)
- STORE_NAME (操作碼)
- STORE_SLICE (操作碼)
- STORE_SUBSCR (操作碼)
- storlines() (ftplib.FTP 方法)
- str (內建類)
- str() (在 locale 模組中)
- str_digits_check_threshold (sys.int_info 屬性)
- strcoll() (在 locale 模組中)
- StreamError
- StreamHandler (logging 中的類)
- StreamReader (asyncio 中的類)
- streamreader (codecs.CodecInfo 屬性)
- StreamReaderWriter (codecs 中的類)
- StreamRecoder (codecs 中的類)
- StreamRequestHandler (socketserver 中的類)
- 流
- StreamWriter (asyncio 中的類)
- streamwriter (codecs.CodecInfo 屬性)
- StrEnum (enum 中的類)
- strerror (C 函式)
- strerror() (在 os 模組中)
- strftime() (datetime.date 方法)
- strict
- strict (csv.Dialect 屬性)
- STRICT (enum.FlagBoundary 屬性)
- strict (在 email.policy 模組中)
- strict_domain (http.cookiejar.DefaultCookiePolicy 屬性)
- strict_errors() (在 codecs 模組中)
- strict_ns_domain (http.cookiejar.DefaultCookiePolicy 屬性)
- strict_ns_set_initial_dollar (http.cookiejar.DefaultCookiePolicy 屬性)
- strict_ns_set_path (http.cookiejar.DefaultCookiePolicy 屬性)
- strict_ns_unverifiable (http.cookiejar.DefaultCookiePolicy 屬性)
- strict_rfc2965_unverifiable (http.cookiejar.DefaultCookiePolicy 屬性)
- STRIDED (inspect.BufferFlags 屬性)
- STRIDED_RO (inspect.BufferFlags 屬性)
- STRIDES (inspect.BufferFlags 屬性)
- strides (memoryview 屬性)
- 字串
- STRING (在模組 token 中)
- string (re.Match 屬性)
- 字串字面量
- string_at() (在模組 ctypes 中)
- StringIO (io 中的類)
- stringprep
- 字串,文件, [1]
- strip() (bytearray 方法)
- strip_dirs() (pstats.Stats 方法)
- stripspaces (curses.textpad.Textbox 屬性)
- 強引用
- strptime() (datetime.datetime 類方法)
- strsignal() (在模組 signal 中)
- struct
- Struct (struct 中的類)
- struct_time (time 中的類)
- structmember.h
- Structure (ctypes 中的類)
- 結構
- strxfrm() (在模組 locale 中)
- STX (在模組 curses.ascii 中)
- 樣式
- Style (tkinter.ttk 中的類)
- Sub (ast 中的類)
- SUB (在模組 curses.ascii 中)
- sub() (在模組 operator 中)
- 子類化
- subdirs (filecmp.dircmp 屬性)
- SubElement() (在模組 xml.etree.ElementTree 中)
- subgroup() (BaseExceptionGroup 方法)
- submit() (concurrent.futures.Executor 方法)
- submodule_search_locations (importlib.machinery.ModuleSpec 屬性)
- subn() (在模組 re 中)
- subnet_of() (ipaddress.IPv4Network 方法)
- subnets() (ipaddress.IPv4Network 方法)
- Subnormal (decimal 中的類)
- suboffsets (memoryview 屬性)
- subpad() (curses.window 方法)
- subprocess
- subprocess_exec() (asyncio.loop 方法)
- subprocess_shell() (asyncio.loop 方法)
- SubprocessError
- SubprocessProtocol (asyncio 中的類)
- SubprocessTransport (asyncio 中的類)
- subscribe() (imaplib.IMAP4 方法)
- 下標
- Subscript (ast 中的類)
- 訂閱, [1], [2], [3]
- subsequent_indent (textwrap.TextWrapper 屬性)
- substitute() (string.Template 方法)
- subTest() (unittest.TestCase 方法)
- subtract() (collections.Counter 方法)
- 減法
- subtype (email.headerregistry.ContentTypeHeader 屬性)
- subwin() (curses.window 方法)
- successful() (multiprocessing.pool.AsyncResult 方法)
- suffix (pathlib.PurePath 屬性)
- suffix_map (在模組 mimetypes 中)
- suffixes (pathlib.PurePath 屬性)
- 套件
- suiteClass (unittest.TestLoader 屬性)
- sum()
- sum_list()
- sum_sequence(), [1]
- summarize() (doctest.DocTestRunner 方法)
- summarize_address_range() (在模組 ipaddress 中)
- sumprod() (在模組 math 中)
- sunau
- SUNDAY (在模組 calendar 中)
- super (內建類)
- supernet() (ipaddress.IPv4Network 方法)
- supernet_of() (ipaddress.IPv4Network 方法)
- supports_bytes_environ (在模組 os 中)
- supports_dir_fd (在模組 os 中)
- supports_effective_ids (在模組 os 中)
- supports_fd (在模組 os 中)
- supports_follow_symlinks (在模組 os 中)
- supports_unicode_filenames (在模組 os.path 中)
- SupportsAbs (typing 中的類)
- SupportsBytes (typing 中的類)
- SupportsComplex (typing 中的類)
- SupportsFloat (typing 中的類)
- SupportsIndex (typing 中的類)
- SupportsInt (typing 中的類)
- SupportsRound (typing 中的類)
- suppress() (在模組 contextlib 中)
- SuppressCrashReport (test.support 中的類)
- surrogateescape
- surrogatepass
- SW_HIDE (在模組 subprocess 中)
- SWAP (操作碼)
- swap_attr() (在模組 test.support 中)
- swap_item() (在模組 test.support 中)
- swapcase() (bytearray 方法)
- Symbol (symtable 中的類)
- SymbolTable (symtable 中的類)
- SymbolTableType (symtable 中的類)
- symlink() (在模組 os 中)
- symlink_to() (pathlib.Path 方法)
- symmetric_difference() (frozenset 方法)
- symmetric_difference_update() (frozenset 方法)
- symtable
- symtable() (在模組 symtable 中)
- SYMTYPE (在模組 tarfile 中)
- SYN (在模組 curses.ascii 中)
- sync() (dbm.dumb.dumbdbm 方法)
- syncdown() (curses.window 方法)
- synchronized() (在模組 multiprocessing.sharedctypes 中)
- SyncManager (multiprocessing.managers 中的類)
- syncok() (curses.window 方法)
- syncup() (curses.window 方法)
- 語法
- SyntaxErr
- SyntaxError
- SyntaxWarning
- sys
- sys.exc_info
- sys.exception
- sys.last_traceback
- sys.meta_path
- sys.modules
- sys.monitoring
- sys.path
- sys.path_hooks
- sys.path_importer_cache
- sys.stderr
- sys.stdin
- sys.stdout
- sys_version (http.server.BaseHTTPRequestHandler 屬性)
- sysconf() (在模組 os 中)
- sysconf_names (在模組 os 中)
- sysconfig
- syslog
- syslog() (在模組 syslog 中)
- SysLogHandler (logging.handlers 中的類)
- system() (在模組 os 中)
- system_alias() (在模組 platform 中)
- system_must_validate_cert() (在模組 test.support 中)
- SystemError
- SystemExit
- systemId (xml.dom.DocumentType 屬性)
- SystemRandom (random 中的類)
- SystemRoot
|