这个文档所针对的是一个已不再受支持的 Python 旧版本。 你应当升级版本,并阅读
Python 当前稳定版本的文档
.
导航
索引
模块
|
Python
»
3.6.15 Documentation
»
|
索引 – T
T_FMT() (在 locale 模块中)
T_FMT_AMPM() (在 locale 模块中)
tab
tab() (tkinter.ttk.Notebook 方法)
TabError
tabnanny (模块)
tabs() (tkinter.ttk.Notebook 方法)
tabsize (textwrap.TextWrapper 属性)
tabular
data
tag (xml.etree.ElementTree.Element 属性)
tag_bind() (tkinter.ttk.Treeview 方法)
tag_configure() (tkinter.ttk.Treeview 方法)
tag_has() (tkinter.ttk.Treeview 方法)
tagName (xml.dom.Element 属性)
tail (xml.etree.ElementTree.Element 属性)
take_snapshot() (在 tracemalloc 模块中)
takewhile() (在 itertools 模块中)
tan() (在 cmath 模块中)
(在 math 模块中)
tanh() (在 cmath 模块中)
(在 math 模块中)
TarError
TarFile (tarfile 中的类)
,
[1]
tarfile (模块)
tarfile command line option
--create <tarfile> <source1> ... <sourceN>
--extract <tarfile> [<output_dir>]
--list <tarfile>
--test <tarfile>
--verbose
-c <tarfile> <source1> ... <sourceN>
-e <tarfile> [<output_dir>]
-l <tarfile>
-t <tarfile>
-v
target
deletion
list
,
[1]
,
[2]
list assignment
list, deletion
loop control
target (xml.dom.ProcessingInstruction 属性)
TarInfo (tarfile 中的类)
Task (asyncio 中的类)
task_done() (asyncio.Queue 方法)
(multiprocessing.JoinableQueue 方法)
(queue.Queue 方法)
tau() (在 cmath 模块中)
(在 math 模块中)
tb_frame (traceback attribute)
tb_lasti (traceback attribute)
tb_lineno (traceback attribute)
tb_locals (unittest.TestResult 属性)
tb_next (traceback attribute)
tbreak (pdb command)
tcdrain() (在 termios 模块中)
tcflow() (在 termios 模块中)
tcflush() (在 termios 模块中)
tcgetattr() (在 termios 模块中)
tcgetpgrp() (在 os 模块中)
Tcl() (在 tkinter 模块中)
TCL_LIBRARY
TCPServer (socketserver 中的类)
tcsendbreak() (在 termios 模块中)
tcsetattr() (在 termios 模块中)
tcsetpgrp() (在 os 模块中)
tearDown() (unittest.TestCase 方法)
tearDownClass() (unittest.TestCase 方法)
tee() (在 itertools 模块中)
tell() (aifc.aifc 方法)
,
[1]
(chunk.Chunk 方法)
(io.IOBase 方法)
(io.TextIOBase 方法)
(mmap.mmap 方法)
(sunau.AU_read 方法)
(sunau.AU_write 方法)
(wave.Wave_read 方法)
(wave.Wave_write 方法)
Telnet (telnetlib 中的类)
telnetlib (模块)
TEMP
temp_cwd() (在 test.support 模块中)
temp_dir() (在 test.support 模块中)
temp_umask() (在 test.support 模块中)
tempdir() (在 tempfile 模块中)
tempfile (模块)
Template (pipes 中的类)
(string 中的类)
template (string.Template 属性)
temporary
file
file name
TemporaryDirectory() (在 tempfile 模块中)
TemporaryFile() (在 tempfile 模块中)
teredo (ipaddress.IPv6Address 属性)
TERM
,
[1]
termattrs() (在 curses 模块中)
terminal_size (os 中的类)
terminate() (asyncio.asyncio.subprocess.Process 方法)
(asyncio.BaseSubprocessTransport 方法)
(multiprocessing.pool.Pool 方法)
(multiprocessing.Process 方法)
(subprocess.Popen 方法)
termination model
termios (模块)
termname() (在 curses 模块中)
ternary
operator
test
identity
membership
test (doctest.DocTestFailure 属性)
(doctest.UnexpectedException 属性)
(模块)
test() (在 cgi 模块中)
test.support (模块)
TestCase (unittest 中的类)
TestFailed
testfile() (在 doctest 模块中)
TESTFN() (在 test.support 模块中)
TestLoader (unittest 中的类)
testMethodPrefix (unittest.TestLoader 属性)
testmod() (在 doctest 模块中)
TestResult (unittest 中的类)
tests() (在 imghdr 模块中)
testsource() (在 doctest 模块中)
testsRun (unittest.TestResult 属性)
TestSuite (unittest 中的类)
testzip() (zipfile.ZipFile 方法)
text (traceback.TracebackException 属性)
Text (typing 中的类)
text (xml.etree.ElementTree.Element 属性)
text encoding -- 文本编码
text file -- 文本文件
text mode
text() (msilib.Dialog 方法)
(在 msilib 模块中)
text_factory (sqlite3.Connection 属性)
Textbox (curses.textpad 中的类)
TextCalendar (calendar 中的类)
textdomain() (在 gettext 模块中)
(在 locale 模块中)
TextFile (distutils.text_file 中的类)
textinput() (在 turtle 模块中)
TextIO (typing 中的类)
TextIOBase (io 中的类)
TextIOWrapper (io 中的类)
TextTestResult (unittest 中的类)
TextTestRunner (unittest 中的类)
textwrap (模块)
TextWrapper (textwrap 中的类)
theme_create() (tkinter.ttk.Style 方法)
theme_names() (tkinter.ttk.Style 方法)
theme_settings() (tkinter.ttk.Style 方法)
theme_use() (tkinter.ttk.Style 方法)
THOUSEP() (在 locale 模块中)
Thread (threading 中的类)
thread() (imaplib.IMAP4 方法)
thread_info() (在 sys 模块中)
threading (模块)
ThreadingMixIn (socketserver 中的类)
ThreadingTCPServer (socketserver 中的类)
ThreadingUDPServer (socketserver 中的类)
ThreadPoolExecutor (concurrent.futures 中的类)
threads
POSIX
throw (2to3 fixer)
throw() (coroutine 方法)
(generator 方法)
ticket_lifetime_hint (ssl.SSLSession 属性)
tigetflag() (在 curses 模块中)
tigetnum() (在 curses 模块中)
tigetstr() (在 curses 模块中)
TILDE() (在 token 模块中)
tilt() (在 turtle 模块中)
tiltangle() (在 turtle 模块中)
time (datetime 中的类)
(ssl.SSLSession 属性)
(模块)
time() (asyncio.AbstractEventLoop 方法)
(datetime.datetime 方法)
(在 time 模块中)
Time2Internaldate() (在 imaplib 模块中)
timedelta (datetime 中的类)
TimedRotatingFileHandler (logging.handlers 中的类)
timegm() (在 calendar 模块中)
timeit (模块)
timeit command line option
--clock
--help
--number=N
--process
--repeat=N
--setup=S
--time
--unit=U
--verbose
-c
-h
-n N
-p
-r N
-s S
-t
-u
-v
timeit() (timeit.Timer 方法)
(在 timeit 模块中)
timeout
(socketserver.BaseServer 属性)
(ssl.SSLSession 属性)
(subprocess.TimeoutExpired 属性)
timeout() (curses.window 方法)
TIMEOUT_MAX() (在 _thread 模块中)
(在 threading 模块中)
TimeoutError
,
[1]
,
[2]
,
[3]
TimeoutExpired
Timer (threading 中的类)
(timeit 中的类)
times() (在 os 模块中)
timestamp() (datetime.datetime 方法)
timetuple() (datetime.date 方法)
(datetime.datetime 方法)
timetz() (datetime.datetime 方法)
timezone (datetime 中的类)
timezone() (在 time 模块中)
title() (bytearray 方法)
(bytes 方法)
(str 方法)
(在 turtle 模块中)
Tix
tix_addbitmapdir() (tkinter.tix.tixCommand 方法)
tix_cget() (tkinter.tix.tixCommand 方法)
tix_configure() (tkinter.tix.tixCommand 方法)
tix_filedialog() (tkinter.tix.tixCommand 方法)
tix_getbitmap() (tkinter.tix.tixCommand 方法)
tix_getimage() (tkinter.tix.tixCommand 方法)
TIX_LIBRARY
tix_option_get() (tkinter.tix.tixCommand 方法)
tix_resetoptions() (tkinter.tix.tixCommand 方法)
tixCommand (tkinter.tix 中的类)
Tk
(tkinter 中的类)
(tkinter.tix 中的类)
Tk Option Data Types
TK_LIBRARY
Tkinter
tkinter (模块)
tkinter.scrolledtext (模块)
tkinter.tix (模块)
tkinter.ttk (模块)
TList (tkinter.tix 中的类)
TLS
TMP
TMPDIR
to_bytes() (int 方法)
to_eng_string() (decimal.Context 方法)
(decimal.Decimal 方法)
to_integral() (decimal.Decimal 方法)
to_integral_exact() (decimal.Context 方法)
(decimal.Decimal 方法)
to_integral_value() (decimal.Decimal 方法)
to_sci_string() (decimal.Context 方法)
ToASCII() (在 encodings.idna 模块中)
tobuf() (tarfile.TarInfo 方法)
tobytes() (array.array 方法)
(memoryview 方法)
today() (datetime.date 类方法)
(datetime.datetime 类方法)
tofile() (array.array 方法)
tok_name() (在 token 模块中)
token
(shlex.shlex 属性)
(模块)
token_bytes() (在 secrets 模块中)
token_hex() (在 secrets 模块中)
token_urlsafe() (在 secrets 模块中)
TokenError
tokenize (模块)
tokenize command line option
--exact
--help
-e
-h
tokenize() (在 tokenize 模块中)
tolist() (array.array 方法)
(memoryview 方法)
(parser.ST 方法)
tomono() (在 audioop 模块中)
toordinal() (datetime.date 方法)
(datetime.datetime 方法)
top() (curses.panel.Panel 方法)
(poplib.POP3 方法)
top_panel() (在 curses.panel 模块中)
toprettyxml() (xml.dom.minidom.Node 方法)
tostereo() (在 audioop 模块中)
tostring() (array.array 方法)
(在 xml.etree.ElementTree 模块中)
tostringlist() (在 xml.etree.ElementTree 模块中)
total_changes (sqlite3.Connection 属性)
total_ordering() (在 functools 模块中)
total_seconds() (datetime.timedelta 方法)
totuple() (parser.ST 方法)
touch() (pathlib.Path 方法)
touchline() (curses.window 方法)
touchwin() (curses.window 方法)
tounicode() (array.array 方法)
ToUnicode() (在 encodings.idna 模块中)
towards() (在 turtle 模块中)
toxml() (xml.dom.minidom.Node 方法)
tp_as_async (C 成员)
tp_as_mapping (C 成员)
tp_as_number (C 成员)
tp_as_sequence (C 成员)
tparm() (在 curses 模块中)
trace
stack
Trace (trace 中的类)
(tracemalloc 中的类)
trace (模块)
trace command line option
--count
--coverdir=<dir>
--file=<file>
--help
--ignore-dir=<dir>
--ignore-module=<mod>
--listfuncs
--missing
--no-report
--report
--summary
--timing
--trace
--trackcalls
--version
-c
-C
-f
-g
-l
-m
-r
-R
-s
-t
-T
trace function
,
[1]
,
[2]
trace() (在 inspect 模块中)
trace_dispatch() (bdb.Bdb 方法)
traceback
对象
,
[1]
,
[2]
,
[3]
,
[4]
Traceback (tracemalloc 中的类)
traceback (tracemalloc.Statistic 属性)
(tracemalloc.StatisticDiff 属性)
(tracemalloc.Trace 属性)
(模块)
traceback_limit (tracemalloc.Snapshot 属性)
(wsgiref.handlers.BaseHandler 属性)
TracebackException (traceback 中的类)
tracebacklimit() (在 sys 模块中)
tracebacks
in CGI scripts
TracebackType() (在 types 模块中)
tracemalloc (模块)
tracer() (在 turtle 模块中)
traces (tracemalloc.Snapshot 属性)
trailing
comma
transfercmd() (ftplib.FTP 方法)
TransientResource (test.support 中的类)
translate() (bytearray 方法)
(bytes 方法)
(str 方法)
(在 fnmatch 模块中)
translation() (在 gettext 模块中)
transport (asyncio.StreamWriter 属性)
Transport Layer Security
traverseproc (C 类型)
Tree (tkinter.tix 中的类)
TreeBuilder (xml.etree.ElementTree 中的类)
Treeview (tkinter.ttk 中的类)
triangular() (在 random 模块中)
triple-quoted string
triple-quoted string -- 三引号字符串
True
,
[1]
,
[2]
true
True (內置变量)
truediv() (在 operator 模块中)
trunc() (in module math)
(在 math 模块中)
truncate() (io.IOBase 方法)
(在 os 模块中)
truth
value
truth() (在 operator 模块中)
try
语句
,
[1]
,
[2]
ttk
tty
I/O control
tty (模块)
ttyname() (在 os 模块中)
tuple
display
empty
,
[1]
singleton
內置函数
,
[1]
对象
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
tuple (內置类)
Tuple() (在 typing 模块中)
tuple2st() (在 parser 模块中)
tuple_params (2to3 fixer)
turnoff_sigfpe() (在 fpectl 模块中)
turnon_sigfpe() (在 fpectl 模块中)
Turtle (turtle 中的类)
turtle (模块)
turtledemo (模块)
turtles() (在 turtle 模块中)
TurtleScreen (turtle 中的类)
turtlesize() (在 turtle 模块中)
type
Boolean
data
hierarchy
immutable data
operations on dictionary
operations on list
內置函数
,
[1]
,
[2]
,
[3]
对象
,
[1]
,
[2]
type (optparse.Option 属性)
(socket.socket 属性)
(tarfile.TarInfo 属性)
Type (typing 中的类)
type (urllib.request.Request 属性)
(內置类)
type -- 类型
type alias -- 类型别名
type hint -- 类型提示
type of an object
TYPE_CHECKER (optparse.Option 属性)
TYPE_CHECKING() (在 typing 模块中)
typeahead() (在 curses 模块中)
typecode (array.array 属性)
typecodes() (在 array 模块中)
TYPED_ACTIONS (optparse.Option 属性)
typed_subpart_iterator() (在 email.iterators 模块中)
TypeError
例外
types
built-in
immutable sequence
mutable sequence
operations on integer
operations on mapping
operations on numeric
operations on sequence
,
[1]
模块
types (2to3 fixer)
TYPES (optparse.Option 属性)
types (模块)
types, internal
types_map (mimetypes.MimeTypes 属性)
types_map() (在 mimetypes 模块中)
types_map_inv (mimetypes.MimeTypes 属性)
TypeVar (typing 中的类)
typing (模块)
TZ
,
[1]
,
[2]
,
[3]
,
[4]
tzinfo (datetime 中的类)
(datetime.datetime 属性)
(datetime.time 属性)
tzname() (datetime.datetime 方法)
(datetime.time 方法)
(datetime.timezone 方法)
(datetime.tzinfo 方法)
(在 time 模块中)
tzset() (在 time 模块中)
导航
索引
模块
|
Python
»
3.6.15 Documentation
»
|