Repository URL to install this package:
|
Version:
3.8.5-1+stretch1 ▾
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Index — Python 3.8.5 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '3.8.5',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="search" type="application/opensearchdescription+xml"
title="Search within Python 3.8.5 documentation"
href="_static/opensearch.xml"/>
<link rel="author" title="About these documents" href="about.html" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="copyright" title="Copyright" href="copyright.html" />
<link rel="top" title="Python 3.8.5 documentation" href="contents.html" />
<link rel="canonical" href="file:///usr/share/doc/python3.8/html/genindex-Symbols.html" />
<style>
@media only screen {
table.full-width-table {
width: 100%;
}
}
</style>
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
</head>
<body role="document">
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<h1 id="index">Index – Symbols</h1>
<table style="width: 100%" class="indextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt>
! (exclamation)
</dt>
<dd><dl>
<dt><a href="library/cmd.html#index-0">in a command interpreter</a>
</dt>
<dt><a href="library/curses.ascii.html#index-0">in curses module</a>
</dt>
<dt><a href="reference/lexical_analysis.html#index-24">in formatted string literal</a>
</dt>
<dt><a href="library/fnmatch.html#index-2">in glob-style wildcards</a>, <a href="library/glob.html#index-1">[1]</a>
</dt>
<dt><a href="library/string.html#index-2">in string formatting</a>
</dt>
<dt><a href="library/struct.html#index-1">in struct format strings</a>
</dt>
</dl></dd>
<dt><a href="library/pdb.html#pdbcommand-!">! (pdb command)</a>
</dt>
<dt>
!=
</dt>
<dd><dl>
<dt><a href="library/stdtypes.html#index-7">operator</a>, <a href="reference/expressions.html#index-76">[1]</a>
</dt>
</dl></dd>
<dt>
" (double quote)
</dt>
<dd><dl>
<dt><a href="reference/lexical_analysis.html#index-16">string literal</a>
</dt>
</dl></dd>
<dt>
"""
</dt>
<dd><dl>
<dt><a href="reference/lexical_analysis.html#index-17">string literal</a>
</dt>
</dl></dd>
<dt>
# (hash)
</dt>
<dd><dl>
<dt><a href="library/site.html#index-2">comment</a>, <a href="reference/lexical_analysis.html#index-4">[1]</a>, <a href="tutorial/introduction.html#index-0">[2]</a>
</dt>
<dt><a href="library/doctest.html#index-4">in doctests</a>
</dt>
<dt><a href="library/stdtypes.html#index-35">in printf-style formatting</a>, <a href="library/stdtypes.html#index-45">[1]</a>
</dt>
<dt><a href="library/re.html#index-36">in regular expressions</a>
</dt>
<dt><a href="library/string.html#index-5">in string formatting</a>
</dt>
<dt><a href="reference/lexical_analysis.html#index-5">source encoding declaration</a>
</dt>
</dl></dd>
<dt>
$ (dollar)
</dt>
<dd><dl>
<dt><a href="library/os.path.html#index-8">environment variables expansion</a>
</dt>
<dt><a href="library/re.html#index-2">in regular expressions</a>
</dt>
<dt><a href="library/string.html#index-11">in template strings</a>
</dt>
<dt><a href="library/configparser.html#index-2">interpolation in configuration files</a>
</dt>
</dl></dd>
<dt>
% (percent)
</dt>
<dd><dl>
<dt><a href="library/datetime.html#index-0">datetime format</a>, <a href="library/time.html#index-11">[1]</a>, <a href="library/time.html#index-9">[2]</a>
</dt>
<dt><a href="library/os.path.html#index-8">environment variables expansion (Windows)</a>, <a href="library/winreg.html#index-0">[1]</a>
</dt>
<dt><a href="library/configparser.html#index-1">interpolation in configuration files</a>
</dt>
<dt><a href="library/stdtypes.html#index-13">operator</a>, <a href="reference/expressions.html#index-67">[1]</a>
</dt>
<dt><a href="library/stdtypes.html#index-33">printf-style formatting</a>, <a href="library/stdtypes.html#index-43">[1]</a>
</dt>
</dl></dd>
<dt>
%=
</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-14">augmented assignment</a>
</dt>
</dl></dd>
<dt>
& (ampersand)
</dt>
<dd><dl>
<dt><a href="library/stdtypes.html#index-16">operator</a>, <a href="reference/expressions.html#index-73">[1]</a>
</dt>
</dl></dd>
<dt>
&=
</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-14">augmented assignment</a>
</dt>
</dl></dd>
<dt>
' (single quote)
</dt>
<dd><dl>
<dt><a href="reference/lexical_analysis.html#index-16">string literal</a>
</dt>
</dl></dd>
<dt>
'''
</dt>
<dd><dl>
<dt><a href="reference/lexical_analysis.html#index-17">string literal</a>
</dt>
</dl></dd>
<dt>
() (parentheses)
</dt>
<dd><dl>
<dt><a href="reference/expressions.html#index-46">call</a>
</dt>
<dt><a href="reference/compound_stmts.html#index-29">class definition</a>
</dt>
<dt><a href="reference/compound_stmts.html#index-19">function definition</a>
</dt>
<dt><a href="reference/expressions.html#index-21">generator expression</a>
</dt>
<dt><a href="reference/simple_stmts.html#index-6">in assignment target list</a>
</dt>
<dt><a href="library/stdtypes.html#index-34">in printf-style formatting</a>, <a href="library/stdtypes.html#index-44">[1]</a>
</dt>
<dt><a href="library/re.html#index-14">in regular expressions</a>
</dt>
<dt><a href="reference/expressions.html#index-8">tuple display</a>
</dt>
</dl></dd>
<dt>
(?
</dt>
<dd><dl>
<dt><a href="library/re.html#index-15">in regular expressions</a>
</dt>
</dl></dd>
<dt>
(?!
</dt>
<dd><dl>
<dt><a href="library/re.html#index-21">in regular expressions</a>
</dt>
</dl></dd>
<dt>
(?#
</dt>
<dd><dl>
<dt><a href="library/re.html#index-19">in regular expressions</a>
</dt>
</dl></dd>
<dt>
(?:
</dt>
<dd><dl>
<dt><a href="library/re.html#index-16">in regular expressions</a>
</dt>
</dl></dd>
<dt>
(?<!
</dt>
<dd><dl>
<dt><a href="library/re.html#index-23">in regular expressions</a>
</dt>
</dl></dd>
<dt>
(?<=
</dt>
<dd><dl>
<dt><a href="library/re.html#index-22">in regular expressions</a>
</dt>
</dl></dd>
<dt>
(?=
</dt>
<dd><dl>
<dt><a href="library/re.html#index-20">in regular expressions</a>
</dt>
</dl></dd>
<dt>
(?P<
</dt>
<dd><dl>
<dt><a href="library/re.html#index-17">in regular expressions</a>
</dt>
</dl></dd>
<dt>
(?P=
</dt>
<dd><dl>
<dt><a href="library/re.html#index-18">in regular expressions</a>
</dt>
</dl></dd>
<dt>
* (asterisk)
</dt>
<dd><dl>
<dt><a href="reference/compound_stmts.html#index-22">function definition</a>
</dt>
<dt><a href="reference/simple_stmts.html#index-37">import statement</a>
</dt>
<dt><a href="library/ast.html#index-1">in AST grammar</a>
</dt>
<dt><a href="library/argparse.html#index-1">in argparse module</a>
</dt>
<dt><a href="reference/simple_stmts.html#index-6">in assignment target list</a>
</dt>
<dt><a href="reference/expressions.html#index-91">in expression lists</a>
</dt>
<dt><a href="reference/expressions.html#index-48">in function calls</a>, <a href="tutorial/controlflow.html#index-2">[1]</a>
</dt>
<dt><a href="library/fnmatch.html#index-2">in glob-style wildcards</a>, <a href="library/glob.html#index-1">[1]</a>
</dt>
<dt><a href="library/stdtypes.html#index-34">in printf-style formatting</a>, <a href="library/stdtypes.html#index-44">[1]</a>
</dt>
<dt><a href="library/re.html#index-3">in regular expressions</a>
</dt>
<dt><a href="library/stdtypes.html#index-13">operator</a>, <a href="reference/expressions.html#index-64">[1]</a>
</dt>
</dl></dd>
<dt>
**
</dt>
<dd><dl>
<dt><a href="reference/compound_stmts.html#index-22">function definition</a>
</dt>
<dt><a href="reference/expressions.html#index-17">in dictionary displays</a>
</dt>
<dt><a href="reference/expressions.html#index-49">in function calls</a>, <a href="tutorial/controlflow.html#index-3">[1]</a>
</dt>
<dt><a href="library/glob.html#index-2">in glob-style wildcards</a>
</dt>
<dt><a href="library/stdtypes.html#index-13">operator</a>, <a href="reference/expressions.html#index-57">[1]</a>
</dt>
</dl></dd>
<dt>
**=
</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-14">augmented assignment</a>
</dt>
</dl></dd>
<dt>
*=
</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-14">augmented assignment</a>
</dt>
</dl></dd>
<dt>
*?
</dt>
<dd><dl>
<dt><a href="library/re.html#index-6">in regular expressions</a>
</dt>
</dl></dd>
<dt>
+ (plus)
</dt>
<dd><dl>
<dt><a href="library/stdtypes.html#index-13">binary operator</a>, <a href="reference/expressions.html#index-68">[1]</a>
</dt>
<dt><a href="library/argparse.html#index-2">in argparse module</a>
</dt>
<dt><a href="library/doctest.html#index-4">in doctests</a>
</dt>
<dt><a href="library/stdtypes.html#index-35">in printf-style formatting</a>, <a href="library/stdtypes.html#index-45">[1]</a>
</dt>
<dt><a href="library/re.html#index-4">in regular expressions</a>
</dt>
<dt><a href="library/string.html#index-4">in string formatting</a>
</dt>
<dt><a href="library/stdtypes.html#index-13">unary operator</a>, <a href="reference/expressions.html#index-60">[1]</a>
</dt>
</dl></dd>
<dt>
+=
</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-14">augmented assignment</a>
</dt>
</dl></dd>
<dt>
+?
</dt>
<dd><dl>
<dt><a href="library/re.html#index-6">in regular expressions</a>
</dt>
</dl></dd>
<dt><a href="reference/expressions.html#index-10">, (comma)</a>
</dt>
<dd><dl>
<dt><a href="reference/expressions.html#index-46">argument list</a>
</dt>
<dt><a href="reference/compound_stmts.html#index-29">expression list</a>, <a href="reference/expressions.html#index-14">[1]</a>, <a href="reference/expressions.html#index-15">[2]</a>, <a href="reference/expressions.html#index-89">[3]</a>, <a href="reference/simple_stmts.html#index-18">[4]</a>
</dt>
<dt><a href="reference/simple_stmts.html#index-42">identifier list</a>, <a href="reference/simple_stmts.html#index-44">[1]</a>
</dt>
<dt><a href="reference/simple_stmts.html#index-34">import statement</a>
</dt>
<dt><a href="reference/expressions.html#index-16">in dictionary displays</a>
</dt>
<dt><a href="library/string.html#index-6">in string formatting</a>
</dt>
<dt><a href="reference/simple_stmts.html#index-6">in target list</a>
</dt>
<dt><a href="reference/compound_stmts.html#index-19">parameter list</a>
</dt>
<dt><a href="reference/expressions.html#index-43">slicing</a>
</dt>
<dt><a href="reference/compound_stmts.html#index-16">with statement</a>
</dt>
</dl></dd>
<dt>
- (minus)
</dt>
<dd><dl>
<dt><a href="library/stdtypes.html#index-13">binary operator</a>, <a href="reference/expressions.html#index-69">[1]</a>
</dt>
<dt><a href="library/doctest.html#index-4">in doctests</a>
</dt>
<dt><a href="library/fnmatch.html#index-2">in glob-style wildcards</a>, <a href="library/glob.html#index-1">[1]</a>
</dt>
<dt><a href="library/stdtypes.html#index-35">in printf-style formatting</a>, <a href="library/stdtypes.html#index-45">[1]</a>
</dt>
<dt><a href="library/re.html#index-10">in regular expressions</a>
</dt>
<dt><a href="library/string.html#index-4">in string formatting</a>
</dt>
<dt><a href="library/stdtypes.html#index-13">unary operator</a>, <a href="reference/expressions.html#index-59">[1]</a>
</dt>
</dl></dd>
<dt>
--best
</dt>
<dd><dl>
<dt><a href="library/gzip.html#cmdoption-gzip--best">gzip command line option</a>
</dt>
</dl></dd>
<dt>
--check-hash-based-pycs default|always|never
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption--check-hash-based-pycs">command line option</a>
</dt>
</dl></dd>
<dt>
--create <tarfile> <source1> ... <sourceN>
</dt>
<dd><dl>
<dt><a href="library/tarfile.html#cmdoption-tarfile--create">tarfile command line option</a>
</dt>
</dl></dd>
<dt>
--create <zipfile> <source1> ... <sourceN>
</dt>
<dd><dl>
<dt><a href="library/zipfile.html#cmdoption-zipfile--create">zipfile command line option</a>
</dt>
</dl></dd>
<dt>
--details
</dt>
<dd><dl>
<dt><a href="library/inspect.html#cmdoption-inspect--details">inspect command line option</a>
</dt>
</dl></dd>
<dt>
--extract <tarfile> [<output_dir>]
</dt>
<dd><dl>
<dt><a href="library/tarfile.html#cmdoption-tarfile--extract">tarfile command line option</a>
</dt>
</dl></dd>
<dt>
--extract <zipfile> <output_dir>
</dt>
<dd><dl>
<dt><a href="library/zipfile.html#cmdoption-zipfile--extract">zipfile command line option</a>
</dt>
</dl></dd>
<dt>
--fast
</dt>
<dd><dl>
<dt><a href="library/gzip.html#cmdoption-gzip--fast">gzip command line option</a>
</dt>
</dl></dd>
<dt>
--help
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption--help">command line option</a>
</dt>
<dt><a href="library/trace.html#cmdoption-trace--help">trace command line option</a>
</dt>
</dl></dd>
<dt>
--ignore-dir=<dir>
</dt>
<dd><dl>
<dt><a href="library/trace.html#cmdoption-trace--ignore-dir">trace command line option</a>
</dt>
</dl></dd>
<dt>
--ignore-module=<mod>
</dt>
<dd><dl>
<dt><a href="library/trace.html#cmdoption-trace--ignore-module">trace command line option</a>
</dt>
</dl></dd>
<dt>
--info
</dt>
<dd><dl>
<dt><a href="library/zipapp.html#cmdoption-zipapp--info">zipapp command line option</a>
</dt>
</dl></dd>
<dt>
--invalidation-mode [timestamp|checked-hash|unchecked-hash]
</dt>
<dd><dl>
<dt><a href="library/compileall.html#cmdoption-compileall--invalidation-mode">compileall command line option</a>
</dt>
</dl></dd>
<dt>
--json-lines
</dt>
<dd><dl>
<dt><a href="library/json.html#cmdoption-json.tool--json-lines">json.tool command line option</a>
</dt>
</dl></dd>
<dt>
--list <tarfile>
</dt>
<dd><dl>
<dt><a href="library/tarfile.html#cmdoption-tarfile--list">tarfile command line option</a>
</dt>
</dl></dd>
<dt>
--list <zipfile>
</dt>
<dd><dl>
<dt><a href="library/zipfile.html#cmdoption-zipfile--list">zipfile command line option</a>
</dt>
</dl></dd>
<dt>
--locals
</dt>
<dd><dl>
<dt><a href="library/unittest.html#cmdoption-unittest--locals">unittest command line option</a>
</dt>
</dl></dd>
<dt>
--sort-keys
</dt>
<dd><dl>
<dt><a href="library/json.html#cmdoption-json.tool--sort-keys">json.tool command line option</a>
</dt>
</dl></dd>
<dt>
--test <tarfile>
</dt>
<dd><dl>
<dt><a href="library/tarfile.html#cmdoption-tarfile--test">tarfile command line option</a>
</dt>
</dl></dd>
<dt>
--test <zipfile>
</dt>
<dd><dl>
<dt><a href="library/zipfile.html#cmdoption-zipfile--test">zipfile command line option</a>
</dt>
</dl></dd>
<dt>
--user-base
</dt>
<dd><dl>
<dt><a href="library/site.html#cmdoption-site--user-base">site command line option</a>
</dt>
</dl></dd>
<dt>
--user-site
</dt>
<dd><dl>
<dt><a href="library/site.html#cmdoption-site--user-site">site command line option</a>
</dt>
</dl></dd>
<dt>
--version
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption--version">command line option</a>
</dt>
<dt><a href="library/trace.html#cmdoption-trace--version">trace command line option</a>
</dt>
</dl></dd>
<dt>
-=
</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-14">augmented assignment</a>
</dt>
</dl></dd>
<dt>
->
</dt>
<dd><dl>
<dt><a href="reference/compound_stmts.html#index-23">function annotations</a>, <a href="tutorial/controlflow.html#index-5">[1]</a>
</dt>
</dl></dd>
<dt>
-?
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-?">command line option</a>
</dt>
</dl></dd>
<dt>
-a, --annotate
</dt>
<dd><dl>
<dt><a href="library/pickletools.html#cmdoption-pickletools-a">pickletools command line option</a>
</dt>
</dl></dd>
<dt>
-B
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-B">command line option</a>
</dt>
</dl></dd>
<dt>
-b
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-b">command line option</a>
</dt>
<dt><a href="library/compileall.html#cmdoption-compileall-b">compileall command line option</a>
</dt>
</dl></dd>
<dt>
-b, --buffer
</dt>
<dd><dl>
<dt><a href="library/unittest.html#cmdoption-unittest-b">unittest command line option</a>
</dt>
</dl></dd>
<dt>
-c <command>
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-c">command line option</a>
</dt>
</dl></dd>
<dt>
-c <tarfile> <source1> ... <sourceN>
</dt>
<dd><dl>
<dt><a href="library/tarfile.html#cmdoption-tarfile-c">tarfile command line option</a>
</dt>
</dl></dd>
<dt>
-c <zipfile> <source1> ... <sourceN>
</dt>
<dd><dl>
<dt><a href="library/zipfile.html#cmdoption-zipfile-c">zipfile command line option</a>
</dt>
</dl></dd>
<dt>
-c, --catch
</dt>
<dd><dl>
<dt><a href="library/unittest.html#cmdoption-unittest-c">unittest command line option</a>
</dt>
</dl></dd>
<dt>
-c, --compress
</dt>
<dd><dl>
<dt><a href="library/zipapp.html#cmdoption-zipapp-c">zipapp command line option</a>
</dt>
</dl></dd>
<dt>
-c, --count
</dt>
<dd><dl>
<dt><a href="library/trace.html#cmdoption-trace-c">trace command line option</a>
</dt>
</dl></dd>
<dt>
-C, --coverdir=<dir>
</dt>
<dd><dl>
<dt><a href="library/trace.html#cmdoption-trace-C">trace command line option</a>
</dt>
</dl></dd>
<dt>
-d
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-d">command line option</a>
</dt>
</dl></dd>
<dt>
-d destdir
</dt>
<dd><dl>
<dt><a href="library/compileall.html#cmdoption-compileall-d">compileall command line option</a>
</dt>
</dl></dd>
<dt>
-d, --decompress
</dt>
<dd><dl>
<dt><a href="library/gzip.html#cmdoption-gzip-d">gzip command line option</a>
</dt>
</dl></dd>
<dt>
-E
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-E">command line option</a>
</dt>
</dl></dd>
<dt>
-e <tarfile> [<output_dir>]
</dt>
<dd><dl>
<dt><a href="library/tarfile.html#cmdoption-tarfile-e">tarfile command line option</a>
</dt>
</dl></dd>
<dt>
-e <zipfile> <output_dir>
</dt>
<dd><dl>
<dt><a href="library/zipfile.html#cmdoption-zipfile-e">zipfile command line option</a>
</dt>
</dl></dd>
<dt>
-e, --exact
</dt>
<dd><dl>
<dt><a href="library/tokenize.html#cmdoption-tokenize-e">tokenize command line option</a>
</dt>
</dl></dd>
<dt>
-f
</dt>
<dd><dl>
<dt><a href="library/compileall.html#cmdoption-compileall-f">compileall command line option</a>
</dt>
</dl></dd>
<dt>
-f, --failfast
</dt>
<dd><dl>
<dt><a href="library/unittest.html#cmdoption-unittest-f">unittest command line option</a>
</dt>
</dl></dd>
<dt>
-f, --file=<file>
</dt>
<dd><dl>
<dt><a href="library/trace.html#cmdoption-trace-f">trace command line option</a>
</dt>
</dl></dd>
<dt>
-g, --timing
</dt>
<dd><dl>
<dt><a href="library/trace.html#cmdoption-trace-g">trace command line option</a>
</dt>
</dl></dd>
<dt>
-h
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-h">command line option</a>
</dt>
</dl></dd>
<dt>
-h, --help
</dt>
<dd><dl>
<dt><a href="library/gzip.html#cmdoption-gzip-h">gzip command line option</a>
</dt>
<dt><a href="library/json.html#cmdoption-json.tool-h">json.tool command line option</a>
</dt>
<dt><a href="library/timeit.html#cmdoption-timeit-h">timeit command line option</a>
</dt>
<dt><a href="library/tokenize.html#cmdoption-tokenize-h">tokenize command line option</a>
</dt>
<dt><a href="library/zipapp.html#cmdoption-zipapp-h">zipapp command line option</a>
</dt>
</dl></dd>
<dt>
-I
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-I">command line option</a>
</dt>
</dl></dd>
<dt>
-i
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-i">command line option</a>
</dt>
</dl></dd>
<dt>
-i list
</dt>
<dd><dl>
<dt><a href="library/compileall.html#cmdoption-compileall-i">compileall command line option</a>
</dt>
</dl></dd>
<dt>
-J
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-J">command line option</a>
</dt>
</dl></dd>
<dt>
-j N
</dt>
<dd><dl>
<dt><a href="library/compileall.html#cmdoption-compileall-j">compileall command line option</a>
</dt>
</dl></dd>
<dt>
-k
</dt>
<dd><dl>
<dt><a href="library/unittest.html#cmdoption-unittest-k">unittest command line option</a>
</dt>
</dl></dd>
<dt>
-l
</dt>
<dd><dl>
<dt><a href="library/compileall.html#cmdoption-compileall-l">compileall command line option</a>
</dt>
</dl></dd>
<dt>
-l <tarfile>
</dt>
<dd><dl>
<dt><a href="library/tarfile.html#cmdoption-tarfile-l">tarfile command line option</a>
</dt>
</dl></dd>
<dt>
-l <zipfile>
</dt>
<dd><dl>
<dt><a href="library/zipfile.html#cmdoption-zipfile-l">zipfile command line option</a>
</dt>
</dl></dd>
<dt>
-l, --indentlevel=<num>
</dt>
<dd><dl>
<dt><a href="library/pickletools.html#cmdoption-pickletools-l">pickletools command line option</a>
</dt>
</dl></dd>
<dt>
-l, --listfuncs
</dt>
<dd><dl>
<dt><a href="library/trace.html#cmdoption-trace-l">trace command line option</a>
</dt>
</dl></dd>
<dt>
-m <mainfn>, --main=<mainfn>
</dt>
<dd><dl>
<dt><a href="library/zipapp.html#cmdoption-zipapp-m">zipapp command line option</a>
</dt>
</dl></dd>
<dt>
-m <module-name>
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-m">command line option</a>
</dt>
</dl></dd>
<dt>
-m, --memo
</dt>
<dd><dl>
<dt><a href="library/pickletools.html#cmdoption-pickletools-m">pickletools command line option</a>
</dt>
</dl></dd>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt>
-m, --missing
</dt>
<dd><dl>
<dt><a href="library/trace.html#cmdoption-trace-m">trace command line option</a>
</dt>
</dl></dd>
<dt>
-n N, --number=N
</dt>
<dd><dl>
<dt><a href="library/timeit.html#cmdoption-timeit-n">timeit command line option</a>
</dt>
</dl></dd>
<dt>
-O
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-O">command line option</a>
</dt>
</dl></dd>
<dt>
-o <output>, --output=<output>
</dt>
<dd><dl>
<dt><a href="library/zipapp.html#cmdoption-zipapp-o">zipapp command line option</a>
</dt>
</dl></dd>
<dt>
-o, --output=<file>
</dt>
<dd><dl>
<dt><a href="library/pickletools.html#cmdoption-pickletools-o">pickletools command line option</a>
</dt>
</dl></dd>
<dt>
-OO
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-OO">command line option</a>
</dt>
</dl></dd>
<dt>
-p <interpreter>, --python=<interpreter>
</dt>
<dd><dl>
<dt><a href="library/zipapp.html#cmdoption-zipapp-p">zipapp command line option</a>
</dt>
</dl></dd>
<dt>
-p, --pattern pattern
</dt>
<dd><dl>
<dt><a href="library/unittest.html#cmdoption-unittest-discover-p">unittest-discover command line option</a>
</dt>
</dl></dd>
<dt>
-p, --preamble=<preamble>
</dt>
<dd><dl>
<dt><a href="library/pickletools.html#cmdoption-pickletools-p">pickletools command line option</a>
</dt>
</dl></dd>
<dt>
-p, --process
</dt>
<dd><dl>
<dt><a href="library/timeit.html#cmdoption-timeit-p">timeit command line option</a>
</dt>
</dl></dd>
<dt>
-q
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-q">command line option</a>
</dt>
<dt><a href="library/compileall.html#cmdoption-compileall-q">compileall command line option</a>
</dt>
</dl></dd>
<dt>
-R
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-R">command line option</a>
</dt>
</dl></dd>
<dt>
-r
</dt>
<dd><dl>
<dt><a href="library/compileall.html#cmdoption-compileall-r">compileall command line option</a>
</dt>
</dl></dd>
<dt>
-r N, --repeat=N
</dt>
<dd><dl>
<dt><a href="library/timeit.html#cmdoption-timeit-r">timeit command line option</a>
</dt>
</dl></dd>
<dt>
-R, --no-report
</dt>
<dd><dl>
<dt><a href="library/trace.html#cmdoption-trace-R">trace command line option</a>
</dt>
</dl></dd>
<dt>
-r, --report
</dt>
<dd><dl>
<dt><a href="library/trace.html#cmdoption-trace-r">trace command line option</a>
</dt>
</dl></dd>
<dt>
-S
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-S">command line option</a>
</dt>
</dl></dd>
<dt>
-s
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-s">command line option</a>
</dt>
</dl></dd>
<dt>
-s S, --setup=S
</dt>
<dd><dl>
<dt><a href="library/timeit.html#cmdoption-timeit-s">timeit command line option</a>
</dt>
</dl></dd>
<dt>
-s, --start-directory directory
</dt>
<dd><dl>
<dt><a href="library/unittest.html#cmdoption-unittest-discover-s">unittest-discover command line option</a>
</dt>
</dl></dd>
<dt>
-s, --summary
</dt>
<dd><dl>
<dt><a href="library/trace.html#cmdoption-trace-s">trace command line option</a>
</dt>
</dl></dd>
<dt>
-t <tarfile>
</dt>
<dd><dl>
<dt><a href="library/tarfile.html#cmdoption-tarfile-t">tarfile command line option</a>
</dt>
</dl></dd>
<dt>
-t <zipfile>
</dt>
<dd><dl>
<dt><a href="library/zipfile.html#cmdoption-zipfile-t">zipfile command line option</a>
</dt>
</dl></dd>
<dt>
-t, --top-level-directory directory
</dt>
<dd><dl>
<dt><a href="library/unittest.html#cmdoption-unittest-discover-t">unittest-discover command line option</a>
</dt>
</dl></dd>
<dt>
-t, --trace
</dt>
<dd><dl>
<dt><a href="library/trace.html#cmdoption-trace-t">trace command line option</a>
</dt>
</dl></dd>
<dt>
-T, --trackcalls
</dt>
<dd><dl>
<dt><a href="library/trace.html#cmdoption-trace-T">trace command line option</a>
</dt>
</dl></dd>
<dt>
-u
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-u">command line option</a>
</dt>
</dl></dd>
<dt>
-u, --unit=U
</dt>
<dd><dl>
<dt><a href="library/timeit.html#cmdoption-timeit-u">timeit command line option</a>
</dt>
</dl></dd>
<dt>
-V
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-V">command line option</a>
</dt>
</dl></dd>
<dt>
-v
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-v">command line option</a>
</dt>
</dl></dd>
<dt>
-v, --verbose
</dt>
<dd><dl>
<dt><a href="library/tarfile.html#cmdoption-tarfile-v">tarfile command line option</a>
</dt>
<dt><a href="library/timeit.html#cmdoption-timeit-v">timeit command line option</a>
</dt>
<dt><a href="library/unittest.html#cmdoption-unittest-discover-v">unittest-discover command line option</a>
</dt>
</dl></dd>
<dt>
-W arg
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-W">command line option</a>
</dt>
</dl></dd>
<dt>
-X
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-X">command line option</a>
</dt>
</dl></dd>
<dt>
-x
</dt>
<dd><dl>
<dt><a href="using/cmdline.html#cmdoption-x">command line option</a>
</dt>
</dl></dd>
<dt>
-x regex
</dt>
<dd><dl>
<dt><a href="library/compileall.html#cmdoption-compileall-x">compileall command line option</a>
</dt>
</dl></dd>
<dt>
. (dot)
</dt>
<dd><dl>
<dt><a href="reference/expressions.html#index-38">attribute reference</a>
</dt>
<dt><a href="library/tkinter.html#index-0">in Tkinter</a>
</dt>
<dt><a href="library/glob.html#index-1">in glob-style wildcards</a>
</dt>
<dt><a href="reference/lexical_analysis.html#index-28">in numeric literal</a>
</dt>
<dt><a href="library/os.html#index-37">in pathnames</a>, <a href="library/os.html#index-42">[1]</a>
</dt>
<dt><a href="library/stdtypes.html#index-34">in printf-style formatting</a>, <a href="library/stdtypes.html#index-44">[1]</a>
</dt>
<dt><a href="library/re.html#index-0">in regular expressions</a>
</dt>
<dt><a href="library/string.html#index-2">in string formatting</a>
</dt>
</dl></dd>
<dt>
..
</dt>
<dd><dl>
<dt><a href="library/os.html#index-38">in pathnames</a>
</dt>
</dl></dd>
<dt><a href="glossary.html#term-1"><strong>...</strong></a>
</dt>
<dd><dl>
<dt><a href="library/constants.html#index-0">ellipsis literal</a>, <a href="library/stdtypes.html#index-58">[1]</a>, <a href="reference/datamodel.html#index-8">[2]</a>
</dt>
<dt><a href="library/doctest.html#index-3">in doctests</a>
</dt>
<dt><a href="library/doctest.html#index-0">interpreter prompt</a>, <a href="library/sys.html#index-24">[1]</a>
</dt>
<dt><a href="library/pprint.html#index-0">placeholder</a>, <a href="library/reprlib.html#index-0">[1]</a>, <a href="library/textwrap.html#index-0">[2]</a>
</dt>
</dl></dd>
<dt>
.ini
</dt>
<dd><dl>
<dt><a href="library/configparser.html#index-0">file</a>
</dt>
</dl></dd>
<dt>
.pdbrc
</dt>
<dd><dl>
<dt><a href="library/pdb.html#index-2">file</a>
</dt>
</dl></dd>
<dt>
/ (slash)
</dt>
<dd><dl>
<dt><a href="library/os.html#index-39">in pathnames</a>, <a href="library/os.html#index-41">[1]</a>
</dt>
<dt><a href="library/stdtypes.html#index-13">operator</a>, <a href="reference/expressions.html#index-66">[1]</a>
</dt>
</dl></dd>
<dt>
//
</dt>
<dd><dl>
<dt><a href="library/stdtypes.html#index-13">operator</a>, <a href="reference/expressions.html#index-66">[1]</a>
</dt>
</dl></dd>
<dt>
//=
</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-14">augmented assignment</a>
</dt>
</dl></dd>
<dt>
/=
</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-14">augmented assignment</a>
</dt>
</dl></dd>
<dt>
0b
</dt>
<dd><dl>
<dt><a href="reference/lexical_analysis.html#index-27">integer literal</a>
</dt>
</dl></dd>
<dt>
0o
</dt>
<dd><dl>
<dt><a href="reference/lexical_analysis.html#index-27">integer literal</a>
</dt>
</dl></dd>
<dt>
0x
</dt>
<dd><dl>
<dt><a href="reference/lexical_analysis.html#index-27">integer literal</a>
</dt>
</dl></dd>
<dt><a href="library/time.html#index-3">2-digit years</a>
</dt>
<dt><a href="glossary.html#term-2to3"><strong>2to3</strong></a>
</dt>
<dt>
: (colon)
</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-15">annotated variable</a>
</dt>
<dt><a href="reference/compound_stmts.html#index-10">compound statement</a>, <a href="reference/compound_stmts.html#index-16">[1]</a>, <a href="reference/compound_stmts.html#index-19">[2]</a>, <a href="reference/compound_stmts.html#index-29">[3]</a>, <a href="reference/compound_stmts.html#index-3">[4]</a>, <a href="reference/compound_stmts.html#index-4">[5]</a>, <a href="reference/compound_stmts.html#index-6">[6]</a>
</dt>
<dt><a href="reference/compound_stmts.html#index-23">function annotations</a>, <a href="tutorial/controlflow.html#index-5">[1]</a>
</dt>
<dt><a href="library/sqlite3.html#index-3">in SQL statements</a>
</dt>
<dt><a href="reference/expressions.html#index-16">in dictionary expressions</a>
</dt>
<dt><a href="reference/lexical_analysis.html#index-24">in formatted string literal</a>
</dt>
<dt><a href="library/string.html#index-2">in string formatting</a>
</dt>
<dt><a href="reference/expressions.html#index-88">lambda expression</a>
</dt>
<dt><a href="library/os.html#index-43">path separator (POSIX)</a>
</dt>
<dt><a href="reference/expressions.html#index-43">slicing</a>
</dt>
</dl></dd>
<dt><a href="library/os.html#index-43">; (semicolon)</a>, <a href="reference/compound_stmts.html#index-1">[1]</a>
</dt>
<dt>
< (less)
</dt>
<dd><dl>
<dt><a href="library/string.html#index-3">in string formatting</a>
</dt>
<dt><a href="library/struct.html#index-1">in struct format strings</a>
</dt>
<dt><a href="library/stdtypes.html#index-7">operator</a>, <a href="reference/expressions.html#index-76">[1]</a>
</dt>
</dl></dd>
<dt>
<<
</dt>
<dd><dl>
<dt><a href="library/stdtypes.html#index-16">operator</a>, <a href="reference/expressions.html#index-70">[1]</a>
</dt>
</dl></dd>
<dt>
<<=
</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-14">augmented assignment</a>
</dt>
</dl></dd>
<dt>
<=
</dt>
<dd><dl>
<dt><a href="library/stdtypes.html#index-7">operator</a>, <a href="reference/expressions.html#index-76">[1]</a>
</dt>
</dl></dd>
<dt><a href="library/doctest.html#index-2"><BLANKLINE></a>
</dt>
<dt>
= (equals)
</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-4">assignment statement</a>
</dt>
<dt><a href="reference/datamodel.html#index-82">class definition</a>
</dt>
<dt><a href="reference/compound_stmts.html#index-21">function definition</a>
</dt>
<dt><a href="reference/expressions.html#index-46">in function calls</a>
</dt>
<dt><a href="library/string.html#index-3">in string formatting</a>
</dt>
<dt><a href="library/struct.html#index-1">in struct format strings</a>
</dt>
</dl></dd>
<dt>
==
</dt>
<dd><dl>
<dt><a href="library/stdtypes.html#index-7">operator</a>, <a href="reference/expressions.html#index-76">[1]</a>
</dt>
</dl></dd>
<dt>
> (greater)
</dt>
<dd><dl>
<dt><a href="library/string.html#index-3">in string formatting</a>
</dt>
<dt><a href="library/struct.html#index-1">in struct format strings</a>
</dt>
<dt><a href="library/stdtypes.html#index-7">operator</a>, <a href="reference/expressions.html#index-76">[1]</a>
</dt>
</dl></dd>
<dt>
>=
</dt>
<dd><dl>
<dt><a href="library/stdtypes.html#index-7">operator</a>, <a href="reference/expressions.html#index-76">[1]</a>
</dt>
</dl></dd>
<dt>
>>
</dt>
<dd><dl>
<dt><a href="library/stdtypes.html#index-16">operator</a>, <a href="reference/expressions.html#index-70">[1]</a>
</dt>
</dl></dd>
<dt>
>>=
</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-14">augmented assignment</a>
</dt>
</dl></dd>
<dt><a href="glossary.html#term"><strong>>>></strong></a>
</dt>
<dd><dl>
<dt><a href="library/doctest.html#index-0">interpreter prompt</a>, <a href="library/sys.html#index-24">[1]</a>
</dt>
</dl></dd>
<dt>
? (question mark)
</dt>
<dd><dl>
<dt><a href="library/ast.html#index-0">in AST grammar</a>
</dt>
<dt><a href="library/sqlite3.html#index-2">in SQL statements</a>
</dt>
<dt><a href="library/cmd.html#index-0">in a command interpreter</a>
</dt>
<dt><a href="library/argparse.html#index-0">in argparse module</a>
</dt>
<dt><a href="library/fnmatch.html#index-2">in glob-style wildcards</a>, <a href="library/glob.html#index-1">[1]</a>
</dt>
<dt><a href="library/re.html#index-5">in regular expressions</a>
</dt>
<dt><a href="library/struct.html#index-2">in struct format strings</a>, <a href="library/struct.html#index-3">[1]</a>
</dt>
<dt><a href="library/codecs.html#index-1">replacement character</a>
</dt>
</dl></dd>
<dt>
??
</dt>
<dd><dl>
<dt><a href="library/re.html#index-6">in regular expressions</a>
</dt>
</dl></dd>
<dt>
@ (at)
</dt>
<dd><dl>
<dt><a href="reference/compound_stmts.html#index-30">class definition</a>
</dt>
<dt><a href="reference/compound_stmts.html#index-20">function definition</a>
</dt>
<dt><a href="library/struct.html#index-1">in struct format strings</a>
</dt>
<dt><a href="reference/expressions.html#index-65">operator</a>
</dt>
</dl></dd>
<dt>
[] (square brackets)
</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-6">in assignment target list</a>
</dt>
<dt><a href="library/fnmatch.html#index-2">in glob-style wildcards</a>, <a href="library/glob.html#index-1">[1]</a>
</dt>
<dt><a href="library/re.html#index-9">in regular expressions</a>
</dt>
<dt><a href="library/string.html#index-2">in string formatting</a>
</dt>
<dt><a href="reference/expressions.html#index-14">list expression</a>
</dt>
<dt><a href="reference/expressions.html#index-40">subscription</a>
</dt>
</dl></dd>
<dt>
\ (backslash)
</dt>
<dd><dl>
<dt><a href="library/codecs.html#index-1">escape sequence</a>, <a href="reference/lexical_analysis.html#index-22">[1]</a>
</dt>
<dt><a href="library/os.html#index-40">in pathnames (Windows)</a>
</dt>
<dt><a href="library/re.html#index-11">in regular expressions</a>, <a href="library/re.html#index-24">[1]</a>, <a href="library/re.html#index-8">[2]</a>
</dt>
</dl></dd>
<dt>
\\
</dt>
<dd><dl>
<dt><a href="reference/lexical_analysis.html#index-22">escape sequence</a>
</dt>
<dt><a href="library/re.html#index-35">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\A
</dt>
<dd><dl>
<dt><a href="library/re.html#index-25">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\a
</dt>
<dd><dl>
<dt><a href="reference/lexical_analysis.html#index-22">escape sequence</a>
</dt>
<dt><a href="library/re.html#index-35">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\B
</dt>
<dd><dl>
<dt><a href="library/re.html#index-27">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\b
</dt>
<dd><dl>
<dt><a href="reference/lexical_analysis.html#index-22">escape sequence</a>
</dt>
<dt><a href="library/re.html#index-26">in regular expressions</a>, <a href="library/re.html#index-35">[1]</a>
</dt>
</dl></dd>
<dt>
\D
</dt>
<dd><dl>
<dt><a href="library/re.html#index-29">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\d
</dt>
<dd><dl>
<dt><a href="library/re.html#index-28">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\f
</dt>
<dd><dl>
<dt><a href="reference/lexical_analysis.html#index-22">escape sequence</a>
</dt>
<dt><a href="library/re.html#index-35">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\g
</dt>
<dd><dl>
<dt><a href="library/re.html#index-37">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\N
</dt>
<dd><dl>
<dt><a href="library/codecs.html#index-1">escape sequence</a>, <a href="reference/lexical_analysis.html#index-22">[1]</a>
</dt>
<dt><a href="library/re.html#index-35">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\n
</dt>
<dd><dl>
<dt><a href="reference/lexical_analysis.html#index-22">escape sequence</a>
</dt>
<dt><a href="library/re.html#index-35">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\r
</dt>
<dd><dl>
<dt><a href="reference/lexical_analysis.html#index-22">escape sequence</a>
</dt>
<dt><a href="library/re.html#index-35">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\S
</dt>
<dd><dl>
<dt><a href="library/re.html#index-31">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\s
</dt>
<dd><dl>
<dt><a href="library/re.html#index-30">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\t
</dt>
<dd><dl>
<dt><a href="reference/lexical_analysis.html#index-22">escape sequence</a>
</dt>
<dt><a href="library/re.html#index-35">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\U
</dt>
<dd><dl>
<dt><a href="library/codecs.html#index-1">escape sequence</a>, <a href="reference/lexical_analysis.html#index-22">[1]</a>
</dt>
<dt><a href="library/re.html#index-35">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\u
</dt>
<dd><dl>
<dt><a href="library/codecs.html#index-1">escape sequence</a>, <a href="reference/lexical_analysis.html#index-22">[1]</a>
</dt>
<dt><a href="library/re.html#index-35">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\v
</dt>
<dd><dl>
<dt><a href="reference/lexical_analysis.html#index-22">escape sequence</a>
</dt>
<dt><a href="library/re.html#index-35">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\W
</dt>
<dd><dl>
<dt><a href="library/re.html#index-33">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\w
</dt>
<dd><dl>
<dt><a href="library/re.html#index-32">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\x
</dt>
<dd><dl>
<dt><a href="library/codecs.html#index-1">escape sequence</a>, <a href="reference/lexical_analysis.html#index-22">[1]</a>
</dt>
<dt><a href="library/re.html#index-35">in regular expressions</a>
</dt>
</dl></dd>
<dt>
\Z
</dt>
<dd><dl>
<dt><a href="library/re.html#index-34">in regular expressions</a>
</dt>
</dl></dd>
<dt>
^ (caret)
</dt>
<dd><dl>
<dt><a href="library/curses.ascii.html#index-0">in curses module</a>
</dt>
<dt><a href="library/re.html#index-1">in regular expressions</a>, <a href="library/re.html#index-12">[1]</a>
</dt>
<dt><a href="library/string.html#index-3">in string formatting</a>
</dt>
<dt><a href="library/doctest.html#index-1">marker</a>, <a href="library/traceback.html#index-1">[1]</a>
</dt>
<dt><a href="library/stdtypes.html#index-16">operator</a>, <a href="reference/expressions.html#index-74">[1]</a>
</dt>
</dl></dd>
<dt>
^=
</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-14">augmented assignment</a>
</dt>
</dl></dd>
<dt>
{} (curly brackets)
</dt>
<dd><dl>
<dt><a href="reference/expressions.html#index-16">dictionary expression</a>
</dt>
<dt><a href="reference/lexical_analysis.html#index-24">in formatted string literal</a>
</dt>
<dt><a href="library/re.html#index-7">in regular expressions</a>
</dt>
<dt><a href="library/string.html#index-2">in string formatting</a>
</dt>
<dt><a href="reference/expressions.html#index-15">set expression</a>
</dt>
</dl></dd>
<dt>
| (vertical bar)
</dt>
<dd><dl>
<dt><a href="library/re.html#index-13">in regular expressions</a>
</dt>
<dt><a href="library/stdtypes.html#index-16">operator</a>, <a href="reference/expressions.html#index-75">[1]</a>
</dt>
</dl></dd>
<dt>
|=
</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-14">augmented assignment</a>
</dt>
</dl></dd>
<dt>
~ (tilde)
</dt>
<dd><dl>
<dt><a href="library/os.path.html#index-1">home directory expansion</a>
</dt>
<dt><a href="library/stdtypes.html#index-16">operator</a>, <a href="reference/expressions.html#index-61">[1]</a>
</dt>
</dl></dd>
</dl></td>
</tr></table>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper"><div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="contents.html">Documentation overview</a><ul>
</ul></li>
</ul>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
©2001-2020, Python Software Foundation.
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.4.9</a>
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.8</a>
</div>
</body>
</html>