Theme
Auto
Light
Dark
导航
索引
模块
|
Python
»
3.14.0a1 Documentation
»
索引
|
Theme
Auto
Light
Dark
|
Index – T
T_BOOL (C 宏)
T_BYTE (C 宏)
T_CHAR (C 宏)
T_DOUBLE (C 宏)
T_FLOAT (C 宏)
T_FMT()(在 locale 模块中)
T_FMT_AMPM()(在 locale 模块中)
T_INT (C 宏)
T_LONG (C 宏)
T_LONGLONG (C 宏)
T_NONE(C macro)
T_OBJECT_EX (C 宏)
T_OBJECT(C macro)
T_PYSSIZET (C 宏)
T_SHORT (C 宏)
T_STRING (C 宏)
T_STRING_INPLACE (C 宏)
T_UBYTE (C 宏)
T_UINT (C 宏)
T_ULONG (C 宏)
T_ULONGULONG (C 宏)
T_USHORT (C 宏)
tab
tab() (tkinter.ttk.Notebook 方法)
TAB()(在 curses.ascii 模块中)
TabError
tabnanny
module
tabs() (tkinter.ttk.Notebook 方法)
tabsize(textwrap.TextWrapper 属性)
tabular
数据
tag_bind() (tkinter.ttk.Treeview 方法)
tag_configure() (tkinter.ttk.Treeview 方法)
tag_has() (tkinter.ttk.Treeview 方法)
tagName(xml.dom.Element 属性)
tag(xml.etree.ElementTree.Element 属性)
tail(xml.etree.ElementTree.Element 属性)
take_snapshot()(在 tracemalloc 模块中)
takewhile()(在 itertools 模块中)
tan()(在 cmath 模块中)
tan()(在 math 模块中)
tanh()(在 cmath 模块中)
tanh()(在 math 模块中)
tar_filter()(在 tarfile 模块中)
TarError
tarfile
module
tarfile命令行选项
--create
--extract
--filter
--list
--test
--verbose
-c
-e
-l
-t
-v
TarFile(tarfile 中的类)
target
list
,
[1]
list 赋值
list, 删除
删除
循环控制
target(xml.dom.ProcessingInstruction 属性)
TarInfo(tarfile 中的类)
tarinfo(tarfile.FilterError 属性)
task_done() (asyncio.Queue 方法)
task_done() (multiprocessing.JoinableQueue 方法)
task_done() (queue.Queue 方法)
TaskGroup(asyncio 中的类)
Task(asyncio 中的类)
tau()(在 cmath 模块中)
tau()(在 math 模块中)
tb_frame (回溯属性)
tb_frame(traceback 属性)
tb_lasti (回溯属性)
tb_lasti(traceback 属性)
tb_lineno (回溯属性)
tb_lineno(traceback 属性)
tb_locals(unittest.TestResult 属性)
tb_next (回溯属性)
tb_next(traceback 属性)
tbreak (pdb command)
tcdrain()(在 termios 模块中)
tcflow()(在 termios 模块中)
tcflush()(在 termios 模块中)
tcgetattr()(在 termios 模块中)
tcgetpgrp()(在 os 模块中)
tcgetwinsize()(在 termios 模块中)
Tcl()(在 tkinter 模块中)
TCLTK_CFLAGS
命令行选项
TCLTK_LIBS
命令行选项
TCPServer(socketserver 中的类)
TCSADRAIN()(在 termios 模块中)
TCSAFLUSH()(在 termios 模块中)
TCSANOW()(在 termios 模块中)
tcsendbreak()(在 termios 模块中)
tcsetattr()(在 termios 模块中)
tcsetpgrp()(在 os 模块中)
tcsetwinsize()(在 termios 模块中)
tearDown() (unittest.TestCase 方法)
tearDownClass() (unittest.TestCase 方法)
tee()(在 itertools 模块中)
teleport()(在 turtle 模块中)
tell() (io.IOBase 方法)
tell() (io.TextIOBase 方法)
tell() (io.TextIOWrapper 方法)
tell() (mmap.mmap 方法)
tell() (sqlite3.Blob 方法)
tell() (wave.Wave_read 方法)
tell() (wave.Wave_write 方法)
TEMP
,
[1]
temp_cwd()(在 test.support.os_helper 模块中)
temp_dir()(在 test.support.os_helper 模块中)
temp_umask()(在 test.support.os_helper 模块中)
tempdir()(在 tempfile 模块中)
tempfile
module
Template(string 中的类)
template(string.Template 属性)
TemporaryDirectory(tempfile 中的类)
TemporaryFile()(在 tempfile 模块中)
temporary(bdb.Breakpoint 属性)
teredo(ipaddress.IPv6Address 属性)
TERM
,
[1]
termattrs()(在 curses 模块中)
terminal_size(os 中的类)
terminate() (asyncio.subprocess.Process 方法)
terminate() (asyncio.SubprocessTransport 方法)
terminate() (multiprocessing.pool.Pool 方法)
terminate() (multiprocessing.Process 方法)
terminate() (subprocess.Popen 方法)
terminator(logging.StreamHandler 属性)
termios
module
termname()(在 curses 模块中)
ternaryfunc(C type)
test
module
test.regrtest
module
test.support
module
test.support.bytecode_helper
module
test.support.import_helper
module
test.support.os_helper
module
test.support.script_helper
module
test.support.socket_helper
module
test.support.threading_helper
module
test.support.warnings_helper
module
TEST_DATA_DIR()(在 test.support 模块中)
TEST_HOME_DIR()(在 test.support 模块中)
TEST_HTTP_URL()(在 test.support 模块中)
TEST_SUPPORT_DIR()(在 test.support 模块中)
TestCase(unittest 中的类)
TestFailed
testfile()(在 doctest 模块中)
TESTFN()(在 test.support.os_helper 模块中)
TESTFN_NONASCII()(在 test.support.os_helper 模块中)
TESTFN_UNDECODABLE()(在 test.support.os_helper 模块中)
TESTFN_UNENCODABLE()(在 test.support.os_helper 模块中)
TESTFN_UNICODE()(在 test.support.os_helper 模块中)
TestLoader(unittest 中的类)
testMethodPrefix(unittest.TestLoader 属性)
testmod()(在 doctest 模块中)
testNamePatterns(unittest.TestLoader 属性)
TestResults(doctest 中的类)
TestResult(unittest 中的类)
testsource()(在 doctest 模块中)
testsRun(unittest.TestResult 属性)
TestSuite(unittest 中的类)
testzip() (zipfile.ZipFile 方法)
test(doctest.DocTestFailure 属性)
test(doctest.UnexpectedException 属性)
text encoding -- 文本编码格式
text file -- 文本文件
text_encoding()(在 io 模块中)
text_factory(sqlite3.Connection 属性)
Textbox(curses.textpad 中的类)
TextCalendar(calendar 中的类)
textdomain()(在 gettext 模块中)
textdomain()(在 locale 模块中)
textinput()(在 turtle 模块中)
TextIOBase(io 中的类)
TextIOWrapper(io 中的类)
TextIO(typing 中的类)
TextTestResult(unittest 中的类)
TextTestRunner(unittest 中的类)
textwrap
module
TextWrapper(textwrap 中的类)
text(SyntaxError 属性)
text(traceback.TracebackException 属性)
Text(typing 中的类)
text(xml.etree.ElementTree.Element 属性)
TFD_CLOEXEC()(在 os 模块中)
TFD_NONBLOCK()(在 os 模块中)
TFD_TIMER_ABSTIME()(在 os 模块中)
TFD_TIMER_CANCEL_ON_SET()(在 os 模块中)
theme_create() (tkinter.ttk.Style 方法)
theme_names() (tkinter.ttk.Style 方法)
theme_settings() (tkinter.ttk.Style 方法)
theme_use() (tkinter.ttk.Style 方法)
THOUSEP()(在 locale 模块中)
thread() (imaplib.IMAP4 方法)
thread_info()(在 sys 模块中)
thread_time()(在 time 模块中)
thread_time_ns()(在 time 模块中)
threading
module
threading_cleanup()(在 test.support.threading_helper 模块中)
threading_setup()(在 test.support.threading_helper 模块中)
ThreadingHTTPServer(http.server 中的类)
ThreadingMixIn(socketserver 中的类)
ThreadingMock(unittest.mock 中的类)
ThreadingTCPServer(socketserver 中的类)
ThreadingUDPServer(socketserver 中的类)
ThreadingUnixDatagramServer(socketserver 中的类)
ThreadingUnixStreamServer(socketserver 中的类)
ThreadPoolExecutor(concurrent.futures 中的类)
ThreadPool(multiprocessing.pool 中的类)
threads
POSIX
threadsafety()(在 sqlite3 模块中)
Thread(threading 中的类)
throw() (coroutine 方法)
throw() (generator 方法)
THURSDAY()(在 calendar 模块中)
ticket_lifetime_hint(ssl.SSLSession 属性)
tigetflag()(在 curses 模块中)
tigetnum()(在 curses 模块中)
tigetstr()(在 curses 模块中)
TILDE()(在 token 模块中)
tilt()(在 turtle 模块中)
tiltangle()(在 turtle 模块中)
time
module
time() (asyncio.loop 方法)
time() (datetime.datetime 方法)
time()(在 time 模块中)
Time2Internaldate()(在 imaplib 模块中)
time_hi_version(uuid.UUID 属性)
time_low(uuid.UUID 属性)
time_mid(uuid.UUID 属性)
time_ns()(在 time 模块中)
timedelta(datetime 中的类)
TimedRotatingFileHandler(logging.handlers 中的类)
timegm()(在 calendar 模块中)
timeit
module
timeit() (timeit.Timer 方法)
timeit()(在 timeit 模块中)
timeit命令行选项
--help
--number
--process
--repeat
--setup
--unit
--verbose
-h
-n
-p
-r
-s
-u
-v
timeout
timeout() (curses.window 方法)
timeout()(在 asyncio 模块中)
timeout_at()(在 asyncio 模块中)
TIMEOUT_MAX()(在 _thread 模块中)
TIMEOUT_MAX()(在 threading 模块中)
TimeoutError
,
[1]
,
[2]
,
[3]
TimeoutExpired
Timeout(asyncio 中的类)
timeout(socketserver.BaseServer 属性)
timeout(ssl.SSLSession 属性)
timeout(subprocess.TimeoutExpired 属性)
timerfd_create()(在 os 模块中)
timerfd_gettime()(在 os 模块中)
timerfd_gettime_ns()(在 os 模块中)
timerfd_settime()(在 os 模块中)
timerfd_settime_ns()(在 os 模块中)
TimerHandle(asyncio 中的类)
Timer(threading 中的类)
Timer(timeit 中的类)
times()(在 os 模块中)
timestamp() (datetime.datetime 方法)
TIMESTAMP(py_compile.PycInvalidationMode 属性)
timetuple() (datetime.date 方法)
timetuple() (datetime.datetime 方法)
timetz() (datetime.datetime 方法)
timezone()(在 time 模块中)
timezone(datetime 中的类)
time(datetime 中的类)
time(ssl.SSLSession 属性)
time(uuid.UUID 属性)
title() (bytearray 方法)
title() (bytes 方法)
title() (str 方法)
title()(在 turtle 模块中)
Tk
Tk 参数的数据类型
Tkinter
tkinter
module
tkinter.colorchooser
module
tkinter.commondialog
module
tkinter.dnd
module
tkinter.filedialog
module
tkinter.font
module
tkinter.messagebox
module
tkinter.scrolledtext
module
tkinter.simpledialog
module
tkinter.ttk
module
Tk(tkinter 中的类)
tk(tkinter.Tk 属性)
TLS
TLSv1_1(ssl.TLSVersion 属性)
TLSv1_2(ssl.TLSVersion 属性)
TLSv1_3(ssl.TLSVersion 属性)
TLSv1(ssl.TLSVersion 属性)
TLSVersion(ssl 中的类)
tm_gmtoff(time.struct_time 属性)
tm_hour(time.struct_time 属性)
tm_isdst(time.struct_time 属性)
tm_mday(time.struct_time 属性)
tm_min(time.struct_time 属性)
tm_mon(time.struct_time 属性)
tm_sec(time.struct_time 属性)
tm_wday(time.struct_time 属性)
tm_yday(time.struct_time 属性)
tm_year(time.struct_time 属性)
tm_zone(time.struct_time 属性)
TMP
TMPDIR
,
[1]
TO_BOOL (opcode)
to_bytes() (int 方法)
to_eng_string() (decimal.Context 方法)
to_eng_string() (decimal.Decimal 方法)
to_integral() (decimal.Decimal 方法)
to_integral_exact() (decimal.Context 方法)
to_integral_exact() (decimal.Decimal 方法)
to_integral_value() (decimal.Decimal 方法)
to_sci_string() (decimal.Context 方法)
to_thread()(在 asyncio 模块中)
ToASCII()(在 encodings.idna 模块中)
tobuf() (tarfile.TarInfo 方法)
tobytes() (array.array 方法)
tobytes() (memoryview 方法)
today()(datetime.date 类方法)
today()(datetime.datetime 类方法)
tofile() (array.array 方法)
tok_name()(在 token 模块中)
token
module
token_bytes()(在 secrets 模块中)
token_hex()(在 secrets 模块中)
token_urlsafe()(在 secrets 模块中)
TokenError
tokenize
module
tokenize()(在 tokenize 模块中)
tokenize命令行选项
--exact
--help
-e
-h
Token(contextvars 中的类)
token(shlex.shlex 属性)
tolist() (array.array 方法)
tolist() (memoryview 方法)
TOMLDecodeError
tomllib
module
toordinal() (datetime.date 方法)
toordinal() (datetime.datetime 方法)
top() (curses.panel.Panel 方法)
top() (poplib.POP3 方法)
top_panel()(在 curses.panel 模块中)
TopologicalSorter(graphlib 中的类)
toprettyxml() (xml.dom.minidom.Node 方法)
toreadonly() (memoryview 方法)
tostring()(在 xml.etree.ElementTree 模块中)
tostringlist()(在 xml.etree.ElementTree 模块中)
total() (collections.Counter 方法)
total_changes(sqlite3.Connection 属性)
total_nframe(tracemalloc.Traceback 属性)
total_ordering()(在 functools 模块中)
total_seconds() (datetime.timedelta 方法)
touch() (pathlib.Path 方法)
touchline() (curses.window 方法)
touchwin() (curses.window 方法)
tounicode() (array.array 方法)
ToUnicode()(在 encodings.idna 模块中)
towards()(在 turtle 模块中)
toxml() (xml.dom.minidom.Node 方法)
tparm()(在 curses 模块中)
trace
module
trace()(在 inspect 模块中)
trace_dispatch() (bdb.Bdb 方法)
traceback
module
traceback -- 回溯
object -- 对象
,
[1]
,
[2]
,
[3]
,
[4]
traceback_limit(tracemalloc.Snapshot 属性)
traceback_limit(wsgiref.handlers.BaseHandler 属性)
TracebackException(traceback 中的类)
tracebacklimit()(在 sys 模块中)
TracebackType(types 中的类)
Traceback(inspect 中的类)
Traceback(tracemalloc 中的类)
traceback(tracemalloc.Statistic 属性)
traceback(tracemalloc.StatisticDiff 属性)
traceback(tracemalloc.Trace 属性)
tracemalloc
module
tracer()(在 turtle 模块中)
traces(tracemalloc.Snapshot 属性)
trace命令行选项
--count
--coverdir
--file
--help
--ignore-dir
--ignore-module
--listfuncs
--missing
--no-report
--report
--summary
--timing
--trace
--trackcalls
--version
-c
-C
-f
-g
-l
-m
-r
-R
-s
-t
-T
Trace(trace 中的类)
Trace(tracemalloc 中的类)
transfercmd() (ftplib.FTP 方法)
transient_internet()(在 test.support.socket_helper 模块中)
translate() (bytearray 方法)
translate() (bytes 方法)
translate() (str 方法)
translate()(在 fnmatch 模块中)
translate()(在 glob 模块中)
translation()(在 gettext 模块中)
Transport Layer Security
Transport(asyncio 中的类)
transport(asyncio.StreamWriter 属性)
TraversableResources(importlib.abc 中的类)
TraversableResources(importlib.resources.abc 中的类)
Traversable(importlib.abc 中的类)
Traversable(importlib.resources.abc 中的类)
traverseproc(C type)
TreeBuilder(xml.etree.ElementTree 中的类)
Treeview(tkinter.ttk 中的类)
triangular()(在 random 模块中)
tries(doctest.DocTestRunner 属性)
triple-quoted string -- 三引号字符串
,
[1]
True
,
[1]
,
[2]
true
truediv()(在 operator 模块中)
True(内置变量)
trunc() (在 math 模块中)
trunc()(在 math 模块中)
truncate() (io.IOBase 方法)
truncate()(在 os 模块中)
truth()(在 operator 模块中)
try
statement -- 语句
,
[1]
,
[2]
TryStar(ast 中的类)
Try(ast 中的类)
ttk
tty
I/O 控制
module
ttyname()(在 os 模块中)
TUESDAY()(在 calendar 模块中)
Tuple()(在 typing 模块中)
Tuple(ast 中的类)
tuple(内置类)
turtle
module
turtledemo
module
turtles()(在 turtle 模块中)
TurtleScreen(turtle 中的类)
turtlesize()(在 turtle 模块中)
Turtle(turtle 中的类)
type
immutable -- 不可变对象 数据
object -- 对象
,
[1]
,
[2]
statement -- 语句
union
内置函数
,
[1]
,
[2]
,
[3]
层次结构
布尔值
数据
运算目标 dictionary -- 字典
运算目标 list
type -- 类型
type alias -- 类型别名
type hint -- 类型注解
TYPE_ALIAS(symtable.SymbolTableType 属性)
type_check_only()(在 typing 模块中)
TYPE_CHECKER(optparse.Option 属性)
TYPE_CHECKING()(在 typing 模块中)
TYPE_COMMENT()(在 token 模块中)
type_comment(ast.arg 属性)
type_comment(ast.Assign 属性)
type_comment(ast.For 属性)
type_comment(ast.FunctionDef 属性)
type_comment(ast.With 属性)
TYPE_IGNORE()(在 token 模块中)
TYPE_PARAMETERS(symtable.SymbolTableType 属性)
TYPE_VARIABLE(symtable.SymbolTableType 属性)
typeahead()(在 curses 模块中)
TypeAlias()(在 typing 模块中)
TypeAliasType(typing 中的类)
TypeAlias(ast 中的类)
typecodes()(在 array 模块中)
typecode(array.array 属性)
TYPED_ACTIONS(optparse.Option 属性)
typed_subpart_iterator()(在 email.iterators 模块中)
TypedDict(typing 中的类)
TypeError
异常
TypeGuard()(在 typing 模块中)
TypeIs()(在 typing 模块中)
types
immutable -- 不可变对象 sequence
module
,
[1]
mutable -- 可变对象 sequence
内置
运算目标 integer
运算目标 mapping -- 映射
运算目标 sequence
,
[1]
运算目标 数字
types_map()(在 mimetypes 模块中)
types_map_inv(mimetypes.MimeTypes 属性)
types_map(mimetypes.MimeTypes 属性)
TYPES(optparse.Option 属性)
TypeVarTuple(ast 中的类)
TypeVarTuple(typing 中的类)
TypeVar(ast 中的类)
TypeVar(typing 中的类)
type(optparse.Option 属性)
type(socket.socket 属性)
type(tarfile.TarInfo 属性)
Type(typing 中的类)
type(urllib.request.Request 属性)
type(内置类)
typing
module
TZ
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
tzinfo(datetime 中的类)
tzinfo(datetime.datetime 属性)
tzinfo(datetime.time 属性)
tzname() (datetime.datetime 方法)
tzname() (datetime.time 方法)
tzname() (datetime.timezone 方法)
tzname() (datetime.tzinfo 方法)
tzname()(在 time 模块中)
TZPATH()(在 zoneinfo 模块中)
tzset()(在 time 模块中)
«
导航
索引
模块
|
Python
»
3.14.0a1 Documentation
»
索引
|
Theme
Auto
Light
Dark
|