这个文档所针对的是一个已不再受支持的 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 的屬性)
(於 msilib 模組中)
text encoding -- 文本编码
text file -- 文本文件
text mode
text() (msilib.Dialog 的方法)
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 中的類別)
(於 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 的屬性)
(於 mimetypes 模組中)
types_map_inv (mimetypes.MimeTypes 的屬性)
TypeVar (typing 中的類別)
typing (模組)
TZ
,
[1]
,
[2]
,
[3]
,
[4]
tzinfo (datetime 中的類別)
(datetime.datetime 的屬性)
(datetime.time 的屬性)
tzname (於 time 模組中)
tzname() (datetime.datetime 的方法)
(datetime.time 的方法)
(datetime.timezone 的方法)
(datetime.tzinfo 的方法)
tzset() (於 time 模組中)
瀏覽
索引
模組
|
Python
»
3.6.15 Documentation
»
|