This document is for an old version of Python that is
no longer supported
. You should upgrade and read the
Python 当前稳定版本的文档
.
导航
索引
模块
|
Python
»
Python 2.7.18 文档
»
索引 – U
U() (在 re 模块中)
u-LAW
,
[1]
,
[2]
,
[3]
ucd_3_2_0() (在 unicodedata 模块中)
udata (select.kevent 属性)
UDPServer (SocketServer 中的类)
UF_APPEND() (在 stat 模块中)
UF_COMPRESSED() (在 stat 模块中)
UF_HIDDEN() (在 stat 模块中)
UF_IMMUTABLE() (在 stat 模块中)
UF_NODUMP() (在 stat 模块中)
UF_NOUNLINK() (在 stat 模块中)
UF_OPAQUE() (在 stat 模块中)
ugettext() (gettext.GNUTranslations 方法)
(gettext.NullTranslations 方法)
uid (tarfile.TarInfo 属性)
uid() (imaplib.IMAP4 方法)
uidl() (poplib.POP3 方法)
ulaw2lin() (在 audioop 模块中)
ULONG_MAX
umask() (在 os 模块中)
uname (tarfile.TarInfo 属性)
uname() (在 os 模块中)
(在 platform 模块中)
unary
arithmetic operation
bitwise operation
UNARY_CONVERT (opcode)
UNARY_INVERT (opcode)
UNARY_NEGATIVE (opcode)
UNARY_NOT (opcode)
UNARY_POSITIVE (opcode)
unbinding
name
UnboundLocalError
,
[1]
UnboundMethodType() (在 types 模块中)
unbuffered I/O
UNC paths
and os.makedirs()
unconsumed_tail (zlib.Decompress 属性)
unctrl() (在 curses 模块中)
(在 curses.ascii 模块中)
undefine_macro() (distutils.ccompiler.CCompiler 方法)
Underflow (decimal 中的类)
undo() (在 turtle 模块中)
undobufferentries() (在 turtle 模块中)
undoc_header (cmd.Cmd 属性)
unescape() (在 xml.sax.saxutils 模块中)
UnexpectedException
unexpectedSuccesses (unittest.TestResult 属性)
unfreeze_form() (fl.form 方法)
ungetch() (在 curses 模块中)
(在 msvcrt 模块中)
ungetmouse() (在 curses 模块中)
ungettext() (gettext.GNUTranslations 方法)
(gettext.NullTranslations 方法)
ungetwch() (在 msvcrt 模块中)
unhexlify() (在 binascii 模块中)
unichr
內置函数
unichr() (內置函数)
Unicode
,
[1]
,
[2]
database
对象
unicode
內置函数
,
[1]
,
[2]
,
[3]
对象
unicode (2to3 fixer)
Unicode Consortium
unicode() (內置函数)
UNICODE() (在 re 模块中)
unicodedata (模块)
UnicodeDecodeError
UnicodeEncodeError
UnicodeError
UnicodeTranslateError
UnicodeType() (在 types 模块中)
UnicodeWarning
unidata_version() (在 unicodedata 模块中)
unified_diff() (在 difflib 模块中)
uniform() (在 random 模块中)
UnimplementedFileMode
uninstall() (imputil.ImportManager 方法)
Union (ctypes 中的类)
union() (frozenset 方法)
unittest (模块)
unittest command line option
--buffer
--catch
--failfast
-b
-c
-f
unittest-discover command line option
--pattern pattern
--start-directory directory
--top-level-directory directory
--verbose
-p
-s
-t
-v
universal newlines
bz2.BZ2File class
file.newlines attribute
io.IncrementalNewlineDecoder class
io.TextIOWrapper class
open() (in module io)
open() built-in function
str.splitlines method
subprocess module
What's new
,
[1]
,
[2]
,
[3]
zipfile.ZipFile.open method
universal newlines -- 通用换行
UNIX
file control
I/O control
UnixDatagramServer (SocketServer 中的类)
unixfrom (rfc822.Message 属性)
UnixMailbox (mailbox 中的类)
UnixStreamServer (SocketServer 中的类)
Unknown (aetypes 中的类)
unknown_charref() (sgmllib.SGMLParser 方法)
unknown_decl() (HTMLParser.HTMLParser 方法)
unknown_endtag() (sgmllib.SGMLParser 方法)
unknown_entityref() (sgmllib.SGMLParser 方法)
unknown_open() (urllib2.BaseHandler 方法)
(urllib2.UnknownHandler 方法)
unknown_starttag() (sgmllib.SGMLParser 方法)
UnknownHandler (urllib2 中的类)
UnknownProtocol
UnknownTransferEncoding
unlink() (xml.dom.minidom.Node 方法)
(在 os 模块中)
unlock() (mailbox.Babyl 方法)
(mailbox.Mailbox 方法)
(mailbox.Maildir 方法)
(mailbox.mbox 方法)
(mailbox.MH 方法)
(mailbox.MMDF 方法)
(mutex.mutex 方法)
unmimify() (在 mimify 模块中)
unpack() (struct.Struct 方法)
(在 aepack 模块中)
(在 struct 模块中)
unpack_array() (xdrlib.Unpacker 方法)
unpack_bytes() (xdrlib.Unpacker 方法)
unpack_double() (xdrlib.Unpacker 方法)
unpack_farray() (xdrlib.Unpacker 方法)
unpack_float() (xdrlib.Unpacker 方法)
unpack_fopaque() (xdrlib.Unpacker 方法)
unpack_from() (struct.Struct 方法)
(在 struct 模块中)
unpack_fstring() (xdrlib.Unpacker 方法)
unpack_list() (xdrlib.Unpacker 方法)
unpack_opaque() (xdrlib.Unpacker 方法)
UNPACK_SEQUENCE (opcode)
unpack_string() (xdrlib.Unpacker 方法)
Unpacker (xdrlib 中的类)
unpackevent() (在 aetools 模块中)
unparsedEntityDecl() (xml.sax.handler.DTDHandler 方法)
UnparsedEntityDeclHandler() (xml.parsers.expat.xmlparser 方法)
Unpickler (pickle 中的类)
UnpicklingError
unqdevice() (在 fl 模块中)
unquote() (在 email.utils 模块中)
(在 rfc822 模块中)
(在 urllib 模块中)
unquote_plus() (在 urllib 模块中)
unreachable object
unreadline() (distutils.text_file.TextFile 方法)
unrecognized escape sequence
unregister() (select.epoll 方法)
(select.poll 方法)
unregister_archive_format() (在 shutil 模块中)
unregister_dialect() (在 csv 模块中)
unset() (test.support.EnvironmentVarGuard 方法)
unsetenv() (在 os 模块中)
unsubscribe() (imaplib.IMAP4 方法)
UnsupportedOperation
untokenize() (在 tokenize 模块中)
untouchwin() (curses.window 方法)
unused_data (zlib.Decompress 属性)
unwrap() (ssl.SSLSocket 方法)
up() (在 turtle 模块中)
update() (collections.Counter 方法)
(dict 方法)
(frozenset 方法)
(hashlib.hash 方法)
(hmac.HMAC 方法)
(mailbox.Mailbox 方法)
(mailbox.Maildir 方法)
(md5.md5 方法)
(sha.sha 方法)
(trace.CoverageResults 方法)
(在 turtle 模块中)
update_panels() (在 curses.panel 模块中)
update_visible() (mailbox.BabylMessage 方法)
update_wrapper() (在 functools 模块中)
updatescrollbars() (FrameWork.ScrolledWindow 方法)
upper() (str 方法)
(在 string 模块中)
uppercase() (在 string 模块中)
urandom() (在 os 模块中)
URL
,
[1]
,
[2]
,
[3]
,
[4]
parsing
relative
url (xmlrpclib.ProtocolError 属性)
url2pathname() (在 urllib 模块中)
urlcleanup() (在 urllib 模块中)
urldefrag() (在 urlparse 模块中)
urlencode() (在 urllib 模块中)
URLError
urljoin() (在 urlparse 模块中)
urllib
模块
urllib (2to3 fixer)
(模块)
urllib2 (模块)
urlopen() (在 urllib 模块中)
(在 urllib2 模块中)
URLopener (urllib 中的类)
urlparse
模块
urlparse (模块)
urlparse() (在 urlparse 模块中)
urlretrieve() (在 urllib 模块中)
urlsafe_b64decode() (在 base64 模块中)
urlsafe_b64encode() (在 base64 模块中)
urlsplit() (在 urlparse 模块中)
urlunparse() (在 urlparse 模块中)
urlunsplit() (在 urlparse 模块中)
urn (uuid.UUID 属性)
use_default_colors() (在 curses 模块中)
use_env() (在 curses 模块中)
use_rawinput (cmd.Cmd 属性)
UseForeignDTD() (xml.parsers.expat.xmlparser 方法)
USER
user
configuration file
effective id
id
id, setting
user (模块)
user() (poplib.POP3 方法)
user-defined
function
function call
method
user-defined function
对象
,
[1]
,
[2]
user-defined method
对象
USER_BASE
USER_BASE() (在 site 模块中)
user_call() (bdb.Bdb 方法)
user_exception() (bdb.Bdb 方法)
user_line() (bdb.Bdb 方法)
user_return() (bdb.Bdb 方法)
USER_SITE() (在 site 模块中)
usercustomize
模块
UserDict (UserDict 中的类)
(模块)
UserList (UserList 中的类)
(模块)
USERNAME
USERPROFILE
,
[1]
userptr() (curses.panel.Panel 方法)
UserString (UserString 中的类)
(模块)
UserWarning
USTAR_FORMAT() (在 tarfile 模块中)
UTC
utcfromtimestamp() (datetime.datetime 类方法)
utcnow() (datetime.datetime 类方法)
utcoffset() (datetime.datetime 方法)
(datetime.time 方法)
(datetime.tzinfo 方法)
utctimetuple() (datetime.datetime 方法)
utime() (在 os 模块中)
uu
模块
uu (模块)
UUID (uuid 中的类)
uuid (模块)
uuid1
uuid1() (在 uuid 模块中)
uuid3
uuid3() (在 uuid 模块中)
uuid4
uuid4() (在 uuid 模块中)
uuid5
uuid5() (在 uuid 模块中)
UuidCreate() (在 msilib 模块中)
快速搜索
导航
索引
模块
|
Python
»
Python 2.7.18 文档
»