- C
- C-contiguous, [1]
- C14NWriterTarget (xml.etree.ElementTree のクラス)
- c_bool (ctypes のクラス)
- c_byte (ctypes のクラス)
- c_char (ctypes のクラス)
- c_char_p (ctypes のクラス)
- C_CONTIGUOUS (inspect.BufferFlags の属性)
- c_contiguous (memoryview の属性)
- c_double (ctypes のクラス)
- c_float (ctypes のクラス)
- c_int (ctypes のクラス)
- c_int16 (ctypes のクラス)
- c_int32 (ctypes のクラス)
- c_int64 (ctypes のクラス)
- c_int8 (ctypes のクラス)
- c_long (ctypes のクラス)
- c_longdouble (ctypes のクラス)
- c_longlong (ctypes のクラス)
- C_RAISE (monitoring event)
- C_RETURN (monitoring event)
- c_short (ctypes のクラス)
- c_size_t (ctypes のクラス)
- c_ssize_t (ctypes のクラス)
- c_time_t (ctypes のクラス)
- c_ubyte (ctypes のクラス)
- c_uint (ctypes のクラス)
- c_uint16 (ctypes のクラス)
- c_uint32 (ctypes のクラス)
- c_uint64 (ctypes のクラス)
- c_uint8 (ctypes のクラス)
- c_ulong (ctypes のクラス)
- c_ulonglong (ctypes のクラス)
- c_ushort (ctypes のクラス)
- c_void_p (ctypes のクラス)
- c_wchar (ctypes のクラス)
- c_wchar_p (ctypes のクラス)
- CACHE (opcode)
- cache() (functools モジュール)
- cache_from_source() (importlib.util モジュール)
- cached (importlib.machinery.ModuleSpec の属性)
- cached_property() (functools モジュール)
- CacheFTPHandler (urllib.request のクラス)
- calcobjsize() (test.support モジュール)
- calcsize() (struct モジュール)
- calcvobjsize() (test.support モジュール)
-
calendar
- Calendar (calendar のクラス)
-
calendar コマンドラインオプション
- calendar() (calendar モジュール)
- call
- Call (ast のクラス)
- CALL (monitoring event)
- call() (operator モジュール)
- call_args (unittest.mock.Mock の属性)
- call_args_list (unittest.mock.Mock の属性)
- call_at() (asyncio.loop のメソッド)
- call_count (unittest.mock.Mock の属性)
- call_exception_handler() (asyncio.loop のメソッド)
- CALL_FUNCTION_EX (opcode)
- CALL_INTRINSIC_1 (opcode)
- CALL_INTRINSIC_2 (opcode)
- CALL_KW (opcode)
- call_later() (asyncio.loop のメソッド)
- call_list() (unittest.mock.call のメソッド)
- call_soon() (asyncio.loop のメソッド)
- call_soon_threadsafe() (asyncio.loop のメソッド)
- call_tracing() (sys モジュール)
- callable
- Callable (collections.abc のクラス)
-
callable()
- CallableProxyType (weakref モジュール)
- callback
- callback() (contextlib.ExitStack のメソッド)
- callback_args (optparse.Option の属性)
- callback_kwargs (optparse.Option の属性)
- callbacks (gc モジュール)
- called (unittest.mock.Mock の属性)
- CalledProcessError
- calloc (C function)
- CAN (curses.ascii モジュール)
- CAN_BCM (socket モジュール)
- can_change_color() (curses モジュール)
- can_fetch() (urllib.robotparser.RobotFileParser のメソッド)
- CAN_ISOTP (socket モジュール)
- CAN_J1939 (socket モジュール)
- CAN_RAW_FD_FRAMES (socket モジュール)
- CAN_RAW_JOIN_FILTERS (socket モジュール)
- can_symlink() (test.support.os_helper モジュール)
- can_write_eof() (asyncio.StreamWriter のメソッド)
- can_xattr() (test.support.os_helper モジュール)
- CANCEL (tkinter.messagebox モジュール)
- cancel() (asyncio.Future のメソッド)
- cancel_command() (tkinter.filedialog.FileDialog のメソッド)
- cancel_dump_traceback_later() (faulthandler モジュール)
- cancel_join_thread() (multiprocessing.Queue のメソッド)
- cancelled() (asyncio.Future のメソッド)
- CancelledError, [1]
- cancelling() (asyncio.Task のメソッド)
- CannotSendHeader
- CannotSendRequest
- canonic() (bdb.Bdb のメソッド)
- canonical() (decimal.Context のメソッド)
- canonicalize() (xml.etree.ElementTree モジュール)
- capa() (poplib.POP3 のメソッド)
- capitalize() (bytearray のメソッド)
-
Capsule
- CapsuleType (types のクラス)
- captured_stderr() (test.support モジュール)
- captured_stdin() (test.support モジュール)
- captured_stdout() (test.support モジュール)
- captureWarnings() (logging モジュール)
- capwords() (string モジュール)
-
case
- case block
- casefold() (str のメソッド)
- cast() (ctypes モジュール)
- catch_threading_exception() (test.support.threading_helper モジュール)
- catch_unraisable_exception() (test.support モジュール)
- catch_warnings (warnings のクラス)
- category() (unicodedata モジュール)
- cbreak() (curses モジュール)
- cbrt() (math モジュール)
- CC
- ccc() (ftplib.FTP_TLS のメソッド)
- cdf() (statistics.NormalDist のメソッド)
- CDLL (ctypes のクラス)
- ceil() (math モジュール), [1]
- CellType (types モジュール)
- center() (bytearray のメソッド)
- CERT_NONE (ssl モジュール)
- CERT_OPTIONAL (ssl モジュール)
- CERT_REQUIRED (ssl モジュール)
- cert_store_stats() (ssl.SSLContext のメソッド)
- cert_time_to_seconds() (ssl モジュール)
- CertificateError
- certificates
- CFLAGS, [1], [2], [3], [4], [5], [6]
- CFLAGS_NODIST, [1], [2]
- cfmakecbreak() (tty モジュール)
- cfmakeraw() (tty モジュール)
- CFUNCTYPE() (ctypes モジュール)
- cget() (tkinter.font.Font のメソッド)
- cgi_directories (http.server.CGIHTTPRequestHandler の属性)
- CGIHandler (wsgiref.handlers のクラス)
- CGIHTTPRequestHandler (http.server のクラス)
- CGIXMLRPCRequestHandler (xmlrpc.server のクラス)
- chain() (itertools モジュール)
- ChainMap (collections のクラス)
- change_cwd() (test.support.os_helper モジュール)
- CHANNEL_BINDING_TYPES (ssl モジュール)
- CHAR_MAX (locale モジュール)
- CharacterDataHandler() (xml.parsers.expat.xmlparser のメソッド)
- characters() (xml.sax.handler.ContentHandler のメソッド)
- characters_written (BlockingIOError の属性)
- Charset (email.charset のクラス)
- charset() (gettext.NullTranslations のメソッド)
- chdir() (contextlib モジュール)
- check (lzma.LZMADecompressor の属性)
- check() (imaplib.IMAP4 のメソッド)
- check__all__() (test.support モジュール)
- check_call() (subprocess モジュール)
- check_disallow_instantiation() (test.support モジュール)
- CHECK_EG_MATCH (opcode)
- CHECK_EXC_MATCH (opcode)
- check_free_after_iterating() (test.support モジュール)
- check_hostname (ssl.SSLContext の属性)
- check_impl_detail() (test.support モジュール)
- check_no_resource_warning() (test.support.warnings_helper モジュール)
- check_output() (doctest.OutputChecker のメソッド)
- check_returncode() (subprocess.CompletedProcess のメソッド)
- check_syntax_error() (test.support モジュール)
- check_syntax_warning() (test.support.warnings_helper モジュール)
- check_unused_args() (string.Formatter のメソッド)
- check_warnings() (test.support.warnings_helper モジュール)
- checkcache() (linecache モジュール)
- CHECKED_HASH (py_compile.PycInvalidationMode の属性)
- checkfuncname() (bdb モジュール)
- checksizeof() (test.support モジュール)
- chflags() (os モジュール)
- chgat() (curses.window のメソッド)
- childNodes (xml.dom.Node の属性)
- ChildProcessError
- children (pyclbr.Class の属性)
- chksum (tarfile.TarInfo の属性)
- chmod() (os モジュール)
- choice() (random モジュール)
- choices (optparse.Option の属性)
- choices() (random モジュール)
- Chooser (tkinter.colorchooser のクラス)
- chown() (os モジュール)
-
chr
-
chr()
- chroot() (os モジュール)
- CHRTYPE (tarfile モジュール)
- cipher() (ssl.SSLSocket のメソッド)
- circle() (turtle モジュール)
- CIRCUMFLEX (token モジュール)
- CIRCUMFLEXEQUAL (token モジュール)
- Clamped (decimal のクラス)
- Class (pyclbr のクラス)
- CLASS (symtable.SymbolTableType の属性)
- class variable
- ClassDef (ast のクラス)
-
classmethod()
- ClassMethodDescriptorType (types モジュール)
- ClassVar (typing モジュール)
- clause
- CLD_CONTINUED (os モジュール)
- CLD_DUMPED (os モジュール)
- CLD_EXITED (os モジュール)
- CLD_KILLED (os モジュール)
- CLD_STOPPED (os モジュール)
- CLD_TRAPPED (os モジュール)
- clean() (mailbox.Maildir のメソッド)
- cleandoc() (inspect モジュール)
- CleanImport (test.support.import_helper のクラス)
- cleanup functions
- cleanup() (tempfile.TemporaryDirectory のメソッド)
- CLEANUP_THROW (opcode)
- clear (pdb command)
- Clear Breakpoint [ブレークポイントのクリア]
- clear() (array.array のメソッド)
- clear_all_breaks() (bdb.Bdb のメソッド)
- clear_all_file_breaks() (bdb.Bdb のメソッド)
- clear_bpbynumber() (bdb.Bdb のメソッド)
- clear_break() (bdb.Bdb のメソッド)
- clear_cache() (filecmp モジュール)
- clear_content() (email.message.EmailMessage のメソッド)
- clear_flags() (decimal.Context のメソッド)
- clear_frames() (traceback モジュール)
- clear_history() (readline モジュール)
- clear_overloads() (typing モジュール)
- clear_session_cookies() (http.cookiejar.CookieJar のメソッド)
- clear_traces() (tracemalloc モジュール)
- clear_traps() (decimal.Context のメソッド)
- clearcache() (linecache モジュール)
- clearok() (curses.window のメソッド)
- clearscreen() (turtle モジュール)
- clearstamp() (turtle モジュール)
- clearstamps() (turtle モジュール)
- Client() (multiprocessing.connection モジュール)
- client_address (http.server.BaseHTTPRequestHandler の属性)
- CLOCK_BOOTTIME (time モジュール)
- clock_getres() (time モジュール)
- clock_gettime() (time モジュール)
- clock_gettime_ns() (time モジュール)
- CLOCK_HIGHRES (time モジュール)
- CLOCK_MONOTONIC (time モジュール)
- CLOCK_MONOTONIC_RAW (time モジュール)
- CLOCK_MONOTONIC_RAW_APPROX (time モジュール)
- CLOCK_PROCESS_CPUTIME_ID (time モジュール)
- CLOCK_PROF (time モジュール)
- CLOCK_REALTIME (time モジュール)
- clock_seq (uuid.UUID の属性)
- clock_seq_hi_variant (uuid.UUID の属性)
- clock_seq_low (uuid.UUID の属性)
- clock_settime() (time モジュール)
- clock_settime_ns() (time モジュール)
- CLOCK_TAI (time モジュール)
- CLOCK_THREAD_CPUTIME_ID (time モジュール)
- CLOCK_UPTIME (time モジュール)
- CLOCK_UPTIME_RAW (time モジュール)
- CLOCK_UPTIME_RAW_APPROX (time モジュール)
- clone() (email.generator.BytesGenerator のメソッド)
- CLONE_FILES (os モジュール)
- CLONE_FS (os モジュール)
- CLONE_NEWCGROUP (os モジュール)
- CLONE_NEWIPC (os モジュール)
- CLONE_NEWNET (os モジュール)
- CLONE_NEWNS (os モジュール)
- CLONE_NEWPID (os モジュール)
- CLONE_NEWTIME (os モジュール)
- CLONE_NEWUSER (os モジュール)
- CLONE_NEWUTS (os モジュール)
- CLONE_SIGHAND (os モジュール)
- CLONE_SYSVSEM (os モジュール)
- CLONE_THREAD (os モジュール)
- CLONE_VM (os モジュール)
- cloneNode() (xml.dom.Node のメソッド)
- close (in module os)
- close() (asyncio.AbstractChildWatcher のメソッド)
- Close() (winreg.PyHKEY のメソッド)
- close() (xml.etree.ElementTree.TreeBuilder のメソッド)
- close_clients() (asyncio.Server のメソッド)
- close_connection (http.server.BaseHTTPRequestHandler の属性)
- closed (http.client.HTTPResponse の属性)
- CloseKey() (winreg モジュール)
- closelog() (syslog モジュール)
- closerange() (os モジュール)
- closing() (contextlib モジュール)
- closure variable
- clrtobot() (curses.window のメソッド)
- clrtoeol() (curses.window のメソッド)
-
cmath
-
cmd
- Cmd (cmd のクラス)
- cmd (subprocess.CalledProcessError の属性)
- cmdloop() (cmd.Cmd のメソッド)
- cmdqueue (cmd.Cmd の属性)
- cmp() (filecmp モジュール)
- cmp_op (dis モジュール)
- cmp_to_key() (functools モジュール)
- cmpfiles() (filecmp モジュール)
- CMSG_LEN() (socket モジュール)
- CMSG_SPACE() (socket モジュール)
- co_argcount (codeobject の属性)
- CO_ASYNC_GENERATOR (inspect モジュール)
- co_cellvars (codeobject の属性)
- co_code (codeobject の属性)
- co_consts (codeobject の属性)
- CO_COROUTINE (inspect モジュール)
- co_filename (codeobject の属性)
- co_firstlineno (codeobject の属性)
- co_flags (codeobject の属性)
- co_freevars (codeobject の属性)
- CO_FUTURE_DIVISION (C var)
- CO_GENERATOR (inspect モジュール)
- CO_ITERABLE_COROUTINE (inspect モジュール)
- co_kwonlyargcount (code object attribute)
- co_lines() (codeobject のメソッド)
- co_lnotab (codeobject の属性)
- co_name (codeobject の属性)
- co_names (codeobject の属性)
- CO_NESTED (inspect モジュール)
- CO_NEWLOCALS (inspect モジュール)
- co_nlocals (codeobject の属性)
- CO_OPTIMIZED (inspect モジュール)
- co_positions() (codeobject のメソッド)
- co_posonlyargcount (code object attribute)
- co_qualname (code object attribute)
- co_stacksize (codeobject の属性)
- CO_VARARGS (inspect モジュール)
- CO_VARKEYWORDS (inspect モジュール)
- co_varnames (codeobject の属性)
-
code
- code (SystemExit の属性)
- code_context (inspect.FrameInfo の属性)
- code_info() (dis モジュール)
- Codec (codecs のクラス)
- CodecInfo (codecs のクラス)
- Codecs
-
codecs
|
- coded_value (http.cookies.Morsel の属性)
-
codeop
- codepoint2name (html.entities モジュール)
- codes (xml.parsers.expat.errors モジュール)
- CODESET (locale モジュール)
- CodeType (types のクラス)
-
coding
- col_offset (ast.AST の属性)
- collapse_addresses() (ipaddress モジュール)
- collapse_rfc2231_value() (email.utils モジュール)
- collect() (gc モジュール)
- collectedDurations (unittest.TestResult の属性)
- Collection (collections.abc のクラス)
-
collections
-
collections.abc
- colno (json.JSONDecodeError の属性)
- colon (mailbox.Maildir の属性)
- COLON (token モジュール)
- COLONEQUAL (token モジュール)
- color() (turtle モジュール)
- COLOR_BLACK (curses モジュール)
- COLOR_BLUE (curses モジュール)
- color_content() (curses モジュール)
- COLOR_CYAN (curses モジュール)
- COLOR_GREEN (curses モジュール)
- COLOR_MAGENTA (curses モジュール)
- color_pair() (curses モジュール)
- COLOR_PAIRS (curses モジュール)
- COLOR_RED (curses モジュール)
- COLOR_WHITE (curses モジュール)
- COLOR_YELLOW (curses モジュール)
- colormode() (turtle モジュール)
- COLORS (curses モジュール)
-
colorsys
- COLS (curses モジュール)
- column() (tkinter.ttk.Treeview のメソッド)
- columnize() (cmd.Cmd のメソッド)
- COLUMNS, [1]
- columns (os.terminal_size の属性)
- comb() (math モジュール)
- combinations() (itertools モジュール)
- combinations_with_replacement() (itertools モジュール)
- combine() (datetime.datetime のクラスメソッド)
- combining() (unicodedata モジュール)
- Combobox (tkinter.ttk のクラス)
- COMMA (token モジュール)
- command (http.server.BaseHTTPRequestHandler の属性)
- CommandCompiler (codeop のクラス)
- commands (pdb command)
- comment (http.cookiejar.Cookie の属性)
- COMMENT (token モジュール)
- comment (zipfile.ZipFile の属性)
- Comment() (xml.etree.ElementTree モジュール)
- comment() (xml.etree.ElementTree.TreeBuilder のメソッド)
- comment_url (http.cookiejar.Cookie の属性)
- commenters (shlex.shlex の属性)
- CommentHandler() (xml.parsers.expat.xmlparser のメソッド)
- commit() (sqlite3.Connection のメソッド)
- common (filecmp.dircmp の属性)
-
Common Vulnerabilities and Exposures
- CVE 2008-5983, [1], [2]
- CVE 2012-0876, [1], [2]
- CVE 2013-0340
- CVE 2013-1753
- CVE 2014-0224
- CVE 2014-4616
- CVE 2015-1283, [1]
- CVE 2016-0718, [1], [2], [3], [4], [5], [6], [7], [8]
- CVE 2016-0772, [1]
- CVE 2016-1000110, [1]
- CVE 2016-2183, [1]
- CVE 2016-3189
- CVE 2016-4472, [1], [2]
- CVE 2016-5300, [1], [2]
- CVE 2016-9063, [1], [2]
- CVE 2017-1000158
- CVE 2017-9233, [1], [2]
- CVE 2018-1060, [1], [2]
- CVE 2018-1061, [1], [2]
- CVE 2018-14647
- CVE 2018-25032
- CVE 2018-8970, [1]
- CVE 2019-12900
- CVE 2019-15903
- CVE 2019-18348
- CVE 2019-20907
- CVE 2019-5010
- CVE 2019-9740
- CVE 2019-9948
- CVE 2020-10735, [1], [2], [3], [4], [5]
- CVE 2020-15523
- CVE 2020-15801
- CVE 2020-8492
- CVE 2021-3426
- CVE 2022-26488
- CVE 2022-37434
- CVE 2022-42919
- CVE 2022-4303, [1]
- CVE 2023-0286
- CVE 2023-24329
- CVE 2023-27043, [1]
- CVE 2023-40217
- CVE 2023-52425, [1], [2], [3]
- CVE 2024-4030, [1], [2]
-
Common Weakness Enumeration
- common_dirs (filecmp.dircmp の属性)
- common_files (filecmp.dircmp の属性)
- common_funny (filecmp.dircmp の属性)
- common_types (mimetypes モジュール)
- commonpath() (os.path モジュール)
- commonprefix() (os.path モジュール)
- communicate() (asyncio.subprocess.Process のメソッド)
- Compare (ast のクラス)
- compare() (decimal.Context のメソッド)
- compare_digest() (hmac モジュール)
- compare_networks() (ipaddress.IPv4Network のメソッド)
- COMPARE_OP (opcode)
- compare_signal() (decimal.Context のメソッド)
- compare_to() (tracemalloc.Snapshot のメソッド)
- compare_total() (decimal.Context のメソッド)
- compare_total_mag() (decimal.Context のメソッド)
- COMPARISON_FLAGS (doctest モジュール)
- Compat32 (email.policy のクラス)
- compat32 (email.policy モジュール)
- Compile (codeop のクラス)
-
compile()
- compile() (py_compile モジュール)
- compile_command() (code モジュール)
- compile_dir() (compileall モジュール)
- compile_file() (compileall モジュール)
- compile_path() (compileall モジュール)
-
compileall
-
compileall コマンドラインオプション
- compiler_flag (__future__._Feature の属性)
- complete() (rlcompleter.Completer のメソッド)
- complete_statement() (sqlite3 モジュール)
- completedefault() (cmd.Cmd のメソッド)
- CompletedProcess (subprocess のクラス)
- Completer (rlcompleter のクラス)
- Complex (numbers のクラス)
- complex (組み込みクラス)
- complex number
-
compound
- comprehension (ast のクラス)
- compress() (bz2 モジュール)
- compress_size (zipfile.ZipInfo の属性)
- compress_type (zipfile.ZipInfo の属性)
- compressed (ipaddress.IPv4Address の属性)
- compression() (ssl.SSLSocket のメソッド)
- CompressionError
- compressobj() (zlib モジュール)
- COMSPEC, [1]
- concat() (operator モジュール)
- Concatenate (typing モジュール)
-
concurrent.futures
- cond (bdb.Breakpoint の属性)
- Condition (asyncio のクラス)
- condition (pdb command)
- Condition (threading のクラス)
- Condition() (multiprocessing.managers.SyncManager のメソッド)
- config() (tkinter.font.Font のメソッド)
-
CONFIG_SITE
-
configparser
- ConfigParser (configparser のクラス)
- configuration information
- configure() (tkinter.ttk.Style のメソッド)
- configure_mock() (unittest.mock.Mock のメソッド)
- CONFORM (enum.FlagBoundary の属性)
- confstr() (os モジュール)
- confstr_names (os モジュール)
- conjugate() (decimal.Decimal のメソッド)
- connect() (ftplib.FTP のメソッド)
- connect_accepted_socket() (asyncio.loop のメソッド)
- connect_ex() (socket.socket のメソッド)
- connect_read_pipe() (asyncio.loop のメソッド)
- connect_write_pipe() (asyncio.loop のメソッド)
- Connection (multiprocessing.connection のクラス)
- connection (sqlite3.Cursor の属性)
- connection_lost() (asyncio.BaseProtocol のメソッド)
- connection_made() (asyncio.BaseProtocol のメソッド)
- ConnectionAbortedError
- ConnectionError
- ConnectionRefusedError
- ConnectionResetError
- ConnectRegistry() (winreg モジュール)
- const (optparse.Option の属性)
- Constant (ast のクラス)
- constructor() (copyreg モジュール)
- consumed (asyncio.LimitOverrunError の属性)
- Container (collections.abc のクラス)
- contains() (operator モジュール)
- CONTAINS_OP (opcode)
- content (urllib.error.ContentTooShortError の属性)
-
content type
- content_disposition (email.headerregistry.ContentDispositionHeader の属性)
- content_manager (email.policy.EmailPolicy の属性)
- content_type (email.headerregistry.ContentTypeHeader の属性)
- ContentDispositionHeader (email.headerregistry のクラス)
- ContentHandler (xml.sax.handler のクラス)
- ContentManager (email.contentmanager のクラス)
- contents (ctypes._Pointer の属性)
- contents() (importlib.abc.ResourceReader のメソッド)
- ContentTooShortError
- ContentTransferEncoding (email.headerregistry のクラス)
- ContentTypeHeader (email.headerregistry のクラス)
- context
- Context (contextvars のクラス)
- context (ssl.SSLSocket の属性)
- context manager, [1], [2]
- context variable
- context_diff() (difflib モジュール)
- ContextDecorator (contextlib のクラス)
-
contextlib
- ContextManager (typing のクラス)
- contextmanager() (contextlib モジュール)
- ContextVar (contextvars のクラス)
-
contextvars
- CONTIG (inspect.BufferFlags の属性)
- CONTIG_RO (inspect.BufferFlags の属性)
- contiguous, [1]
-
continue
- Continue (ast のクラス)
- continue (pdb command)
- CONTINUOUS (enum.EnumCheck の属性)
- control() (select.kqueue のメソッド)
- controlnames (curses.ascii モジュール)
- CONTTYPE (tarfile モジュール)
- convert_arg_line_to_args() (argparse.ArgumentParser のメソッド)
- convert_field() (string.Formatter のメソッド)
- CONVERT_VALUE (opcode)
- Cookie (http.cookiejar のクラス)
- CookieError
- CookieJar (http.cookiejar のクラス)
- cookiejar (urllib.request.HTTPCookieProcessor の属性)
- CookiePolicy (http.cookiejar のクラス)
-
copy
- COPY (opcode)
- Copy [コピー]
- copy() (collections.deque のメソッド)
- copy2() (shutil モジュール)
- copy_abs() (decimal.Context のメソッド)
- copy_context() (contextvars モジュール)
- copy_decimal() (decimal.Context のメソッド)
- copy_file_range() (os モジュール)
- COPY_FREE_VARS (opcode)
- copy_location() (ast モジュール)
- copy_negate() (decimal.Context のメソッド)
- copy_sign() (decimal.Context のメソッド)
- copyfile() (shutil モジュール)
- copyfileobj() (shutil モジュール)
- copymode() (shutil モジュール)
-
copyreg
- copyright (in module sys)
- copysign() (math モジュール)
- copystat() (shutil モジュール)
- copytree() (shutil モジュール)
- Coroutine (collections.abc のクラス)
- coroutine function
- coroutine() (types モジュール)
- CoroutineType (types モジュール)
- correlation() (statistics モジュール)
- cos() (cmath モジュール)
- cosh() (cmath モジュール)
- count (tracemalloc.Statistic の属性)
- count() (array.array のメソッド)
- count_diff (tracemalloc.StatisticDiff の属性)
- Counter (collections のクラス)
- countOf() (operator モジュール)
- countTestCases() (unittest.TestCase のメソッド)
- covariance() (statistics モジュール)
- CoverageResults (trace のクラス)
-
CPP
- CPPFLAGS, [1], [2], [3]
-
cProfile
- CPU 時間, [1]
- cpu_count() (multiprocessing モジュール)
- CPython
- cpython_only() (test.support モジュール)
- CR (curses.ascii モジュール)
- crawl_delay() (urllib.robotparser.RobotFileParser のメソッド)
- CRC
- crc32() (binascii モジュール)
- crc_hqx() (binascii モジュール)
- create() (imaplib.IMAP4 のメソッド)
- create_aggregate() (sqlite3.Connection のメソッド)
- create_archive() (zipapp モジュール)
- create_autospec() (unittest.mock モジュール)
- CREATE_BREAKAWAY_FROM_JOB (subprocess モジュール)
- create_collation() (sqlite3.Connection のメソッド)
- create_configuration() (venv.EnvBuilder のメソッド)
- create_connection() (asyncio.loop のメソッド)
- create_datagram_endpoint() (asyncio.loop のメソッド)
- create_decimal() (decimal.Context のメソッド)
- create_decimal_from_float() (decimal.Context のメソッド)
- create_default_context() (ssl モジュール)
- CREATE_DEFAULT_ERROR_MODE (subprocess モジュール)
- create_eager_task_factory() (asyncio モジュール)
- create_empty_file() (test.support.os_helper モジュール)
- create_function() (sqlite3.Connection のメソッド)
- create_future() (asyncio.loop のメソッド)
- create_git_ignore_file() (venv.EnvBuilder のメソッド)
- create_module() (importlib.abc.Loader のメソッド)
- CREATE_NEW_CONSOLE (subprocess モジュール)
- CREATE_NEW_PROCESS_GROUP (subprocess モジュール)
- CREATE_NO_WINDOW (subprocess モジュール)
- create_server() (asyncio.loop のメソッド)
- create_stats() (profile.Profile のメソッド)
- create_string_buffer() (ctypes モジュール)
- create_subprocess_exec() (asyncio モジュール)
- create_subprocess_shell() (asyncio モジュール)
- create_system (zipfile.ZipInfo の属性)
- create_task() (asyncio モジュール)
- create_unicode_buffer() (ctypes モジュール)
- create_unix_connection() (asyncio.loop のメソッド)
- create_unix_server() (asyncio.loop のメソッド)
- create_version (zipfile.ZipInfo の属性)
- create_window_function() (sqlite3.Connection のメソッド)
- createAttribute() (xml.dom.Document のメソッド)
- createAttributeNS() (xml.dom.Document のメソッド)
- createComment() (xml.dom.Document のメソッド)
- createDocument() (xml.dom.DOMImplementation のメソッド)
- createDocumentType() (xml.dom.DOMImplementation のメソッド)
- createElement() (xml.dom.Document のメソッド)
- createElementNS() (xml.dom.Document のメソッド)
- createfilehandler() (_tkinter.Widget.tk のメソッド)
- CreateKey() (winreg モジュール)
- CreateKeyEx() (winreg モジュール)
- createLock() (logging.Handler のメソッド)
- createProcessingInstruction() (xml.dom.Document のメソッド)
- createSocket() (logging.handlers.SocketHandler のメソッド)
- createTextNode() (xml.dom.Document のメソッド)
- credits (組み込み変数)
- CRITICAL (logging モジュール)
- critical() (logging モジュール)
- CRNCYSTR (locale モジュール)
- CRT_ASSEMBLY_VERSION (msvcrt モジュール)
- CRT_ASSERT (msvcrt モジュール)
- CRT_ERROR (msvcrt モジュール)
- CRT_WARN (msvcrt モジュール)
- CRTDBG_MODE_DEBUG (msvcrt モジュール)
- CRTDBG_MODE_FILE (msvcrt モジュール)
- CRTDBG_MODE_WNDW (msvcrt モジュール)
- CRTDBG_REPORT_MODE (msvcrt モジュール)
- CrtSetReportFile() (msvcrt モジュール)
- CrtSetReportMode() (msvcrt モジュール)
- cryptography
- cssclass_month (calendar.HTMLCalendar の属性)
- cssclass_month_head (calendar.HTMLCalendar の属性)
- cssclass_noday (calendar.HTMLCalendar の属性)
- cssclass_year (calendar.HTMLCalendar の属性)
- cssclass_year_head (calendar.HTMLCalendar の属性)
- cssclasses (calendar.HTMLCalendar の属性)
- cssclasses_weekday_head (calendar.HTMLCalendar の属性)
- csv
- cte (email.headerregistry.ContentTransferEncoding の属性)
- cte_type (email.policy.Policy の属性)
- ctermid() (os モジュール)
- ctime() (datetime.date のメソッド)
- ctrl() (curses.ascii モジュール)
- CTRL_BREAK_EVENT (signal モジュール)
- CTRL_C_EVENT (signal モジュール)
-
ctypes
- curdir (os モジュール)
- currency() (locale モジュール)
- current context
- current() (tkinter.ttk.Combobox のメソッド)
- current_process() (multiprocessing モジュール)
- current_task() (asyncio モジュール)
- current_thread() (threading モジュール)
- CurrentByteIndex (xml.parsers.expat.xmlparser の属性)
- CurrentColumnNumber (xml.parsers.expat.xmlparser の属性)
- currentframe() (inspect モジュール)
- CurrentLineNumber (xml.parsers.expat.xmlparser の属性)
- curs_set() (curses モジュール)
-
curses
-
curses.ascii
-
curses.panel
-
curses.textpad
-
CURSES_CFLAGS
-
CURSES_LIBS
- Cursor (sqlite3 のクラス)
- cursor() (sqlite3.Connection のメソッド)
- cursyncup() (curses.window のメソッド)
- Cut [切り取り]
- cwd() (ftplib.FTP のメソッド)
- cycle() (itertools モジュール)
- CycleError
|