Theme
Auto
Light
Dark
瀏覽
索引
模組
|
Python
»
3.13.0 Documentation
»
索引
|
Theme
Auto
Light
Dark
|
Index – U
U (於 re 模組中)
u"
string literal(字串常數)
u'
string literal(字串常數)
UAdd (ast 中的類別)
ucd_3_2_0 (於 unicodedata 模組中)
udata (select.kevent 的屬性)
UDPServer (socketserver 中的類別)
UF_APPEND (於 stat 模組中)
UF_COMPRESSED (於 stat 模組中)
UF_DATAVAULT (於 stat 模組中)
UF_HIDDEN (於 stat 模組中)
UF_IMMUTABLE (於 stat 模組中)
UF_NODUMP (於 stat 模組中)
UF_NOUNLINK (於 stat 模組中)
UF_OPAQUE (於 stat 模組中)
UF_SETTABLE (於 stat 模組中)
UF_TRACKED (於 stat 模組中)
UID (plistlib 中的類別)
uid (tarfile.TarInfo 的屬性)
uid() (imaplib.IMAP4 的方法)
uidl() (poplib.POP3 的方法)
ULONG_MAX(C 巨集)
ulp() (於 math 模組中)
umask() (於 os 模組中)
unalias (pdb command)
uname (tarfile.TarInfo 的屬性)
uname() (於 os 模組中)
(於 platform 模組中)
UNARY_INVERT (opcode)
UNARY_NEGATIVE (opcode)
UNARY_NOT (opcode)
unaryfunc (C type)
UnaryOp (ast 中的類別)
unary(一元)
arithmetic operation(操作)
bitwise(位元) operation(操作)
unbinding(解除繫結)
name(名稱)
UnboundLocalError
,
[1]
unbuffered I/O(非緩衝 I/O)
UNC paths(UNC 路徑)
以及 os.makedirs()
uncancel() (asyncio.Task 的方法)
UNCHECKED_HASH (py_compile.PycInvalidationMode 的屬性)
unconsumed_tail (zlib.Decompress 的屬性)
unctrl() (於 curses 模組中)
(於 curses.ascii 模組中)
Underflow (decimal 中的類別)
undisplay (pdb command)
undo() (於 turtle 模組中)
undobufferentries() (於 turtle 模組中)
undoc_header (cmd.Cmd 的屬性)
unescape() (於 html 模組中)
(於 xml.sax.saxutils 模組中)
UnexpectedException
unexpectedSuccesses (unittest.TestResult 的屬性)
unfreeze() (於 gc 模組中)
unget_wch() (於 curses 模組中)
ungetch() (於 curses 模組中)
(於 msvcrt 模組中)
ungetmouse() (於 curses 模組中)
ungetwch() (於 msvcrt 模組中)
unhexlify() (於 binascii 模組中)
Unicode
,
[1]
,
[2]
database(資料庫)
UNICODE (於 re 模組中)
Unicode Consortium
unicodedata
module
UnicodeDecodeError
UnicodeEncodeError
UnicodeError
UnicodeTranslateError
UnicodeWarning
unidata_version (於 unicodedata 模組中)
unified_diff() (於 difflib 模組中)
uniform() (於 random 模組中)
UnimplementedFileMode
Union (ctypes 中的類別)
(於 typing 模組中)
union() (frozenset 的方法)
UnionType (types 中的類別)
Union(聯合)
object(物件)
union(聯集)
type(型別)
UNIQUE (enum.EnumCheck 的屬性)
unique() (於 enum 模組中)
unittest
module
unittest 命令列選項
--buffer
--catch
--durations
--failfast
--locals
-b
-c
-f
-k
unittest-discover 命令列選項
--pattern
--start-directory
--top-level-directory
--verbose
-p
-s
-t
-v
unittest.mock
module
universal newlines
bytearray.splitlines 方法
bytes.splitlines 方法
csv.reader 函式
importlib.abc.InspectLoader.get_source 方法
io.IncrementalNewlineDecoder 類別
io.TextIOWrapper 類別
open() 內建函式
str.splitlines 方法
subprocess 模組
What's new(有什麼新功能)
,
[1]
,
[2]
,
[3]
universal newlines(通用換行字元)
UNIX
file control(檔案控制)
I/O control(I/O 控制)
unix_dialect (csv 中的類別)
unix_shell (於 test.support 模組中)
UnixDatagramServer (socketserver 中的類別)
UnixStreamServer (socketserver 中的類別)
unknown (uuid.SafeUUID 的屬性)
unknown_decl() (html.parser.HTMLParser 的方法)
unknown_open() (urllib.request.BaseHandler 的方法)
(urllib.request.UnknownHandler 的方法)
UnknownHandler (urllib.request 中的類別)
UnknownProtocol
UnknownTransferEncoding
unlink() (multiprocessing.shared_memory.SharedMemory 的方法)
(pathlib.Path 的方法)
(xml.dom.minidom.Node 的方法)
(於 os 模組中)
(於 test.support.os_helper 模組中)
unload() (於 test.support.import_helper 模組中)
unlock() (mailbox.Babyl 的方法)
(mailbox.Mailbox 的方法)
(mailbox.Maildir 的方法)
(mailbox.mbox 的方法)
(mailbox.MH 的方法)
(mailbox.MMDF 的方法)
unlockpt() (於 os 模組中)
UNNAMED_SECTION (於 configparser 模組中)
Unpack (於 typing 模組中)
unpack() (struct.Struct 的方法)
(於 struct 模組中)
unpack_archive() (於 shutil 模組中)
UNPACK_EX (opcode)
unpack_from() (struct.Struct 的方法)
(於 struct 模組中)
UNPACK_SEQUENCE (opcode)
unpacking(解包)
dictionary(字典)
iterable(可疊代)
於函式呼叫中
unparse() (於 ast 模組中)
unparsedEntityDecl() (xml.sax.handler.DTDHandler 的方法)
UnparsedEntityDeclHandler() (xml.parsers.expat.xmlparser 的方法)
Unpickler (pickle 中的類別)
UnpicklingError
unquote() (於 email.utils 模組中)
(於 urllib.parse 模組中)
unquote_plus() (於 urllib.parse 模組中)
unquote_to_bytes() (於 urllib.parse 模組中)
unraisablehook() (於 sys 模組中)
unreachable object(不可達物件)
unrecognized escape sequence(無法辨識的跳脫序列)
unregister() (select.devpoll 的方法)
(select.epoll 的方法)
(select.poll 的方法)
(selectors.BaseSelector 的方法)
(於 atexit 模組中)
(於 codecs 模組中)
(於 faulthandler 模組中)
unregister_archive_format() (於 shutil 模組中)
unregister_dialect() (於 csv 模組中)
unregister_unpack_format() (於 shutil 模組中)
unsafe (uuid.SafeUUID 的屬性)
unselect() (imaplib.IMAP4 的方法)
unset() (test.support.os_helper.EnvironmentVarGuard 的方法)
unsetenv() (於 os 模組中)
unshare() (於 os 模組中)
UnstructuredHeader (email.headerregistry 中的類別)
unsubscribe() (imaplib.IMAP4 的方法)
UnsupportedOperation
,
[1]
until (pdb command)
untokenize() (於 tokenize 模組中)
untouchwin() (curses.window 的方法)
unused_data (bz2.BZ2Decompressor 的屬性)
(lzma.LZMADecompressor 的屬性)
(zlib.Decompress 的屬性)
unverifiable (urllib.request.Request 的屬性)
unwrap() (ssl.SSLSocket 的方法)
(於 inspect 模組中)
(於 urllib.parse 模組中)
up (pdb command)
up() (於 turtle 模組中)
update() (collections.Counter 的方法)
(dict 的方法)
(frozenset 的方法)
(hashlib.hash 的方法)
(hmac.HMAC 的方法)
(http.cookies.Morsel 的方法)
(mailbox.Mailbox 的方法)
(mailbox.Maildir 的方法)
(trace.CoverageResults 的方法)
(於 turtle 模組中)
update_abstractmethods() (於 abc 模組中)
update_authenticated() (urllib.request.HTTPPasswordMgrWithPriorAuth 的方法)
update_lines_cols() (於 curses 模組中)
update_panels() (於 curses.panel 模組中)
update_visible() (mailbox.BabylMessage 的方法)
update_wrapper() (於 functools 模組中)
upgrade_dependencies() (venv.EnvBuilder 的方法)
upper() (bytearray 的方法)
(bytes 的方法)
(str 的方法)
urandom() (於 os 模組中)
url (http.client.HTTPResponse 的屬性)
(urllib.error.HTTPError 的屬性)
(urllib.response.addinfourl 的屬性)
(xmlrpc.client.ProtocolError 的屬性)
url2pathname() (於 urllib.request 模組中)
urlcleanup() (於 urllib.request 模組中)
urldefrag() (於 urllib.parse 模組中)
urlencode() (於 urllib.parse 模組中)
URLError
urljoin() (於 urllib.parse 模組中)
urllib
module
urllib.error
module
urllib.parse
module
urllib.request
module
module(模組)
urllib.response
module
urllib.robotparser
module
urlopen() (於 urllib.request 模組中)
URLopener (urllib.request 中的類別)
urlparse() (於 urllib.parse 模組中)
urlretrieve() (於 urllib.request 模組中)
urlsafe_b64decode() (於 base64 模組中)
urlsafe_b64encode() (於 base64 模組中)
urlsplit() (於 urllib.parse 模組中)
urlunparse() (於 urllib.parse 模組中)
urlunsplit() (於 urllib.parse 模組中)
URL(統一資源定位器)
,
[1]
,
[2]
parsing(剖析)
relative(相對)
urn (uuid.UUID 的屬性)
US (於 curses.ascii 模組中)
use_default_colors() (於 curses 模組中)
use_env() (於 curses 模組中)
use_rawinput (cmd.Cmd 的屬性)
USE_STACKCHECK(C 巨集)
use_tool_id() (於 sys.monitoring 模組中)
UseForeignDTD() (xml.parsers.expat.xmlparser 的方法)
USER
user() (poplib.POP3 的方法)
user-defined function(使用者定義函式)
object(物件)
,
[1]
,
[2]
user-defined method(使用者定義方法)
object(物件)
user-defined(使用者定義)
function (函式)
function (函式) call(呼叫)
method(方法)
USER_BASE (於 site 模組中)
user_call() (bdb.Bdb 的方法)
user_exception() (bdb.Bdb 的方法)
user_line() (bdb.Bdb 的方法)
user_return() (bdb.Bdb 的方法)
USER_SITE (於 site 模組中)
usercustomize
,
[1]
module
UserDict (collections 中的類別)
UserList (collections 中的類別)
USERNAME
,
[1]
,
[2]
username (email.headerregistry.Address 的屬性)
USERPROFILE
,
[1]
,
[2]
,
[3]
userptr() (curses.panel.Panel 的方法)
UserString (collections 中的類別)
UserWarning
user(使用者)
effective id
id
id, setting(設定)
USTAR_FORMAT (於 tarfile 模組中)
USub (ast 中的類別)
UTC
utc (datetime.timezone 的屬性)
UTC (於 datetime 模組中)
utcfromtimestamp() (datetime.datetime 的類別方法)
utcnow() (datetime.datetime 的類別方法)
utcoffset() (datetime.datetime 的方法)
(datetime.time 的方法)
(datetime.timezone 的方法)
(datetime.tzinfo 的方法)
utctimetuple() (datetime.datetime 的方法)
utf8 (email.policy.EmailPolicy 的屬性)
utf8() (poplib.POP3 的方法)
utf8_enabled (imaplib.IMAP4 的屬性)
utf8_mode (sys.flags 的屬性)
utime() (於 os 模組中)
uuid
module
UUID (uuid 中的類別)
uuid 命令列選項
--help
--name
--namespace
--uuid
-h
-n
-N
-u
uuid1
uuid1() (於 uuid 模組中)
uuid3
uuid3() (於 uuid 模組中)
uuid4
uuid4() (於 uuid 模組中)
uuid5
uuid5() (於 uuid 模組中)
«
瀏覽
索引
模組
|
Python
»
3.13.0 Documentation
»
索引
|
Theme
Auto
Light
Dark
|