이 문서는 더는 지원되지 않는 이전 버전의 파이썬 용입니다. 업그레이드하고, 다음 설명서를 읽어야 합니다:
현재 안정 버전에 대한 파이썬 설명서
.
탐색
색인
모듈
|
Python
»
3.7.17 Documentation
»
|
Index – O
O_APPEND (os 모듈)
O_ASYNC (os 모듈)
O_BINARY (os 모듈)
O_CLOEXEC (os 모듈)
O_CREAT (os 모듈)
O_DIRECT (os 모듈)
O_DIRECTORY (os 모듈)
O_DSYNC (os 모듈)
O_EXCL (os 모듈)
O_EXLOCK (os 모듈)
O_NDELAY (os 모듈)
O_NOATIME (os 모듈)
O_NOCTTY (os 모듈)
O_NOFOLLOW (os 모듈)
O_NOINHERIT (os 모듈)
O_NONBLOCK (os 모듈)
O_PATH (os 모듈)
O_RANDOM (os 모듈)
O_RDONLY (os 모듈)
O_RDWR (os 모듈)
O_RSYNC (os 모듈)
O_SEQUENTIAL (os 모듈)
O_SHLOCK (os 모듈)
O_SHORT_LIVED (os 모듈)
O_SYNC (os 모듈)
O_TEMPORARY (os 모듈)
O_TEXT (os 모듈)
O_TMPFILE (os 모듈)
O_TRUNC (os 모듈)
O_WRONLY (os 모듈)
obj (memoryview의 속성)
object
code
,
[1]
,
[2]
,
[3]
deallocation
finalization
immutable
,
[1]
numeric
object (UnicodeError의 속성)
(객체)
(내장 클래스)
object.__slots__ (내장 변수)
object_filenames() (distutils.ccompiler.CCompiler 메서드)
objects
comparing
flattening
marshalling
persistent
pickling
serializing
obufcount() (ossaudiodev.oss_audio_device 메서드)
obuffree() (ossaudiodev.oss_audio_device 메서드)
oct() (내장 함수)
octal
literals
octal literal
octdigits (string 모듈)
offset (traceback.TracebackException의 속성)
(xml.parsers.expat.ExpatError의 속성)
OK (curses 모듈)
old_value (contextvars.contextvars.Token.Token의 속성)
OleDLL (ctypes 클래스)
onclick() (turtle 모듈)
,
[1]
ondrag() (turtle 모듈)
onecmd() (cmd.Cmd 메서드)
onkey() (turtle 모듈)
onkeypress() (turtle 모듈)
onkeyrelease() (turtle 모듈)
onrelease() (turtle 모듈)
onscreenclick() (turtle 모듈)
ontimer() (turtle 모듈)
OP (token 모듈)
OP_ALL (ssl 모듈)
OP_CIPHER_SERVER_PREFERENCE (ssl 모듈)
OP_ENABLE_MIDDLEBOX_COMPAT (ssl 모듈)
OP_NO_COMPRESSION (ssl 모듈)
OP_NO_RENEGOTIATION (ssl 모듈)
OP_NO_SSLv2 (ssl 모듈)
OP_NO_SSLv3 (ssl 모듈)
OP_NO_TICKET (ssl 모듈)
OP_NO_TLSv1 (ssl 모듈)
OP_NO_TLSv1_1 (ssl 모듈)
OP_NO_TLSv1_2 (ssl 모듈)
OP_NO_TLSv1_3 (ssl 모듈)
OP_SINGLE_DH_USE (ssl 모듈)
OP_SINGLE_ECDH_USE (ssl 모듈)
open
내장 함수
,
[1]
open() (aifc 모듈)
(bz2 모듈)
(codecs 모듈)
(dbm 모듈)
(dbm.dumb 모듈)
(dbm.gnu 모듈)
(dbm.ndbm 모듈)
(distutils.text_file.TextFile 메서드)
(gzip 모듈)
(imaplib.IMAP4 메서드)
(io 모듈)
(lzma 모듈)
(os 모듈)
(ossaudiodev 모듈)
(pathlib.Path 메서드)
(pipes.Template 메서드)
(shelve 모듈)
(sunau 모듈)
(tarfile 모듈)
(tarfile.TarFile의 클래스 메서드)
(telnetlib.Telnet 메서드)
(tokenize 모듈)
(urllib.request.OpenerDirector 메서드)
(urllib.request.URLopener 메서드)
(wave 모듈)
(webbrowser 모듈)
(webbrowser.controller 메서드)
(zipfile.ZipFile 메서드)
(내장 함수)
open_binary() (importlib.resources 모듈)
open_connection() (asyncio 모듈)
open_new() (webbrowser 모듈)
(webbrowser.controller 메서드)
open_new_tab() (webbrowser 모듈)
(webbrowser.controller 메서드)
open_osfhandle() (msvcrt 모듈)
open_resource() (importlib.abc.ResourceReader의 메서드)
open_text() (importlib.resources 모듈)
open_unix_connection() (asyncio 모듈)
open_unknown() (urllib.request.URLopener 메서드)
open_urlresource() (test.support 모듈)
OpenDatabase() (msilib 모듈)
OpenerDirector (urllib.request 클래스)
openfp() (sunau 모듈)
(wave 모듈)
OpenKey() (winreg 모듈)
OpenKeyEx() (winreg 모듈)
openlog() (syslog 모듈)
openmixer() (ossaudiodev 모듈)
openpty() (os 모듈)
(pty 모듈)
OpenSSL
(use in module hashlib)
(use in module ssl)
OPENSSL_VERSION (ssl 모듈)
OPENSSL_VERSION_INFO (ssl 모듈)
OPENSSL_VERSION_NUMBER (ssl 모듈)
OpenView() (msilib.Database 메서드)
operation
binary arithmetic
binary bitwise
Boolean
concatenation
null
,
[1]
power
repetition
shifting
slice
subscript
unary arithmetic
unary bitwise
OperationalError
operations
bitwise
Boolean
,
[1]
masking
shifting
operations on
dictionary type
integer types
list type
mapping types
numeric types
sequence types
,
[1]
operator
+ (plus)
,
[1]
,
[2]
- (minus)
,
[1]
,
[2]
comparison
overloading
precedence
ternary
operator (2to3 fixer)
(모듈)
operators
opmap (dis 모듈)
opname (dis 모듈)
optim_args_from_interpreter_flags() (test.support 모듈)
optimize() (pickletools 모듈)
OPTIMIZED_BYTECODE_SUFFIXES (importlib.machinery 모듈)
Optional (typing 모듈)
OptionGroup (optparse 클래스)
OptionMenu (tkinter.tix 클래스)
OptionParser (optparse 클래스)
options (doctest.Example의 속성)
Options (ssl 클래스)
options (ssl.SSLContext의 속성)
options() (configparser.ConfigParser 메서드)
optionxform() (configparser.ConfigParser 메서드)
,
[1]
optparse (모듈)
or
bitwise
exclusive
inclusive
연산자
,
[1]
,
[2]
or_() (operator 모듈)
ord
내장 함수
ord() (내장 함수)
order
evaluation
ordered_attributes (xml.parsers.expat.xmlparser의 속성)
OrderedDict (collections 클래스)
(typing 클래스)
origin (importlib.machinery.ModuleSpec의 속성)
origin_req_host (urllib.request.Request의 속성)
origin_server (wsgiref.handlers.BaseHandler의 속성)
os
모듈
os (모듈)
os.path (모듈)
os_environ (wsgiref.handlers.BaseHandler의 속성)
OSError
ossaudiodev (모듈)
OSSAudioError
outfile
json.tool command line option
output
standard
output (subprocess.CalledProcessError의 속성)
(subprocess.TimeoutExpired의 속성)
(unittest.TestCase의 속성)
output() (http.cookies.BaseCookie 메서드)
(http.cookies.Morsel 메서드)
output_charset (email.charset.Charset의 속성)
output_charset() (gettext.NullTranslations 메서드)
output_codec (email.charset.Charset의 속성)
output_difference() (doctest.OutputChecker 메서드)
OutputChecker (doctest 클래스)
OutputString() (http.cookies.Morsel 메서드)
over() (nntplib.NNTP 메서드)
Overflow (decimal 클래스)
OverflowError
(built-in exception)
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
overlaps() (ipaddress.IPv4Network 메서드)
(ipaddress.IPv6Network 메서드)
overlay() (curses.window 메서드)
overload() (typing 모듈)
overloading
operator
overwrite() (curses.window 메서드)
owner() (pathlib.Path 메서드)
탐색
색인
모듈
|
Python
»
3.7.17 Documentation
»
|