- C
 
    
      - language, [1], [2], [3], [4], [5]
 
      - structures
 
    
    - c_bool (class in ctypes)
 
    - C_BUILTIN (in module imp)
 
    - c_byte (class in ctypes)
 
    - c_char (class in ctypes)
 
    - c_char_p (class in ctypes)
 
    - c_contiguous (memoryview attribute)
 
    - c_double (class in ctypes)
 
    - C_EXTENSION (in module imp)
 
    - c_float (class in ctypes)
 
    - c_int (class in ctypes)
 
    - c_int16 (class in ctypes)
 
    - c_int32 (class in ctypes)
 
    - c_int64 (class in ctypes)
 
    - c_int8 (class in ctypes)
 
    - c_long (class in ctypes)
 
    - c_longdouble (class in ctypes)
 
    - c_longlong (class in ctypes)
 
    - c_short (class in ctypes)
 
    - c_size_t (class in ctypes)
 
    - c_ssize_t (class in ctypes)
 
    - c_ubyte (class in ctypes)
 
    - c_uint (class in ctypes)
 
    - c_uint16 (class in ctypes)
 
    - c_uint32 (class in ctypes)
 
    - c_uint64 (class in ctypes)
 
    - c_uint8 (class in ctypes)
 
    - c_ulong (class in ctypes)
 
    - c_ulonglong (class in ctypes)
 
    - c_ushort (class in ctypes)
 
    - c_void_p (class in ctypes)
 
    - c_wchar (class in ctypes)
 
    - c_wchar_p (class in ctypes)
 
    - CAB (class in msilib)
 
    - cache_from_source() (in module imp)
 
    - CacheFTPHandler (class in urllib.request)
 
    - calcsize() (in module struct)
 
    - Calendar (class in calendar)
 
    - calendar (module)
 
    - calendar() (in module calendar)
 
    - call
 
    
      - built-in function
 
      - built-in method
 
      - class instance
 
      - class object, [1], [2]
 
      - function, [1], [2]
 
      - instance, [1]
 
      - method
 
      - procedure
 
      - user-defined function
 
    
    - call() (in module subprocess)
 
    
      - (in module unittest.mock)
 
    
    - call_args (unittest.mock.Mock attribute)
 
    - call_args_list (unittest.mock.Mock attribute)
 
    - call_count (unittest.mock.Mock attribute)
 
    - CALL_FUNCTION (opcode)
 
    - CALL_FUNCTION_KW (opcode)
 
    - CALL_FUNCTION_VAR (opcode)
 
    - CALL_FUNCTION_VAR_KW (opcode)
 
    - call_list() (unittest.mock.call method)
 
    - call_tracing() (in module sys)
 
    - callable
 
    
      - object, [1]
 
    
    - callable (2to3 fixer)
 
    - Callable (class in collections.abc)
 
    - callable() (built-in function)
 
    - CallableProxyType (in module weakref)
 
    - callback (optparse.Option attribute)
 
    - callback() (contextlib.ExitStack method)
 
    - callback_args (optparse.Option attribute)
 
    - callback_kwargs (optparse.Option attribute)
 
    - callbacks (in module gc)
 
    - called (unittest.mock.Mock attribute)
 
    - CalledProcessError
 
    - calloc()
 
    - can_change_color() (in module curses)
 
    - can_fetch() (urllib.robotparser.RobotFileParser method)
 
    - can_symlink() (in module test.support)
 
    - cancel() (concurrent.futures.Future method)
 
    
      - (sched.scheduler method)
 
      - (threading.Timer method)
 
    
    - cancel_dump_traceback_later() (in module faulthandler)
 
    - cancel_join_thread() (multiprocessing.Queue method)
 
    - cancelled() (concurrent.futures.Future method)
 
    - CannotSendHeader
 
    - CannotSendRequest
 
    - canonic() (bdb.Bdb method)
 
    - canonical() (decimal.Context method)
 
    
      - (decimal.Decimal method)
 
    
    - capitalize() (str method)
 
    - Capsule
 
    
      - object
 
    
    - captured_stdout() (in module test.support)
 
    - captureWarnings() (in module logging)
 
    - capwords() (in module string)
 
    - casefold() (str method)
 
    - cast() (in module ctypes)
 
    
      - (memoryview method)
 
    
    - cat() (in module nis)
 
    - catch_warnings (class in warnings)
 
    - category() (in module unicodedata)
 
    - cbreak() (in module curses)
 
    - CC
 
    - ccc() (ftplib.FTP_TLS method)
 
    - CCompiler (class in distutils.ccompiler)
 
    - CDLL (class in ctypes)
 
    - ceil() (in module math), [1]
 
    - center() (str method)
 
    - CERT_NONE (in module ssl)
 
    - CERT_OPTIONAL (in module ssl)
 
    - CERT_REQUIRED (in module ssl)
 
    - cert_time_to_seconds() (in module ssl)
 
    - CertificateError
 
    - certificates
 
    - CFLAGS, [1], [2]
 
    - CFUNCTYPE() (in module ctypes)
 
    - CGI
 
    
      - debugging
 
      - exceptions
 
      - protocol
 
      - security
 
      - tracebacks
 
    
    - cgi (module)
 
    - cgi_directories (http.server.CGIHTTPRequestHandler attribute)
 
    - CGIHandler (class in wsgiref.handlers)
 
    - CGIHTTPRequestHandler (class in http.server)
 
    - cgitb (module)
 
    - CGIXMLRPCRequestHandler (class in xmlrpc.server)
 
    - chain() (in module itertools)
 
    - chaining
 
    
      - comparisons, [1]
 
      - exception
 
    
    - ChainMap (class in collections)
 
    - change_root() (in module distutils.util)
 
    - CHANNEL_BINDING_TYPES (in module ssl)
 
    - channel_class (smtpd.SMTPServer attribute)
 
    - channels() (ossaudiodev.oss_audio_device method)
 
    - CHAR_MAX (in module locale)
 
    - character, [1], [2]
 
    - CharacterDataHandler() (xml.parsers.expat.xmlparser method)
 
    - characters() (xml.sax.handler.ContentHandler method)
 
    - characters_written (BlockingIOError attribute)
 
    - Charset (class in email.charset)
 
    - charset() (gettext.NullTranslations method)
 
    - chdir() (in module os)
 
    - check (lzma.LZMADecompressor attribute)
 
    - check() (imaplib.IMAP4 method)
 
    
      - (in module tabnanny)
 
    
    - check_call() (in module subprocess)
 
    - check_environ() (in module distutils.util)
 
    - check_output() (doctest.OutputChecker method)
 
    
      - (in module subprocess)
 
    
    - check_unused_args() (string.Formatter method)
 
    - check_warnings() (in module test.support)
 
    - checkbox() (msilib.Dialog method)
 
    - checkcache() (in module linecache)
 
    - checkfuncname() (in module bdb)
 
    - CheckList (class in tkinter.tix)
 
    - checksum
 
    
      - Cyclic Redundancy Check
 
    
    - chflags() (in module os)
 
    - chgat() (curses.window method)
 
    - childNodes (xml.dom.Node attribute)
 
    - ChildProcessError
 
    - chmod() (in module os)
 
    - choice() (in module random)
 
    - choices (optparse.Option attribute)
 
    - chown() (in module os)
 
    
      - (in module shutil)
 
    
    - chr
 
    
      - built-in function
 
    
    - chr() (built-in function)
 
    - chroot() (in module os)
 
    - Chunk (class in chunk)
 
    - chunk (module)
 
    - cipher
 
    
      - DES
 
    
    - cipher() (ssl.SSLSocket method)
 
    - circle() (in module turtle)
 
    - CIRCUMFLEX (in module token)
 
    - CIRCUMFLEXEQUAL (in module token)
 
    - Clamped (class in decimal)
 
    - class
 
    
      - attribute
 
      - attribute assignment
 
      - constructor
 
      - definition, [1]
 
      - instance
 
      - name
 
      - object, [1], [2]
 
      - statement
 
    
    - Class (class in symtable)
 
    - Class browser
 
    - class instance
 
    
      - attribute
 
      - attribute assignment
 
      - call
 
      - object, [1], [2]
 
    
    - class object
 
    
      - call, [1], [2]
 
    
    - classmethod
 
    
      - built-in function
 
    
    - classmethod() (built-in function)
 
    - clause
 
    - CLD_CONTINUED (in module os)
 
    - CLD_DUMPED (in module os)
 
    - CLD_EXITED (in module os)
 
    - CLD_TRAPPED (in module os)
 
    - clean() (mailbox.Maildir method)
 
    - cleandoc() (in module inspect)
 
    - cleanup functions
 
    - clear (pdb command)
 
    - Clear Breakpoint
 
    - clear() (collections.deque method)
 
    
      - (curses.window method)
 
      - (dict method)
 
      - (http.cookiejar.CookieJar method)
 
      - (in module turtle), [1]
 
      - (mailbox.Mailbox method)
 
      - (sequence method)
 
      - (set method)
 
      - (threading.Event method)
 
      - (xml.etree.ElementTree.Element method)
 
    
    - clear_all_breaks() (bdb.Bdb method)
 
    - clear_all_file_breaks() (bdb.Bdb method)
 
    - clear_bpbynumber() (bdb.Bdb method)
 
    - clear_break() (bdb.Bdb method)
 
    - clear_flags() (decimal.Context method)
 
    - clear_history() (in module readline)
 
    - clear_session_cookies() (http.cookiejar.CookieJar method)
 
    - clear_traps() (decimal.Context method)
 
    - clearcache() (in module linecache)
 
    - ClearData() (msilib.Record method)
 
    - clearok() (curses.window method)
 
    - clearscreen() (in module turtle)
 
    - clearstamp() (in module turtle)
 
    - clearstamps() (in module turtle)
 
    - Client() (in module multiprocessing.connection)
 
    - client_address (http.server.BaseHTTPRequestHandler attribute)
 
    - clock() (in module time)
 
    - clock_getres() (in module time)
 
    - clock_gettime() (in module time)
 
    - CLOCK_HIGHRES (in module time)
 
    - CLOCK_MONOTONIC (in module time)
 
    - CLOCK_MONOTONIC_RAW (in module time)
 
    - CLOCK_PROCESS_CPUTIME_ID (in module time)
 
    - CLOCK_REALTIME (in module time)
 
    - clock_settime() (in module time)
 
    - CLOCK_THREAD_CPUTIME_ID (in module time)
 
    - clone() (email.generator.BytesGenerator method)
 
    
      - (email.generator.Generator method)
 
      - (email.policy.Policy method)
 
      - (in module turtle)
 
      - (pipes.Template method)
 
    
    - cloneNode() (xml.dom.Node method)
 
    - close() (aifc.aifc method), [1]
 
    
      - (asyncore.dispatcher method)
 
      - (chunk.Chunk method)
 
      - (contextlib.ExitStack method)
 
      - (distutils.text_file.TextFile method)
 
      - (email.parser.FeedParser method)
 
      - (ftplib.FTP method)
 
      - (generator method)
 
      - (html.parser.HTMLParser method)
 
      - (http.client.HTTPConnection method)
 
      - (imaplib.IMAP4 method)
 
      - (in module fileinput)
 
      - (in module mmap)
 
      - (in module os), [1]
 
      - (io.IOBase method)
 
      - (logging.FileHandler method)
 
      - (logging.Handler method)
 
      - (logging.handlers.MemoryHandler method)
 
      - (logging.handlers.NTEventLogHandler method)
 
      - (logging.handlers.SocketHandler method)
 
      - (logging.handlers.SysLogHandler method)
 
      - (mailbox.MH method)
 
      - (mailbox.Mailbox method)
 
      - (mailbox.Maildir method)
 
    
    - Close() (msilib.View method)
 
    - close() (multiprocessing.Connection method)
 
    
      - (multiprocessing.Queue method)
 
      - (multiprocessing.connection.Listener method)
 
      - (multiprocessing.pool.Pool method)
 
      - (ossaudiodev.oss_audio_device method)
 
      - (ossaudiodev.oss_mixer_device method)
 
      - (select.epoll method)
 
      - (select.kqueue method)
 
      - (shelve.Shelf method)
 
      - (socket.socket method)
 
      - (sqlite3.Connection method)
 
      - (sunau.AU_read method)
 
      - (sunau.AU_write method)
 
      - (tarfile.TarFile method)
 
      - (telnetlib.Telnet method)
 
      - (urllib.request.BaseHandler method)
 
      - (wave.Wave_read method)
 
      - (wave.Wave_write method)
 
    
    - Close() (winreg.PyHKEY method)
 
    - close() (xml.etree.ElementTree.TreeBuilder method)
 
    
      - (xml.etree.ElementTree.XMLParser method)
 
      - (xml.sax.xmlreader.IncrementalParser method)
 
      - (zipfile.ZipFile method)
 
    
    - close_when_done() (asynchat.async_chat method)
 
    - closed (http.client.HTTPResponse attribute)
 
    
      - (in module mmap)
 
      - (io.IOBase attribute)
 
      - (ossaudiodev.oss_audio_device attribute)
 
    
    - CloseKey() (in module winreg)
 
    - closelog() (in module syslog)
 
    - closerange() (in module os)
 
    - closing() (in module contextlib)
 
    - clrtobot() (curses.window method)
 
    - clrtoeol() (curses.window method)
 
    - cmath (module)
 
    - cmd
 
    
      - module
 
    
    - Cmd (class in cmd)
 
    - cmd (module)
 
    
      - (subprocess.CalledProcessError attribute)
 
      - (subprocess.TimeoutExpired attribute)
 
    
    - cmdloop() (cmd.Cmd method)
 
    - cmp() (in module filecmp)
 
    - cmp_op (in module dis)
 
    - cmp_to_key() (in module functools)
 
    - cmpfiles() (in module filecmp)
 
    - CMSG_LEN() (in module socket)
 
    - CMSG_SPACE() (in module socket)
 
    - co_argcount (code object attribute)
 
    - co_cellvars (code object attribute)
 
    - co_code (code object attribute)
 
    - co_consts (code object attribute)
 
    - co_filename (code object attribute)
 
    - co_firstlineno (code object attribute)
 
    - co_flags (code object attribute)
 
    - co_freevars (code object attribute)
 
    - CO_FUTURE_DIVISION (C variable)
 
    - co_lnotab (code object attribute)
 
    - co_name (code object attribute)
 
    - co_names (code object attribute)
 
    - co_nlocals (code object attribute)
 
    - co_stacksize (code object attribute)
 
    - co_varnames (code object attribute)
 
    - code
 
    
      - block
 
      - object, [1], [2], [3]
 
    
    - code (module)
 
    
      - (urllib.error.HTTPError attribute)
 
      - (xml.etree.ElementTree.ParseError attribute)
 
      - (xml.parsers.expat.ExpatError attribute)
 
    
    - code_info() (in module dis)
 
    - Codecs
 
    
      - decode
 
      - encode
 
    
    - codecs (module)
 
    - coded_value (http.cookies.Morsel attribute)
 
    - codeop (module)
 
    - codepoint2name (in module html.entities)
 
    - codes (in module xml.parsers.expat.errors)
 
    - CODESET (in module locale)
 
    - CodeType (in module types)
 
    - coding
 
    
      - style
 
    
    - coercion
 
    - col_offset (ast.AST attribute)
 
    - collapse_addresses() (in module ipaddress)
 
    - collapse_rfc2231_value() (in module email.utils)
 
    - collect() (in module gc)
 
    - collect_incoming_data() (asynchat.async_chat method)
 
    - collections (module)
 
    - collections.abc (module)
 
    - COLON (in module token)
 
    - color() (in module turtle)
 
    - color_content() (in module curses)
 
  | 
  
    - color_pair() (in module curses)
 
    - colormode() (in module turtle)
 
    - colorsys (module)
 
    - column() (tkinter.ttk.Treeview method)
 
    - COLUMNS, [1]
 
    - columns (os.terminal_size attribute)
 
    - combinations() (in module itertools)
 
    - combinations_with_replacement() (in module itertools)
 
    - combine() (datetime.datetime class method)
 
    - combining() (in module unicodedata)
 
    - ComboBox (class in tkinter.tix)
 
    - Combobox (class in tkinter.ttk)
 
    - comma
 
    
      - trailing
 
    
    - COMMA (in module token)
 
    - Command (class in distutils.cmd)
 
    
      - (class in distutils.core)
 
    
    - command (http.server.BaseHTTPRequestHandler attribute)
 
    - command line
 
    - command line option
 
    
      - --help
 
      - --version
 
      - -B
 
      - -E
 
      - -J
 
      - -O
 
      - -OO
 
      - -R
 
      - -S
 
      - -V
 
      - -W arg
 
      - -X
 
      - -b
 
      - -c <command>
 
      - -d
 
      - -h
 
      - -i
 
      - -m <module-name>
 
      - -q
 
      - -s
 
      - -u
 
      - -v
 
      - -x
 
    
    - CommandCompiler (class in codeop)
 
    - commands (pdb command)
 
    - comment
 
    
      - (http.cookiejar.Cookie attribute)
 
    
    - COMMENT (in module tokenize)
 
    - comment (zipfile.ZipFile attribute)
 
    
      - (zipfile.ZipInfo attribute)
 
    
    - Comment() (in module xml.etree.ElementTree)
 
    - comment_url (http.cookiejar.Cookie attribute)
 
    - commenters (shlex.shlex attribute)
 
    - CommentHandler() (xml.parsers.expat.xmlparser method)
 
    - commit() (msilib.CAB method)
 
    - Commit() (msilib.Database method)
 
    - commit() (sqlite3.Connection method)
 
    - common (filecmp.dircmp attribute)
 
    - Common Gateway Interface
 
    - common_dirs (filecmp.dircmp attribute)
 
    - common_files (filecmp.dircmp attribute)
 
    - common_funny (filecmp.dircmp attribute)
 
    - common_types (in module mimetypes)
 
    - commonprefix() (in module os.path)
 
    - communicate() (subprocess.Popen method)
 
    - compare() (decimal.Context method)
 
    
      - (decimal.Decimal method)
 
      - (difflib.Differ method)
 
    
    - compare_digest() (in module hmac)
 
    - compare_networks() (ipaddress.IPv4Network method)
 
    
      - (ipaddress.IPv6Network method)
 
    
    - COMPARE_OP (opcode)
 
    - compare_signal() (decimal.Context method)
 
    
      - (decimal.Decimal method)
 
    
    - compare_total() (decimal.Context method)
 
    
      - (decimal.Decimal method)
 
    
    - compare_total_mag() (decimal.Context method)
 
    
      - (decimal.Decimal method)
 
    
    - comparing
 
    
      - objects
 
    
    - comparison
 
    
      - operator
 
    
    - COMPARISON_FLAGS (in module doctest)
 
    - comparisons
 
    
      - chaining, [1]
 
    
    - Compat32 (class in email.policy)
 
    - compile
 
    
      - built-in function, [1], [2], [3], [4]
 
    
    - Compile (class in codeop)
 
    - compile() (built-in function)
 
    
      - (distutils.ccompiler.CCompiler method)
 
      - (in module py_compile)
 
      - (in module re)
 
      - (parser.ST method)
 
    
    - compile_command() (in module code)
 
    
      - (in module codeop)
 
    
    - compile_dir() (in module compileall)
 
    - compile_file() (in module compileall)
 
    - compile_path() (in module compileall)
 
    - compileall
 
    
      - module
 
    
    - compileall (module)
 
    - compileall command line option
 
    
      - -b
 
      - -d destdir
 
      - -f
 
      - -i list
 
      - -l
 
      - -q
 
      - -x regex
 
    
    - compilest() (in module parser)
 
    - complete() (rlcompleter.Completer method)
 
    - complete_statement() (in module sqlite3)
 
    - completedefault() (cmd.Cmd method)
 
    - complex
 
    
      - built-in function, [1]
 
      - number
 
      - object
 
    
    - Complex (class in numbers)
 
    - complex literal
 
    - complex number
 
    
      - literals
 
      - object, [1]
 
    
    - complex() (built-in function)
 
    - compound
 
    
      - statement
 
    
    - comprehensions
 
    
      - list
 
    
    - compress() (bz2.BZ2Compressor method)
 
    
      - (in module bz2)
 
      - (in module gzip)
 
      - (in module itertools)
 
      - (in module lzma)
 
      - (in module zlib)
 
      - (lzma.LZMACompressor method)
 
      - (zlib.Compress method)
 
    
    - compress_size (zipfile.ZipInfo attribute)
 
    - compress_type (zipfile.ZipInfo attribute)
 
    - compressed (ipaddress.IPv4Address attribute)
 
    
      - (ipaddress.IPv4Network attribute)
 
      - (ipaddress.IPv6Address attribute)
 
      - (ipaddress.IPv6Network attribute)
 
    
    - compression() (ssl.SSLSocket method)
 
    - CompressionError
 
    - compressobj() (in module zlib)
 
    - COMSPEC, [1]
 
    - concat() (in module operator)
 
    - concatenation
 
    
      - operation
 
    
    - concurrent.futures (module)
 
    - Condition (class in multiprocessing)
 
    
      - (class in threading)
 
    
    - condition (pdb command)
 
    - condition() (msilib.Control method)
 
    - Condition() (multiprocessing.managers.SyncManager method)
 
    - conditional
 
    
      - expression
 
    
    - Conditional
 
    
      - expression
 
    
    - ConfigParser (class in configparser)
 
    - configparser (module)
 
    - configuration
 
    
      - file
 
      - file, debugger
 
      - file, path
 
    
    - configuration information
 
    - configure() (tkinter.ttk.Style method)
 
    - configure_mock() (unittest.mock.Mock method)
 
    - confstr() (in module os)
 
    - confstr_names (in module os)
 
    - conjugate() (complex number method)
 
    
      - (decimal.Decimal method)
 
      - (numbers.Complex method)
 
    
    - conn (smtpd.SMTPChannel attribute)
 
    - connect() (asyncore.dispatcher method)
 
    
      - (ftplib.FTP method)
 
      - (http.client.HTTPConnection method)
 
      - (in module sqlite3)
 
      - (multiprocessing.managers.BaseManager method)
 
      - (smtplib.SMTP method)
 
      - (socket.socket method)
 
    
    - connect_ex() (socket.socket method)
 
    - Connection (class in multiprocessing)
 
    
      - (class in sqlite3)
 
    
    - ConnectionAbortedError
 
    - ConnectionError
 
    - ConnectionRefusedError
 
    - ConnectionResetError
 
    - ConnectRegistry() (in module winreg)
 
    - const (optparse.Option attribute)
 
    - constant
 
    - constructor
 
    
      - class
 
    
    - constructor() (in module copyreg)
 
    - container, [1]
 
    
      - iteration over
 
    
    - Container (class in collections.abc)
 
    - contains() (in module operator)
 
    - content type
 
    
      - MIME
 
    
    - content_type (email.headerregistry.ContentTypeHeader attribute)
 
    - ContentDispositionHeader (class in email.headerregistry)
 
    - ContentHandler (class in xml.sax.handler)
 
    - ContentTooShortError
 
    - ContentTransferEncoding (class in email.headerregistry)
 
    - ContentTypeHeader (class in email.headerregistry)
 
    - Context (class in decimal)
 
    - context (ssl.SSLSocket attribute)
 
    - context management protocol
 
    - context manager, [1], [2]
 
    - context_diff() (in module difflib)
 
    - ContextDecorator (class in contextlib)
 
    - contextlib (module)
 
    - contextmanager() (in module contextlib)
 
    - contiguous (memoryview attribute)
 
    - continue
 
    
      - statement, [1], [2], [3], [4]
 
    
    - continue (pdb command)
 
    - CONTINUE_LOOP (opcode)
 
    - Control (class in msilib)
 
    
      - (class in tkinter.tix)
 
    
    - control() (msilib.Dialog method)
 
    
      - (select.kqueue method)
 
    
    - controlnames (in module curses.ascii)
 
    - controls() (ossaudiodev.oss_mixer_device method)
 
    - conversion
 
    
      - arithmetic
 
      - string, [1]
 
    
    - ConversionError
 
    - conversions
 
    
      - numeric
 
    
    - convert_arg_line_to_args() (argparse.ArgumentParser method)
 
    - convert_field() (string.Formatter method)
 
    - convert_path() (in module distutils.util)
 
    - Cookie (class in http.cookiejar)
 
    - CookieError
 
    - CookieJar (class in http.cookiejar)
 
    - cookiejar (urllib.request.HTTPCookieProcessor attribute)
 
    - CookiePolicy (class in http.cookiejar)
 
    - Coordinated Universal Time
 
    - Copy
 
    - copy
 
    
      - module
 
      - protocol
 
    
    - copy (module)
 
    - copy() (decimal.Context method)
 
    
      - (dict method)
 
      - (hashlib.hash method)
 
      - (hmac.HMAC method)
 
      - (imaplib.IMAP4 method)
 
      - (in module copy)
 
      - (in module multiprocessing.sharedctypes)
 
      - (in module shutil)
 
      - (pipes.Template method)
 
      - (sequence method)
 
      - (set method)
 
      - (types.MappingProxyType method)
 
      - (zlib.Compress method)
 
      - (zlib.Decompress method)
 
    
    - copy2() (in module shutil)
 
    - copy_abs() (decimal.Context method)
 
    
      - (decimal.Decimal method)
 
    
    - copy_decimal() (decimal.Context method)
 
    - copy_file() (in module distutils.file_util)
 
    - copy_location() (in module ast)
 
    - copy_negate() (decimal.Context method)
 
    
      - (decimal.Decimal method)
 
    
    - copy_sign() (decimal.Context method)
 
    
      - (decimal.Decimal method)
 
    
    - copy_tree() (in module distutils.dir_util)
 
    - copyfile() (in module shutil)
 
    - copyfileobj() (in module shutil)
 
    - copying files
 
    - copymode() (in module shutil)
 
    - copyreg (module)
 
    - copyright (built-in variable)
 
    
      - (in module sys), [1]
 
    
    - copysign() (in module math)
 
    - copystat() (in module shutil)
 
    - copytree() (in module shutil)
 
    - coroutine
 
    - cos() (in module cmath)
 
    
      - (in module math)
 
    
    - cosh() (in module cmath)
 
    
      - (in module math)
 
    
    - count() (array.array method)
 
    
      - (collections.deque method)
 
      - (in module itertools)
 
      - (sequence method)
 
      - (str method)
 
    
    - Counter (class in collections)
 
    - countOf() (in module operator)
 
    - countTestCases() (unittest.TestCase method)
 
    
      - (unittest.TestSuite method)
 
    
    - CoverageResults (class in trace)
 
    - CPP
 
    - CPPFLAGS
 
    - cProfile (module)
 
    - CPU time
 
    - cpu_count() (in module multiprocessing)
 
    - CPython
 
    - CRC (zipfile.ZipInfo attribute)
 
    - crc32() (in module binascii)
 
    
      - (in module zlib)
 
    
    - crc_hqx() (in module binascii)
 
    - create() (imaplib.IMAP4 method)
 
    
      - (in module venv)
 
      - (venv.EnvBuilder method)
 
    
    - create_aggregate() (sqlite3.Connection method)
 
    - create_autospec() (in module unittest.mock)
 
    - create_collation() (sqlite3.Connection method)
 
    - create_configuration() (venv.EnvBuilder method)
 
    - create_connection() (in module socket)
 
    - create_decimal() (decimal.Context method)
 
    - create_decimal_from_float() (decimal.Context method)
 
    - create_directories() (venv.EnvBuilder method)
 
    - create_function() (sqlite3.Connection method)
 
    - CREATE_NEW_CONSOLE (in module subprocess)
 
    - CREATE_NEW_PROCESS_GROUP (in module subprocess)
 
    - create_shortcut() (built-in function)
 
    - create_socket() (asyncore.dispatcher method)
 
    - create_static_lib() (distutils.ccompiler.CCompiler method)
 
    - create_stats() (profile.Profile method)
 
    - create_string_buffer() (in module ctypes)
 
    - create_system (zipfile.ZipInfo attribute)
 
    - create_tree() (in module distutils.dir_util)
 
    - create_unicode_buffer() (in module ctypes)
 
    - create_version (zipfile.ZipInfo attribute)
 
    - createAttribute() (xml.dom.Document method)
 
    - createAttributeNS() (xml.dom.Document method)
 
    - createComment() (xml.dom.Document method)
 
    - createDocument() (xml.dom.DOMImplementation method)
 
    - createDocumentType() (xml.dom.DOMImplementation method)
 
    - createElement() (xml.dom.Document method)
 
    - createElementNS() (xml.dom.Document method)
 
    - CreateKey() (in module winreg)
 
    - CreateKeyEx() (in module winreg)
 
    - createLock() (logging.Handler method)
 
    
      - (logging.NullHandler method)
 
    
    - createProcessingInstruction() (xml.dom.Document method)
 
    - CreateRecord() (in module msilib)
 
    - createSocket() (logging.handlers.SocketHandler method)
 
    - createTextNode() (xml.dom.Document method)
 
    - credits (built-in variable)
 
    - critical() (in module logging)
 
    
      - (logging.Logger method)
 
    
    - CRNCYSTR (in module locale)
 
    - cross() (in module audioop)
 
    - crypt
 
    
      - module
 
    
    - crypt (module)
 
    - crypt() (in module crypt)
 
    - crypt(3), [1], [2]
 
    - cryptography, [1]
 
    - csv
 
    
      - (module)
 
    
    - cte (email.headerregistry.ContentTransferEncoding attribute)
 
    - cte_type (email.policy.Policy attribute)
 
    - ctermid() (in module os)
 
    - ctime() (datetime.date method)
 
    
      - (datetime.datetime method)
 
      - (in module time)
 
    
    - ctrl() (in module curses.ascii)
 
    - CTRL_BREAK_EVENT (in module signal)
 
    - CTRL_C_EVENT (in module signal)
 
    - ctypes (module)
 
    - curdir (in module os)
 
    - currency() (in module locale)
 
    - current() (tkinter.ttk.Combobox method)
 
    - current_process() (in module multiprocessing)
 
    - current_thread() (in module threading)
 
    - CurrentByteIndex (xml.parsers.expat.xmlparser attribute)
 
    - CurrentColumnNumber (xml.parsers.expat.xmlparser attribute)
 
    - currentframe() (in module inspect)
 
    - CurrentLineNumber (xml.parsers.expat.xmlparser attribute)
 
    - curs_set() (in module curses)
 
    - curses (module)
 
    - curses.ascii (module)
 
    - curses.panel (module)
 
    - curses.textpad (module)
 
    - Cursor (class in sqlite3)
 
    - cursor() (sqlite3.Connection method)
 
    - cursyncup() (curses.window method)
 
    - customize_compiler() (in module distutils.sysconfig)
 
    - Cut
 
    - cwd() (ftplib.FTP method)
 
    - cycle() (in module itertools)
 
    - Cyclic Redundancy Check
 
  |