This document is for an old version of Python that is no longer supported. You should upgrade, and read the
Python documentation for the current stable release
.
탐색
색인
모듈
|
Python
»
3.5.10 Documentation
»
|
Index – T
T_FMT (locale 모듈)
T_FMT_AMPM (locale 모듈)
tab
tab() (tkinter.ttk.Notebook method)
TabError
tabnanny (모듈)
tabs() (tkinter.ttk.Notebook method)
tabsize (textwrap.TextWrapper attribute)
tabular
data
tag (xml.etree.ElementTree.Element attribute)
tag_bind() (tkinter.ttk.Treeview method)
tag_configure() (tkinter.ttk.Treeview method)
tag_has() (tkinter.ttk.Treeview method)
tagName (xml.dom.Element attribute)
tail (xml.etree.ElementTree.Element attribute)
take_snapshot() (tracemalloc 모듈)
takewhile() (itertools 모듈)
tan() (cmath 모듈)
(math 모듈)
tanh() (cmath 모듈)
(math 모듈)
TarError
tarfile 명령
--create <tarfile> <source1> ... <sourceN>
--extract <tarfile> [<output_dir>]
--list <tarfile>
--test <tarfile>
-c <tarfile> <source1> ... <sourceN>
-e <tarfile> [<output_dir>]
-l <tarfile>
-t <tarfile>
-v, --verbose
TarFile (tarfile 종류)
,
[1]
tarfile (모듈)
target
deletion
list
,
[1]
,
[2]
list assignment
list, deletion
loop control
target (xml.dom.ProcessingInstruction attribute)
TarInfo (tarfile 종류)
Task (asyncio 종류)
task_done() (asyncio.Queue method)
(multiprocessing.JoinableQueue method)
(queue.Queue method)
tb_frame (traceback attribute)
tb_lasti (traceback attribute)
tb_lineno (traceback attribute)
tb_locals (unittest.TestResult attribute)
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 method)
tearDownClass() (unittest.TestCase method)
tee() (itertools 모듈)
tell() (aifc.aifc method)
,
[1]
(chunk.Chunk method)
(io.IOBase method)
(io.TextIOBase method)
(mmap.mmap method)
(sunau.AU_read method)
(sunau.AU_write method)
(wave.Wave_read method)
(wave.Wave_write method)
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 attribute)
temporary
file
file name
TemporaryDirectory() (tempfile 모듈)
TemporaryFile() (tempfile 모듈)
teredo (ipaddress.IPv6Address attribute)
TERM
,
[1]
termattrs() (curses 모듈)
terminal_size (os 종류)
terminate() (asyncio.asyncio.subprocess.Process method)
(asyncio.BaseSubprocessTransport method)
(multiprocessing.Process method)
(multiprocessing.pool.Pool method)
(subprocess.Popen method)
termination model
termios (모듈)
termname() (curses 모듈)
ternary
operator
test
identity
membership
test (doctest.DocTestFailure attribute)
(doctest.UnexpectedException attribute)
(모듈)
test() (cgi 모듈)
test.support (모듈)
TestCase (unittest 종류)
TestFailed
testfile() (doctest 모듈)
TESTFN (test.support 모듈)
TestLoader (unittest 종류)
testMethodPrefix (unittest.TestLoader attribute)
testmod() (doctest 모듈)
TestResult (unittest 종류)
tests (imghdr 모듈)
testsource() (doctest 모듈)
testsRun (unittest.TestResult attribute)
TestSuite (unittest 종류)
testzip() (zipfile.ZipFile method)
text (msilib 모듈)
(traceback.TracebackException attribute)
Text (typing 종류)
text (xml.etree.ElementTree.Element attribute)
text encoding (텍스트 인코딩)
text file (텍스트 파일)
text mode
text() (msilib.Dialog method)
text_factory (sqlite3.Connection attribute)
Textbox (curses.textpad 종류)
TextCalendar (calendar 종류)
textdomain() (gettext 모듈)
TextFile (distutils.text_file 종류)
textinput() (turtle 모듈)
TextIOBase (io 종류)
TextIOWrapper (io 종류)
TextTestResult (unittest 종류)
TextTestRunner (unittest 종류)
textwrap (모듈)
TextWrapper (textwrap 종류)
theme_create() (tkinter.ttk.Style method)
theme_names() (tkinter.ttk.Style method)
theme_settings() (tkinter.ttk.Style method)
theme_use() (tkinter.ttk.Style method)
THOUSEP (locale 모듈)
Thread (threading 종류)
thread() (imaplib.IMAP4 method)
thread_info (sys 모듈)
threading (모듈)
ThreadingMixIn (socketserver 종류)
ThreadingTCPServer (socketserver 종류)
ThreadingUDPServer (socketserver 종류)
ThreadPoolExecutor (concurrent.futures 종류)
threads
POSIX
throw (2to3 fixer)
throw() (coroutine 메서드)
(generator 메서드)
tigetflag() (curses 모듈)
tigetnum() (curses 모듈)
tigetstr() (curses 모듈)
TILDE (token 모듈)
tilt() (turtle 모듈)
tiltangle() (turtle 모듈)
time (datetime 종류)
(모듈)
time() (asyncio.AbstractEventLoop method)
(datetime.datetime method)
(time 모듈)
Time2Internaldate() (imaplib 모듈)
timedelta (datetime 종류)
TimedRotatingFileHandler (logging.handlers 종류)
timegm() (calendar 모듈)
timeit 명령
-c, --clock
-h, --help
-n N, --number=N
-p, --process
-r N, --repeat=N
-s S, --setup=S
-t, --time
-u, --unit=U
-v, --verbose
timeit (모듈)
timeit() (timeit 모듈)
(timeit.Timer method)
timeout
(socketserver.BaseServer attribute)
(subprocess.TimeoutExpired attribute)
timeout() (curses.window method)
TIMEOUT_MAX (_thread 모듈)
(threading 모듈)
TimeoutError
,
[1]
,
[2]
,
[3]
TimeoutExpired
Timer (threading 종류)
(timeit 종류)
times() (os 모듈)
timestamp() (datetime.datetime method)
timetuple() (datetime.date method)
(datetime.datetime method)
timetz() (datetime.datetime method)
timezone (datetime 종류)
(time 모듈)
title() (bytearray 메서드)
(bytes 메서드)
(str 메서드)
(turtle 모듈)
Tix
tix_addbitmapdir() (tkinter.tix.tixCommand method)
tix_cget() (tkinter.tix.tixCommand method)
tix_configure() (tkinter.tix.tixCommand method)
tix_filedialog() (tkinter.tix.tixCommand method)
tix_getbitmap() (tkinter.tix.tixCommand method)
tix_getimage() (tkinter.tix.tixCommand method)
TIX_LIBRARY
tix_option_get() (tkinter.tix.tixCommand method)
tix_resetoptions() (tkinter.tix.tixCommand method)
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 method)
(decimal.Decimal method)
to_integral() (decimal.Decimal method)
to_integral_exact() (decimal.Context method)
(decimal.Decimal method)
to_integral_value() (decimal.Decimal method)
to_sci_string() (decimal.Context method)
ToASCII() (encodings.idna 모듈)
tobuf() (tarfile.TarInfo method)
tobytes() (array.array method)
(memoryview 메서드)
today() (datetime.date class method)
(datetime.datetime class method)
tofile() (array.array method)
tok_name (token 모듈)
token
(shlex.shlex attribute)
(모듈)
TokenError
tokenize 명령
-e, --exact
-h, --help
tokenize (모듈)
tokenize() (tokenize 모듈)
tolist() (array.array method)
(memoryview 메서드)
(parser.ST method)
tomono() (audioop 모듈)
toordinal() (datetime.date method)
(datetime.datetime method)
top() (curses.panel.Panel method)
(poplib.POP3 method)
top_panel() (curses.panel 모듈)
toprettyxml() (xml.dom.minidom.Node method)
tostereo() (audioop 모듈)
tostring() (array.array method)
(xml.etree.ElementTree 모듈)
tostringlist() (xml.etree.ElementTree 모듈)
total_changes (sqlite3.Connection attribute)
total_ordering() (functools 모듈)
total_seconds() (datetime.timedelta method)
totuple() (parser.ST method)
touch() (pathlib.Path method)
touchline() (curses.window method)
touchwin() (curses.window method)
tounicode() (array.array method)
ToUnicode() (encodings.idna 모듈)
towards() (turtle 모듈)
toxml() (xml.dom.minidom.Node method)
tp_as_async (C 멤버 변수)
tp_as_mapping (C 멤버 변수)
tp_as_number (C 멤버 변수)
tp_as_sequence (C 멤버 변수)
tparm() (curses 모듈)
trace
stack
trace 명령
--help
--ignore-dir=<dir>
--ignore-module=<mod>
--version
-C, --coverdir=<dir>
-R, --no-report
-T, --trackcalls
-c, --count
-f, --file=<file>
-g, --timing
-l, --listfuncs
-m, --missing
-r, --report
-s, --summary
-t, --trace
Trace (trace 종류)
(tracemalloc 종류)
trace (모듈)
trace function
,
[1]
,
[2]
trace() (inspect 모듈)
trace_dispatch() (bdb.Bdb method)
traceback
객체
,
[1]
,
[2]
,
[3]
,
[4]
Traceback (tracemalloc 종류)
traceback (tracemalloc.Statistic attribute)
(tracemalloc.StatisticDiff attribute)
(tracemalloc.Trace attribute)
(모듈)
traceback_limit (tracemalloc.Snapshot attribute)
(wsgiref.handlers.BaseHandler attribute)
TracebackException (traceback 종류)
tracebacklimit (sys 모듈)
tracebacks
in CGI scripts
TracebackType (types 모듈)
tracemalloc (모듈)
tracer() (turtle 모듈)
traces (tracemalloc.Snapshot attribute)
trailing
comma
transfercmd() (ftplib.FTP method)
TransientResource (test.support 종류)
translate() (bytearray 메서드)
(bytes 메서드)
(fnmatch 모듈)
(str 메서드)
translation() (gettext 모듈)
transport (asyncio.StreamWriter attribute)
Transport Layer Security
traverseproc (C 데이터 형식)
Tree (tkinter.tix 종류)
TreeBuilder (xml.etree.ElementTree 종류)
Treeview (tkinter.ttk 종류)
triangular() (random 모듈)
triple-quoted string
(삼중 따옴표 된 문자열)
True
,
[1]
,
[2]
true
True (내장 변수)
truediv() (operator 모듈)
trunc() (in module math)
(math 모듈)
truncate() (io.IOBase method)
(os 모듈)
truth
value
truth() (operator 모듈)
try
글
,
[1]
,
[2]
ttk
tty
I/O control
tty (모듈)
ttyname() (os 모듈)
tuple
display
empty
,
[1]
singleton
객체
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
내장 함수
,
[1]
Tuple (typing 모듈)
tuple (내장 변수)
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]
내장 함수
,
[1]
,
[2]
type (optparse.Option attribute)
(socket.socket attribute)
(tarfile.TarInfo attribute)
Type (typing 종류)
type (urllib.request.Request attribute)
(내장 변수)
(형)
type of an object
TYPE_CHECKER (optparse.Option attribute)
TYPE_CHECKING (typing 모듈)
typeahead() (curses 모듈)
typecode (array.array attribute)
typecodes (array 모듈)
TYPED_ACTIONS (optparse.Option attribute)
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 attribute)
types (모듈)
types, internal
types_map (mimetypes 모듈)
(mimetypes.MimeTypes attribute)
types_map_inv (mimetypes.MimeTypes attribute)
TypeVar (typing 종류)
typing (모듈)
TZ
,
[1]
,
[2]
,
[3]
,
[4]
tzinfo (datetime 종류)
(datetime.datetime attribute)
(datetime.time attribute)
tzname (time 모듈)
tzname() (datetime.datetime method)
(datetime.time method)
(datetime.timezone method)
(datetime.tzinfo method)
tzset() (time 모듈)
탐색
색인
모듈
|
Python
»
3.5.10 Documentation
»
|