Dokumen ini untuk versi lama Python yang tidak didukung lagi. Anda harus memutakhirkan, dan membaca
Dokumentasi Python untuk rilis stabil saat ini
.
Navigasi
index
modul
|
Python
»
3.5.10 Documentation
»
|
Index – S
S (di modul re)
S_ENFMT (di modul stat)
S_IEXEC (di modul stat)
S_IFBLK (di modul stat)
S_IFCHR (di modul stat)
S_IFDIR (di modul stat)
S_IFDOOR (di modul stat)
S_IFIFO (di modul stat)
S_IFLNK (di modul stat)
S_IFMT() (di modul stat)
S_IFPORT (di modul stat)
S_IFREG (di modul stat)
S_IFSOCK (di modul stat)
S_IFWHT (di modul stat)
S_IMODE() (di modul stat)
S_IREAD (di modul stat)
S_IRGRP (di modul stat)
S_IROTH (di modul stat)
S_IRUSR (di modul stat)
S_IRWXG (di modul stat)
S_IRWXO (di modul stat)
S_IRWXU (di modul stat)
S_ISBLK() (di modul stat)
S_ISCHR() (di modul stat)
S_ISDIR() (di modul stat)
S_ISDOOR() (di modul stat)
S_ISFIFO() (di modul stat)
S_ISGID (di modul stat)
S_ISLNK() (di modul stat)
S_ISPORT() (di modul stat)
S_ISREG() (di modul stat)
S_ISSOCK() (di modul stat)
S_ISUID (di modul stat)
S_ISVTX (di modul stat)
S_ISWHT() (di modul stat)
S_IWGRP (di modul stat)
S_IWOTH (di modul stat)
S_IWRITE (di modul stat)
S_IWUSR (di modul stat)
S_IXGRP (di modul stat)
S_IXOTH (di modul stat)
S_IXUSR (di modul stat)
safe_substitute() (method string.Template)
saferepr() (di modul pprint)
same_files (atribut filecmp.dircmp)
same_quantum() (method decimal.Context)
(method decimal.Decimal)
samefile() (di modul os.path)
(method pathlib.Path)
SameFileError
sameopenfile() (di modul os.path)
samestat() (di modul os.path)
sample() (di modul random)
save() (method http.cookiejar.FileCookieJar)
SaveKey() (di modul winreg)
savetty() (di modul curses)
SAX2DOM (class di xml.dom.pulldom)
SAXException
SAXNotRecognizedException
SAXNotSupportedException
SAXParseException
scaleb() (method decimal.Context)
(method decimal.Decimal)
scandir() (di modul os)
scanf()
sched (module)
SCHED_BATCH (di modul os)
SCHED_FIFO (di modul os)
sched_get_priority_max() (di modul os)
sched_get_priority_min() (di modul os)
sched_getaffinity() (di modul os)
sched_getparam() (di modul os)
sched_getscheduler() (di modul os)
SCHED_IDLE (di modul os)
SCHED_OTHER (di modul os)
sched_param (class di os)
sched_priority (atribut os.sched_param)
SCHED_RESET_ON_FORK (di modul os)
SCHED_RR (di modul os)
sched_rr_get_interval() (di modul os)
sched_setaffinity() (di modul os)
sched_setparam() (di modul os)
sched_setscheduler() (di modul os)
SCHED_SPORADIC (di modul os)
sched_yield() (di modul os)
scheduler (class di sched)
schema (di modul msilib)
scope
,
[1]
Screen (class di turtle)
screensize() (di modul turtle)
script_from_examples() (di modul doctest)
scroll() (method curses.window)
ScrolledCanvas (class di turtle)
scrollok() (method curses.window)
sdterr
stdin stdout
search
path, module
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
search() (di modul re)
(method imaplib.IMAP4)
(method re.regex)
second (atribut datetime.datetime)
(atribut datetime.time)
seconds since the epoch
SECTCRE (di modul configparser)
sections() (method configparser.ConfigParser)
secure (atribut http.cookiejar.Cookie)
secure hash algorithm, SHA1, SHA224, SHA256, SHA384, SHA512
Secure Sockets Layer
security
CGI
see() (method tkinter.ttk.Treeview)
seed() (di modul random)
seek() (method chunk.Chunk)
(method io.IOBase)
(method io.TextIOBase)
(method mmap.mmap)
SEEK_CUR (di modul os)
SEEK_END (di modul os)
SEEK_SET (di modul os)
seekable() (method io.IOBase)
seen_greeting (atribut smtpd.SMTPChannel)
Select (class di tkinter.tix)
select (module)
select() (di modul select)
(method imaplib.IMAP4)
(method selectors.BaseSelector)
(method tkinter.ttk.Notebook)
selected_alpn_protocol() (method ssl.SSLSocket)
selected_npn_protocol() (method ssl.SSLSocket)
selection() (method tkinter.ttk.Treeview)
selection_add() (method tkinter.ttk.Treeview)
selection_remove() (method tkinter.ttk.Treeview)
selection_set() (method tkinter.ttk.Treeview)
selection_toggle() (method tkinter.ttk.Treeview)
selector (atribut urllib.request.Request)
SelectorEventLoop (class di asyncio)
SelectorKey (class di selectors)
selectors (module)
SelectSelector (class di selectors)
Semaphore (class di asyncio)
(class di multiprocessing)
(class di threading)
Semaphore() (method multiprocessing.managers.SyncManager)
semaphores, binary
SEMI (di modul token)
send() (method asyncore.dispatcher)
(method coroutine)
(method generator)
(method http.client.HTTPConnection)
(method imaplib.IMAP4)
(method logging.handlers.DatagramHandler)
(method logging.handlers.SocketHandler)
(method multiprocessing.Connection)
(method socket.socket)
send_bytes() (method multiprocessing.Connection)
send_error() (method http.server.BaseHTTPRequestHandler)
send_flowing_data() (method formatter.writer)
send_header() (method http.server.BaseHTTPRequestHandler)
send_hor_rule() (method formatter.writer)
send_label_data() (method formatter.writer)
send_line_break() (method formatter.writer)
send_literal_data() (method formatter.writer)
send_message() (method smtplib.SMTP)
send_paragraph() (method formatter.writer)
send_response() (method http.server.BaseHTTPRequestHandler)
send_response_only() (method http.server.BaseHTTPRequestHandler)
send_signal() (method asyncio.asyncio.subprocess.Process)
(method asyncio.BaseSubprocessTransport)
(method subprocess.Popen)
sendall() (method socket.socket)
sendcmd() (method ftplib.FTP)
sendfile() (di modul os)
(method socket.socket)
(method wsgiref.handlers.BaseHandler)
sendmail() (method smtplib.SMTP)
sendmsg() (method socket.socket)
sendto() (method asyncio.DatagramTransport)
(method socket.socket)
sentinel (atribut multiprocessing.Process)
(di modul unittest.mock)
sep (di modul os)
sequence
item
iteration
object
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
types, immutable
types, mutable
types, operations on
,
[1]
Sequence (class di collections.abc)
(class di typing)
sequence (di modul msilib)
sequence2st() (di modul parser)
SequenceMatcher (class di difflib)
,
[1]
serializing
objects
serve_forever() (method socketserver.BaseServer)
server
WWW
,
[1]
server (atribut http.server.BaseHTTPRequestHandler)
Server (class di asyncio)
server_activate() (method socketserver.BaseServer)
server_address (atribut socketserver.BaseServer)
server_bind() (method socketserver.BaseServer)
server_close() (method socketserver.BaseServer)
server_hostname (atribut ssl.SSLSocket)
server_side (atribut ssl.SSLSocket)
server_software (atribut wsgiref.handlers.BaseHandler)
server_version (atribut http.server.BaseHTTPRequestHandler)
(atribut http.server.SimpleHTTPRequestHandler)
ServerProxy (class di xmlrpc.client)
service_actions() (method socketserver.BaseServer)
session_stats() (method ssl.SSLContext)
set
display
object
,
[1]
,
[2]
,
[3]
set (class built-in)
Set (class di collections.abc)
(class di typing)
Set Breakpoint
set type
object
set() (method asyncio.Event)
(method configparser.ConfigParser)
(method configparser.RawConfigParser)
(method http.cookies.Morsel)
(method ossaudiodev.oss_mixer_device)
(method test.support.EnvironmentVarGuard)
(method threading.Event)
(method tkinter.ttk.Combobox)
(method tkinter.ttk.Treeview)
(method xml.etree.ElementTree.Element)
SET_ADD (opcode)
set_all()
set_allowed_domains() (method http.cookiejar.DefaultCookiePolicy)
set_alpn_protocols() (method ssl.SSLContext)
set_app() (method wsgiref.simple_server.WSGIServer)
set_authorizer() (method sqlite3.Connection)
set_blocked_domains() (method http.cookiejar.DefaultCookiePolicy)
set_blocking() (di modul os)
set_boundary() (method email.message.Message)
set_break() (method bdb.Bdb)
set_charset() (method email.message.Message)
set_children() (method tkinter.ttk.Treeview)
set_ciphers() (method ssl.SSLContext)
set_completer() (di modul readline)
set_completer_delims() (di modul readline)
set_completion_display_matches_hook() (di modul readline)
set_content() (di modul email.contentmanager)
(method email.contentmanager.ContentManager)
(method email.message.EmailMessage)
set_continue() (method bdb.Bdb)
set_cookie() (method http.cookiejar.CookieJar)
set_cookie_if_ok() (method http.cookiejar.CookieJar)
set_coroutine_wrapper() (di modul sys)
set_current() (method msilib.Feature)
set_data() (method importlib.abc.SourceLoader)
(method importlib.machinery.SourceFileLoader)
set_date() (method mailbox.MaildirMessage)
set_debug() (di modul gc)
(method asyncio.AbstractEventLoop)
set_debuglevel() (method ftplib.FTP)
(method http.client.HTTPConnection)
(method nntplib.NNTP)
(method poplib.POP3)
(method smtplib.SMTP)
(method telnetlib.Telnet)
set_default_executor() (method asyncio.AbstractEventLoop)
set_default_type() (method email.message.Message)
set_default_verify_paths() (method ssl.SSLContext)
set_defaults() (method argparse.ArgumentParser)
(method optparse.OptionParser)
set_ecdh_curve() (method ssl.SSLContext)
set_errno() (di modul ctypes)
set_event_loop() (di modul asyncio)
(method asyncio.AbstractEventLoopPolicy)
set_event_loop_policy() (di modul asyncio)
set_exception() (method asyncio.Future)
(method asyncio.StreamReader)
(method concurrent.futures.Future)
set_exception_handler() (method asyncio.AbstractEventLoop)
set_executable() (di modul multiprocessing)
set_executables() (method distutils.ccompiler.CCompiler)
set_flags() (method mailbox.MaildirMessage)
(method mailbox.MMDFMessage)
(method mailbox.mboxMessage)
set_from() (method mailbox.mboxMessage)
(method mailbox.MMDFMessage)
set_handle_inheritable() (di modul os)
set_history_length() (di modul readline)
set_include_dirs() (method distutils.ccompiler.CCompiler)
set_info() (method mailbox.MaildirMessage)
set_inheritable() (di modul os)
(method socket.socket)
set_labels() (method mailbox.BabylMessage)
set_last_error() (di modul ctypes)
set_libraries() (method distutils.ccompiler.CCompiler)
set_library_dirs() (method distutils.ccompiler.CCompiler)
set_link_objects() (method distutils.ccompiler.CCompiler)
set_literal (2to3 fixer)
set_loader() (di modul importlib.util)
set_next() (method bdb.Bdb)
set_nonstandard_attr() (method http.cookiejar.Cookie)
set_npn_protocols() (method ssl.SSLContext)
set_ok() (method http.cookiejar.CookiePolicy)
set_option_negotiation_callback() (method telnetlib.Telnet)
set_output_charset() (method gettext.NullTranslations)
set_package() (di modul importlib.util)
set_param() (method email.message.Message)
set_pasv() (method ftplib.FTP)
set_payload() (method email.message.Message)
set_policy() (method http.cookiejar.CookieJar)
set_position() (method xdrlib.Unpacker)
set_pre_input_hook() (di modul readline)
set_progress_handler() (method sqlite3.Connection)
set_protocol() (method asyncio.BaseTransport)
set_proxy() (method urllib.request.Request)
set_python_build() (di modul distutils.sysconfig)
set_quit() (method bdb.Bdb)
set_recsrc() (method ossaudiodev.oss_mixer_device)
set_result() (method asyncio.Future)
(method concurrent.futures.Future)
set_return() (method bdb.Bdb)
set_running_or_notify_cancel() (method concurrent.futures.Future)
set_runtime_library_dirs() (method distutils.ccompiler.CCompiler)
set_seq1() (method difflib.SequenceMatcher)
set_seq2() (method difflib.SequenceMatcher)
set_seqs() (method difflib.SequenceMatcher)
set_sequences() (method mailbox.MH)
(method mailbox.MHMessage)
set_server_documentation() (method xmlrpc.server.DocCGIXMLRPCRequestHandler)
(method xmlrpc.server.DocXMLRPCServer)
set_server_name() (method xmlrpc.server.DocCGIXMLRPCRequestHandler)
(method xmlrpc.server.DocXMLRPCServer)
set_server_title() (method xmlrpc.server.DocCGIXMLRPCRequestHandler)
(method xmlrpc.server.DocXMLRPCServer)
set_servername_callback() (method ssl.SSLContext)
set_spacing() (method formatter.formatter)
set_start_method() (di modul multiprocessing)
set_startup_hook() (di modul readline)
set_step() (method bdb.Bdb)
set_subdir() (method mailbox.MaildirMessage)
set_task_factory() (method asyncio.AbstractEventLoop)
set_terminator() (method asynchat.async_chat)
set_threshold() (di modul gc)
set_trace() (di modul bdb)
(di modul pdb)
(method bdb.Bdb)
(method pdb.Pdb)
set_trace_callback() (method sqlite3.Connection)
set_transport() (method asyncio.StreamReader)
set_tunnel() (method http.client.HTTPConnection)
set_type() (method email.message.Message)
set_unittest_reportflags() (di modul doctest)
set_unixfrom() (method email.message.Message)
set_until() (method bdb.Bdb)
set_url() (method urllib.robotparser.RobotFileParser)
set_usage() (method optparse.OptionParser)
set_userptr() (method curses.panel.Panel)
set_visible() (method mailbox.BabylMessage)
set_wakeup_fd() (di modul signal)
set_write_buffer_limits() (method asyncio.WriteTransport)
setacl() (method imaplib.IMAP4)
setannotation() (method imaplib.IMAP4)
setattr() (fungsi built-in)
setAttribute() (method xml.dom.Element)
setAttributeNode() (method xml.dom.Element)
setAttributeNodeNS() (method xml.dom.Element)
setAttributeNS() (method xml.dom.Element)
SetBase() (method xml.parsers.expat.xmlparser)
setblocking() (method socket.socket)
setByteStream() (method xml.sax.xmlreader.InputSource)
setcbreak() (di modul tty)
setCharacterStream() (method xml.sax.xmlreader.InputSource)
setcheckinterval() (di modul sys)
setcomptype() (method aifc.aifc)
(method sunau.AU_write)
(method wave.Wave_write)
setContentHandler() (method xml.sax.xmlreader.XMLReader)
setcontext() (di modul decimal)
setDaemon() (method threading.Thread)
setdefault() (method dict)
(method http.cookies.Morsel)
setdefaulttimeout() (di modul socket)
setdlopenflags() (di modul sys)
setDocumentLocator() (method xml.sax.handler.ContentHandler)
setDTDHandler() (method xml.sax.xmlreader.XMLReader)
setegid() (di modul os)
setEncoding() (method xml.sax.xmlreader.InputSource)
setEntityResolver() (method xml.sax.xmlreader.XMLReader)
setErrorHandler() (method xml.sax.xmlreader.XMLReader)
seteuid() (di modul os)
setFeature() (method xml.sax.xmlreader.XMLReader)
setfirstweekday() (di modul calendar)
setfmt() (method ossaudiodev.oss_audio_device)
setFormatter() (method logging.Handler)
setframerate() (method aifc.aifc)
(method sunau.AU_write)
(method wave.Wave_write)
setgid() (di modul os)
setgroups() (di modul os)
seth() (di modul turtle)
setheading() (di modul turtle)
sethostname() (di modul socket)
SetInteger() (method msilib.Record)
setitem() (di modul operator)
setitimer() (di modul signal)
setLevel() (method logging.Handler)
(method logging.Logger)
setlocale() (di modul locale)
setLocale() (method xml.sax.xmlreader.XMLReader)
setLoggerClass() (di modul logging)
setlogmask() (di modul syslog)
setLogRecordFactory() (di modul logging)
setmark() (method aifc.aifc)
setMaxConns() (method urllib.request.CacheFTPHandler)
setmode() (di modul msvcrt)
setName() (method threading.Thread)
setnchannels() (method aifc.aifc)
(method sunau.AU_write)
(method wave.Wave_write)
setnframes() (method aifc.aifc)
(method sunau.AU_write)
(method wave.Wave_write)
SetParamEntityParsing() (method xml.parsers.expat.xmlparser)
setparameters() (method ossaudiodev.oss_audio_device)
setparams() (method aifc.aifc)
(method sunau.AU_write)
(method wave.Wave_write)
setpassword() (method zipfile.ZipFile)
setpgid() (di modul os)
setpgrp() (di modul os)
setpos() (di modul turtle)
(method aifc.aifc)
(method sunau.AU_read)
(method wave.Wave_read)
setposition() (di modul turtle)
setpriority() (di modul os)
setprofile() (di modul sys)
(di modul threading)
SetProperty() (method msilib.SummaryInformation)
setProperty() (method xml.sax.xmlreader.XMLReader)
setPublicId() (method xml.sax.xmlreader.InputSource)
setquota() (method imaplib.IMAP4)
setraw() (di modul tty)
setrecursionlimit() (di modul sys)
setregid() (di modul os)
setresgid() (di modul os)
setresuid() (di modul os)
setreuid() (di modul os)
setrlimit() (di modul resource)
setsampwidth() (method aifc.aifc)
(method sunau.AU_write)
(method wave.Wave_write)
setscrreg() (method curses.window)
setsid() (di modul os)
setsockopt() (method socket.socket)
setstate() (di modul random)
(method codecs.IncrementalDecoder)
(method codecs.IncrementalEncoder)
SetStream() (method msilib.Record)
SetString() (method msilib.Record)
setswitchinterval() (di modul sys)
(in module sys)
setSystemId() (method xml.sax.xmlreader.InputSource)
setsyx() (di modul curses)
setTarget() (method logging.handlers.MemoryHandler)
settiltangle() (di modul turtle)
settimeout() (method socket.socket)
setTimeout() (method urllib.request.CacheFTPHandler)
settrace() (di modul sys)
(di modul threading)
settscdump() (di modul sys)
setuid() (di modul os)
setundobuffer() (di modul turtle)
setup() (di modul distutils.core)
(di modul turtle)
(method socketserver.BaseRequestHandler)
setUp() (method unittest.TestCase)
SETUP_ASYNC_WITH (opcode)
setup_environ() (method wsgiref.handlers.BaseHandler)
SETUP_EXCEPT (opcode)
SETUP_FINALLY (opcode)
SETUP_LOOP (opcode)
setup_python() (method venv.EnvBuilder)
setup_scripts() (method venv.EnvBuilder)
setup_testing_defaults() (di modul wsgiref.util)
SETUP_WITH (opcode)
setUpClass() (method unittest.TestCase)
setupterm() (di modul curses)
SetValue() (di modul winreg)
SetValueEx() (di modul winreg)
setworldcoordinates() (di modul turtle)
setx() (di modul turtle)
setxattr() (di modul os)
sety() (di modul turtle)
SF_APPEND (di modul stat)
SF_ARCHIVED (di modul stat)
SF_IMMUTABLE (di modul stat)
SF_MNOWAIT (di modul os)
SF_NODISKIO (di modul os)
SF_NOUNLINK (di modul stat)
SF_SNAPSHOT (di modul stat)
SF_SYNC (di modul os)
shape (atribut memoryview)
Shape (class di turtle)
shape() (di modul turtle)
shapesize() (di modul turtle)
shapetransform() (di modul turtle)
share() (method socket.socket)
shared_ciphers() (method ssl.SSLSocket)
shared_object_filename() (method distutils.ccompiler.CCompiler)
shearfactor() (di modul turtle)
Shelf (class di shelve)
shelve
modul
shelve (module)
shield() (di modul asyncio)
shift() (method decimal.Context)
(method decimal.Decimal)
shift_path_info() (di modul wsgiref.util)
shifting
operation
operations
shlex (class di shlex)
(module)
shortDescription() (method unittest.TestCase)
shorten() (di modul textwrap)
shouldFlush() (method logging.handlers.BufferingHandler)
(method logging.handlers.MemoryHandler)
shouldStop (atribut unittest.TestResult)
show() (method curses.panel.Panel)
show_code() (di modul dis)
show_compilers() (di modul distutils.ccompiler)
showsyntaxerror() (method code.InteractiveInterpreter)
showtraceback() (method code.InteractiveInterpreter)
showturtle() (di modul turtle)
showwarning() (di modul warnings)
shuffle() (di modul random)
shutdown() (di modul logging)
(method concurrent.futures.Executor)
(method imaplib.IMAP4)
(method multiprocessing.managers.BaseManager)
(method socket.socket)
(method socketserver.BaseServer)
shutil (module)
side_effect (atribut unittest.mock.Mock)
SIG_BLOCK (di modul signal)
SIG_DFL (di modul signal)
SIG_IGN (di modul signal)
SIG_SETMASK (di modul signal)
SIG_UNBLOCK (di modul signal)
SIGINT
,
[1]
siginterrupt() (di modul signal)
signal
modul
,
[1]
signal (module)
signal() (di modul signal)
signature (atribut inspect.BoundArguments)
Signature (class di inspect)
signature() (di modul inspect)
sigpending() (di modul signal)
sigtimedwait() (di modul signal)
sigwait() (di modul signal)
sigwaitinfo() (di modul signal)
simple
statement
Simple Mail Transfer Protocol
SimpleCookie (class di http.cookies)
simplefilter() (di modul warnings)
SimpleHandler (class di wsgiref.handlers)
SimpleHTTPRequestHandler (class di http.server)
SimpleNamespace (class di types)
SimpleQueue (class di multiprocessing)
SimpleXMLRPCRequestHandler (class di xmlrpc.server)
SimpleXMLRPCServer (class di xmlrpc.server)
sin() (di modul cmath)
(di modul math)
single dispatch
SingleAddressHeader (class di email.headerregistry)
singledispatch() (di modul functools)
singleton
tuple
sinh() (di modul cmath)
(di modul math)
site (module)
site opsi command line
--user-base
--user-site
site-packages
directory
sitecustomize
modul
sixtofour (atribut ipaddress.IPv6Address)
size (atribut struct.Struct)
(atribut tarfile.TarInfo)
(atribut tracemalloc.Statistic)
(atribut tracemalloc.StatisticDiff)
(atribut tracemalloc.Trace)
size() (method ftplib.FTP)
(method mmap.mmap)
size_diff (atribut tracemalloc.StatisticDiff)
Sized (class di collections.abc)
(class di typing)
sizeof() (di modul ctypes)
SKIP (di modul doctest)
skip() (di modul unittest)
(method chunk.Chunk)
skip_unless_symlink() (di modul test.support)
skipIf() (di modul unittest)
skipinitialspace (atribut csv.Dialect)
skipped (atribut unittest.TestResult)
skippedEntity() (method xml.sax.handler.ContentHandler)
SkipTest
skipTest() (method unittest.TestCase)
skipUnless() (di modul unittest)
SLASH (di modul token)
SLASHEQUAL (di modul token)
slave() (method nntplib.NNTP)
sleep() (di modul asyncio)
(di modul time)
slice
,
[1]
assignment
fungsi built-in
,
[1]
object
operation
slice (class built-in)
slicing
,
[1]
,
[2]
assignment
SMTP
protocol
SMTP (class di smtplib)
(di modul email.policy)
smtp_server (atribut smtpd.SMTPChannel)
SMTP_SSL (class di smtplib)
smtp_state (atribut smtpd.SMTPChannel)
SMTPAuthenticationError
SMTPChannel (class di smtpd)
SMTPConnectError
smtpd (module)
SMTPDataError
SMTPException
SMTPHandler (class di logging.handlers)
SMTPHeloError
smtplib (module)
SMTPNotSupportedError
SMTPRecipientsRefused
SMTPResponseException
SMTPSenderRefused
SMTPServer (class di smtpd)
SMTPServerDisconnected
SMTPUTF8 (di modul email.policy)
Snapshot (class di tracemalloc)
SND_ALIAS (di modul winsound)
SND_ASYNC (di modul winsound)
SND_FILENAME (di modul winsound)
SND_LOOP (di modul winsound)
SND_MEMORY (di modul winsound)
SND_NODEFAULT (di modul winsound)
SND_NOSTOP (di modul winsound)
SND_NOWAIT (di modul winsound)
SND_PURGE (di modul winsound)
sndhdr (module)
sniff() (method csv.Sniffer)
Sniffer (class di csv)
sock_accept() (method asyncio.AbstractEventLoop)
SOCK_CLOEXEC (di modul socket)
sock_connect() (method asyncio.AbstractEventLoop)
SOCK_DGRAM (di modul socket)
SOCK_NONBLOCK (di modul socket)
SOCK_RAW (di modul socket)
SOCK_RDM (di modul socket)
sock_recv() (method asyncio.AbstractEventLoop)
sock_sendall() (method asyncio.AbstractEventLoop)
SOCK_SEQPACKET (di modul socket)
SOCK_STREAM (di modul socket)
socket
modul
object
socket (atribut socketserver.BaseServer)
(module)
socket() (di modul socket)
(in module socket)
(method imaplib.IMAP4)
socket_type (atribut socketserver.BaseServer)
SocketHandler (class di logging.handlers)
socketpair() (di modul socket)
sockets (atribut asyncio.Server)
socketserver (module)
SocketType (di modul socket)
SOL_RDS (di modul socket)
SOMAXCONN (di modul socket)
sort() (method imaplib.IMAP4)
(method list)
sort_stats() (method pstats.Stats)
sorted() (fungsi built-in)
sortTestMethodsUsing (atribut unittest.TestLoader)
source (atribut doctest.Example)
(atribut shlex.shlex)
(pdb command)
source character set
source_from_cache() (di modul imp)
(di modul importlib.util)
SOURCE_SUFFIXES (di modul importlib.machinery)
source_to_code() (method static importlib.abc.InspectLoader)
SourceFileLoader (class di importlib.machinery)
sourcehook() (method shlex.shlex)
SourcelessFileLoader (class di importlib.machinery)
SourceLoader (class di importlib.abc)
space
span() (method re.match)
spawn() (di modul pty)
(method distutils.ccompiler.CCompiler)
spawnl() (di modul os)
spawnle() (di modul os)
spawnlp() (di modul os)
spawnlpe() (di modul os)
spawnv() (di modul os)
spawnve() (di modul os)
spawnvp() (di modul os)
spawnvpe() (di modul os)
spec_from_file_location() (di modul importlib.util)
spec_from_loader() (di modul importlib.util)
special
attribute
attribute, generic
special method
specified_attributes (atribut xml.parsers.expat.xmlparser)
speed() (di modul turtle)
(method ossaudiodev.oss_audio_device)
split() (di modul os.path)
(di modul re)
(di modul shlex)
(method bytearray)
(method bytes)
(method re.regex)
(method str)
split_quoted() (di modul distutils.util)
splitdrive() (di modul os.path)
splitext() (di modul os.path)
splitlines() (method bytearray)
(method bytes)
(method str)
SplitResult (class di urllib.parse)
SplitResultBytes (class di urllib.parse)
splitunc() (di modul os.path)
SpooledTemporaryFile() (di modul tempfile)
sprintf-style formatting
,
[1]
spwd (module)
sqlite3 (module)
sqlite_version (di modul sqlite3)
sqlite_version_info (di modul sqlite3)
sqrt() (di modul cmath)
(di modul math)
(method decimal.Context)
(method decimal.Decimal)
SSL
ssl (module)
ssl_version (atribut ftplib.FTP_TLS)
SSLContext (class di ssl)
SSLEOFError
SSLError
SSLObject (class di ssl)
SSLSocket (class di ssl)
SSLSyscallError
SSLWantReadError
SSLWantWriteError
SSLZeroReturnError
st() (di modul turtle)
st2list() (di modul parser)
st2tuple() (di modul parser)
st_atime (atribut os.stat_result)
ST_ATIME (di modul stat)
st_atime_ns (atribut os.stat_result)
st_birthtime (atribut os.stat_result)
st_blksize (atribut os.stat_result)
st_blocks (atribut os.stat_result)
st_creator (atribut os.stat_result)
st_ctime (atribut os.stat_result)
ST_CTIME (di modul stat)
st_ctime_ns (atribut os.stat_result)
st_dev (atribut os.stat_result)
ST_DEV (di modul stat)
st_file_attributes (atribut os.stat_result)
st_flags (atribut os.stat_result)
st_gen (atribut os.stat_result)
st_gid (atribut os.stat_result)
ST_GID (di modul stat)
st_ino (atribut os.stat_result)
ST_INO (di modul stat)
st_mode (atribut os.stat_result)
ST_MODE (di modul stat)
st_mtime (atribut os.stat_result)
ST_MTIME (di modul stat)
st_mtime_ns (atribut os.stat_result)
st_nlink (atribut os.stat_result)
ST_NLINK (di modul stat)
st_rdev (atribut os.stat_result)
st_rsize (atribut os.stat_result)
st_size (atribut os.stat_result)
ST_SIZE (di modul stat)
st_type (atribut os.stat_result)
st_uid (atribut os.stat_result)
ST_UID (di modul stat)
stack
execution
trace
stack (atribut traceback.TracebackException)
stack viewer
stack() (di modul inspect)
stack_effect() (di modul dis)
stack_size() (di modul _thread)
(di modul threading)
stackable
streams
StackSummary (class di traceback)
stamp() (di modul turtle)
standard
output
Standard C
standard input
standard_b64decode() (di modul base64)
standard_b64encode() (di modul base64)
standarderror (2to3 fixer)
standend() (method curses.window)
standout() (method curses.window)
STAR (di modul token)
STAREQUAL (di modul token)
starmap() (di modul itertools)
(method multiprocessing.pool.Pool)
starmap_async() (method multiprocessing.pool.Pool)
start (atribut range)
(atribut UnicodeError)
(slice object attribute)
,
[1]
start() (di modul tracemalloc)
(method logging.handlers.QueueListener)
(method multiprocessing.Process)
(method multiprocessing.managers.BaseManager)
(method re.match)
(method threading.Thread)
(method tkinter.ttk.Progressbar)
(method xml.etree.ElementTree.TreeBuilder)
start_color() (di modul curses)
start_component() (method msilib.Directory)
start_new_thread() (di modul _thread)
start_server() (di modul asyncio)
start_unix_server() (di modul asyncio)
StartCdataSectionHandler() (method xml.parsers.expat.xmlparser)
StartDoctypeDeclHandler() (method xml.parsers.expat.xmlparser)
startDocument() (method xml.sax.handler.ContentHandler)
startElement() (method xml.sax.handler.ContentHandler)
StartElementHandler() (method xml.parsers.expat.xmlparser)
startElementNS() (method xml.sax.handler.ContentHandler)
STARTF_USESHOWWINDOW (di modul subprocess)
STARTF_USESTDHANDLES (di modul subprocess)
startfile() (di modul os)
StartNamespaceDeclHandler() (method xml.parsers.expat.xmlparser)
startPrefixMapping() (method xml.sax.handler.ContentHandler)
startswith() (method bytearray)
(method bytes)
(method str)
startTest() (method unittest.TestResult)
startTestRun() (method unittest.TestResult)
starttls() (method imaplib.IMAP4)
(method nntplib.NNTP)
(method smtplib.SMTP)
STARTUPINFO (class di subprocess)
stat
modul
stat (module)
stat() (di modul os)
(method nntplib.NNTP)
(method os.DirEntry)
(method pathlib.Path)
(method poplib.POP3)
stat_float_times() (di modul os)
stat_result (class di os)
state() (method tkinter.ttk.Widget)
statement
*
,
[1]
**
,
[1]
@
assert
,
[1]
assignment
,
[1]
assignment, augmented
async def
async for
async with
break
,
[1]
,
[2]
,
[3]
,
[4]
class
compound
continue
,
[1]
,
[2]
,
[3]
,
[4]
def
del
,
[1]
,
[2]
,
[3]
except
expression
for
,
[1]
,
[2]
,
[3]
from
future
global
,
[1]
if
,
[1]
import
,
[1]
,
[2]
,
[3]
loop
,
[1]
,
[2]
,
[3]
nonlocal
pass
raise
,
[1]
return
,
[1]
,
[2]
simple
try
,
[1]
,
[2]
while
,
[1]
,
[2]
,
[3]
with
,
[1]
yield
statement grouping
staticmethod
fungsi built-in
staticmethod() (fungsi built-in)
Statistic (class di tracemalloc)
StatisticDiff (class di tracemalloc)
statistics (module)
statistics() (method tracemalloc.Snapshot)
StatisticsError
Stats (class di pstats)
status (atribut http.client.HTTPResponse)
status() (method imaplib.IMAP4)
statvfs() (di modul os)
STD_ERROR_HANDLE (di modul subprocess)
STD_INPUT_HANDLE (di modul subprocess)
STD_OUTPUT_HANDLE (di modul subprocess)
StdButtonBox (class di tkinter.tix)
stderr (atribut asyncio.asyncio.subprocess.Process)
(atribut subprocess.CalledProcessError)
(atribut subprocess.CompletedProcess)
(atribut subprocess.Popen)
(atribut subprocess.TimeoutExpired)
(di modul sys)
(in module sys)
,
[1]
stdev() (di modul statistics)
stdin
stdout sdterr
stdin (atribut asyncio.asyncio.subprocess.Process)
(atribut subprocess.Popen)
(di modul sys)
(in module sys)
,
[1]
stdio
stdout
sdterr, stdin
stdout (atribut asyncio.asyncio.subprocess.Process)
(atribut subprocess.CalledProcessError)
(atribut subprocess.CompletedProcess)
(atribut subprocess.Popen)
(atribut subprocess.TimeoutExpired)
STDOUT (di modul subprocess)
stdout (di modul sys)
(in module sys)
,
[1]
step (atribut range)
(pdb command)
(slice object attribute)
,
[1]
step() (method tkinter.ttk.Progressbar)
stereocontrols() (method ossaudiodev.oss_mixer_device)
stls() (method poplib.POP3)
stop (atribut range)
(slice object attribute)
,
[1]
stop() (di modul tracemalloc)
(method asyncio.AbstractEventLoop)
(method logging.handlers.QueueListener)
(method tkinter.ttk.Progressbar)
(method unittest.TestResult)
stop_here() (method bdb.Bdb)
StopAsyncIteration
StopIteration
eksepsi
,
[1]
stopListening() (di modul logging.config)
stopTest() (method unittest.TestResult)
stopTestRun() (method unittest.TestResult)
storbinary() (method ftplib.FTP)
store() (method imaplib.IMAP4)
STORE_ACTIONS (atribut optparse.Option)
STORE_ATTR (opcode)
STORE_DEREF (opcode)
STORE_FAST (opcode)
STORE_GLOBAL (opcode)
STORE_NAME (opcode)
STORE_SUBSCR (opcode)
storlines() (method ftplib.FTP)
str (built-in class)
(see also string)
str (class built-in)
str() (di modul locale)
strcoll() (di modul locale)
StreamError
StreamHandler (class di logging)
streamreader (atribut codecs.CodecInfo)
StreamReader (class di asyncio)
(class di codecs)
StreamReaderProtocol (class di asyncio)
StreamReaderWriter (class di codecs)
StreamRecoder (class di codecs)
StreamRequestHandler (class di socketserver)
streams
stackable
streamwriter (atribut codecs.CodecInfo)
StreamWriter (class di asyncio)
(class di codecs)
strerror (atribut OSError)
strerror()
(di modul os)
strftime() (di modul time)
(method datetime.date)
(method datetime.datetime)
(method datetime.time)
strict (atribut csv.Dialect)
(di modul email.policy)
strict_domain (atribut http.cookiejar.DefaultCookiePolicy)
strict_errors() (di modul codecs)
strict_ns_domain (atribut http.cookiejar.DefaultCookiePolicy)
strict_ns_set_initial_dollar (atribut http.cookiejar.DefaultCookiePolicy)
strict_ns_set_path (atribut http.cookiejar.DefaultCookiePolicy)
strict_ns_unverifiable (atribut http.cookiejar.DefaultCookiePolicy)
strict_rfc2965_unverifiable (atribut http.cookiejar.DefaultCookiePolicy)
strides (atribut memoryview)
string
PyObject_Str (C function)
__format__() (object method)
__str__() (object method)
conversion
,
[1]
format() (built-in function)
formatting
immutable sequences
interpolation
item
methods
modul
object
,
[1]
,
[2]
object representation
str (built-in class)
str() (built-in function)
text sequence type
string (atribut re.match)
STRING (di modul token)
string (module)
string literal
string_at() (di modul ctypes)
StringIO (class di io)
stringprep (module)
strings, documentation
,
[1]
strip() (method bytearray)
(method bytes)
(method str)
strip_dirs() (method pstats.Stats)
stripspaces (atribut curses.textpad.Textbox)
strptime() (di modul time)
(method class datetime.datetime)
strtobool() (di modul distutils.util)
struct
modul
Struct (class di struct)
struct (module)
struct sequence
struct_time (class di time)
Structure (class di ctypes)
structures
C
strxfrm() (di modul locale)
STType (di modul parser)
style
coding
Style (class di tkinter.ttk)
sub() (di modul operator)
(di modul re)
(method re.regex)
sub_commands (atribut distutils.cmd.Command)
subclassing
immutable types
subdirs (atribut filecmp.dircmp)
SubElement() (di modul xml.etree.ElementTree)
submit() (method concurrent.futures.Executor)
submodule_search_locations (atribut importlib.machinery.ModuleSpec)
subn() (di modul re)
(method re.regex)
subnets() (method ipaddress.IPv4Network)
(method ipaddress.IPv6Network)
Subnormal (class di decimal)
suboffsets (atribut memoryview)
subpad() (method curses.window)
subprocess (module)
subprocess_exec() (method asyncio.AbstractEventLoop)
subprocess_shell() (method asyncio.AbstractEventLoop)
SubprocessError
SubprocessProtocol (class di asyncio)
subscribe() (method imaplib.IMAP4)
subscript
assignment
operation
subscription
,
[1]
,
[2]
,
[3]
assignment
subsequent_indent (atribut textwrap.TextWrapper)
subst_vars() (di modul distutils.util)
substitute() (method string.Template)
subTest() (method unittest.TestCase)
subtract() (method collections.Counter)
(method decimal.Context)
subtraction
subtype (atribut email.headerregistry.ContentTypeHeader)
subwin() (method curses.window)
successful() (method multiprocessing.pool.AsyncResult)
suffix_map (atribut mimetypes.MimeTypes)
(di modul mimetypes)
suite
suite() (di modul parser)
suiteClass (atribut unittest.TestLoader)
sum() (fungsi built-in)
sum_list()
sum_sequence()
,
[1]
summarize() (method doctest.DocTestRunner)
summarize_address_range() (di modul ipaddress)
sunau (module)
super (atribut pyclbr.Class)
super() (fungsi built-in)
supernet() (method ipaddress.IPv4Network)
(method ipaddress.IPv6Network)
supports_bytes_environ (di modul os)
supports_dir_fd (di modul os)
supports_effective_ids (di modul os)
supports_fd (di modul os)
supports_follow_symlinks (di modul os)
supports_unicode_filenames (di modul os.path)
SupportsAbs (class di typing)
SupportsFloat (class di typing)
SupportsInt (class di typing)
SupportsRound (class di typing)
suppress() (di modul contextlib)
SuppressCrashReport (class di test.support)
SW_HIDE (di modul subprocess)
swapcase() (method bytearray)
(method bytes)
(method str)
sym_name (di modul symbol)
Symbol (class di symtable)
symbol (module)
SymbolTable (class di symtable)
symlink() (di modul os)
symlink_to() (method pathlib.Path)
symmetric_difference() (method frozenset)
symmetric_difference_update() (method frozenset)
symtable (module)
symtable() (di modul symtable)
sync() (di modul os)
(method dbm.dumb.dumbdbm)
(method dbm.gnu.gdbm)
(method ossaudiodev.oss_audio_device)
(method shelve.Shelf)
syncdown() (method curses.window)
synchronized() (di modul multiprocessing.sharedctypes)
SyncManager (class di multiprocessing.managers)
syncok() (method curses.window)
syncup() (method curses.window)
syntax
SyntaxErr
SyntaxError
SyntaxWarning
sys
modul
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
sys (module)
sys.exc_info
sys.last_traceback
sys.meta_path
sys.modules
sys.path
sys.path_hooks
sys.path_importer_cache
sys.stderr
sys.stdin
sys.stdout
sys_exc (2to3 fixer)
sys_version (atribut http.server.BaseHTTPRequestHandler)
sysconf() (di modul os)
sysconf_names (di modul os)
sysconfig (module)
syslog (module)
syslog() (di modul syslog)
SysLogHandler (class di logging.handlers)
system() (di modul os)
(di modul platform)
system_alias() (di modul platform)
SystemError
(built-in exception)
,
[1]
SystemExit
(built-in exception)
systemId (atribut xml.dom.DocumentType)
SystemRandom (class di random)
SystemRoot
Navigasi
index
modul
|
Python
»
3.5.10 Documentation
»
|