dwww Home | Show directory contents | Find package

<?xml version="1.0" encoding="iso-8859-1"?>
<book title="Python 3.11 Documentation" name="Python 3.11" version="3.11" link="index.html">
<chapters>
  <sub link="whatsnew/3.11.html" name="What's new in Python 3.11?">
  </sub>
  <sub link="tutorial/index.html" name="Tutorial">
    <sub link="tutorial/https://www.python.org/" name="https://www.python.org/">
    </sub>
  </sub>
  <sub link="library/index.html" name="Library Reference">
    <sub link="library/https://pypi.org" name="Python Package Index">
    </sub>
  </sub>
  <sub link="reference/index.html" name="Language Reference">
  </sub>
  <sub link="using/index.html" name="Python Setup and Usage">
  </sub>
  <sub link="howto/index.html" name="Python HOWTOs">
  </sub>
  <sub link="installing/index.html" name="Installing Python Modules">
  </sub>
  <sub link="distributing/index.html" name="Distributing Python Modules">
  </sub>
  <sub link="extending/index.html" name="Extending and Embedding">
    <sub link="extending/https://cython.org/" name="Cython">
    </sub>
    <sub link="extending/https://cffi.readthedocs.io" name="cffi">
    </sub>
    <sub link="extending/https://www.swig.org" name="SWIG">
    </sub>
    <sub link="extending/https://numba.pydata.org/" name="Numba">
    </sub>
    <sub link="extending/https://packaging.python.org/guides/packaging-binary-extensions/" name="Python Packaging User Guide: Binary Extensions">
    </sub>
  </sub>
  <sub link="c-api/index.html" name="Python/C API">
  </sub>
  <sub link="faq/index.html" name="FAQs">
  </sub>
  <sub link="py-modindex.html" name="Global Module Index">
  </sub>
  <sub link="https://devguide.python.org/docquality/#helping-with-documentation" name="Contributing to Docs">
  </sub>
</chapters>
<functions>
  <function link="library/gettext.html#index-4" name="gettext"/>
  <function link="reference/lexical_analysis.html#index-28" name="in numeric literal"/>
  <function link="library/string.html#index-10" name="in string formatting"/>
  <function link="reference/lexical_analysis.html#index-15" name="_, identifiers"/>
  <function link="reference/lexical_analysis.html#index-15" name="__, identifiers"/>
  <function link="library/operator.html#operator.__abs__" name="__abs__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__abs__" name="(object method)"/>
  <function link="library/operator.html#operator.__add__" name="__add__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__add__" name="(object method)"/>
  <function link="reference/datamodel.html#object.__aenter__" name="__aenter__() (object method)"/>
  <function link="reference/datamodel.html#object.__aexit__" name="__aexit__() (object method)"/>
  <function link="reference/datamodel.html#object.__aiter__" name="__aiter__() (object method)"/>
  <function link="tutorial/modules.html#index-8" name="__all__"/>
  <function link="reference/simple_stmts.html#index-38" name="(optional module attribute)"/>
  <function link="c-api/import.html#index-0" name="(package variable)"/>
  <function link="library/enum.html#enum.Flag.__and__" name="__and__() (enum.Flag method)"/>
  <function link="library/operator.html#operator.__and__" name="(in module operator)"/>
  <function link="reference/datamodel.html#object.__and__" name="(object method)"/>
  <function link="reference/expressions.html#agen.__anext__" name="__anext__() (agen method)"/>
  <function link="reference/datamodel.html#object.__anext__" name="(object method)"/>
  <function link="reference/datamodel.html#index-48" name="__annotations__ (class attribute)"/>
  <function link="reference/datamodel.html#index-34" name="(function attribute)"/>
  <function link="reference/datamodel.html#index-43" name="(module attribute)"/>
  <function link="library/stdtypes.html#genericalias.__args__" name="__args__ (genericalias attribute)"/>
  <function link="reference/datamodel.html#object.__await__" name="__await__() (object method)"/>
  <function link="library/stdtypes.html#class.__bases__" name="__bases__ (class attribute)"/>
  <function link="reference/datamodel.html#index-95" name="__bool__() (object method)"/>
  <function link="library/sys.html#sys.__breakpointhook__" name="__breakpointhook__ (in module sys)"/>
  <function link="library/email.message.html#email.message.EmailMessage.__bytes__" name="__bytes__() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.__bytes__" name="(email.message.Message method)"/>
  <function link="reference/datamodel.html#object.__bytes__" name="(object method)"/>
  <function link="reference/import.html#cached__" name="__cached__"/>
  <function link="library/email.headerregistry.html#email.headerregistry.HeaderRegistry.__call__" name="__call__() (email.headerregistry.HeaderRegistry method)"/>
  <function link="library/enum.html#enum.Enum.__call__" name="(enum.Enum method)"/>
  <function link="library/operator.html#operator.__call__" name="(in module operator)"/>
  <function link="reference/datamodel.html#object.__call__" name="(object method)"/>
  <function link="library/weakref.html#weakref.finalize.__call__" name="(weakref.finalize method)"/>
  <function link="library/weakref.html#weakref.ref.__callback__" name="__callback__ (weakref.ref attribute)"/>
  <function link="reference/simple_stmts.html#index-29" name="__cause__ (exception attribute)"/>
  <function link="library/traceback.html#traceback.TracebackException.__cause__" name="(traceback.TracebackException attribute)"/>
  <function link="library/fractions.html#fractions.Fraction.__ceil__" name="__ceil__() (fractions.Fraction method)"/>
  <function link="reference/datamodel.html#object.__ceil__" name="(object method)"/>
  <function link="library/stdtypes.html#instance.__class__" name="__class__ (instance attribute)"/>
  <function link="reference/datamodel.html#index-89" name="(method cell)"/>
  <function link="reference/datamodel.html#index-80" name="(module attribute)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.__class__" name="(unittest.mock.Mock attribute)"/>
  <function link="reference/datamodel.html#object.__class_getitem__" name="__class_getitem__() (object class method)"/>
  <function link="reference/datamodel.html#index-89" name="__classcell__ (class namespace entry)"/>
  <function link="reference/datamodel.html#index-34" name="__closure__ (function attribute)"/>
  <function link="reference/datamodel.html#index-34" name="__code__ (function attribute)"/>
  <function link="library/stdtypes.html#index-62" name="(function object attribute)"/>
  <function link="reference/datamodel.html#object.__complex__" name="__complex__() (object method)"/>
  <function link="library/operator.html#operator.__concat__" name="__concat__() (in module operator)"/>
  <function link="library/email.message.html#email.message.EmailMessage.__contains__" name="__contains__() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.__contains__" name="(email.message.Message method)"/>
  <function link="library/enum.html#enum.EnumType.__contains__" name="(enum.EnumType method)"/>
  <function link="library/enum.html#enum.Flag.__contains__" name="(enum.Flag method)"/>
  <function link="library/operator.html#operator.__contains__" name="(in module operator)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.__contains__" name="(mailbox.Mailbox method)"/>
  <function link="reference/datamodel.html#object.__contains__" name="(object method)"/>
  <function link="reference/simple_stmts.html#index-29" name="__context__ (exception attribute)"/>
  <function link="library/traceback.html#traceback.TracebackException.__context__" name="(traceback.TracebackException attribute)"/>
  <function link="library/copy.html#index-1" name="__copy__() (copy protocol)"/>
  <function link="reference/simple_stmts.html#index-19" name="__debug__"/>
  <function link="library/constants.html#debug__" name="(built-in variable)"/>
  <function link="library/copy.html#index-1" name="__deepcopy__() (copy protocol)"/>
  <function link="reference/datamodel.html#index-34" name="__defaults__ (function attribute)"/>
  <function link="library/io.html#io.IOBase.__del__" name="__del__() (io.IOBase method)"/>
  <function link="reference/datamodel.html#object.__del__" name="(object method)"/>
  <function link="reference/datamodel.html#object.__delattr__" name="__delattr__() (object method)"/>
  <function link="reference/datamodel.html#object.__delete__" name="__delete__() (object method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.__delitem__" name="__delitem__() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.__delitem__" name="(email.message.Message method)"/>
  <function link="library/operator.html#operator.__delitem__" name="(in module operator)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.__delitem__" name="(mailbox.Mailbox method)"/>
  <function link="library/mailbox.html#mailbox.MH.__delitem__" name="(mailbox.MH method)"/>
  <function link="reference/datamodel.html#object.__delitem__" name="(object method)"/>
  <function link="reference/datamodel.html#index-48" name="__dict__ (class attribute)"/>
  <function link="reference/datamodel.html#index-34" name="(function attribute)"/>
  <function link="reference/datamodel.html#index-52" name="(instance attribute)"/>
  <function link="c-api/module.html#index-3" name="(module attribute)"/>
  <function link="library/stdtypes.html#object.__dict__" name="(object attribute)"/>
  <function link="reference/datamodel.html#index-80" name="__dir__ (module attribute)"/>
  <function link="library/enum.html#enum.Enum.__dir__" name="__dir__() (enum.Enum method)"/>
  <function link="library/enum.html#enum.EnumType.__dir__" name="(enum.EnumType method)"/>
  <function link="reference/datamodel.html#object.__dir__" name="(object method)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.__dir__" name="(unittest.mock.Mock method)"/>
  <function link="library/sys.html#sys.__displayhook__" name="__displayhook__ (in module sys)"/>
  <function link="reference/datamodel.html#object.__divmod__" name="__divmod__() (object method)"/>
  <function link="reference/datamodel.html#index-48" name="__doc__ (class attribute)"/>
  <function link="reference/datamodel.html#index-34" name="(function attribute)"/>
  <function link="reference/datamodel.html#index-36" name="(method attribute)"/>
  <function link="c-api/module.html#index-2" name="(module attribute)"/>
  <function link="library/types.html#types.ModuleType.__doc__" name="(types.ModuleType attribute)"/>
  <function link="library/stdtypes.html#contextmanager.__enter__" name="__enter__() (contextmanager method)"/>
  <function link="reference/datamodel.html#object.__enter__" name="(object method)"/>
  <function link="library/winreg.html#winreg.PyHKEY.__enter__" name="(winreg.PyHKEY method)"/>
  <function link="library/email.charset.html#email.charset.Charset.__eq__" name="__eq__() (email.charset.Charset method)"/>
  <function link="library/email.header.html#email.header.Header.__eq__" name="(email.header.Header method)"/>
  <function link="library/operator.html#operator.__eq__" name="(in module operator)"/>
  <function link="library/stdtypes.html#index-9" name="(instance method)"/>
  <function link="library/stdtypes.html#memoryview.__eq__" name="(memoryview method)"/>
  <function link="reference/datamodel.html#object.__eq__" name="(object method)"/>
  <function link="library/sys.html#sys.__excepthook__" name="__excepthook__ (in module sys)"/>
  <function link="library/threading.html#threading.__excepthook__" name="(in module threading)"/>
  <function link="library/stdtypes.html#contextmanager.__exit__" name="__exit__() (contextmanager method)"/>
  <function link="reference/datamodel.html#object.__exit__" name="(object method)"/>
  <function link="library/winreg.html#winreg.PyHKEY.__exit__" name="(winreg.PyHKEY method)"/>
  <function link="reference/import.html#file__" name="__file__"/>
  <function link="c-api/module.html#index-2" name="(module attribute)"/>
  <function link="reference/datamodel.html#object.__float__" name="__float__() (object method)"/>
  <function link="library/fractions.html#fractions.Fraction.__floor__" name="__floor__() (fractions.Fraction method)"/>
  <function link="reference/datamodel.html#object.__floor__" name="(object method)"/>
  <function link="library/operator.html#operator.__floordiv__" name="__floordiv__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__floordiv__" name="(object method)"/>
  <function link="library/functions.html#index-3" name="__format__"/>
  <function link="library/datetime.html#datetime.date.__format__" name="__format__() (datetime.date method)"/>
  <function link="library/datetime.html#datetime.datetime.__format__" name="(datetime.datetime method)"/>
  <function link="library/datetime.html#datetime.time.__format__" name="(datetime.time method)"/>
  <function link="library/enum.html#enum.Enum.__format__" name="(enum.Enum method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Address.__format__" name="(ipaddress.IPv4Address method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.__format__" name="(ipaddress.IPv6Address method)"/>
  <function link="reference/datamodel.html#object.__format__" name="(object method)"/>
  <function link="library/os.html#os.PathLike.__fspath__" name="__fspath__() (os.PathLike method)"/>
  <function link="reference/datamodel.html#index-36" name="__func__ (method attribute)"/>
  <function link="glossary.html#term-__future__" name="__future__"/>
  <function link="reference/simple_stmts.html#index-40" name="future statement"/>
  <function link="library/__future__.html#module-__future__" name="module"/>
  <function link="library/operator.html#operator.__ge__" name="__ge__() (in module operator)"/>
  <function link="library/stdtypes.html#index-9" name="(instance method)"/>
  <function link="reference/datamodel.html#object.__ge__" name="(object method)"/>
  <function link="reference/datamodel.html#object.__get__" name="__get__() (object method)"/>
  <function link="reference/datamodel.html#index-80" name="__getattr__ (module attribute)"/>
  <function link="library/enum.html#enum.EnumType.__getattr__" name="__getattr__() (enum.EnumType method)"/>
  <function link="reference/datamodel.html#object.__getattr__" name="(object method)"/>
  <function link="reference/datamodel.html#object.__getattribute__" name="__getattribute__() (object method)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.HeaderRegistry.__getitem__" name="__getitem__() (email.headerregistry.HeaderRegistry method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.__getitem__" name="(email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.__getitem__" name="(email.message.Message method)"/>
  <function link="library/enum.html#enum.EnumType.__getitem__" name="(enum.EnumType method)"/>
  <function link="library/operator.html#operator.__getitem__" name="(in module operator)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.__getitem__" name="(mailbox.Mailbox method)"/>
  <function link="reference/datamodel.html#index-68" name="(mapping object method)"/>
  <function link="reference/datamodel.html#object.__getitem__" name="(object method)"/>
  <function link="library/re.html#re.Match.__getitem__" name="(re.Match method)"/>
  <function link="library/pickle.html#object.__getnewargs__" name="__getnewargs__() (object method)"/>
  <function link="library/pickle.html#object.__getnewargs_ex__" name="__getnewargs_ex__() (object method)"/>
  <function link="library/pickle.html#index-7" name="__getstate__() (copy protocol)"/>
  <function link="library/pickle.html#object.__getstate__" name="(object method)"/>
  <function link="reference/datamodel.html#index-34" name="__globals__ (function attribute)"/>
  <function link="library/operator.html#operator.__gt__" name="__gt__() (in module operator)"/>
  <function link="library/stdtypes.html#index-9" name="(instance method)"/>
  <function link="reference/datamodel.html#object.__gt__" name="(object method)"/>
  <function link="reference/datamodel.html#object.__hash__" name="__hash__() (object method)"/>
  <function link="library/operator.html#operator.__iadd__" name="__iadd__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__iadd__" name="(object method)"/>
  <function link="library/operator.html#operator.__iand__" name="__iand__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__iand__" name="(object method)"/>
  <function link="library/operator.html#operator.__iconcat__" name="__iconcat__() (in module operator)"/>
  <function link="library/operator.html#operator.__ifloordiv__" name="__ifloordiv__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__ifloordiv__" name="(object method)"/>
  <function link="library/operator.html#operator.__ilshift__" name="__ilshift__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__ilshift__" name="(object method)"/>
  <function link="library/operator.html#operator.__imatmul__" name="__imatmul__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__imatmul__" name="(object method)"/>
  <function link="library/operator.html#operator.__imod__" name="__imod__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__imod__" name="(object method)"/>
  <function link="c-api/import.html#index-1" name="built-in function"/>
  <function link="library/functions.html#import__" name="built-in function"/>
  <function link="library/importlib.html#importlib.__import__" name="__import__() (in module importlib)"/>
  <function link="library/operator.html#operator.__imul__" name="__imul__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__imul__" name="(object method)"/>
  <function link="library/operator.html#operator.__index__" name="__index__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__index__" name="(object method)"/>
  <function link="library/asyncio-extending.html#asyncio.Future.__init__" name="__init__() (asyncio.Future method)"/>
  <function link="library/asyncio-extending.html#asyncio.Task.__init__" name="(asyncio.Task method)"/>
  <function link="library/difflib.html#difflib.HtmlDiff.__init__" name="(difflib.HtmlDiff method)"/>
  <function link="library/logging.html#logging.Handler.__init__" name="(logging.Handler method)"/>
  <function link="howto/logging.html#logging.logging.Formatter.__init__" name="(logging.logging.Formatter method)"/>
  <function link="reference/datamodel.html#object.__init__" name="(object method)"/>
  <function link="library/enum.html#enum.Enum.__init_subclass__" name="__init_subclass__() (enum.Enum method)"/>
  <function link="reference/datamodel.html#object.__init_subclass__" name="(object class method)"/>
  <function link="reference/datamodel.html#class.__instancecheck__" name="__instancecheck__() (class method)"/>
  <function link="reference/datamodel.html#object.__int__" name="__int__() (object method)"/>
  <function link="library/sys.html#sys.__interactivehook__" name="__interactivehook__ (in module sys)"/>
  <function link="library/operator.html#operator.__inv__" name="__inv__() (in module operator)"/>
  <function link="library/operator.html#operator.__invert__" name="__invert__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__invert__" name="(object method)"/>
  <function link="library/operator.html#operator.__ior__" name="__ior__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__ior__" name="(object method)"/>
  <function link="library/operator.html#operator.__ipow__" name="__ipow__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__ipow__" name="(object method)"/>
  <function link="library/operator.html#operator.__irshift__" name="__irshift__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__irshift__" name="(object method)"/>
  <function link="library/operator.html#operator.__isub__" name="__isub__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__isub__" name="(object method)"/>
  <function link="library/stdtypes.html#container.__iter__" name="__iter__() (container method)"/>
  <function link="library/enum.html#enum.EnumType.__iter__" name="(enum.EnumType method)"/>
  <function link="library/stdtypes.html#iterator.__iter__" name="(iterator method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.__iter__" name="(mailbox.Mailbox method)"/>
  <function link="reference/datamodel.html#object.__iter__" name="(object method)"/>
  <function link="library/unittest.html#unittest.TestSuite.__iter__" name="(unittest.TestSuite method)"/>
  <function link="library/operator.html#operator.__itruediv__" name="__itruediv__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__itruediv__" name="(object method)"/>
  <function link="library/operator.html#operator.__ixor__" name="__ixor__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__ixor__" name="(object method)"/>
  <function link="reference/datamodel.html#index-34" name="__kwdefaults__ (function attribute)"/>
  <function link="library/operator.html#operator.__le__" name="__le__() (in module operator)"/>
  <function link="library/stdtypes.html#index-9" name="(instance method)"/>
  <function link="reference/datamodel.html#object.__le__" name="(object method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.__len__" name="__len__() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.__len__" name="(email.message.Message method)"/>
  <function link="library/enum.html#enum.EnumType.__len__" name="(enum.EnumType method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.__len__" name="(mailbox.Mailbox method)"/>
  <function link="reference/datamodel.html#index-79" name="(mapping object method)"/>
  <function link="reference/datamodel.html#object.__len__" name="(object method)"/>
  <function link="reference/datamodel.html#object.__length_hint__" name="__length_hint__() (object method)"/>
  <function link="reference/import.html#loader__" name="__loader__"/>
  <function link="c-api/module.html#index-2" name="(module attribute)"/>
  <function link="library/types.html#types.ModuleType.__loader__" name="(types.ModuleType attribute)"/>
  <function link="library/operator.html#operator.__lshift__" name="__lshift__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__lshift__" name="(object method)"/>
  <function link="library/operator.html#operator.__lt__" name="__lt__() (in module operator)"/>
  <function link="library/stdtypes.html#index-9" name="(instance method)"/>
  <function link="reference/datamodel.html#object.__lt__" name="(object method)"/>
  <function link="c-api/init.html#index-16" name="module"/>
  <function link="library/operator.html#operator.__matmul__" name="__matmul__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__matmul__" name="(object method)"/>
  <function link="library/stdtypes.html#index-52" name="__missing__()"/>
  <function link="library/collections.html#collections.defaultdict.__missing__" name="(collections.defaultdict method)"/>
  <function link="reference/datamodel.html#object.__missing__" name="(object method)"/>
  <function link="library/operator.html#operator.__mod__" name="__mod__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__mod__" name="(object method)"/>
  <function link="reference/datamodel.html#index-48" name="__module__ (class attribute)"/>
  <function link="reference/datamodel.html#index-34" name="(function attribute)"/>
  <function link="reference/datamodel.html#index-36" name="(method attribute)"/>
  <function link="library/stdtypes.html#class.__mro__" name="__mro__ (class attribute)"/>
  <function link="library/operator.html#operator.__mul__" name="__mul__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__mul__" name="(object method)"/>
  <function link="reference/import.html#name__" name="__name__"/>
  <function link="reference/datamodel.html#index-48" name="(class attribute)"/>
  <function link="library/stdtypes.html#definition.__name__" name="(definition attribute)"/>
  <function link="reference/datamodel.html#index-34" name="(function attribute)"/>
  <function link="reference/datamodel.html#index-36" name="(method attribute)"/>
  <function link="c-api/module.html#index-2" name="(module attribute)"/>
  <function link="library/types.html#types.ModuleType.__name__" name="(types.ModuleType attribute)"/>
  <function link="library/email.charset.html#email.charset.Charset.__ne__" name="__ne__() (email.charset.Charset method)"/>
  <function link="library/email.header.html#email.header.Header.__ne__" name="(email.header.Header method)"/>
  <function link="library/operator.html#operator.__ne__" name="(in module operator)"/>
  <function link="library/stdtypes.html#index-9" name="(instance method)"/>
  <function link="reference/datamodel.html#object.__ne__" name="(object method)"/>
  <function link="library/operator.html#operator.__neg__" name="__neg__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__neg__" name="(object method)"/>
  <function link="reference/datamodel.html#object.__new__" name="__new__() (object method)"/>
  <function link="library/csv.html#csv.csvreader.__next__" name="__next__() (csv.csvreader method)"/>
  <function link="reference/expressions.html#generator.__next__" name="(generator method)"/>
  <function link="library/stdtypes.html#iterator.__next__" name="(iterator method)"/>
  <function link="library/operator.html#operator.__not__" name="__not__() (in module operator)"/>
  <function link="library/exceptions.html#BaseException.__notes__" name="__notes__ (BaseException attribute)"/>
  <function link="library/traceback.html#traceback.TracebackException.__notes__" name="(traceback.TracebackException attribute)"/>
  <function link="library/typing.html#typing.TypedDict.__optional_keys__" name="__optional_keys__ (typing.TypedDict attribute)"/>
  <function link="library/enum.html#enum.Flag.__or__" name="__or__() (enum.Flag method)"/>
  <function link="library/operator.html#operator.__or__" name="(in module operator)"/>
  <function link="reference/datamodel.html#object.__or__" name="(object method)"/>
  <function link="library/stdtypes.html#genericalias.__origin__" name="__origin__ (genericalias attribute)"/>
  <function link="reference/import.html#package__" name="__package__"/>
  <function link="c-api/module.html#index-2" name="(module attribute)"/>
  <function link="library/types.html#types.ModuleType.__package__" name="(types.ModuleType attribute)"/>
  <function link="library/stdtypes.html#genericalias.__parameters__" name="__parameters__ (genericalias attribute)"/>
  <function link="reference/import.html#path__" name="__path__"/>
  <function link="library/operator.html#operator.__pos__" name="__pos__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__pos__" name="(object method)"/>
  <function link="library/operator.html#operator.__pow__" name="__pow__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__pow__" name="(object method)"/>
  <function link="reference/datamodel.html#index-86" name="__prepare__ (metaclass method)"/>
  <function link="c-api/init_config.html#index-23" name="__PYVENV_LAUNCHER__"/>
  <function link="library/stdtypes.html#definition.__qualname__" name="__qualname__ (definition attribute)"/>
  <function link="reference/datamodel.html#object.__radd__" name="__radd__() (object method)"/>
  <function link="reference/datamodel.html#object.__rand__" name="__rand__() (object method)"/>
  <function link="reference/datamodel.html#object.__rdivmod__" name="__rdivmod__() (object method)"/>
  <function link="library/pickle.html#object.__reduce__" name="__reduce__() (object method)"/>
  <function link="library/pickle.html#object.__reduce_ex__" name="__reduce_ex__() (object method)"/>
  <function link="library/enum.html#enum.Enum.__repr__" name="__repr__() (enum.Enum method)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.BaseProxy.__repr__" name="(multiprocessing.managers.BaseProxy method)"/>
  <function link="library/netrc.html#netrc.netrc.__repr__" name="(netrc.netrc method)"/>
  <function link="reference/datamodel.html#object.__repr__" name="(object method)"/>
  <function link="library/typing.html#typing.TypedDict.__required_keys__" name="__required_keys__ (typing.TypedDict attribute)"/>
  <function link="library/enum.html#enum.EnumType.__reversed__" name="__reversed__() (enum.EnumType method)"/>
  <function link="reference/datamodel.html#object.__reversed__" name="(object method)"/>
  <function link="reference/datamodel.html#object.__rfloordiv__" name="__rfloordiv__() (object method)"/>
  <function link="reference/datamodel.html#object.__rlshift__" name="__rlshift__() (object method)"/>
  <function link="reference/datamodel.html#object.__rmatmul__" name="__rmatmul__() (object method)"/>
  <function link="reference/datamodel.html#object.__rmod__" name="__rmod__() (object method)"/>
  <function link="reference/datamodel.html#object.__rmul__" name="__rmul__() (object method)"/>
  <function link="reference/datamodel.html#object.__ror__" name="__ror__() (object method)"/>
  <function link="library/fractions.html#fractions.Fraction.__round__" name="__round__() (fractions.Fraction method)"/>
  <function link="reference/datamodel.html#object.__round__" name="(object method)"/>
  <function link="reference/datamodel.html#object.__rpow__" name="__rpow__() (object method)"/>
  <function link="reference/datamodel.html#object.__rrshift__" name="__rrshift__() (object method)"/>
  <function link="library/operator.html#operator.__rshift__" name="__rshift__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__rshift__" name="(object method)"/>
  <function link="reference/datamodel.html#object.__rsub__" name="__rsub__() (object method)"/>
  <function link="reference/datamodel.html#object.__rtruediv__" name="__rtruediv__() (object method)"/>
  <function link="reference/datamodel.html#object.__rxor__" name="__rxor__() (object method)"/>
  <function link="reference/datamodel.html#index-36" name="__self__ (method attribute)"/>
  <function link="reference/datamodel.html#object.__set__" name="__set__() (object method)"/>
  <function link="reference/datamodel.html#object.__set_name__" name="__set_name__() (object method)"/>
  <function link="reference/datamodel.html#object.__setattr__" name="__setattr__() (object method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.__setitem__" name="__setitem__() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.__setitem__" name="(email.message.Message method)"/>
  <function link="library/operator.html#operator.__setitem__" name="(in module operator)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.__setitem__" name="(mailbox.Mailbox method)"/>
  <function link="library/mailbox.html#mailbox.Maildir.__setitem__" name="(mailbox.Maildir method)"/>
  <function link="reference/datamodel.html#object.__setitem__" name="(object method)"/>
  <function link="library/pickle.html#index-7" name="__setstate__() (copy protocol)"/>
  <function link="library/pickle.html#object.__setstate__" name="(object method)"/>
  <function link="glossary.html#term-__slots__" name="__slots__"/>
  <function link="reference/import.html#spec__" name="__spec__"/>
  <function link="library/types.html#types.ModuleType.__spec__" name="(types.ModuleType attribute)"/>
  <function link="library/sys.html#sys.__stderr__" name="__stderr__ (in module sys)"/>
  <function link="library/sys.html#sys.__stdin__" name="__stdin__ (in module sys)"/>
  <function link="library/sys.html#sys.__stdout__" name="__stdout__ (in module sys)"/>
  <function link="library/datetime.html#datetime.date.__str__" name="__str__() (datetime.date method)"/>
  <function link="library/datetime.html#datetime.datetime.__str__" name="(datetime.datetime method)"/>
  <function link="library/datetime.html#datetime.time.__str__" name="(datetime.time method)"/>
  <function link="library/email.charset.html#email.charset.Charset.__str__" name="(email.charset.Charset method)"/>
  <function link="library/email.header.html#email.header.Header.__str__" name="(email.header.Header method)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.Address.__str__" name="(email.headerregistry.Address method)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.Group.__str__" name="(email.headerregistry.Group method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.__str__" name="(email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.__str__" name="(email.message.Message method)"/>
  <function link="library/enum.html#enum.Enum.__str__" name="(enum.Enum method)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.BaseProxy.__str__" name="(multiprocessing.managers.BaseProxy method)"/>
  <function link="reference/datamodel.html#object.__str__" name="(object method)"/>
  <function link="library/operator.html#operator.__sub__" name="__sub__() (in module operator)"/>
  <function link="reference/datamodel.html#object.__sub__" name="(object method)"/>
  <function link="reference/datamodel.html#class.__subclasscheck__" name="__subclasscheck__() (class method)"/>
  <function link="library/stdtypes.html#class.__subclasses__" name="__subclasses__() (class method)"/>
  <function link="library/abc.html#abc.ABCMeta.__subclasshook__" name="__subclasshook__() (abc.ABCMeta method)"/>
  <function link="library/traceback.html#traceback.TracebackException.__suppress_context__" name="__suppress_context__ (traceback.TracebackException attribute)"/>
  <function link="library/typing.html#typing.TypedDict.__total__" name="__total__ (typing.TypedDict attribute)"/>
  <function link="reference/simple_stmts.html#index-27" name="__traceback__ (exception attribute)"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.Traversable.__truediv__" name="__truediv__() (importlib.resources.abc.Traversable method)"/>
  <function link="library/operator.html#operator.__truediv__" name="(in module operator)"/>
  <function link="reference/datamodel.html#object.__truediv__" name="(object method)"/>
  <function link="reference/datamodel.html#object.__trunc__" name="__trunc__() (object method)"/>
  <function link="library/stdtypes.html#genericalias.__unpacked__" name="__unpacked__ (genericalias attribute)"/>
  <function link="library/sys.html#sys.__unraisablehook__" name="__unraisablehook__ (in module sys)"/>
  <function link="library/enum.html#enum.Flag.__xor__" name="__xor__() (enum.Flag method)"/>
  <function link="library/operator.html#operator.__xor__" name="(in module operator)"/>
  <function link="reference/datamodel.html#object.__xor__" name="(object method)"/>
  <function link="library/ctypes.html#ctypes.Structure._anonymous_" name="_anonymous_ (ctypes.Structure attribute)"/>
  <function link="library/collections.html#collections.somenamedtuple._asdict" name="_asdict() (collections.somenamedtuple method)"/>
  <function link="library/ctypes.html#ctypes._CData._b_base_" name="_b_base_ (ctypes._CData attribute)"/>
  <function link="library/ctypes.html#ctypes._CData._b_needsfree_" name="_b_needsfree_ (ctypes._CData attribute)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.BaseProxy._callmethod" name="_callmethod() (multiprocessing.managers.BaseProxy method)"/>
  <function link="library/ctypes.html#ctypes._CData" name="_CData (class in ctypes)"/>
  <function link="library/sys.html#sys._clear_type_cache" name="_clear_type_cache() (in module sys)"/>
  <function link="library/sys.html#sys._current_exceptions" name="_current_exceptions() (in module sys)"/>
  <function link="library/sys.html#sys._current_frames" name="_current_frames() (in module sys)"/>
  <function link="library/sys.html#sys._debugmallocstats" name="_debugmallocstats() (in module sys)"/>
  <function link="library/sys.html#sys._emscripten_info" name="_emscripten_info (in module sys)"/>
  <function link="library/sys.html#sys._enablelegacywindowsfsencoding" name="_enablelegacywindowsfsencoding() (in module sys)"/>
  <function link="library/asyncio-extending.html#asyncio._enter_task" name="_enter_task() (in module asyncio)"/>
  <function link="library/os.html#os._exit" name="_exit() (in module os)"/>
  <function link="library/collections.html#collections.somenamedtuple._field_defaults" name="_field_defaults (collections.somenamedtuple attribute)"/>
  <function link="library/ast.html#ast.AST._fields" name="_fields (ast.AST attribute)"/>
  <function link="library/collections.html#collections.somenamedtuple._fields" name="(collections.somenamedtuple attribute)"/>
  <function link="library/ctypes.html#ctypes.Structure._fields_" name="_fields_ (ctypes.Structure attribute)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler._flush" name="_flush() (wsgiref.handlers.BaseHandler method)"/>
  <function link="c-api/import.html#c._frozen" name="_frozen (C struct)"/>
  <function link="library/ctypes.html#ctypes._FuncPtr" name="_FuncPtr (class in ctypes)"/>
  <function link="library/enum.html#enum.Enum._generate_next_value_" name="_generate_next_value_() (enum.Enum method)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock._get_child_mock" name="_get_child_mock() (unittest.mock.Mock method)"/>
  <function link="library/sysconfig.html#sysconfig._get_preferred_schemes" name="_get_preferred_schemes() (in module sysconfig)"/>
  <function link="library/sys.html#sys._getframe" name="_getframe() (in module sys)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.BaseProxy._getvalue" name="_getvalue() (multiprocessing.managers.BaseProxy method)"/>
  <function link="library/ctypes.html#ctypes.PyDLL._handle" name="_handle (ctypes.PyDLL attribute)"/>
  <function link="library/enum.html#enum.Enum._ignore_" name="_ignore_ (enum.Enum attribute)"/>
  <function link="c-api/import.html#c._inittab" name="_inittab (C struct)"/>
  <function link="library/asyncio-extending.html#asyncio._leave_task" name="_leave_task() (in module asyncio)"/>
  <function link="library/ctypes.html#ctypes.Array._length_" name="_length_ (ctypes.Array attribute)"/>
  <function link="library/locale.html#index-0" name="module"/>
  <function link="library/collections.html#collections.somenamedtuple._make" name="_make() (collections.somenamedtuple class method)"/>
  <function link="library/unittest.html#unittest.TextTestRunner._makeResult" name="_makeResult() (unittest.TextTestRunner method)"/>
  <function link="library/enum.html#enum.Enum._missing_" name="_missing_() (enum.Enum method)"/>
  <function link="library/ctypes.html#ctypes.PyDLL._name" name="_name (ctypes.PyDLL attribute)"/>
  <function link="library/enum.html#enum.Flag._numeric_repr_" name="_numeric_repr_() (enum.Flag method)"/>
  <function link="library/ctypes.html#ctypes._CData._objects" name="_objects (ctypes._CData attribute)"/>
  <function link="library/ctypes.html#ctypes.Structure._pack_" name="_pack_ (ctypes.Structure attribute)"/>
  <function link="library/gettext.html#gettext.NullTranslations._parse" name="_parse() (gettext.NullTranslations method)"/>
  <function link="library/ctypes.html#ctypes._Pointer" name="_Pointer (class in ctypes)"/>
  <function link="c-api/complex.html#c._Py_c_diff" name="_Py_c_diff (C function)"/>
  <function link="c-api/complex.html#c._Py_c_neg" name="_Py_c_neg (C function)"/>
  <function link="c-api/complex.html#c._Py_c_pow" name="_Py_c_pow (C function)"/>
  <function link="c-api/complex.html#c._Py_c_prod" name="_Py_c_prod (C function)"/>
  <function link="c-api/complex.html#c._Py_c_quot" name="_Py_c_quot (C function)"/>
  <function link="c-api/complex.html#c._Py_c_sum" name="_Py_c_sum (C function)"/>
  <function link="c-api/init_config.html#c._Py_InitializeMain" name="_Py_InitializeMain (C function)"/>
  <function link="c-api/allocation.html#c._Py_NoneStruct" name="_Py_NoneStruct (C var)"/>
  <function link="c-api/bytes.html#c._PyBytes_Resize" name="_PyBytes_Resize (C function)"/>
  <function link="c-api/structures.html#c._PyCFunctionFast" name="_PyCFunctionFast (C type)"/>
  <function link="c-api/structures.html#c._PyCFunctionFastWithKeywords" name="_PyCFunctionFastWithKeywords (C type)"/>
  <function link="c-api/init.html#c._PyFrameEvalFunction" name="_PyFrameEvalFunction (C type)"/>
  <function link="c-api/init.html#c._PyInterpreterState_GetEvalFrameFunc" name="_PyInterpreterState_GetEvalFrameFunc (C function)"/>
  <function link="c-api/init.html#c._PyInterpreterState_SetEvalFrameFunc" name="_PyInterpreterState_SetEvalFrameFunc (C function)"/>
  <function link="c-api/object.html#c._PyObject_GetDictPtr" name="_PyObject_GetDictPtr (C function)"/>
  <function link="c-api/allocation.html#c._PyObject_New" name="_PyObject_New (C function)"/>
  <function link="c-api/allocation.html#c._PyObject_NewVar" name="_PyObject_NewVar (C function)"/>
  <function link="c-api/tuple.html#c._PyTuple_Resize" name="_PyTuple_Resize (C function)"/>
  <function link="library/asyncio-extending.html#asyncio._register_task" name="_register_task() (in module asyncio)"/>
  <function link="library/collections.html#collections.somenamedtuple._replace" name="_replace() (collections.somenamedtuple method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.ElementTree._setroot" name="_setroot() (xml.etree.ElementTree.ElementTree method)"/>
  <function link="library/ctypes.html#ctypes._SimpleCData" name="_SimpleCData (class in ctypes)"/>
  <function link="library/email.iterators.html#email.iterators._structure" name="_structure() (in module email.iterators)"/>
  <function link="c-api/init.html#index-39" name="module"/>
  <function link="library/ctypes.html#ctypes._Pointer._type_" name="_type_ (ctypes._Pointer attribute)"/>
  <function link="library/ctypes.html#ctypes.Array._type_" name="(ctypes.Array attribute)"/>
  <function link="library/asyncio-extending.html#asyncio._unregister_task" name="_unregister_task() (in module asyncio)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler._write" name="_write() (wsgiref.handlers.BaseHandler method)"/>
  <function link="library/sys.html#sys._xoptions" name="_xoptions (in module sys)"/>
  <function link="library/re.html#re.A" name="A (in module re)"/>
  <function link="library/aifc.html#index-2" name="A-LAW"/>
  <function link="library/audioop.html#index-1" name="a-LAW"/>
  <function link="library/binascii.html#binascii.a2b_base64" name="a2b_base64() (in module binascii)"/>
  <function link="library/binascii.html#binascii.a2b_hex" name="a2b_hex() (in module binascii)"/>
  <function link="library/binascii.html#binascii.a2b_qp" name="a2b_qp() (in module binascii)"/>
  <function link="library/binascii.html#binascii.a2b_uu" name="a2b_uu() (in module binascii)"/>
  <function link="library/base64.html#base64.a85decode" name="a85decode() (in module base64)"/>
  <function link="library/base64.html#base64.a85encode" name="a85encode() (in module base64)"/>
  <function link="library/abc.html#module-abc" name="module"/>
  <function link="library/abc.html#abc.ABC" name="ABC (class in abc)"/>
  <function link="library/abc.html#abc.ABCMeta" name="ABCMeta (class in abc)"/>
  <function link="library/sys.html#sys.abiflags" name="abiflags (in module sys)"/>
  <function link="c-api/sys.html#index-1" name="abort()"/>
  <function link="library/asyncio-sync.html#asyncio.Barrier.abort" name="(asyncio.Barrier method)"/>
  <function link="library/asyncio-protocol.html#asyncio.DatagramTransport.abort" name="(asyncio.DatagramTransport method)"/>
  <function link="library/asyncio-protocol.html#asyncio.WriteTransport.abort" name="(asyncio.WriteTransport method)"/>
  <function link="library/ftplib.html#ftplib.FTP.abort" name="(ftplib.FTP method)"/>
  <function link="library/os.html#os.abort" name="(in module os)"/>
  <function link="library/threading.html#threading.Barrier.abort" name="(threading.Barrier method)"/>
  <function link="library/curses.panel.html#curses.panel.Panel.above" name="above() (curses.panel.Panel method)"/>
  <function link="library/subprocess.html#subprocess.ABOVE_NORMAL_PRIORITY_CLASS" name="ABOVE_NORMAL_PRIORITY_CLASS (in module subprocess)"/>
  <function link="c-api/number.html#index-2" name="built-in function"/>
  <function link="library/functions.html#abs" name="built-in function"/>
  <function link="library/decimal.html#decimal.Context.abs" name="abs() (decimal.Context method)"/>
  <function link="library/operator.html#operator.abs" name="(in module operator)"/>
  <function link="library/pathlib.html#pathlib.Path.absolute" name="absolute() (pathlib.Path method)"/>
  <function link="library/os.path.html#os.path.abspath" name="abspath() (in module os.path)"/>
  <function link="glossary.html#term-abstract-base-class" name="abstract base class"/>
  <function link="library/contextlib.html#contextlib.AbstractAsyncContextManager" name="AbstractAsyncContextManager (class in contextlib)"/>
  <function link="library/urllib.request.html#urllib.request.AbstractBasicAuthHandler" name="AbstractBasicAuthHandler (class in urllib.request)"/>
  <function link="library/asyncio-policy.html#asyncio.AbstractChildWatcher" name="AbstractChildWatcher (class in asyncio)"/>
  <function link="library/abc.html#abc.abstractclassmethod" name="abstractclassmethod() (in module abc)"/>
  <function link="library/contextlib.html#contextlib.AbstractContextManager" name="AbstractContextManager (class in contextlib)"/>
  <function link="library/urllib.request.html#urllib.request.AbstractDigestAuthHandler" name="AbstractDigestAuthHandler (class in urllib.request)"/>
  <function link="library/asyncio-eventloop.html#asyncio.AbstractEventLoop" name="AbstractEventLoop (class in asyncio)"/>
  <function link="library/asyncio-policy.html#asyncio.AbstractEventLoopPolicy" name="AbstractEventLoopPolicy (class in asyncio)"/>
  <function link="library/abc.html#abc.abstractmethod" name="abstractmethod() (in module abc)"/>
  <function link="library/abc.html#abc.abstractproperty" name="abstractproperty() (in module abc)"/>
  <function link="library/typing.html#typing.AbstractSet" name="AbstractSet (class in typing)"/>
  <function link="library/abc.html#abc.abstractstaticmethod" name="abstractstaticmethod() (in module abc)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.accept" name="accept() (asyncore.dispatcher method)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.Listener.accept" name="(multiprocessing.connection.Listener method)"/>
  <function link="library/socket.html#socket.socket.accept" name="(socket.socket method)"/>
  <function link="library/os.html#os.access" name="access() (in module os)"/>
  <function link="library/itertools.html#itertools.accumulate" name="accumulate() (in module itertools)"/>
  <function link="reference/expressions.html#agen.aclose" name="aclose() (agen method)"/>
  <function link="library/contextlib.html#contextlib.AsyncExitStack.aclose" name="(contextlib.AsyncExitStack method)"/>
  <function link="library/contextlib.html#contextlib.aclosing" name="aclosing() (in module contextlib)"/>
  <function link="library/cmath.html#cmath.acos" name="acos() (in module cmath)"/>
  <function link="library/math.html#math.acos" name="(in module math)"/>
  <function link="library/cmath.html#cmath.acosh" name="acosh() (in module cmath)"/>
  <function link="library/math.html#math.acosh" name="(in module math)"/>
  <function link="library/_thread.html#thread.lock.acquire" name="acquire() (_thread.lock method)"/>
  <function link="library/asyncio-sync.html#asyncio.Condition.acquire" name="(asyncio.Condition method)"/>
  <function link="library/asyncio-sync.html#asyncio.Lock.acquire" name="(asyncio.Lock method)"/>
  <function link="library/asyncio-sync.html#asyncio.Semaphore.acquire" name="(asyncio.Semaphore method)"/>
  <function link="library/logging.html#logging.Handler.acquire" name="(logging.Handler method)"/>
  <function link="library/multiprocessing.html#multiprocessing.Lock.acquire" name="(multiprocessing.Lock method)"/>
  <function link="library/multiprocessing.html#multiprocessing.RLock.acquire" name="(multiprocessing.RLock method)"/>
  <function link="library/threading.html#threading.Condition.acquire" name="(threading.Condition method)"/>
  <function link="library/threading.html#threading.Lock.acquire" name="(threading.Lock method)"/>
  <function link="library/threading.html#threading.RLock.acquire" name="(threading.RLock method)"/>
  <function link="library/threading.html#threading.Semaphore.acquire" name="(threading.Semaphore method)"/>
  <function link="library/imp.html#imp.acquire_lock" name="acquire_lock() (in module imp)"/>
  <function link="library/argparse.html#argparse.Action" name="Action (class in argparse)"/>
  <function link="library/optparse.html#optparse.Option.action" name="action (optparse.Option attribute)"/>
  <function link="library/optparse.html#optparse.Option.ACTIONS" name="ACTIONS (optparse.Option attribute)"/>
  <function link="library/multiprocessing.html#multiprocessing.active_children" name="active_children() (in module multiprocessing)"/>
  <function link="library/threading.html#threading.active_count" name="active_count() (in module threading)"/>
  <function link="library/tkinter.font.html#tkinter.font.Font.actual" name="actual() (tkinter.font.Font method)"/>
  <function link="library/ast.html#ast.Add" name="Add (class in ast)"/>
  <function link="library/decimal.html#decimal.Context.add" name="add() (decimal.Context method)"/>
  <function link="library/stdtypes.html#frozenset.add" name="(frozenset method)"/>
  <function link="library/graphlib.html#graphlib.TopologicalSorter.add" name="(graphlib.TopologicalSorter method)"/>
  <function link="library/audioop.html#audioop.add" name="(in module audioop)"/>
  <function link="library/operator.html#operator.add" name="(in module operator)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.add" name="(mailbox.Mailbox method)"/>
  <function link="library/mailbox.html#mailbox.Maildir.add" name="(mailbox.Maildir method)"/>
  <function link="library/msilib.html#msilib.RadioButtonGroup.add" name="(msilib.RadioButtonGroup method)"/>
  <function link="library/profile.html#pstats.Stats.add" name="(pstats.Stats method)"/>
  <function link="library/tarfile.html#tarfile.TarFile.add" name="(tarfile.TarFile method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Notebook.add" name="(tkinter.ttk.Notebook method)"/>
  <function link="library/email.charset.html#email.charset.add_alias" name="add_alias() (in module email.charset)"/>
  <function link="library/email.message.html#email.message.EmailMessage.add_alternative" name="add_alternative() (email.message.EmailMessage method)"/>
  <function link="library/argparse.html#argparse.ArgumentParser.add_argument" name="add_argument() (argparse.ArgumentParser method)"/>
  <function link="library/argparse.html#argparse.ArgumentParser.add_argument_group" name="add_argument_group() (argparse.ArgumentParser method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.add_attachment" name="add_attachment() (email.message.EmailMessage method)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.add_cgi_vars" name="add_cgi_vars() (wsgiref.handlers.BaseHandler method)"/>
  <function link="library/email.charset.html#email.charset.add_charset" name="add_charset() (in module email.charset)"/>
  <function link="library/asyncio-policy.html#asyncio.AbstractChildWatcher.add_child_handler" name="add_child_handler() (asyncio.AbstractChildWatcher method)"/>
  <function link="library/email.charset.html#email.charset.add_codec" name="add_codec() (in module email.charset)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookieJar.add_cookie_header" name="add_cookie_header() (http.cookiejar.CookieJar method)"/>
  <function link="library/msilib.html#msilib.add_data" name="add_data() (in module msilib)"/>
  <function link="library/os.html#os.add_dll_directory" name="add_dll_directory() (in module os)"/>
  <function link="library/asyncio-future.html#asyncio.Future.add_done_callback" name="add_done_callback() (asyncio.Future method)"/>
  <function link="library/asyncio-task.html#asyncio.Task.add_done_callback" name="(asyncio.Task method)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.Future.add_done_callback" name="(concurrent.futures.Future method)"/>
  <function link="library/gettext.html#gettext.NullTranslations.add_fallback" name="add_fallback() (gettext.NullTranslations method)"/>
  <function link="library/msilib.html#msilib.Directory.add_file" name="add_file() (msilib.Directory method)"/>
  <function link="library/mailbox.html#mailbox.MaildirMessage.add_flag" name="add_flag() (mailbox.MaildirMessage method)"/>
  <function link="library/mailbox.html#mailbox.mboxMessage.add_flag" name="(mailbox.mboxMessage method)"/>
  <function link="library/mailbox.html#mailbox.MMDFMessage.add_flag" name="(mailbox.MMDFMessage method)"/>
  <function link="library/mailbox.html#mailbox.Maildir.add_folder" name="add_folder() (mailbox.Maildir method)"/>
  <function link="library/mailbox.html#mailbox.MH.add_folder" name="(mailbox.MH method)"/>
  <function link="library/email.contentmanager.html#email.contentmanager.ContentManager.add_get_handler" name="add_get_handler() (email.contentmanager.ContentManager method)"/>
  <function link="library/urllib.request.html#urllib.request.OpenerDirector.add_handler" name="add_handler() (urllib.request.OpenerDirector method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.add_header" name="add_header() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.add_header" name="(email.message.Message method)"/>
  <function link="library/urllib.request.html#urllib.request.Request.add_header" name="(urllib.request.Request method)"/>
  <function link="library/wsgiref.html#wsgiref.headers.Headers.add_header" name="(wsgiref.headers.Headers method)"/>
  <function link="library/readline.html#readline.add_history" name="add_history() (in module readline)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.add_include_dir" name="add_include_dir() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/mailbox.html#mailbox.BabylMessage.add_label" name="add_label() (mailbox.BabylMessage method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.add_library" name="add_library() (distutils.ccompiler.CCompiler method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.add_library_dir" name="add_library_dir() (distutils.ccompiler.CCompiler method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.add_link_object" name="add_link_object() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/argparse.html#argparse.ArgumentParser.add_mutually_exclusive_group" name="add_mutually_exclusive_group() (argparse.ArgumentParser method)"/>
  <function link="library/exceptions.html#BaseException.add_note" name="add_note() (BaseException method)"/>
  <function link="library/optparse.html#optparse.OptionParser.add_option" name="add_option() (optparse.OptionParser method)"/>
  <function link="library/urllib.request.html#urllib.request.BaseHandler.add_parent" name="add_parent() (urllib.request.BaseHandler method)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPPasswordMgr.add_password" name="add_password() (urllib.request.HTTPPasswordMgr method)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPPasswordMgrWithPriorAuth.add_password" name="(urllib.request.HTTPPasswordMgrWithPriorAuth method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.add_reader" name="add_reader() (asyncio.loop method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.add_related" name="add_related() (email.message.EmailMessage method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.add_runtime_library_dir" name="add_runtime_library_dir() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.add_section" name="add_section() (configparser.ConfigParser method)"/>
  <function link="library/configparser.html#configparser.RawConfigParser.add_section" name="(configparser.RawConfigParser method)"/>
  <function link="library/mailbox.html#mailbox.MHMessage.add_sequence" name="add_sequence() (mailbox.MHMessage method)"/>
  <function link="library/email.contentmanager.html#email.contentmanager.ContentManager.add_set_handler" name="add_set_handler() (email.contentmanager.ContentManager method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.add_signal_handler" name="add_signal_handler() (asyncio.loop method)"/>
  <function link="library/msilib.html#msilib.add_stream" name="add_stream() (in module msilib)"/>
  <function link="library/argparse.html#argparse.ArgumentParser.add_subparsers" name="add_subparsers() (argparse.ArgumentParser method)"/>
  <function link="library/msilib.html#msilib.add_tables" name="add_tables() (in module msilib)"/>
  <function link="library/mimetypes.html#mimetypes.add_type" name="add_type() (in module mimetypes)"/>
  <function link="library/urllib.request.html#urllib.request.Request.add_unredirected_header" name="add_unredirected_header() (urllib.request.Request method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.add_writer" name="add_writer() (asyncio.loop method)"/>
  <function link="library/unittest.html#unittest.IsolatedAsyncioTestCase.addAsyncCleanup" name="addAsyncCleanup() (unittest.IsolatedAsyncioTestCase method)"/>
  <function link="library/sys.html#sys.addaudithook" name="addaudithook() (in module sys)"/>
  <function link="library/curses.html#curses.window.addch" name="addch() (curses.window method)"/>
  <function link="library/unittest.html#unittest.TestCase.addClassCleanup" name="addClassCleanup() (unittest.TestCase class method)"/>
  <function link="library/unittest.html#unittest.TestCase.addCleanup" name="addCleanup() (unittest.TestCase method)"/>
  <function link="library/turtle.html#turtle.Shape.addcomponent" name="addcomponent() (turtle.Shape method)"/>
  <function link="library/unittest.html#unittest.TestResult.addError" name="addError() (unittest.TestResult method)"/>
  <function link="library/unittest.html#unittest.TestResult.addExpectedFailure" name="addExpectedFailure() (unittest.TestResult method)"/>
  <function link="library/unittest.html#unittest.TestResult.addFailure" name="addFailure() (unittest.TestResult method)"/>
  <function link="library/tarfile.html#tarfile.TarFile.addfile" name="addfile() (tarfile.TarFile method)"/>
  <function link="library/logging.html#logging.Handler.addFilter" name="addFilter() (logging.Handler method)"/>
  <function link="library/logging.html#logging.Logger.addFilter" name="(logging.Logger method)"/>
  <function link="library/logging.html#logging.Logger.addHandler" name="addHandler() (logging.Logger method)"/>
  <function link="library/urllib.request.html#urllib.response.addinfourl" name="addinfourl (class in urllib.response)"/>
  <function link="reference/expressions.html#index-69" name="addition"/>
  <function link="library/logging.html#logging.addLevelName" name="addLevelName() (in module logging)"/>
  <function link="library/unittest.html#unittest.addModuleCleanup" name="addModuleCleanup() (in module unittest)"/>
  <function link="library/curses.html#curses.window.addnstr" name="addnstr() (curses.window method)"/>
  <function link="library/modulefinder.html#modulefinder.AddPackagePath" name="AddPackagePath() (in module modulefinder)"/>
  <function link="library/smtpd.html#smtpd.SMTPChannel.addr" name="addr (smtpd.SMTPChannel attribute)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.Address.addr_spec" name="addr_spec (email.headerregistry.Address attribute)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.Address" name="Address (class in email.headerregistry)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.SingleAddressHeader.address" name="address (email.headerregistry.SingleAddressHeader attribute)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.Listener.address" name="(multiprocessing.connection.Listener attribute)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.BaseManager.address" name="(multiprocessing.managers.BaseManager attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.address_exclude" name="address_exclude() (ipaddress.IPv4Network method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.address_exclude" name="(ipaddress.IPv6Network method)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.address_family" name="address_family (socketserver.BaseServer attribute)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.address_string" name="address_string() (http.server.BaseHTTPRequestHandler method)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.AddressHeader.addresses" name="addresses (email.headerregistry.AddressHeader attribute)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.Group.addresses" name="(email.headerregistry.Group attribute)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.AddressHeader" name="AddressHeader (class in email.headerregistry)"/>
  <function link="library/ctypes.html#ctypes.addressof" name="addressof() (in module ctypes)"/>
  <function link="library/ipaddress.html#ipaddress.AddressValueError" name="AddressValueError"/>
  <function link="library/turtle.html#turtle.addshape" name="addshape() (in module turtle)"/>
  <function link="library/site.html#site.addsitedir" name="addsitedir() (in module site)"/>
  <function link="library/unittest.html#unittest.TestResult.addSkip" name="addSkip() (unittest.TestResult method)"/>
  <function link="library/curses.html#curses.window.addstr" name="addstr() (curses.window method)"/>
  <function link="library/unittest.html#unittest.TestResult.addSubTest" name="addSubTest() (unittest.TestResult method)"/>
  <function link="library/unittest.html#unittest.TestResult.addSuccess" name="addSuccess() (unittest.TestResult method)"/>
  <function link="library/unittest.html#unittest.TestSuite.addTest" name="addTest() (unittest.TestSuite method)"/>
  <function link="library/unittest.html#unittest.TestSuite.addTests" name="addTests() (unittest.TestSuite method)"/>
  <function link="library/unittest.html#unittest.TestCase.addTypeEqualityFunc" name="addTypeEqualityFunc() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestResult.addUnexpectedSuccess" name="addUnexpectedSuccess() (unittest.TestResult method)"/>
  <function link="library/test.html#test.support.adjust_int_max_str_digits" name="adjust_int_max_str_digits() (in module test.support)"/>
  <function link="library/decimal.html#decimal.Decimal.adjusted" name="adjusted() (decimal.Decimal method)"/>
  <function link="library/zlib.html#zlib.adler32" name="adler32() (in module zlib)"/>
  <function link="library/audioop.html#index-1" name="ADPCM, Intel/DVI"/>
  <function link="library/audioop.html#audioop.adpcm2lin" name="adpcm2lin() (in module audioop)"/>
  <function link="library/socket.html#socket.AF_ALG" name="AF_ALG (in module socket)"/>
  <function link="library/socket.html#socket.AF_CAN" name="AF_CAN (in module socket)"/>
  <function link="library/socket.html#socket.AF_INET" name="AF_INET (in module socket)"/>
  <function link="library/socket.html#socket.AF_INET6" name="AF_INET6 (in module socket)"/>
  <function link="library/socket.html#socket.AF_LINK" name="AF_LINK (in module socket)"/>
  <function link="library/socket.html#socket.AF_PACKET" name="AF_PACKET (in module socket)"/>
  <function link="library/socket.html#socket.AF_QIPCRTR" name="AF_QIPCRTR (in module socket)"/>
  <function link="library/socket.html#socket.AF_RDS" name="AF_RDS (in module socket)"/>
  <function link="library/socket.html#socket.AF_UNIX" name="AF_UNIX (in module socket)"/>
  <function link="library/socket.html#socket.AF_VSOCK" name="AF_VSOCK (in module socket)"/>
  <function link="library/aifc.html#module-aifc" name="module"/>
  <function link="library/aifc.html#aifc.aifc.aifc" name="aifc() (aifc.aifc method)"/>
  <function link="library/aifc.html#index-0" name="AIFF"/>
  <function link="library/aifc.html#aifc.aifc.aiff" name="aiff() (aifc.aifc method)"/>
  <function link="library/aifc.html#index-0" name="AIFF-C"/>
  <function link="library/functions.html#aiter" name="built-in function"/>
  <function link="library/signal.html#signal.alarm" name="alarm() (in module signal)"/>
  <function link="library/audioop.html#audioop.alaw2lin" name="alaw2lin() (in module audioop)"/>
  <function link="library/ssl.html#ssl.ALERT_DESCRIPTION_HANDSHAKE_FAILURE" name="ALERT_DESCRIPTION_HANDSHAKE_FAILURE (in module ssl)"/>
  <function link="library/ssl.html#ssl.ALERT_DESCRIPTION_INTERNAL_ERROR" name="ALERT_DESCRIPTION_INTERNAL_ERROR (in module ssl)"/>
  <function link="library/ssl.html#ssl.AlertDescription" name="AlertDescription (class in ssl)"/>
  <function link="library/hashlib.html#hashlib.algorithms_available" name="algorithms_available (in module hashlib)"/>
  <function link="library/hashlib.html#hashlib.algorithms_guaranteed" name="algorithms_guaranteed (in module hashlib)"/>
  <function link="library/stdtypes.html#index-55" name="Generic"/>
  <function link="library/ast.html#ast.alias" name="alias (class in ast)"/>
  <function link="library/pdb.html#pdbcommand-alias" name="(pdb command)"/>
  <function link="library/ctypes.html#ctypes.alignment" name="alignment() (in module ctypes)"/>
  <function link="library/weakref.html#weakref.finalize.alive" name="alive (weakref.finalize attribute)"/>
  <function link="library/functions.html#all" name="built-in function"/>
  <function link="library/ftplib.html#ftplib.all_errors" name="all_errors (in module ftplib)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.all_features" name="all_features (in module xml.sax.handler)"/>
  <function link="library/tracemalloc.html#tracemalloc.Filter.all_frames" name="all_frames (tracemalloc.Filter attribute)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.all_properties" name="all_properties (in module xml.sax.handler)"/>
  <function link="library/importlib.html#importlib.machinery.all_suffixes" name="all_suffixes() (in module importlib.machinery)"/>
  <function link="library/asyncio-task.html#asyncio.all_tasks" name="all_tasks() (in module asyncio)"/>
  <function link="library/_thread.html#thread.allocate_lock" name="allocate_lock() (in module _thread)"/>
  <function link="c-api/typeobj.html#c.allocfunc" name="allocfunc (C type)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.allow_reuse_address" name="allow_reuse_address (socketserver.BaseServer attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.allowed_domains" name="allowed_domains() (http.cookiejar.DefaultCookiePolicy method)"/>
  <function link="library/curses.ascii.html#curses.ascii.alt" name="alt() (in module curses.ascii)"/>
  <function link="library/locale.html#locale.ALT_DIGITS" name="ALT_DIGITS (in module locale)"/>
  <function link="library/os.html#os.altsep" name="altsep (in module os)"/>
  <function link="library/time.html#time.altzone" name="altzone (in module time)"/>
  <function link="library/test.html#test.support.ALWAYS_EQ" name="ALWAYS_EQ (in module test.support)"/>
  <function link="library/optparse.html#optparse.Option.ALWAYS_TYPED_ACTIONS" name="ALWAYS_TYPED_ACTIONS (optparse.Option attribute)"/>
  <function link="library/token.html#token.AMPER" name="AMPER (in module token)"/>
  <function link="library/token.html#token.AMPEREQUAL" name="AMPEREQUAL (in module token)"/>
  <function link="library/pathlib.html#pathlib.PurePath.anchor" name="anchor (pathlib.PurePath attribute)"/>
  <function link="reference/expressions.html#index-74" name="bitwise"/>
  <function link="library/stdtypes.html#index-4" name="operator"/>
  <function link="library/ast.html#ast.And" name="And (class in ast)"/>
  <function link="library/operator.html#operator.and_" name="and_() (in module operator)"/>
  <function link="library/functions.html#anext" name="built-in function"/>
  <function link="library/ast.html#ast.AnnAssign" name="AnnAssign (class in ast)"/>
  <function link="reference/simple_stmts.html#index-15" name="assignment"/>
  <function link="library/typing.html#typing.Annotated" name="Annotated (in module typing)"/>
  <function link="glossary.html#term-annotation" name="annotation"/>
  <function link="library/stdtypes.html#index-54" name="type annotation; type hint"/>
  <function link="library/inspect.html#inspect.Parameter.annotation" name="annotation (inspect.Parameter attribute)"/>
  <function link="reference/compound_stmts.html#index-34" name="function"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.announce" name="announce() (distutils.ccompiler.CCompiler method)"/>
  <function link="reference/expressions.html#index-90" name="function"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.answer_challenge" name="answer_challenge() (in module multiprocessing.connection)"/>
  <function link="library/test.html#test.support.anticipate_failure" name="anticipate_failure() (in module test.support)"/>
  <function link="library/typing.html#typing.Any" name="Any (in module typing)"/>
  <function link="library/unittest.mock.html#unittest.mock.ANY" name="ANY (in module unittest.mock)"/>
  <function link="library/functions.html#any" name="built-in function"/>
  <function link="library/typing.html#typing.AnyStr" name="AnyStr (in module typing)"/>
  <function link="library/sys.html#sys.api_version" name="api_version (in module sys)"/>
  <function link="library/sqlite3.html#sqlite3.apilevel" name="apilevel (in module sqlite3)"/>
  <function link="library/poplib.html#poplib.POP3.apop" name="apop() (poplib.POP3 method)"/>
  <function link="whatsnew/2.6.html#index-5" name="APPDATA"/>
  <function link="library/array.html#array.array.append" name="append() (array.array method)"/>
  <function link="library/collections.html#collections.deque.append" name="(collections.deque method)"/>
  <function link="library/email.header.html#email.header.Header.append" name="(email.header.Header method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.append" name="(imaplib.IMAP4 method)"/>
  <function link="library/msilib.html#msilib.CAB.append" name="(msilib.CAB method)"/>
  <function link="library/pipes.html#pipes.Template.append" name="(pipes.Template method)"/>
  <function link="library/stdtypes.html#index-23" name="(sequence method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.append" name="(xml.etree.ElementTree.Element method)"/>
  <function link="library/readline.html#readline.append_history_file" name="append_history_file() (in module readline)"/>
  <function link="library/xml.dom.html#xml.dom.Node.appendChild" name="appendChild() (xml.dom.Node method)"/>
  <function link="library/collections.html#collections.deque.appendleft" name="appendleft() (collections.deque method)"/>
  <function link="library/wsgiref.html#wsgiref.util.application_uri" name="application_uri() (in module wsgiref.util)"/>
  <function link="library/2to3.html#to3fixer-apply" name="apply (2to3 fixer)"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.Pool.apply" name="apply() (multiprocessing.pool.Pool method)"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.Pool.apply_async" name="apply_async() (multiprocessing.pool.Pool method)"/>
  <function link="library/inspect.html#inspect.BoundArguments.apply_defaults" name="apply_defaults() (inspect.BoundArguments method)"/>
  <function link="library/platform.html#platform.architecture" name="architecture() (in module platform)"/>
  <function link="library/zipimport.html#zipimport.zipimporter.archive" name="archive (zipimport.zipimporter attribute)"/>
  <function link="library/reprlib.html#reprlib.aRepr" name="aRepr (in module reprlib)"/>
  <function link="library/ast.html#ast.arg" name="arg (class in ast)"/>
  <function link="library/argparse.html#module-argparse" name="module"/>
  <function link="library/exceptions.html#BaseException.args" name="args (BaseException attribute)"/>
  <function link="library/functools.html#functools.partial.args" name="(functools.partial attribute)"/>
  <function link="library/inspect.html#inspect.BoundArguments.args" name="(inspect.BoundArguments attribute)"/>
  <function link="library/pdb.html#pdbcommand-args" name="(pdb command)"/>
  <function link="library/subprocess.html#subprocess.CompletedProcess.args" name="(subprocess.CompletedProcess attribute)"/>
  <function link="library/subprocess.html#subprocess.Popen.args" name="(subprocess.Popen attribute)"/>
  <function link="library/typing.html#typing.ParamSpec.args" name="(typing.ParamSpec attribute)"/>
  <function link="library/test.html#test.support.args_from_interpreter_flags" name="args_from_interpreter_flags() (in module test.support)"/>
  <function link="library/ctypes.html#ctypes._FuncPtr.argtypes" name="argtypes (ctypes._FuncPtr attribute)"/>
  <function link="glossary.html#term-argument" name="argument"/>
  <function link="reference/expressions.html#index-47" name="call semantics"/>
  <function link="faq/programming.html#index-1" name="difference from parameter"/>
  <function link="reference/datamodel.html#index-32" name="function"/>
  <function link="reference/compound_stmts.html#index-31" name="function definition"/>
  <function link="library/argparse.html#argparse.ArgumentDefaultsHelpFormatter" name="ArgumentDefaultsHelpFormatter (class in argparse)"/>
  <function link="library/ctypes.html#ctypes.ArgumentError" name="ArgumentError"/>
  <function link="library/argparse.html#argparse.ArgumentParser" name="ArgumentParser (class in argparse)"/>
  <function link="library/ast.html#ast.arguments" name="arguments (class in ast)"/>
  <function link="library/inspect.html#inspect.BoundArguments.arguments" name="(inspect.BoundArguments attribute)"/>
  <function link="c-api/init.html#index-30" name="argv (in module sys)"/>
  <function link="library/stdtypes.html#index-13" name="arithmetic"/>
  <function link="reference/expressions.html#index-1" name="conversion"/>
  <function link="reference/expressions.html#index-64" name="operation, binary"/>
  <function link="reference/expressions.html#index-59" name="operation, unary"/>
  <function link="library/exceptions.html#ArithmeticError" name="ArithmeticError"/>
  <function link="library/array.html#module-array" name="module"/>
  <function link="library/array.html#array.array" name="array (class in array)"/>
  <function link="library/ctypes.html#ctypes.Array" name="Array (class in ctypes)"/>
  <function link="library/multiprocessing.html#multiprocessing.Array" name="Array() (in module multiprocessing)"/>
  <function link="library/multiprocessing.html#multiprocessing.sharedctypes.Array" name="(in module multiprocessing.sharedctypes)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.SyncManager.Array" name="(multiprocessing.managers.SyncManager method)"/>
  <function link="library/array.html#index-0" name="arrays"/>
  <function link="library/sqlite3.html#sqlite3.Cursor.arraysize" name="arraysize (sqlite3.Cursor attribute)"/>
  <function link="library/nntplib.html#nntplib.NNTP.article" name="article() (nntplib.NNTP method)"/>
  <function link="reference/compound_stmts.html#index-10" name="except clause"/>
  <function link="reference/simple_stmts.html#index-35" name="import statement"/>
  <function link="reference/compound_stmts.html#index-16" name="keyword"/>
  <function link="reference/compound_stmts.html#index-18" name="match statement"/>
  <function link="reference/compound_stmts.html#index-16" name="with statement"/>
  <function link="reference/compound_stmts.html#index-23" name="AS pattern, OR pattern, capture pattern, wildcard pattern"/>
  <function link="library/email.message.html#email.message.EmailMessage.as_bytes" name="as_bytes() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.as_bytes" name="(email.message.Message method)"/>
  <function link="library/asyncio-task.html#asyncio.as_completed" name="as_completed() (in module asyncio)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.as_completed" name="(in module concurrent.futures)"/>
  <function link="library/importlib.resources.html#importlib.resources.as_file" name="as_file() (in module importlib.resources)"/>
  <function link="library/decimal.html#decimal.Decimal.as_integer_ratio" name="as_integer_ratio() (decimal.Decimal method)"/>
  <function link="library/stdtypes.html#float.as_integer_ratio" name="(float method)"/>
  <function link="library/fractions.html#fractions.Fraction.as_integer_ratio" name="(fractions.Fraction method)"/>
  <function link="library/stdtypes.html#int.as_integer_ratio" name="(int method)"/>
  <function link="library/pathlib.html#pathlib.PurePath.as_posix" name="as_posix() (pathlib.PurePath method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.as_string" name="as_string() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.as_string" name="(email.message.Message method)"/>
  <function link="library/decimal.html#decimal.Decimal.as_tuple" name="as_tuple() (decimal.Decimal method)"/>
  <function link="library/pathlib.html#pathlib.PurePath.as_uri" name="as_uri() (pathlib.PurePath method)"/>
  <function link="reference/introduction.html#index-1" name="ASCII"/>
  <function link="library/re.html#re.ASCII" name="(in module re)"/>
  <function link="c-api/object.html#index-1" name="built-in function"/>
  <function link="library/functions.html#ascii" name="built-in function"/>
  <function link="library/curses.ascii.html#curses.ascii.ascii" name="ascii() (in module curses.ascii)"/>
  <function link="library/string.html#string.ascii_letters" name="ascii_letters (in module string)"/>
  <function link="library/string.html#string.ascii_lowercase" name="ascii_lowercase (in module string)"/>
  <function link="library/string.html#string.ascii_uppercase" name="ascii_uppercase (in module string)"/>
  <function link="library/time.html#time.asctime" name="asctime() (in module time)"/>
  <function link="library/dataclasses.html#dataclasses.asdict" name="asdict() (in module dataclasses)"/>
  <function link="reference/expressions.html#agen.asend" name="asend() (agen method)"/>
  <function link="library/cmath.html#cmath.asin" name="asin() (in module cmath)"/>
  <function link="library/math.html#math.asin" name="(in module math)"/>
  <function link="library/cmath.html#cmath.asinh" name="asinh() (in module cmath)"/>
  <function link="library/math.html#math.asinh" name="(in module math)"/>
  <function link="library/tkinter.colorchooser.html#tkinter.colorchooser.askcolor" name="askcolor() (in module tkinter.colorchooser)"/>
  <function link="library/dialog.html#tkinter.filedialog.askdirectory" name="askdirectory() (in module tkinter.filedialog)"/>
  <function link="library/dialog.html#tkinter.simpledialog.askfloat" name="askfloat() (in module tkinter.simpledialog)"/>
  <function link="library/dialog.html#tkinter.simpledialog.askinteger" name="askinteger() (in module tkinter.simpledialog)"/>
  <function link="library/tkinter.messagebox.html#tkinter.messagebox.askokcancel" name="askokcancel() (in module tkinter.messagebox)"/>
  <function link="library/dialog.html#tkinter.filedialog.askopenfile" name="askopenfile() (in module tkinter.filedialog)"/>
  <function link="library/dialog.html#tkinter.filedialog.askopenfilename" name="askopenfilename() (in module tkinter.filedialog)"/>
  <function link="library/dialog.html#tkinter.filedialog.askopenfilenames" name="askopenfilenames() (in module tkinter.filedialog)"/>
  <function link="library/dialog.html#tkinter.filedialog.askopenfiles" name="askopenfiles() (in module tkinter.filedialog)"/>
  <function link="library/tkinter.messagebox.html#tkinter.messagebox.askquestion" name="askquestion() (in module tkinter.messagebox)"/>
  <function link="library/tkinter.messagebox.html#tkinter.messagebox.askretrycancel" name="askretrycancel() (in module tkinter.messagebox)"/>
  <function link="library/dialog.html#tkinter.filedialog.asksaveasfile" name="asksaveasfile() (in module tkinter.filedialog)"/>
  <function link="library/dialog.html#tkinter.filedialog.asksaveasfilename" name="asksaveasfilename() (in module tkinter.filedialog)"/>
  <function link="library/dialog.html#tkinter.simpledialog.askstring" name="askstring() (in module tkinter.simpledialog)"/>
  <function link="library/tkinter.messagebox.html#tkinter.messagebox.askyesno" name="askyesno() (in module tkinter.messagebox)"/>
  <function link="library/tkinter.messagebox.html#tkinter.messagebox.askyesnocancel" name="askyesnocancel() (in module tkinter.messagebox)"/>
  <function link="reference/simple_stmts.html#index-18" name="statement"/>
  <function link="library/ast.html#ast.Assert" name="Assert (class in ast)"/>
  <function link="library/unittest.mock.html#unittest.mock.AsyncMock.assert_any_await" name="assert_any_await() (unittest.mock.AsyncMock method)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.assert_any_call" name="assert_any_call() (unittest.mock.Mock method)"/>
  <function link="library/unittest.mock.html#unittest.mock.AsyncMock.assert_awaited" name="assert_awaited() (unittest.mock.AsyncMock method)"/>
  <function link="library/unittest.mock.html#unittest.mock.AsyncMock.assert_awaited_once" name="assert_awaited_once() (unittest.mock.AsyncMock method)"/>
  <function link="library/unittest.mock.html#unittest.mock.AsyncMock.assert_awaited_once_with" name="assert_awaited_once_with() (unittest.mock.AsyncMock method)"/>
  <function link="library/unittest.mock.html#unittest.mock.AsyncMock.assert_awaited_with" name="assert_awaited_with() (unittest.mock.AsyncMock method)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.assert_called" name="assert_called() (unittest.mock.Mock method)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.assert_called_once" name="assert_called_once() (unittest.mock.Mock method)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.assert_called_once_with" name="assert_called_once_with() (unittest.mock.Mock method)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.assert_called_with" name="assert_called_with() (unittest.mock.Mock method)"/>
  <function link="library/unittest.mock.html#unittest.mock.AsyncMock.assert_has_awaits" name="assert_has_awaits() (unittest.mock.AsyncMock method)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.assert_has_calls" name="assert_has_calls() (unittest.mock.Mock method)"/>
  <function link="library/typing.html#typing.assert_never" name="assert_never() (in module typing)"/>
  <function link="library/unittest.mock.html#unittest.mock.AsyncMock.assert_not_awaited" name="assert_not_awaited() (unittest.mock.AsyncMock method)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.assert_not_called" name="assert_not_called() (unittest.mock.Mock method)"/>
  <function link="library/test.html#test.support.script_helper.assert_python_failure" name="assert_python_failure() (in module test.support.script_helper)"/>
  <function link="library/test.html#test.support.script_helper.assert_python_ok" name="assert_python_ok() (in module test.support.script_helper)"/>
  <function link="library/typing.html#typing.assert_type" name="assert_type() (in module typing)"/>
  <function link="library/unittest.html#unittest.TestCase.assertAlmostEqual" name="assertAlmostEqual() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertCountEqual" name="assertCountEqual() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertDictEqual" name="assertDictEqual() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertEqual" name="assertEqual() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertFalse" name="assertFalse() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertGreater" name="assertGreater() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertGreaterEqual" name="assertGreaterEqual() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertIn" name="assertIn() (unittest.TestCase method)"/>
  <function link="library/test.html#test.support.bytecode_helper.BytecodeTestCase.assertInBytecode" name="assertInBytecode() (test.support.bytecode_helper.BytecodeTestCase method)"/>
  <function link="library/exceptions.html#AssertionError" name="AssertionError"/>
  <function link="reference/simple_stmts.html#index-19" name="exception"/>
  <function link="reference/simple_stmts.html#index-18" name="debugging"/>
  <function link="library/unittest.html#unittest.TestCase.assertIs" name="assertIs() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertIsInstance" name="assertIsInstance() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertIsNone" name="assertIsNone() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertIsNot" name="assertIsNot() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertIsNotNone" name="assertIsNotNone() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertLess" name="assertLess() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertLessEqual" name="assertLessEqual() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertListEqual" name="assertListEqual() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertLogs" name="assertLogs() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertMultiLineEqual" name="assertMultiLineEqual() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertNoLogs" name="assertNoLogs() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertNotAlmostEqual" name="assertNotAlmostEqual() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertNotEqual" name="assertNotEqual() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertNotIn" name="assertNotIn() (unittest.TestCase method)"/>
  <function link="library/test.html#test.support.bytecode_helper.BytecodeTestCase.assertNotInBytecode" name="assertNotInBytecode() (test.support.bytecode_helper.BytecodeTestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertNotIsInstance" name="assertNotIsInstance() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertNotRegex" name="assertNotRegex() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertRaises" name="assertRaises() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertRaisesRegex" name="assertRaisesRegex() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertRegex" name="assertRegex() (unittest.TestCase method)"/>
  <function link="library/2to3.html#to3fixer-asserts" name="asserts (2to3 fixer)"/>
  <function link="library/unittest.html#unittest.TestCase.assertSequenceEqual" name="assertSequenceEqual() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertSetEqual" name="assertSetEqual() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertTrue" name="assertTrue() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertTupleEqual" name="assertTupleEqual() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertWarns" name="assertWarns() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.assertWarnsRegex" name="assertWarnsRegex() (unittest.TestCase method)"/>
  <function link="library/ast.html#ast.Assign" name="Assign (class in ast)"/>
  <function link="reference/simple_stmts.html#index-15" name="annotated"/>
  <function link="reference/simple_stmts.html#index-4" name="attribute"/>
  <function link="reference/simple_stmts.html#index-14" name="augmented"/>
  <function link="reference/datamodel.html#index-46" name="class attribute"/>
  <function link="reference/datamodel.html#index-50" name="class instance attribute"/>
  <function link="library/stdtypes.html#index-23" name="slice"/>
  <function link="reference/simple_stmts.html#index-12" name="slicing"/>
  <function link="reference/datamodel.html#index-22" name="statement"/>
  <function link="library/stdtypes.html#index-23" name="subscript"/>
  <function link="reference/simple_stmts.html#index-9" name="subscription"/>
  <function link="reference/simple_stmts.html#index-6" name="target list"/>
  <function link="reference/expressions.html#index-86" name="assignment expression"/>
  <function link="library/ast.html#module-ast" name="module"/>
  <function link="library/ast.html#ast.AST" name="AST (class in ast)"/>
  <function link="library/ast.html#cmdoption-ast-h" name="--help"/>
  <function link="library/ast.html#cmdoption-ast-a" name="--include-attributes"/>
  <function link="library/ast.html#cmdoption-ast-indent" name="--indent"/>
  <function link="library/ast.html#cmdoption-ast-mode" name="--mode"/>
  <function link="library/ast.html#cmdoption-ast-no-type-comments" name="--no-type-comments"/>
  <function link="library/ast.html#cmdoption-ast-a" name="-a"/>
  <function link="library/ast.html#cmdoption-ast-h" name="-h"/>
  <function link="library/ast.html#cmdoption-ast-i" name="-i"/>
  <function link="library/ast.html#cmdoption-ast-m" name="-m"/>
  <function link="library/datetime.html#datetime.datetime.astimezone" name="astimezone() (datetime.datetime method)"/>
  <function link="library/dataclasses.html#dataclasses.astuple" name="astuple() (in module dataclasses)"/>
  <function link="reference/compound_stmts.html#index-47" name="keyword"/>
  <function link="library/token.html#token.ASYNC" name="ASYNC (in module token)"/>
  <function link="reference/compound_stmts.html#index-46" name="statement"/>
  <function link="reference/expressions.html#index-12" name="in comprehensions"/>
  <function link="reference/compound_stmts.html#index-48" name="statement"/>
  <function link="reference/compound_stmts.html#index-49" name="statement"/>
  <function link="library/asynchat.html#asynchat.async_chat" name="async_chat (class in asynchat)"/>
  <function link="library/asynchat.html#asynchat.async_chat.ac_in_buffer_size" name="async_chat.ac_in_buffer_size (in module asynchat)"/>
  <function link="library/asynchat.html#asynchat.async_chat.ac_out_buffer_size" name="async_chat.ac_out_buffer_size (in module asynchat)"/>
  <function link="library/dis.html#opcode-ASYNC_GEN_WRAP" name="ASYNC_GEN_WRAP (opcode)"/>
  <function link="library/contextlib.html#contextlib.AsyncContextDecorator" name="AsyncContextDecorator (class in contextlib)"/>
  <function link="library/typing.html#typing.AsyncContextManager" name="AsyncContextManager (class in typing)"/>
  <function link="library/contextlib.html#contextlib.asynccontextmanager" name="asynccontextmanager() (in module contextlib)"/>
  <function link="library/contextlib.html#contextlib.AsyncExitStack" name="AsyncExitStack (class in contextlib)"/>
  <function link="library/ast.html#ast.AsyncFor" name="AsyncFor (class in ast)"/>
  <function link="library/ast.html#ast.AsyncFunctionDef" name="AsyncFunctionDef (class in ast)"/>
  <function link="library/collections.abc.html#collections.abc.AsyncGenerator" name="AsyncGenerator (class in collections.abc)"/>
  <function link="library/typing.html#typing.AsyncGenerator" name="(class in typing)"/>
  <function link="library/types.html#types.AsyncGeneratorType" name="AsyncGeneratorType (in module types)"/>
  <function link="library/asynchat.html#module-asynchat" name="module"/>
  <function link="glossary.html#term-asynchronous-context-manager" name="asynchronous context manager"/>
  <function link="glossary.html#term-asynchronous-generator" name="asynchronous generator"/>
  <function link="reference/datamodel.html#index-39" name="asynchronous iterator"/>
  <function link="reference/datamodel.html#index-39" name="function"/>
  <function link="glossary.html#term-asynchronous-generator-iterator" name="asynchronous generator iterator"/>
  <function link="glossary.html#term-asynchronous-iterable" name="asynchronous iterable"/>
  <function link="glossary.html#term-asynchronous-iterator" name="asynchronous iterator"/>
  <function link="reference/expressions.html#index-35" name="object"/>
  <function link="library/asyncio.html#module-asyncio" name="module"/>
  <function link="library/asyncio-subprocess.html#asyncio.subprocess.DEVNULL" name="asyncio.subprocess.DEVNULL (built-in variable)"/>
  <function link="library/asyncio-subprocess.html#asyncio.subprocess.PIPE" name="asyncio.subprocess.PIPE (built-in variable)"/>
  <function link="library/asyncio-subprocess.html#asyncio.subprocess.Process" name="asyncio.subprocess.Process (built-in class)"/>
  <function link="library/asyncio-subprocess.html#asyncio.subprocess.STDOUT" name="asyncio.subprocess.STDOUT (built-in variable)"/>
  <function link="library/collections.abc.html#collections.abc.AsyncIterable" name="AsyncIterable (class in collections.abc)"/>
  <function link="library/typing.html#typing.AsyncIterable" name="(class in typing)"/>
  <function link="library/collections.abc.html#collections.abc.AsyncIterator" name="AsyncIterator (class in collections.abc)"/>
  <function link="library/typing.html#typing.AsyncIterator" name="(class in typing)"/>
  <function link="library/unittest.mock.html#unittest.mock.AsyncMock" name="AsyncMock (class in unittest.mock)"/>
  <function link="library/asyncore.html#module-asyncore" name="module"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.AsyncResult" name="AsyncResult (class in multiprocessing.pool)"/>
  <function link="library/unittest.html#unittest.IsolatedAsyncioTestCase.asyncSetUp" name="asyncSetUp() (unittest.IsolatedAsyncioTestCase method)"/>
  <function link="library/unittest.html#unittest.IsolatedAsyncioTestCase.asyncTearDown" name="asyncTearDown() (unittest.IsolatedAsyncioTestCase method)"/>
  <function link="library/ast.html#ast.AsyncWith" name="AsyncWith (class in ast)"/>
  <function link="library/token.html#token.AT" name="AT (in module token)"/>
  <function link="library/asyncio-stream.html#asyncio.StreamReader.at_eof" name="at_eof() (asyncio.StreamReader method)"/>
  <function link="library/cmath.html#cmath.atan" name="atan() (in module cmath)"/>
  <function link="library/math.html#math.atan" name="(in module math)"/>
  <function link="library/math.html#math.atan2" name="atan2() (in module math)"/>
  <function link="library/cmath.html#cmath.atanh" name="atanh() (in module cmath)"/>
  <function link="library/math.html#math.atanh" name="(in module math)"/>
  <function link="library/token.html#token.ATEQUAL" name="ATEQUAL (in module token)"/>
  <function link="library/atexit.html#module-atexit" name="module"/>
  <function link="library/weakref.html#weakref.finalize.atexit" name="atexit (weakref.finalize attribute)"/>
  <function link="reference/expressions.html#agen.athrow" name="athrow() (agen method)"/>
  <function link="library/locale.html#locale.atof" name="atof() (in module locale)"/>
  <function link="library/locale.html#locale.atoi" name="atoi() (in module locale)"/>
  <function link="reference/expressions.html#index-2" name="atom"/>
  <function link="library/email.compat32-message.html#email.message.Message.attach" name="attach() (email.message.Message method)"/>
  <function link="library/asyncio-policy.html#asyncio.AbstractChildWatcher.attach_loop" name="attach_loop() (asyncio.AbstractChildWatcher method)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.attach_mock" name="attach_mock() (unittest.mock.Mock method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.AttlistDeclHandler" name="AttlistDeclHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/operator.html#operator.attrgetter" name="attrgetter() (in module operator)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.attrib" name="attrib (xml.etree.ElementTree.Element attribute)"/>
  <function link="glossary.html#term-attribute" name="attribute"/>
  <function link="reference/simple_stmts.html#index-4" name="assignment"/>
  <function link="reference/datamodel.html#index-46" name="assignment, class"/>
  <function link="reference/datamodel.html#index-50" name="assignment, class instance"/>
  <function link="reference/datamodel.html#index-45" name="class"/>
  <function link="reference/datamodel.html#index-49" name="class instance"/>
  <function link="reference/simple_stmts.html#index-23" name="deletion"/>
  <function link="reference/datamodel.html#index-5" name="generic special"/>
  <function link="reference/expressions.html#index-39" name="reference"/>
  <function link="reference/datamodel.html#index-5" name="special"/>
  <function link="library/ast.html#ast.Attribute" name="Attribute (class in ast)"/>
  <function link="library/exceptions.html#AttributeError" name="AttributeError"/>
  <function link="reference/expressions.html#index-40" name="exception"/>
  <function link="library/xml.dom.html#xml.dom.Node.attributes" name="attributes (xml.dom.Node attribute)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.AttributesImpl" name="AttributesImpl (class in xml.sax.xmlreader)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.AttributesNSImpl" name="AttributesNSImpl (class in xml.sax.xmlreader)"/>
  <function link="library/curses.html#curses.window.attroff" name="attroff() (curses.window method)"/>
  <function link="library/curses.html#curses.window.attron" name="attron() (curses.window method)"/>
  <function link="library/curses.html#curses.window.attrset" name="attrset() (curses.window method)"/>
  <function link="library/aifc.html#index-0" name="Audio Interchange File Format"/>
  <function link="library/sunau.html#sunau.AUDIO_FILE_ENCODING_ADPCM_G721" name="AUDIO_FILE_ENCODING_ADPCM_G721 (in module sunau)"/>
  <function link="library/sunau.html#sunau.AUDIO_FILE_ENCODING_ADPCM_G722" name="AUDIO_FILE_ENCODING_ADPCM_G722 (in module sunau)"/>
  <function link="library/sunau.html#sunau.AUDIO_FILE_ENCODING_ADPCM_G723_3" name="AUDIO_FILE_ENCODING_ADPCM_G723_3 (in module sunau)"/>
  <function link="library/sunau.html#sunau.AUDIO_FILE_ENCODING_ADPCM_G723_5" name="AUDIO_FILE_ENCODING_ADPCM_G723_5 (in module sunau)"/>
  <function link="library/sunau.html#sunau.AUDIO_FILE_ENCODING_ALAW_8" name="AUDIO_FILE_ENCODING_ALAW_8 (in module sunau)"/>
  <function link="library/sunau.html#sunau.AUDIO_FILE_ENCODING_DOUBLE" name="AUDIO_FILE_ENCODING_DOUBLE (in module sunau)"/>
  <function link="library/sunau.html#sunau.AUDIO_FILE_ENCODING_FLOAT" name="AUDIO_FILE_ENCODING_FLOAT (in module sunau)"/>
  <function link="library/sunau.html#sunau.AUDIO_FILE_ENCODING_LINEAR_16" name="AUDIO_FILE_ENCODING_LINEAR_16 (in module sunau)"/>
  <function link="library/sunau.html#sunau.AUDIO_FILE_ENCODING_LINEAR_24" name="AUDIO_FILE_ENCODING_LINEAR_24 (in module sunau)"/>
  <function link="library/sunau.html#sunau.AUDIO_FILE_ENCODING_LINEAR_32" name="AUDIO_FILE_ENCODING_LINEAR_32 (in module sunau)"/>
  <function link="library/sunau.html#sunau.AUDIO_FILE_ENCODING_LINEAR_8" name="AUDIO_FILE_ENCODING_LINEAR_8 (in module sunau)"/>
  <function link="library/sunau.html#sunau.AUDIO_FILE_ENCODING_MULAW_8" name="AUDIO_FILE_ENCODING_MULAW_8 (in module sunau)"/>
  <function link="library/sunau.html#sunau.AUDIO_FILE_MAGIC" name="AUDIO_FILE_MAGIC (in module sunau)"/>
  <function link="library/ossaudiodev.html#index-1" name="AUDIODEV"/>
  <function link="library/audioop.html#module-audioop" name="module"/>
  <function link="library/audit_events.html#index-0" name="audit events"/>
  <function link="library/sys.html#sys.audit" name="audit() (in module sys)"/>
  <function link="library/sys.html#index-2" name="auditing"/>
  <function link="library/ast.html#ast.AugAssign" name="AugAssign (class in ast)"/>
  <function link="reference/simple_stmts.html#index-14" name="assignment"/>
  <function link="library/ftplib.html#ftplib.FTP_TLS.auth" name="auth() (ftplib.FTP_TLS method)"/>
  <function link="library/smtplib.html#smtplib.SMTP.auth" name="(smtplib.SMTP method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.authenticate" name="authenticate() (imaplib.IMAP4 method)"/>
  <function link="library/multiprocessing.html#multiprocessing.AuthenticationError" name="AuthenticationError"/>
  <function link="library/netrc.html#netrc.netrc.authenticators" name="authenticators() (netrc.netrc method)"/>
  <function link="library/multiprocessing.html#multiprocessing.Process.authkey" name="authkey (multiprocessing.Process attribute)"/>
  <function link="library/enum.html#enum.auto" name="auto (class in enum)"/>
  <function link="library/timeit.html#timeit.Timer.autorange" name="autorange() (timeit.Timer method)"/>
  <function link="library/zoneinfo.html#zoneinfo.available_timezones" name="available_timezones() (in module zoneinfo)"/>
  <function link="library/audioop.html#audioop.avg" name="avg() (in module audioop)"/>
  <function link="library/audioop.html#audioop.avgpp" name="avgpp() (in module audioop)"/>
  <function link="library/shutil.html#shutil.rmtree.avoids_symlink_attacks" name="avoids_symlink_attacks (shutil.rmtree attribute)"/>
  <function link="reference/expressions.html#index-13" name="in comprehensions"/>
  <function link="reference/compound_stmts.html#index-47" name="keyword"/>
  <function link="library/ast.html#ast.Await" name="Await (class in ast)"/>
  <function link="library/token.html#token.AWAIT" name="AWAIT (in module token)"/>
  <function link="library/unittest.mock.html#unittest.mock.AsyncMock.await_args" name="await_args (unittest.mock.AsyncMock attribute)"/>
  <function link="library/unittest.mock.html#unittest.mock.AsyncMock.await_args_list" name="await_args_list (unittest.mock.AsyncMock attribute)"/>
  <function link="library/unittest.mock.html#unittest.mock.AsyncMock.await_count" name="await_count (unittest.mock.AsyncMock attribute)"/>
  <function link="glossary.html#term-awaitable" name="awaitable"/>
  <function link="library/collections.abc.html#collections.abc.Awaitable" name="Awaitable (class in collections.abc)"/>
  <function link="library/typing.html#typing.Awaitable" name="(class in typing)"/>
  <function link="reference/lexical_analysis.html#index-19" name="bytes literal"/>
  <function link="reference/lexical_analysis.html#index-19" name="bytes literal"/>
  <function link="library/base64.html#base64.b16decode" name="b16decode() (in module base64)"/>
  <function link="library/base64.html#base64.b16encode" name="b16encode() (in module base64)"/>
  <function link="library/binascii.html#binascii.b2a_base64" name="b2a_base64() (in module binascii)"/>
  <function link="library/binascii.html#binascii.b2a_hex" name="b2a_hex() (in module binascii)"/>
  <function link="library/binascii.html#binascii.b2a_qp" name="b2a_qp() (in module binascii)"/>
  <function link="library/binascii.html#binascii.b2a_uu" name="b2a_uu() (in module binascii)"/>
  <function link="library/base64.html#base64.b32decode" name="b32decode() (in module base64)"/>
  <function link="library/base64.html#base64.b32encode" name="b32encode() (in module base64)"/>
  <function link="library/base64.html#base64.b32hexdecode" name="b32hexdecode() (in module base64)"/>
  <function link="library/base64.html#base64.b32hexencode" name="b32hexencode() (in module base64)"/>
  <function link="library/base64.html#base64.b64decode" name="b64decode() (in module base64)"/>
  <function link="library/base64.html#base64.b64encode" name="b64encode() (in module base64)"/>
  <function link="library/base64.html#base64.b85decode" name="b85decode() (in module base64)"/>
  <function link="library/base64.html#base64.b85encode" name="b85encode() (in module base64)"/>
  <function link="library/mailbox.html#mailbox.Babyl" name="Babyl (class in mailbox)"/>
  <function link="library/mailbox.html#mailbox.BabylMessage" name="BabylMessage (class in mailbox)"/>
  <function link="library/turtle.html#turtle.back" name="back() (in module turtle)"/>
  <function link="reference/lexical_analysis.html#index-6" name="backslash character"/>
  <function link="library/codecs.html#index-1" name="error handler's name"/>
  <function link="library/codecs.html#codecs.backslashreplace_errors" name="backslashreplace_errors() (in module codecs)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.backup" name="backup() (sqlite3.Connection method)"/>
  <function link="library/turtle.html#turtle.backward" name="backward() (in module turtle)"/>
  <function link="library/gzip.html#gzip.BadGzipFile" name="BadGzipFile"/>
  <function link="library/http.client.html#http.client.BadStatusLine" name="BadStatusLine"/>
  <function link="library/zipfile.html#zipfile.BadZipFile" name="BadZipFile"/>
  <function link="library/zipfile.html#zipfile.BadZipfile" name="BadZipfile"/>
  <function link="library/tkinter.tix.html#tkinter.tix.Balloon" name="Balloon (class in tkinter.tix)"/>
  <function link="library/asyncio-sync.html#asyncio.Barrier" name="Barrier (class in asyncio)"/>
  <function link="library/multiprocessing.html#multiprocessing.Barrier" name="(class in multiprocessing)"/>
  <function link="library/threading.html#threading.Barrier" name="(class in threading)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.SyncManager.Barrier" name="Barrier() (multiprocessing.managers.SyncManager method)"/>
  <function link="library/base64.html#index-0" name="encoding"/>
  <function link="library/base64.html#module-base64" name="module"/>
  <function link="library/sys.html#sys.base_exec_prefix" name="base_exec_prefix (in module sys)"/>
  <function link="library/sys.html#sys.base_prefix" name="base_prefix (in module sys)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseCGIHandler" name="BaseCGIHandler (class in wsgiref.handlers)"/>
  <function link="library/http.cookies.html#http.cookies.BaseCookie" name="BaseCookie (class in http.cookies)"/>
  <function link="library/exceptions.html#BaseException" name="BaseException"/>
  <function link="library/exceptions.html#BaseExceptionGroup" name="BaseExceptionGroup"/>
  <function link="library/urllib.request.html#urllib.request.BaseHandler" name="BaseHandler (class in urllib.request)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler" name="(class in wsgiref.handlers)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.BaseHeader" name="BaseHeader (class in email.headerregistry)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler" name="BaseHTTPRequestHandler (class in http.server)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.BaseManager" name="BaseManager (class in multiprocessing.managers)"/>
  <function link="library/os.path.html#os.path.basename" name="basename() (in module os.path)"/>
  <function link="library/asyncio-protocol.html#asyncio.BaseProtocol" name="BaseProtocol (class in asyncio)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.BaseProxy" name="BaseProxy (class in multiprocessing.managers)"/>
  <function link="library/socketserver.html#socketserver.BaseRequestHandler" name="BaseRequestHandler (class in socketserver)"/>
  <function link="library/logging.handlers.html#logging.handlers.BaseRotatingHandler" name="BaseRotatingHandler (class in logging.handlers)"/>
  <function link="library/selectors.html#selectors.BaseSelector" name="BaseSelector (class in selectors)"/>
  <function link="library/socketserver.html#socketserver.BaseServer" name="BaseServer (class in socketserver)"/>
  <function link="library/2to3.html#to3fixer-basestring" name="basestring (2to3 fixer)"/>
  <function link="library/asyncio-protocol.html#asyncio.BaseTransport" name="BaseTransport (class in asyncio)"/>
  <function link="library/logging.html#logging.basicConfig" name="basicConfig() (in module logging)"/>
  <function link="library/decimal.html#decimal.BasicContext" name="BasicContext (class in decimal)"/>
  <function link="library/configparser.html#configparser.BasicInterpolation" name="BasicInterpolation (class in configparser)"/>
  <function link="library/test.html#test.support.BasicTestRunner" name="BasicTestRunner (class in test.support)"/>
  <function link="library/curses.html#curses.baudrate" name="baudrate() (in module curses)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.bbox" name="bbox() (tkinter.ttk.Treeview method)"/>
  <function link="library/socket.html#socket.BDADDR_ANY" name="BDADDR_ANY (in module socket)"/>
  <function link="library/socket.html#socket.BDADDR_LOCAL" name="BDADDR_LOCAL (in module socket)"/>
  <function link="library/bdb.html#module-bdb" name="module"/>
  <function link="library/bdb.html#bdb.Bdb" name="Bdb (class in bdb)"/>
  <function link="library/bdb.html#bdb.BdbQuit" name="BdbQuit"/>
  <function link="glossary.html#term-BDFL" name="BDFL"/>
  <function link="library/curses.html#curses.beep" name="beep() (in module curses)"/>
  <function link="library/winsound.html#winsound.Beep" name="Beep() (in module winsound)"/>
  <function link="library/dis.html#opcode-BEFORE_ASYNC_WITH" name="BEFORE_ASYNC_WITH (opcode)"/>
  <function link="library/dis.html#opcode-BEFORE_WITH" name="BEFORE_WITH (opcode)"/>
  <function link="library/turtle.html#turtle.begin_fill" name="begin_fill() (in module turtle)"/>
  <function link="library/turtle.html#turtle.begin_poly" name="begin_poly() (in module turtle)"/>
  <function link="library/curses.panel.html#curses.panel.Panel.below" name="below() (curses.panel.Panel method)"/>
  <function link="library/subprocess.html#subprocess.BELOW_NORMAL_PRIORITY_CLASS" name="BELOW_NORMAL_PRIORITY_CLASS (in module subprocess)"/>
  <function link="library/timeit.html#index-0" name="Benchmarking"/>
  <function link="library/time.html#index-12" name="benchmarking"/>
  <function link="library/random.html#random.betavariate" name="betavariate() (in module random)"/>
  <function link="library/turtle.html#turtle.bgcolor" name="bgcolor() (in module turtle)"/>
  <function link="library/turtle.html#turtle.bgpic" name="bgpic() (in module turtle)"/>
  <function link="library/audioop.html#audioop.bias" name="bias() (in module audioop)"/>
  <function link="library/unicodedata.html#unicodedata.bidirectional" name="bidirectional() (in module unicodedata)"/>
  <function link="library/test.html#test.support.bigaddrspacetest" name="bigaddrspacetest() (in module test.support)"/>
  <function link="library/ctypes.html#ctypes.BigEndianStructure" name="BigEndianStructure (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.BigEndianUnion" name="BigEndianUnion (class in ctypes)"/>
  <function link="library/test.html#test.support.bigmemtest" name="bigmemtest() (in module test.support)"/>
  <function link="library/functions.html#bin" name="built-in function"/>
  <function link="reference/expressions.html#index-64" name="arithmetic operation"/>
  <function link="reference/expressions.html#index-73" name="bitwise operation"/>
  <function link="library/struct.html#index-0" name="data, packing"/>
  <function link="library/stdtypes.html#index-12" name="literals"/>
  <function link="library/msilib.html#msilib.Binary" name="Binary (class in msilib)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.Binary" name="(class in xmlrpc.client)"/>
  <function link="glossary.html#term-binary-file" name="binary file"/>
  <function link="reference/lexical_analysis.html#index-27" name="binary literal"/>
  <function link="library/functions.html#index-7" name="binary mode"/>
  <function link="library/_thread.html#index-0" name="binary semaphores"/>
  <function link="library/dis.html#opcode-BINARY_OP" name="BINARY_OP (opcode)"/>
  <function link="library/dis.html#opcode-BINARY_SUBSCR" name="BINARY_SUBSCR (opcode)"/>
  <function link="c-api/typeobj.html#c.binaryfunc" name="binaryfunc (C type)"/>
  <function link="library/typing.html#typing.BinaryIO" name="BinaryIO (class in typing)"/>
  <function link="library/binascii.html#module-binascii" name="module"/>
  <function link="library/tkinter.html#index-5" name="bind (widgets)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.bind" name="bind() (asyncore.dispatcher method)"/>
  <function link="library/inspect.html#inspect.Signature.bind" name="(inspect.Signature method)"/>
  <function link="library/socket.html#socket.socket.bind" name="(socket.socket method)"/>
  <function link="library/inspect.html#inspect.Signature.bind_partial" name="bind_partial() (inspect.Signature method)"/>
  <function link="library/test.html#test.support.socket_helper.bind_port" name="bind_port() (in module test.support.socket_helper)"/>
  <function link="library/test.html#test.support.socket_helper.bind_unix_socket" name="bind_unix_socket() (in module test.support.socket_helper)"/>
  <function link="reference/simple_stmts.html#index-43" name="global name"/>
  <function link="reference/compound_stmts.html#index-28" name="name"/>
  <function link="library/gettext.html#gettext.bindtextdomain" name="bindtextdomain() (in module gettext)"/>
  <function link="library/locale.html#locale.bindtextdomain" name="(in module locale)"/>
  <function link="library/ast.html#ast.BinOp" name="BinOp (class in ast)"/>
  <function link="library/bisect.html#module-bisect" name="module"/>
  <function link="library/bisect.html#bisect.bisect" name="bisect() (in module bisect)"/>
  <function link="library/bisect.html#bisect.bisect_left" name="bisect_left() (in module bisect)"/>
  <function link="library/bisect.html#bisect.bisect_right" name="bisect_right() (in module bisect)"/>
  <function link="library/stdtypes.html#int.bit_count" name="bit_count() (int method)"/>
  <function link="library/stdtypes.html#int.bit_length" name="bit_length() (int method)"/>
  <function link="library/ast.html#ast.BitAnd" name="BitAnd (class in ast)"/>
  <function link="library/msilib.html#msilib.Dialog.bitmap" name="bitmap() (msilib.Dialog method)"/>
  <function link="library/ast.html#ast.BitOr" name="BitOr (class in ast)"/>
  <function link="reference/expressions.html#index-74" name="and"/>
  <function link="reference/expressions.html#index-73" name="operation, binary"/>
  <function link="reference/expressions.html#index-59" name="operation, unary"/>
  <function link="library/stdtypes.html#index-16" name="operations"/>
  <function link="reference/expressions.html#index-76" name="or"/>
  <function link="reference/expressions.html#index-75" name="xor"/>
  <function link="library/ast.html#ast.BitXor" name="BitXor (class in ast)"/>
  <function link="library/turtle.html#turtle.bk" name="bk() (in module turtle)"/>
  <function link="library/curses.html#curses.window.bkgd" name="bkgd() (curses.window method)"/>
  <function link="library/curses.html#curses.window.bkgdset" name="bkgdset() (curses.window method)"/>
  <function link="library/hashlib.html#hashlib.blake2b" name="blake2b() (in module hashlib)"/>
  <function link="library/hashlib.html#index-4" name="blake2b, blake2s"/>
  <function link="library/hashlib.html#hashlib.blake2b.MAX_DIGEST_SIZE" name="blake2b.MAX_DIGEST_SIZE (in module hashlib)"/>
  <function link="library/hashlib.html#hashlib.blake2b.MAX_KEY_SIZE" name="blake2b.MAX_KEY_SIZE (in module hashlib)"/>
  <function link="library/hashlib.html#hashlib.blake2b.PERSON_SIZE" name="blake2b.PERSON_SIZE (in module hashlib)"/>
  <function link="library/hashlib.html#hashlib.blake2b.SALT_SIZE" name="blake2b.SALT_SIZE (in module hashlib)"/>
  <function link="library/hashlib.html#hashlib.blake2s" name="blake2s() (in module hashlib)"/>
  <function link="library/hashlib.html#hashlib.blake2s.MAX_DIGEST_SIZE" name="blake2s.MAX_DIGEST_SIZE (in module hashlib)"/>
  <function link="library/hashlib.html#hashlib.blake2s.MAX_KEY_SIZE" name="blake2s.MAX_KEY_SIZE (in module hashlib)"/>
  <function link="library/hashlib.html#hashlib.blake2s.PERSON_SIZE" name="blake2s.PERSON_SIZE (in module hashlib)"/>
  <function link="library/hashlib.html#hashlib.blake2s.SALT_SIZE" name="blake2s.SALT_SIZE (in module hashlib)"/>
  <function link="reference/lexical_analysis.html#index-7" name="blank line"/>
  <function link="library/sqlite3.html#sqlite3.Blob" name="Blob (class in sqlite3)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.blobopen" name="blobopen() (sqlite3.Connection method)"/>
  <function link="reference/executionmodel.html#index-1" name="block"/>
  <function link="reference/executionmodel.html#index-0" name="code"/>
  <function link="library/hmac.html#hmac.HMAC.block_size" name="block_size (hmac.HMAC attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.blocked_domains" name="blocked_domains() (http.cookiejar.DefaultCookiePolicy method)"/>
  <function link="library/exceptions.html#BlockingIOError" name="BlockingIOError"/>
  <function link="library/http.client.html#http.client.HTTPConnection.blocksize" name="blocksize (http.client.HTTPConnection attribute)"/>
  <function link="reference/expressions.html#index-0" name="BNF"/>
  <function link="library/nntplib.html#nntplib.NNTP.body" name="body() (nntplib.NNTP method)"/>
  <function link="library/dialog.html#tkinter.simpledialog.Dialog.body" name="(tkinter.simpledialog.Dialog method)"/>
  <function link="library/email.charset.html#email.charset.Charset.body_encode" name="body_encode() (email.charset.Charset method)"/>
  <function link="library/email.charset.html#email.charset.Charset.body_encoding" name="body_encoding (email.charset.Charset attribute)"/>
  <function link="library/email.iterators.html#email.iterators.body_line_iterator" name="body_line_iterator() (in module email.iterators)"/>
  <function link="library/tkinter.font.html#tkinter.font.BOLD" name="BOLD (in module tkinter.font)"/>
  <function link="library/codecs.html#codecs.BOM" name="BOM (in module codecs)"/>
  <function link="library/codecs.html#codecs.BOM_BE" name="BOM_BE (in module codecs)"/>
  <function link="library/codecs.html#codecs.BOM_LE" name="BOM_LE (in module codecs)"/>
  <function link="library/codecs.html#codecs.BOM_UTF16" name="BOM_UTF16 (in module codecs)"/>
  <function link="library/codecs.html#codecs.BOM_UTF16_BE" name="BOM_UTF16_BE (in module codecs)"/>
  <function link="library/codecs.html#codecs.BOM_UTF16_LE" name="BOM_UTF16_LE (in module codecs)"/>
  <function link="library/codecs.html#codecs.BOM_UTF32" name="BOM_UTF32 (in module codecs)"/>
  <function link="library/codecs.html#codecs.BOM_UTF32_BE" name="BOM_UTF32_BE (in module codecs)"/>
  <function link="library/codecs.html#codecs.BOM_UTF32_LE" name="BOM_UTF32_LE (in module codecs)"/>
  <function link="library/codecs.html#codecs.BOM_UTF8" name="BOM_UTF8 (in module codecs)"/>
  <function link="library/functions.html#bool" name="bool (built-in class)"/>
  <function link="library/stdtypes.html#index-11" name="object"/>
  <function link="reference/expressions.html#index-82" name="operation"/>
  <function link="library/stdtypes.html#index-1" name="operations"/>
  <function link="library/functions.html#index-0" name="type"/>
  <function link="library/stdtypes.html#index-66" name="values"/>
  <function link="library/configparser.html#configparser.ConfigParser.BOOLEAN_STATES" name="BOOLEAN_STATES (configparser.ConfigParser attribute)"/>
  <function link="library/ast.html#ast.BoolOp" name="BoolOp (class in ast)"/>
  <function link="library/ensurepip.html#ensurepip.bootstrap" name="bootstrap() (in module ensurepip)"/>
  <function link="library/curses.html#curses.window.border" name="border() (curses.window method)"/>
  <function link="glossary.html#term-borrowed-reference" name="borrowed reference"/>
  <function link="library/curses.panel.html#curses.panel.Panel.bottom" name="bottom() (curses.panel.Panel method)"/>
  <function link="library/curses.panel.html#curses.panel.bottom_panel" name="bottom_panel() (in module curses.panel)"/>
  <function link="library/inspect.html#inspect.BoundArguments" name="BoundArguments (class in inspect)"/>
  <function link="library/email.errors.html#email.errors.BoundaryError" name="BoundaryError"/>
  <function link="library/asyncio-sync.html#asyncio.BoundedSemaphore" name="BoundedSemaphore (class in asyncio)"/>
  <function link="library/multiprocessing.html#multiprocessing.BoundedSemaphore" name="(class in multiprocessing)"/>
  <function link="library/threading.html#threading.BoundedSemaphore" name="(class in threading)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.SyncManager.BoundedSemaphore" name="BoundedSemaphore() (multiprocessing.managers.SyncManager method)"/>
  <function link="library/curses.html#curses.window.box" name="box() (curses.window method)"/>
  <function link="library/bdb.html#bdb.Breakpoint.bpbynumber" name="bpbynumber (bdb.Breakpoint attribute)"/>
  <function link="library/bdb.html#bdb.Breakpoint.bpformat" name="bpformat() (bdb.Breakpoint method)"/>
  <function link="library/bdb.html#bdb.Breakpoint.bplist" name="bplist (bdb.Breakpoint attribute)"/>
  <function link="library/bdb.html#bdb.Breakpoint.bpprint" name="bpprint() (bdb.Breakpoint method)"/>
  <function link="reference/simple_stmts.html#index-30" name="statement"/>
  <function link="library/ast.html#ast.Break" name="Break (class in ast)"/>
  <function link="library/pdb.html#pdbcommand-break" name="break (pdb command)"/>
  <function link="library/bdb.html#bdb.Bdb.break_anywhere" name="break_anywhere() (bdb.Bdb method)"/>
  <function link="library/bdb.html#bdb.Bdb.break_here" name="break_here() (bdb.Bdb method)"/>
  <function link="library/textwrap.html#textwrap.TextWrapper.break_long_words" name="break_long_words (textwrap.TextWrapper attribute)"/>
  <function link="library/textwrap.html#textwrap.TextWrapper.break_on_hyphens" name="break_on_hyphens (textwrap.TextWrapper attribute)"/>
  <function link="library/bdb.html#bdb.Breakpoint" name="Breakpoint (class in bdb)"/>
  <function link="library/functions.html#breakpoint" name="built-in function"/>
  <function link="library/sys.html#sys.breakpointhook" name="breakpointhook() (in module sys)"/>
  <function link="library/idle.html#index-4" name="breakpoints"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.broadcast_address" name="broadcast_address (ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.broadcast_address" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/asyncio-sync.html#asyncio.Barrier.broken" name="broken (asyncio.Barrier attribute)"/>
  <function link="library/threading.html#threading.Barrier.broken" name="(threading.Barrier attribute)"/>
  <function link="library/asyncio-sync.html#asyncio.BrokenBarrierError" name="BrokenBarrierError"/>
  <function link="library/concurrent.futures.html#concurrent.futures.BrokenExecutor" name="BrokenExecutor"/>
  <function link="library/exceptions.html#BrokenPipeError" name="BrokenPipeError"/>
  <function link="library/concurrent.futures.html#concurrent.futures.process.BrokenProcessPool" name="BrokenProcessPool"/>
  <function link="library/concurrent.futures.html#concurrent.futures.thread.BrokenThreadPool" name="BrokenThreadPool"/>
  <function link="library/webbrowser.html#index-0" name="BROWSER"/>
  <function link="library/shelve.html#shelve.BsdDbShelf" name="BsdDbShelf (class in shelve)"/>
  <function link="library/multiprocessing.shared_memory.html#multiprocessing.shared_memory.SharedMemory.buf" name="buf (multiprocessing.shared_memory.SharedMemory attribute)"/>
  <function link="library/2to3.html#to3fixer-buffer" name="buffer (2to3 fixer)"/>
  <function link="library/io.html#io.TextIOBase.buffer" name="(io.TextIOBase attribute)"/>
  <function link="library/unittest.html#unittest.TestResult.buffer" name="(unittest.TestResult attribute)"/>
  <function link="c-api/buffer.html#index-0" name="(see buffer protocol)"/>
  <function link="c-api/buffer.html#index-0" name="(see buffer protocol)"/>
  <function link="c-api/buffer.html#index-0" name="buffer protocol"/>
  <function link="library/stdtypes.html#index-38" name="binary sequence types"/>
  <function link="library/stdtypes.html#index-30" name="str (built-in class)"/>
  <function link="library/functions.html#index-7" name="buffer size, I/O"/>
  <function link="library/array.html#array.array.buffer_info" name="buffer_info() (array.array method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.buffer_size" name="buffer_size (xml.parsers.expat.xmlparser attribute)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.buffer_text" name="buffer_text (xml.parsers.expat.xmlparser attribute)"/>
  <function link="library/asyncio-protocol.html#asyncio.BufferedProtocol.buffer_updated" name="buffer_updated() (asyncio.BufferedProtocol method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.buffer_used" name="buffer_used (xml.parsers.expat.xmlparser attribute)"/>
  <function link="library/io.html#io.BufferedIOBase" name="BufferedIOBase (class in io)"/>
  <function link="library/asyncio-protocol.html#asyncio.BufferedProtocol" name="BufferedProtocol (class in asyncio)"/>
  <function link="library/io.html#io.BufferedRandom" name="BufferedRandom (class in io)"/>
  <function link="library/io.html#io.BufferedReader" name="BufferedReader (class in io)"/>
  <function link="library/io.html#io.BufferedRWPair" name="BufferedRWPair (class in io)"/>
  <function link="library/io.html#io.BufferedWriter" name="BufferedWriter (class in io)"/>
  <function link="library/exceptions.html#BufferError" name="BufferError"/>
  <function link="library/logging.html#logging.BufferingFormatter" name="BufferingFormatter (class in logging)"/>
  <function link="library/logging.handlers.html#logging.handlers.BufferingHandler" name="BufferingHandler (class in logging.handlers)"/>
  <function link="library/multiprocessing.html#multiprocessing.BufferTooShort" name="BufferTooShort"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.bufsize" name="bufsize() (ossaudiodev.oss_audio_device method)"/>
  <function link="library/dis.html#opcode-BUILD_CONST_KEY_MAP" name="BUILD_CONST_KEY_MAP (opcode)"/>
  <function link="library/dis.html#opcode-BUILD_LIST" name="BUILD_LIST (opcode)"/>
  <function link="library/dis.html#opcode-BUILD_MAP" name="BUILD_MAP (opcode)"/>
  <function link="library/urllib.request.html#urllib.request.build_opener" name="build_opener() (in module urllib.request)"/>
  <function link="distutils/apiref.html#distutils.command.build_py.build_py" name="build_py (class in distutils.command.build_py)"/>
  <function link="distutils/apiref.html#distutils.command.build_py.build_py_2to3" name="build_py_2to3 (class in distutils.command.build_py)"/>
  <function link="library/dis.html#opcode-BUILD_SET" name="BUILD_SET (opcode)"/>
  <function link="library/dis.html#opcode-BUILD_SLICE" name="BUILD_SLICE (opcode)"/>
  <function link="library/dis.html#opcode-BUILD_STRING" name="BUILD_STRING (opcode)"/>
  <function link="library/dis.html#opcode-BUILD_TUPLE" name="BUILD_TUPLE (opcode)"/>
  <function link="reference/datamodel.html#index-41" name="method"/>
  <function link="library/stdtypes.html#index-0" name="types"/>
  <function link="c-api/import.html#index-1" name="__import__"/>
  <function link="library/functions.html#import__" name="__import__()"/>
  <function link="c-api/number.html#index-2" name="abs"/>
  <function link="library/functions.html#abs" name="abs()"/>
  <function link="library/functions.html#aiter" name="aiter()"/>
  <function link="library/functions.html#all" name="all()"/>
  <function link="library/functions.html#anext" name="anext()"/>
  <function link="library/functions.html#any" name="any()"/>
  <function link="c-api/object.html#index-1" name="ascii"/>
  <function link="library/functions.html#ascii" name="ascii()"/>
  <function link="library/functions.html#bin" name="bin()"/>
  <function link="library/functions.html#breakpoint" name="breakpoint()"/>
  <function link="c-api/object.html#index-3" name="bytes"/>
  <function link="reference/expressions.html#index-53" name="call"/>
  <function link="library/functions.html#callable" name="callable()"/>
  <function link="reference/datamodel.html#index-19" name="chr"/>
  <function link="library/functions.html#chr" name="chr()"/>
  <function link="c-api/structures.html#index-0" name="classmethod"/>
  <function link="library/functions.html#classmethod" name="classmethod()"/>
  <function link="c-api/import.html#index-2" name="compile"/>
  <function link="library/functions.html#compile" name="compile()"/>
  <function link="library/stdtypes.html#index-13" name="complex"/>
  <function link="distutils/builtdist.html#create_shortcut" name="create_shortcut()"/>
  <function link="library/functions.html#delattr" name="delattr()"/>
  <function link="library/functions.html#dir" name="dir()"/>
  <function link="distutils/builtdist.html#directory_created" name="directory_created()"/>
  <function link="c-api/number.html#index-0" name="divmod"/>
  <function link="library/functions.html#divmod" name="divmod()"/>
  <function link="library/functions.html#enumerate" name="enumerate()"/>
  <function link="library/pprint.html#index-1" name="eval"/>
  <function link="library/functions.html#eval" name="eval()"/>
  <function link="library/functions.html#index-1" name="exec"/>
  <function link="library/functions.html#exec" name="exec()"/>
  <function link="distutils/builtdist.html#file_created" name="file_created()"/>
  <function link="library/functions.html#filter" name="filter()"/>
  <function link="c-api/number.html#index-5" name="float"/>
  <function link="library/functions.html#format" name="format()"/>
  <function link="distutils/builtdist.html#get_special_folder_path" name="get_special_folder_path()"/>
  <function link="library/functions.html#getattr" name="getattr()"/>
  <function link="library/functions.html#globals" name="globals()"/>
  <function link="library/functions.html#hasattr" name="hasattr()"/>
  <function link="c-api/object.html#index-6" name="hash"/>
  <function link="library/functions.html#hash" name="hash()"/>
  <function link="tutorial/stdlib.html#index-0" name="help"/>
  <function link="library/functions.html#help" name="help()"/>
  <function link="library/functions.html#hex" name="hex()"/>
  <function link="reference/datamodel.html#index-1" name="id"/>
  <function link="library/functions.html#id" name="id()"/>
  <function link="library/functions.html#input" name="input()"/>
  <function link="c-api/number.html#index-4" name="int"/>
  <function link="library/functions.html#isinstance" name="isinstance()"/>
  <function link="library/functions.html#issubclass" name="issubclass()"/>
  <function link="library/functions.html#iter" name="iter()"/>
  <function link="c-api/dict.html#index-2" name="len"/>
  <function link="library/functions.html#len" name="len()"/>
  <function link="library/functions.html#locals" name="locals()"/>
  <function link="library/functions.html#map" name="map()"/>
  <function link="library/stdtypes.html#index-19" name="max"/>
  <function link="library/functions.html#max" name="max()"/>
  <function link="library/stdtypes.html#index-19" name="min"/>
  <function link="library/functions.html#min" name="min()"/>
  <function link="library/multiprocessing.html#multiprocessing.Manager" name="multiprocessing.Manager()"/>
  <function link="library/functions.html#next" name="next()"/>
  <function link="reference/datamodel.html#index-40" name="object"/>
  <function link="library/functions.html#oct" name="oct()"/>
  <function link="reference/datamodel.html#index-53" name="open"/>
  <function link="library/functions.html#open" name="open()"/>
  <function link="reference/datamodel.html#index-19" name="ord"/>
  <function link="library/functions.html#ord" name="ord()"/>
  <function link="c-api/number.html#index-1" name="pow"/>
  <function link="library/functions.html#pow" name="pow()"/>
  <function link="reference/datamodel.html#index-75" name="print"/>
  <function link="library/functions.html#print" name="print()"/>
  <function link="reference/compound_stmts.html#index-8" name="range"/>
  <function link="c-api/object.html#index-0" name="repr"/>
  <function link="library/functions.html#repr" name="repr()"/>
  <function link="library/functions.html#reversed" name="reversed()"/>
  <function link="reference/datamodel.html#index-102" name="round"/>
  <function link="library/functions.html#round" name="round()"/>
  <function link="library/functions.html#setattr" name="setattr()"/>
  <function link="library/dis.html#index-1" name="slice"/>
  <function link="library/functions.html#sorted" name="sorted()"/>
  <function link="c-api/structures.html#index-1" name="staticmethod"/>
  <function link="library/functions.html#staticmethod" name="staticmethod()"/>
  <function link="library/functions.html#sum" name="sum()"/>
  <function link="c-api/list.html#index-2" name="tuple"/>
  <function link="c-api/object.html#index-7" name="type"/>
  <function link="library/functions.html#vars" name="vars()"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementInclude.default_loader" name="xml.etree.ElementInclude.default_loader()"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementInclude.include" name="xml.etree.ElementInclude.include()"/>
  <function link="library/functions.html#zip" name="zip()"/>
  <function link="reference/expressions.html#index-53" name="call"/>
  <function link="reference/datamodel.html#index-41" name="object"/>
  <function link="library/sys.html#sys.builtin_module_names" name="builtin_module_names (in module sys)"/>
  <function link="library/types.html#types.BuiltinFunctionType" name="BuiltinFunctionType (in module types)"/>
  <function link="library/importlib.html#importlib.machinery.BuiltinImporter" name="BuiltinImporter (class in importlib.machinery)"/>
  <function link="library/types.html#types.BuiltinMethodType" name="BuiltinMethodType (in module types)"/>
  <function link="c-api/init.html#index-16" name="module"/>
  <function link="library/tkinter.tix.html#tkinter.tix.ButtonBox" name="ButtonBox (class in tkinter.tix)"/>
  <function link="library/dialog.html#tkinter.simpledialog.Dialog.buttonbox" name="buttonbox() (tkinter.simpledialog.Dialog method)"/>
  <function link="library/turtle.html#turtle.bye" name="bye() (in module turtle)"/>
  <function link="library/ctypes.html#ctypes.byref" name="byref() (in module ctypes)"/>
  <function link="reference/datamodel.html#index-21" name="byte"/>
  <function link="library/imp.html#index-1" name="file"/>
  <function link="distutils/apiref.html#distutils.util.byte_compile" name="byte_compile() (in module distutils.util)"/>
  <function link="reference/datamodel.html#index-24" name="bytearray"/>
  <function link="library/stdtypes.html#index-44" name="formatting"/>
  <function link="library/stdtypes.html#index-44" name="interpolation"/>
  <function link="library/stdtypes.html#index-42" name="methods"/>
  <function link="c-api/bytearray.html#index-0" name="object"/>
  <function link="library/stdtypes.html#bytearray" name="bytearray (built-in class)"/>
  <function link="glossary.html#term-bytecode" name="bytecode"/>
  <function link="library/dis.html#dis.Bytecode" name="Bytecode (class in dis)"/>
  <function link="library/dis.html#dis.Bytecode.codeobj" name="Bytecode.codeobj (in module dis)"/>
  <function link="library/dis.html#dis.Bytecode.first_line" name="Bytecode.first_line (in module dis)"/>
  <function link="library/importlib.html#importlib.machinery.BYTECODE_SUFFIXES" name="BYTECODE_SUFFIXES (in module importlib.machinery)"/>
  <function link="library/test.html#test.support.bytecode_helper.BytecodeTestCase" name="BytecodeTestCase (class in test.support.bytecode_helper)"/>
  <function link="library/sys.html#sys.byteorder" name="byteorder (in module sys)"/>
  <function link="reference/datamodel.html#index-21" name="bytes"/>
  <function link="c-api/object.html#index-3" name="built-in function"/>
  <function link="library/stdtypes.html#index-44" name="formatting"/>
  <function link="library/stdtypes.html#index-44" name="interpolation"/>
  <function link="library/stdtypes.html#index-42" name="methods"/>
  <function link="c-api/bytes.html#index-0" name="object"/>
  <function link="library/stdtypes.html#index-30" name="str (built-in class)"/>
  <function link="library/stdtypes.html#bytes" name="bytes (built-in class)"/>
  <function link="library/uuid.html#uuid.UUID.bytes" name="(uuid.UUID attribute)"/>
  <function link="reference/lexical_analysis.html#index-17" name="bytes literal"/>
  <function link="glossary.html#term-bytes-like-object" name="bytes-like object"/>
  <function link="library/uuid.html#uuid.UUID.bytes_le" name="bytes_le (uuid.UUID attribute)"/>
  <function link="library/email.parser.html#email.parser.BytesFeedParser" name="BytesFeedParser (class in email.parser)"/>
  <function link="library/email.generator.html#email.generator.BytesGenerator" name="BytesGenerator (class in email.generator)"/>
  <function link="library/email.parser.html#email.parser.BytesHeaderParser" name="BytesHeaderParser (class in email.parser)"/>
  <function link="library/io.html#io.BytesIO" name="BytesIO (class in io)"/>
  <function link="library/email.parser.html#email.parser.BytesParser" name="BytesParser (class in email.parser)"/>
  <function link="library/collections.abc.html#collections.abc.ByteString" name="ByteString (class in collections.abc)"/>
  <function link="library/typing.html#typing.ByteString" name="(class in typing)"/>
  <function link="library/array.html#array.array.byteswap" name="byteswap() (array.array method)"/>
  <function link="library/audioop.html#audioop.byteswap" name="(in module audioop)"/>
  <function link="library/exceptions.html#BytesWarning" name="BytesWarning"/>
  <function link="library/bz2.html#module-bz2" name="module"/>
  <function link="library/bz2.html#bz2.BZ2Compressor" name="BZ2Compressor (class in bz2)"/>
  <function link="library/bz2.html#bz2.BZ2Decompressor" name="BZ2Decompressor (class in bz2)"/>
  <function link="library/bz2.html#bz2.BZ2File" name="BZ2File (class in bz2)"/>
  <function link="reference/lexical_analysis.html#index-23" name="C"/>
  <function link="library/stdtypes.html#index-11" name="language"/>
  <function link="library/struct.html#index-0" name="structures"/>
  <function link="c-api/buffer.html#index-2" name="C-contiguous"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.C14NWriterTarget" name="C14NWriterTarget (class in xml.etree.ElementTree)"/>
  <function link="library/ctypes.html#ctypes.c_bool" name="c_bool (class in ctypes)"/>
  <function link="library/imp.html#imp.C_BUILTIN" name="C_BUILTIN (in module imp)"/>
  <function link="library/ctypes.html#ctypes.c_byte" name="c_byte (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_char" name="c_char (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_char_p" name="c_char_p (class in ctypes)"/>
  <function link="library/stdtypes.html#memoryview.c_contiguous" name="c_contiguous (memoryview attribute)"/>
  <function link="library/ctypes.html#ctypes.c_double" name="c_double (class in ctypes)"/>
  <function link="library/imp.html#imp.C_EXTENSION" name="C_EXTENSION (in module imp)"/>
  <function link="library/ctypes.html#ctypes.c_float" name="c_float (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_int" name="c_int (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_int16" name="c_int16 (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_int32" name="c_int32 (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_int64" name="c_int64 (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_int8" name="c_int8 (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_long" name="c_long (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_longdouble" name="c_longdouble (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_longlong" name="c_longlong (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_short" name="c_short (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_size_t" name="c_size_t (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_ssize_t" name="c_ssize_t (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_ubyte" name="c_ubyte (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_uint" name="c_uint (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_uint16" name="c_uint16 (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_uint32" name="c_uint32 (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_uint64" name="c_uint64 (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_uint8" name="c_uint8 (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_ulong" name="c_ulong (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_ulonglong" name="c_ulonglong (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_ushort" name="c_ushort (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_void_p" name="c_void_p (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_wchar" name="c_wchar (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.c_wchar_p" name="c_wchar_p (class in ctypes)"/>
  <function link="library/msilib.html#msilib.CAB" name="CAB (class in msilib)"/>
  <function link="library/dis.html#opcode-CACHE" name="CACHE (opcode)"/>
  <function link="library/functools.html#functools.cache" name="cache() (in module functools)"/>
  <function link="library/imp.html#imp.cache_from_source" name="cache_from_source() (in module imp)"/>
  <function link="library/importlib.html#importlib.util.cache_from_source" name="(in module importlib.util)"/>
  <function link="library/importlib.html#importlib.machinery.ModuleSpec.cached" name="cached (importlib.machinery.ModuleSpec attribute)"/>
  <function link="library/functools.html#functools.cached_property" name="cached_property() (in module functools)"/>
  <function link="library/urllib.request.html#urllib.request.CacheFTPHandler" name="CacheFTPHandler (class in urllib.request)"/>
  <function link="library/test.html#test.support.calcobjsize" name="calcobjsize() (in module test.support)"/>
  <function link="library/struct.html#struct.calcsize" name="calcsize() (in module struct)"/>
  <function link="library/test.html#test.support.calcvobjsize" name="calcvobjsize() (in module test.support)"/>
  <function link="library/calendar.html#module-calendar" name="module"/>
  <function link="library/calendar.html#calendar.Calendar" name="Calendar (class in calendar)"/>
  <function link="library/calendar.html#calendar.calendar" name="calendar() (in module calendar)"/>
  <function link="reference/expressions.html#index-47" name="call"/>
  <function link="reference/expressions.html#index-53" name="built-in function"/>
  <function link="reference/expressions.html#index-53" name="built-in method"/>
  <function link="reference/expressions.html#index-55" name="class instance"/>
  <function link="reference/datamodel.html#index-45" name="class object"/>
  <function link="reference/datamodel.html#index-32" name="function"/>
  <function link="reference/datamodel.html#index-94" name="instance"/>
  <function link="reference/expressions.html#index-53" name="method"/>
  <function link="reference/simple_stmts.html#index-3" name="procedure"/>
  <function link="reference/expressions.html#index-52" name="user-defined function"/>
  <function link="library/ast.html#ast.Call" name="Call (class in ast)"/>
  <function link="library/dis.html#opcode-CALL" name="CALL (opcode)"/>
  <function link="library/operator.html#operator.call" name="call() (in module operator)"/>
  <function link="library/subprocess.html#subprocess.call" name="(in module subprocess)"/>
  <function link="library/unittest.mock.html#unittest.mock.call" name="(in module unittest.mock)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.call_args" name="call_args (unittest.mock.Mock attribute)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.call_args_list" name="call_args_list (unittest.mock.Mock attribute)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.call_at" name="call_at() (asyncio.loop method)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.call_count" name="call_count (unittest.mock.Mock attribute)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.call_exception_handler" name="call_exception_handler() (asyncio.loop method)"/>
  <function link="library/dis.html#opcode-CALL_FUNCTION_EX" name="CALL_FUNCTION_EX (opcode)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.call_later" name="call_later() (asyncio.loop method)"/>
  <function link="library/unittest.mock.html#unittest.mock.call.call_list" name="call_list() (unittest.mock.call method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.call_soon" name="call_soon() (asyncio.loop method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.call_soon_threadsafe" name="call_soon_threadsafe() (asyncio.loop method)"/>
  <function link="library/sys.html#sys.call_tracing" name="call_tracing() (in module sys)"/>
  <function link="glossary.html#term-callable" name="callable"/>
  <function link="reference/datamodel.html#index-32" name="object"/>
  <function link="library/collections.abc.html#collections.abc.Callable" name="Callable (class in collections.abc)"/>
  <function link="library/typing.html#typing.Callable" name="(in module typing)"/>
  <function link="library/functions.html#callable" name="built-in function"/>
  <function link="library/weakref.html#weakref.CallableProxyType" name="CallableProxyType (in module weakref)"/>
  <function link="glossary.html#term-callback" name="callback"/>
  <function link="library/optparse.html#optparse.Option.callback" name="(optparse.Option attribute)"/>
  <function link="library/contextlib.html#contextlib.ExitStack.callback" name="callback() (contextlib.ExitStack method)"/>
  <function link="library/optparse.html#optparse.Option.callback_args" name="callback_args (optparse.Option attribute)"/>
  <function link="library/optparse.html#optparse.Option.callback_kwargs" name="callback_kwargs (optparse.Option attribute)"/>
  <function link="library/gc.html#gc.callbacks" name="callbacks (in module gc)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.called" name="called (unittest.mock.Mock attribute)"/>
  <function link="library/subprocess.html#subprocess.CalledProcessError" name="CalledProcessError"/>
  <function link="c-api/memory.html#index-0" name="calloc()"/>
  <function link="library/socket.html#socket.CAN_BCM" name="CAN_BCM (in module socket)"/>
  <function link="library/curses.html#curses.can_change_color" name="can_change_color() (in module curses)"/>
  <function link="library/urllib.robotparser.html#urllib.robotparser.RobotFileParser.can_fetch" name="can_fetch() (urllib.robotparser.RobotFileParser method)"/>
  <function link="library/socket.html#socket.CAN_ISOTP" name="CAN_ISOTP (in module socket)"/>
  <function link="library/socket.html#socket.CAN_J1939" name="CAN_J1939 (in module socket)"/>
  <function link="library/socket.html#socket.CAN_RAW_FD_FRAMES" name="CAN_RAW_FD_FRAMES (in module socket)"/>
  <function link="library/socket.html#socket.CAN_RAW_JOIN_FILTERS" name="CAN_RAW_JOIN_FILTERS (in module socket)"/>
  <function link="library/test.html#test.support.os_helper.can_symlink" name="can_symlink() (in module test.support.os_helper)"/>
  <function link="library/asyncio-stream.html#asyncio.StreamWriter.can_write_eof" name="can_write_eof() (asyncio.StreamWriter method)"/>
  <function link="library/asyncio-protocol.html#asyncio.WriteTransport.can_write_eof" name="(asyncio.WriteTransport method)"/>
  <function link="library/test.html#test.support.os_helper.can_xattr" name="can_xattr() (in module test.support.os_helper)"/>
  <function link="library/asyncio-future.html#asyncio.Future.cancel" name="cancel() (asyncio.Future method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.Handle.cancel" name="(asyncio.Handle method)"/>
  <function link="library/asyncio-task.html#asyncio.Task.cancel" name="(asyncio.Task method)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.Future.cancel" name="(concurrent.futures.Future method)"/>
  <function link="library/sched.html#sched.scheduler.cancel" name="(sched.scheduler method)"/>
  <function link="library/threading.html#threading.Timer.cancel" name="(threading.Timer method)"/>
  <function link="library/tkinter.dnd.html#tkinter.dnd.DndHandler.cancel" name="(tkinter.dnd.DndHandler method)"/>
  <function link="library/dialog.html#tkinter.filedialog.FileDialog.cancel_command" name="cancel_command() (tkinter.filedialog.FileDialog method)"/>
  <function link="library/faulthandler.html#faulthandler.cancel_dump_traceback_later" name="cancel_dump_traceback_later() (in module faulthandler)"/>
  <function link="library/multiprocessing.html#multiprocessing.Queue.cancel_join_thread" name="cancel_join_thread() (multiprocessing.Queue method)"/>
  <function link="library/asyncio-future.html#asyncio.Future.cancelled" name="cancelled() (asyncio.Future method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.Handle.cancelled" name="(asyncio.Handle method)"/>
  <function link="library/asyncio-task.html#asyncio.Task.cancelled" name="(asyncio.Task method)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.Future.cancelled" name="(concurrent.futures.Future method)"/>
  <function link="library/asyncio-exceptions.html#asyncio.CancelledError" name="CancelledError"/>
  <function link="library/asyncio-task.html#asyncio.Task.cancelling" name="cancelling() (asyncio.Task method)"/>
  <function link="library/http.client.html#http.client.CannotSendHeader" name="CannotSendHeader"/>
  <function link="library/http.client.html#http.client.CannotSendRequest" name="CannotSendRequest"/>
  <function link="library/bdb.html#bdb.Bdb.canonic" name="canonic() (bdb.Bdb method)"/>
  <function link="library/decimal.html#decimal.Context.canonical" name="canonical() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.canonical" name="(decimal.Decimal method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.canonicalize" name="canonicalize() (in module xml.etree.ElementTree)"/>
  <function link="library/poplib.html#poplib.POP3.capa" name="capa() (poplib.POP3 method)"/>
  <function link="library/stdtypes.html#bytearray.capitalize" name="capitalize() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.capitalize" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.capitalize" name="(str method)"/>
  <function link="c-api/capsule.html#index-0" name="object"/>
  <function link="library/test.html#test.support.captured_stderr" name="captured_stderr() (in module test.support)"/>
  <function link="library/test.html#test.support.captured_stdin" name="captured_stdin() (in module test.support)"/>
  <function link="library/test.html#test.support.captured_stdout" name="captured_stdout() (in module test.support)"/>
  <function link="library/logging.html#logging.captureWarnings" name="captureWarnings() (in module logging)"/>
  <function link="library/string.html#string.capwords" name="capwords() (in module string)"/>
  <function link="reference/compound_stmts.html#index-18" name="keyword"/>
  <function link="reference/compound_stmts.html#index-18" name="match"/>
  <function link="reference/compound_stmts.html#index-22" name="case block"/>
  <function link="library/stdtypes.html#str.casefold" name="casefold() (str method)"/>
  <function link="library/ctypes.html#ctypes.cast" name="cast() (in module ctypes)"/>
  <function link="library/typing.html#typing.cast" name="(in module typing)"/>
  <function link="library/stdtypes.html#memoryview.cast" name="(memoryview method)"/>
  <function link="library/nis.html#nis.cat" name="cat() (in module nis)"/>
  <function link="library/test.html#test.support.threading_helper.catch_threading_exception" name="catch_threading_exception() (in module test.support.threading_helper)"/>
  <function link="library/test.html#test.support.catch_unraisable_exception" name="catch_unraisable_exception() (in module test.support)"/>
  <function link="library/warnings.html#warnings.catch_warnings" name="catch_warnings (class in warnings)"/>
  <function link="library/unicodedata.html#unicodedata.category" name="category() (in module unicodedata)"/>
  <function link="library/curses.html#curses.cbreak" name="cbreak() (in module curses)"/>
  <function link="library/math.html#math.cbrt" name="cbrt() (in module math)"/>
  <function link="whatsnew/2.3.html#index-24" name="CC"/>
  <function link="library/ftplib.html#ftplib.FTP_TLS.ccc" name="ccc() (ftplib.FTP_TLS method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler" name="CCompiler (class in distutils.ccompiler)"/>
  <function link="library/statistics.html#statistics.NormalDist.cdf" name="cdf() (statistics.NormalDist method)"/>
  <function link="library/ctypes.html#ctypes.CDLL" name="CDLL (class in ctypes)"/>
  <function link="library/math.html#math.ceil" name="ceil() (in module math)"/>
  <function link="library/types.html#types.CellType" name="CellType (in module types)"/>
  <function link="library/stdtypes.html#bytearray.center" name="center() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.center" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.center" name="(str method)"/>
  <function link="library/ssl.html#ssl.CERT_NONE" name="CERT_NONE (in module ssl)"/>
  <function link="library/ssl.html#ssl.CERT_OPTIONAL" name="CERT_OPTIONAL (in module ssl)"/>
  <function link="library/ssl.html#ssl.CERT_REQUIRED" name="CERT_REQUIRED (in module ssl)"/>
  <function link="library/ssl.html#ssl.SSLContext.cert_store_stats" name="cert_store_stats() (ssl.SSLContext method)"/>
  <function link="library/ssl.html#ssl.cert_time_to_seconds" name="cert_time_to_seconds() (in module ssl)"/>
  <function link="library/ssl.html#ssl.CertificateError" name="CertificateError"/>
  <function link="library/ssl.html#index-18" name="certificates"/>
  <function link="install/index.html#index-10" name="CFLAGS"/>
  <function link="using/configure.html#index-10" name="CFLAGS_NODIST"/>
  <function link="library/ctypes.html#ctypes.CFUNCTYPE" name="CFUNCTYPE() (in module ctypes)"/>
  <function link="library/tkinter.font.html#tkinter.font.Font.cget" name="cget() (tkinter.font.Font method)"/>
  <function link="library/cgi.html#index-5" name="debugging"/>
  <function link="library/cgitb.html#index-0" name="exceptions"/>
  <function link="library/cgi.html#index-0" name="protocol"/>
  <function link="library/cgi.html#index-2" name="security"/>
  <function link="library/cgitb.html#index-0" name="tracebacks"/>
  <function link="library/cgi.html#module-cgi" name="module"/>
  <function link="library/http.server.html#http.server.CGIHTTPRequestHandler.cgi_directories" name="cgi_directories (http.server.CGIHTTPRequestHandler attribute)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.CGIHandler" name="CGIHandler (class in wsgiref.handlers)"/>
  <function link="library/http.server.html#http.server.CGIHTTPRequestHandler" name="CGIHTTPRequestHandler (class in http.server)"/>
  <function link="library/cgitb.html#module-cgitb" name="module"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.CGIXMLRPCRequestHandler" name="CGIXMLRPCRequestHandler (class in xmlrpc.server)"/>
  <function link="library/itertools.html#itertools.chain" name="chain() (in module itertools)"/>
  <function link="library/stdtypes.html#index-7" name="comparisons"/>
  <function link="reference/simple_stmts.html#index-29" name="exception"/>
  <function link="library/collections.html#collections.ChainMap" name="ChainMap (class in collections)"/>
  <function link="library/typing.html#typing.ChainMap" name="(class in typing)"/>
  <function link="library/test.html#test.support.os_helper.change_cwd" name="change_cwd() (in module test.support.os_helper)"/>
  <function link="distutils/apiref.html#distutils.util.change_root" name="change_root() (in module distutils.util)"/>
  <function link="library/ssl.html#ssl.CHANNEL_BINDING_TYPES" name="CHANNEL_BINDING_TYPES (in module ssl)"/>
  <function link="library/smtpd.html#smtpd.SMTPServer.channel_class" name="channel_class (smtpd.SMTPServer attribute)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.channels" name="channels() (ossaudiodev.oss_audio_device method)"/>
  <function link="library/locale.html#locale.CHAR_MAX" name="CHAR_MAX (in module locale)"/>
  <function link="library/unicodedata.html#index-0" name="character"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.CharacterDataHandler" name="CharacterDataHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.characters" name="characters() (xml.sax.handler.ContentHandler method)"/>
  <function link="library/exceptions.html#BlockingIOError.characters_written" name="characters_written (BlockingIOError attribute)"/>
  <function link="library/email.charset.html#email.charset.Charset" name="Charset (class in email.charset)"/>
  <function link="library/gettext.html#gettext.NullTranslations.charset" name="charset() (gettext.NullTranslations method)"/>
  <function link="library/contextlib.html#contextlib.chdir" name="chdir() (in module contextlib)"/>
  <function link="library/os.html#os.chdir" name="(in module os)"/>
  <function link="library/lzma.html#lzma.LZMADecompressor.check" name="check (lzma.LZMADecompressor attribute)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.check" name="check() (imaplib.IMAP4 method)"/>
  <function link="library/tabnanny.html#tabnanny.check" name="(in module tabnanny)"/>
  <function link="library/test.html#test.support.check__all__" name="check__all__() (in module test.support)"/>
  <function link="library/subprocess.html#subprocess.check_call" name="check_call() (in module subprocess)"/>
  <function link="library/test.html#test.support.check_disallow_instantiation" name="check_disallow_instantiation() (in module test.support)"/>
  <function link="library/dis.html#opcode-CHECK_EG_MATCH" name="CHECK_EG_MATCH (opcode)"/>
  <function link="distutils/apiref.html#distutils.util.check_environ" name="check_environ() (in module distutils.util)"/>
  <function link="library/dis.html#opcode-CHECK_EXC_MATCH" name="CHECK_EXC_MATCH (opcode)"/>
  <function link="library/test.html#test.support.check_free_after_iterating" name="check_free_after_iterating() (in module test.support)"/>
  <function link="library/ssl.html#ssl.SSLContext.check_hostname" name="check_hostname (ssl.SSLContext attribute)"/>
  <function link="library/test.html#test.support.check_impl_detail" name="check_impl_detail() (in module test.support)"/>
  <function link="library/test.html#test.support.warnings_helper.check_no_resource_warning" name="check_no_resource_warning() (in module test.support.warnings_helper)"/>
  <function link="library/doctest.html#doctest.OutputChecker.check_output" name="check_output() (doctest.OutputChecker method)"/>
  <function link="library/subprocess.html#subprocess.check_output" name="(in module subprocess)"/>
  <function link="library/subprocess.html#subprocess.CompletedProcess.check_returncode" name="check_returncode() (subprocess.CompletedProcess method)"/>
  <function link="library/test.html#test.support.check_syntax_error" name="check_syntax_error() (in module test.support)"/>
  <function link="library/test.html#test.support.warnings_helper.check_syntax_warning" name="check_syntax_warning() (in module test.support.warnings_helper)"/>
  <function link="library/string.html#string.Formatter.check_unused_args" name="check_unused_args() (string.Formatter method)"/>
  <function link="library/test.html#test.support.warnings_helper.check_warnings" name="check_warnings() (in module test.support.warnings_helper)"/>
  <function link="library/msilib.html#msilib.Dialog.checkbox" name="checkbox() (msilib.Dialog method)"/>
  <function link="library/linecache.html#linecache.checkcache" name="checkcache() (in module linecache)"/>
  <function link="library/py_compile.html#py_compile.PycInvalidationMode.CHECKED_HASH" name="CHECKED_HASH (py_compile.PycInvalidationMode attribute)"/>
  <function link="library/bdb.html#bdb.checkfuncname" name="checkfuncname() (in module bdb)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.CheckList" name="CheckList (class in tkinter.tix)"/>
  <function link="library/test.html#test.support.checksizeof" name="checksizeof() (in module test.support)"/>
  <function link="library/zlib.html#index-0" name="Cyclic Redundancy Check"/>
  <function link="library/os.html#os.chflags" name="chflags() (in module os)"/>
  <function link="library/curses.html#curses.window.chgat" name="chgat() (curses.window method)"/>
  <function link="library/xml.dom.html#xml.dom.Node.childNodes" name="childNodes (xml.dom.Node attribute)"/>
  <function link="library/exceptions.html#ChildProcessError" name="ChildProcessError"/>
  <function link="library/pyclbr.html#pyclbr.Class.children" name="children (pyclbr.Class attribute)"/>
  <function link="library/pyclbr.html#pyclbr.Function.children" name="(pyclbr.Function attribute)"/>
  <function link="library/tkinter.html#tkinter.Tk.children" name="(tkinter.Tk attribute)"/>
  <function link="library/os.html#os.chmod" name="chmod() (in module os)"/>
  <function link="library/pathlib.html#pathlib.Path.chmod" name="(pathlib.Path method)"/>
  <function link="library/random.html#random.choice" name="choice() (in module random)"/>
  <function link="library/secrets.html#secrets.choice" name="(in module secrets)"/>
  <function link="library/optparse.html#optparse.Option.choices" name="choices (optparse.Option attribute)"/>
  <function link="library/random.html#random.choices" name="choices() (in module random)"/>
  <function link="library/tkinter.colorchooser.html#tkinter.colorchooser.Chooser" name="Chooser (class in tkinter.colorchooser)"/>
  <function link="library/os.html#os.chown" name="chown() (in module os)"/>
  <function link="library/shutil.html#shutil.chown" name="(in module shutil)"/>
  <function link="reference/datamodel.html#index-19" name="built-in function"/>
  <function link="library/functions.html#chr" name="built-in function"/>
  <function link="library/os.html#os.chroot" name="chroot() (in module os)"/>
  <function link="library/chunk.html#module-chunk" name="module"/>
  <function link="library/chunk.html#chunk.Chunk" name="Chunk (class in chunk)"/>
  <function link="library/crypt.html#index-0" name="DES"/>
  <function link="library/ssl.html#ssl.SSLSocket.cipher" name="cipher() (ssl.SSLSocket method)"/>
  <function link="library/turtle.html#turtle.circle" name="circle() (in module turtle)"/>
  <function link="library/token.html#token.CIRCUMFLEX" name="CIRCUMFLEX (in module token)"/>
  <function link="library/token.html#token.CIRCUMFLEXEQUAL" name="CIRCUMFLEXEQUAL (in module token)"/>
  <function link="library/decimal.html#decimal.Clamped" name="Clamped (class in decimal)"/>
  <function link="glossary.html#term-class" name="class"/>
  <function link="reference/datamodel.html#index-45" name="attribute"/>
  <function link="reference/datamodel.html#index-46" name="attribute assignment"/>
  <function link="reference/datamodel.html#index-88" name="body"/>
  <function link="reference/datamodel.html#index-70" name="constructor"/>
  <function link="reference/compound_stmts.html#index-40" name="definition"/>
  <function link="reference/datamodel.html#index-49" name="instance"/>
  <function link="reference/compound_stmts.html#index-40" name="name"/>
  <function link="reference/compound_stmts.html#index-40" name="object"/>
  <function link="reference/compound_stmts.html#index-40" name="statement"/>
  <function link="library/symtable.html#symtable.Class" name="Class (class in symtable)"/>
  <function link="reference/datamodel.html#index-49" name="attribute"/>
  <function link="reference/datamodel.html#index-50" name="attribute assignment"/>
  <function link="reference/expressions.html#index-55" name="call"/>
  <function link="reference/datamodel.html#index-45" name="object"/>
  <function link="reference/datamodel.html#index-45" name="call"/>
  <function link="glossary.html#term-class-variable" name="class variable"/>
  <function link="library/ast.html#ast.ClassDef" name="ClassDef (class in ast)"/>
  <function link="c-api/structures.html#index-0" name="built-in function"/>
  <function link="library/functions.html#classmethod" name="built-in function"/>
  <function link="library/types.html#types.ClassMethodDescriptorType" name="ClassMethodDescriptorType (in module types)"/>
  <function link="library/typing.html#typing.ClassVar" name="ClassVar (in module typing)"/>
  <function link="reference/compound_stmts.html#index-1" name="clause"/>
  <function link="library/os.html#os.CLD_CONTINUED" name="CLD_CONTINUED (in module os)"/>
  <function link="library/os.html#os.CLD_DUMPED" name="CLD_DUMPED (in module os)"/>
  <function link="library/os.html#os.CLD_EXITED" name="CLD_EXITED (in module os)"/>
  <function link="library/os.html#os.CLD_KILLED" name="CLD_KILLED (in module os)"/>
  <function link="library/os.html#os.CLD_STOPPED" name="CLD_STOPPED (in module os)"/>
  <function link="library/os.html#os.CLD_TRAPPED" name="CLD_TRAPPED (in module os)"/>
  <function link="library/mailbox.html#mailbox.Maildir.clean" name="clean() (mailbox.Maildir method)"/>
  <function link="library/inspect.html#inspect.cleandoc" name="cleandoc() (in module inspect)"/>
  <function link="library/test.html#test.support.import_helper.CleanImport" name="CleanImport (class in test.support.import_helper)"/>
  <function link="c-api/sys.html#index-3" name="cleanup functions"/>
  <function link="library/pdb.html#pdbcommand-clear" name="clear (pdb command)"/>
  <function link="library/idle.html#index-4" name="Clear Breakpoint"/>
  <function link="library/asyncio-sync.html#asyncio.Event.clear" name="clear() (asyncio.Event method)"/>
  <function link="library/collections.html#collections.deque.clear" name="(collections.deque method)"/>
  <function link="library/curses.html#curses.window.clear" name="(curses.window method)"/>
  <function link="library/stdtypes.html#dict.clear" name="(dict method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.clear" name="(email.message.EmailMessage method)"/>
  <function link="reference/datamodel.html#frame.clear" name="(frame method)"/>
  <function link="library/stdtypes.html#frozenset.clear" name="(frozenset method)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookieJar.clear" name="(http.cookiejar.CookieJar method)"/>
  <function link="library/turtle.html#turtle.clear" name="(in module turtle)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.clear" name="(mailbox.Mailbox method)"/>
  <function link="library/stdtypes.html#index-23" name="(sequence method)"/>
  <function link="library/threading.html#threading.Event.clear" name="(threading.Event method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.clear" name="(xml.etree.ElementTree.Element method)"/>
  <function link="library/bdb.html#bdb.Bdb.clear_all_breaks" name="clear_all_breaks() (bdb.Bdb method)"/>
  <function link="library/bdb.html#bdb.Bdb.clear_all_file_breaks" name="clear_all_file_breaks() (bdb.Bdb method)"/>
  <function link="library/bdb.html#bdb.Bdb.clear_bpbynumber" name="clear_bpbynumber() (bdb.Bdb method)"/>
  <function link="library/bdb.html#bdb.Bdb.clear_break" name="clear_break() (bdb.Bdb method)"/>
  <function link="library/filecmp.html#filecmp.clear_cache" name="clear_cache() (in module filecmp)"/>
  <function link="library/zoneinfo.html#zoneinfo.ZoneInfo.clear_cache" name="(zoneinfo.ZoneInfo class method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.clear_content" name="clear_content() (email.message.EmailMessage method)"/>
  <function link="library/decimal.html#decimal.Context.clear_flags" name="clear_flags() (decimal.Context method)"/>
  <function link="library/traceback.html#traceback.clear_frames" name="clear_frames() (in module traceback)"/>
  <function link="library/readline.html#readline.clear_history" name="clear_history() (in module readline)"/>
  <function link="library/typing.html#typing.clear_overloads" name="clear_overloads() (in module typing)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookieJar.clear_session_cookies" name="clear_session_cookies() (http.cookiejar.CookieJar method)"/>
  <function link="library/tracemalloc.html#tracemalloc.clear_traces" name="clear_traces() (in module tracemalloc)"/>
  <function link="library/decimal.html#decimal.Context.clear_traps" name="clear_traps() (decimal.Context method)"/>
  <function link="library/linecache.html#linecache.clearcache" name="clearcache() (in module linecache)"/>
  <function link="library/msilib.html#msilib.Record.ClearData" name="ClearData() (msilib.Record method)"/>
  <function link="library/curses.html#curses.window.clearok" name="clearok() (curses.window method)"/>
  <function link="library/turtle.html#turtle.clearscreen" name="clearscreen() (in module turtle)"/>
  <function link="library/turtle.html#turtle.clearstamp" name="clearstamp() (in module turtle)"/>
  <function link="library/turtle.html#turtle.clearstamps" name="clearstamps() (in module turtle)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.Client" name="Client() (in module multiprocessing.connection)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.client_address" name="client_address (http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="library/time.html#time.CLOCK_BOOTTIME" name="CLOCK_BOOTTIME (in module time)"/>
  <function link="library/time.html#time.clock_getres" name="clock_getres() (in module time)"/>
  <function link="library/time.html#time.clock_gettime" name="clock_gettime() (in module time)"/>
  <function link="library/time.html#time.clock_gettime_ns" name="clock_gettime_ns() (in module time)"/>
  <function link="library/time.html#time.CLOCK_HIGHRES" name="CLOCK_HIGHRES (in module time)"/>
  <function link="library/time.html#time.CLOCK_MONOTONIC" name="CLOCK_MONOTONIC (in module time)"/>
  <function link="library/time.html#time.CLOCK_MONOTONIC_RAW" name="CLOCK_MONOTONIC_RAW (in module time)"/>
  <function link="library/time.html#time.CLOCK_PROCESS_CPUTIME_ID" name="CLOCK_PROCESS_CPUTIME_ID (in module time)"/>
  <function link="library/time.html#time.CLOCK_PROF" name="CLOCK_PROF (in module time)"/>
  <function link="library/time.html#time.CLOCK_REALTIME" name="CLOCK_REALTIME (in module time)"/>
  <function link="library/time.html#time.clock_settime" name="clock_settime() (in module time)"/>
  <function link="library/time.html#time.clock_settime_ns" name="clock_settime_ns() (in module time)"/>
  <function link="library/time.html#time.CLOCK_TAI" name="CLOCK_TAI (in module time)"/>
  <function link="library/time.html#time.CLOCK_THREAD_CPUTIME_ID" name="CLOCK_THREAD_CPUTIME_ID (in module time)"/>
  <function link="library/time.html#time.CLOCK_UPTIME" name="CLOCK_UPTIME (in module time)"/>
  <function link="library/time.html#time.CLOCK_UPTIME_RAW" name="CLOCK_UPTIME_RAW (in module time)"/>
  <function link="library/email.generator.html#email.generator.BytesGenerator.clone" name="clone() (email.generator.BytesGenerator method)"/>
  <function link="library/email.generator.html#email.generator.Generator.clone" name="(email.generator.Generator method)"/>
  <function link="library/email.policy.html#email.policy.Policy.clone" name="(email.policy.Policy method)"/>
  <function link="library/turtle.html#turtle.clone" name="(in module turtle)"/>
  <function link="library/pipes.html#pipes.Template.clone" name="(pipes.Template method)"/>
  <function link="library/xml.dom.html#xml.dom.Node.cloneNode" name="cloneNode() (xml.dom.Node method)"/>
  <function link="library/aifc.html#aifc.aifc.close" name="close() (aifc.aifc method)"/>
  <function link="library/asyncio-policy.html#asyncio.AbstractChildWatcher.close" name="(asyncio.AbstractChildWatcher method)"/>
  <function link="library/asyncio-protocol.html#asyncio.BaseTransport.close" name="(asyncio.BaseTransport method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.close" name="(asyncio.loop method)"/>
  <function link="library/asyncio-runner.html#asyncio.Runner.close" name="(asyncio.Runner method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.Server.close" name="(asyncio.Server method)"/>
  <function link="library/asyncio-stream.html#asyncio.StreamWriter.close" name="(asyncio.StreamWriter method)"/>
  <function link="library/asyncio-protocol.html#asyncio.SubprocessTransport.close" name="(asyncio.SubprocessTransport method)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.close" name="(asyncore.dispatcher method)"/>
  <function link="library/chunk.html#chunk.Chunk.close" name="(chunk.Chunk method)"/>
  <function link="library/contextlib.html#contextlib.ExitStack.close" name="(contextlib.ExitStack method)"/>
  <function link="reference/datamodel.html#coroutine.close" name="(coroutine method)"/>
  <function link="library/dbm.html#dbm.dumb.dumbdbm.close" name="(dbm.dumb.dumbdbm method)"/>
  <function link="library/dbm.html#dbm.gnu.gdbm.close" name="(dbm.gnu.gdbm method)"/>
  <function link="library/dbm.html#dbm.ndbm.ndbm.close" name="(dbm.ndbm.ndbm method)"/>
  <function link="distutils/apiref.html#distutils.text_file.TextFile.close" name="(distutils.text_file.TextFile method)"/>
  <function link="library/email.parser.html#email.parser.BytesFeedParser.close" name="(email.parser.BytesFeedParser method)"/>
  <function link="library/ftplib.html#ftplib.FTP.close" name="(ftplib.FTP method)"/>
  <function link="reference/expressions.html#generator.close" name="(generator method)"/>
  <function link="library/html.parser.html#html.parser.HTMLParser.close" name="(html.parser.HTMLParser method)"/>
  <function link="library/http.client.html#http.client.HTTPConnection.close" name="(http.client.HTTPConnection method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.close" name="(imaplib.IMAP4 method)"/>
  <function link="library/fileinput.html#fileinput.close" name="(in module fileinput)"/>
  <function link="c-api/init.html#index-44" name="(in module os)"/>
  <function link="library/socket.html#socket.close" name="(in module socket)"/>
  <function link="library/io.html#io.IOBase.close" name="(io.IOBase method)"/>
  <function link="library/logging.handlers.html#logging.FileHandler.close" name="(logging.FileHandler method)"/>
  <function link="library/logging.html#logging.Handler.close" name="(logging.Handler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.MemoryHandler.close" name="(logging.handlers.MemoryHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.NTEventLogHandler.close" name="(logging.handlers.NTEventLogHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.SocketHandler.close" name="(logging.handlers.SocketHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.SysLogHandler.close" name="(logging.handlers.SysLogHandler method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.close" name="(mailbox.Mailbox method)"/>
  <function link="library/mailbox.html#mailbox.Maildir.close" name="(mailbox.Maildir method)"/>
  <function link="library/mailbox.html#mailbox.MH.close" name="(mailbox.MH method)"/>
  <function link="library/mmap.html#mmap.mmap.close" name="(mmap.mmap method)"/>
  <function link="library/msilib.html#msilib.Database.Close" name="Close() (msilib.Database method)"/>
  <function link="library/msilib.html#msilib.View.Close" name="(msilib.View method)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.Connection.close" name="close() (multiprocessing.connection.Connection method)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.Listener.close" name="(multiprocessing.connection.Listener method)"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.Pool.close" name="(multiprocessing.pool.Pool method)"/>
  <function link="library/multiprocessing.html#multiprocessing.Process.close" name="(multiprocessing.Process method)"/>
  <function link="library/multiprocessing.html#multiprocessing.Queue.close" name="(multiprocessing.Queue method)"/>
  <function link="library/multiprocessing.shared_memory.html#multiprocessing.shared_memory.SharedMemory.close" name="(multiprocessing.shared_memory.SharedMemory method)"/>
  <function link="library/multiprocessing.html#multiprocessing.SimpleQueue.close" name="(multiprocessing.SimpleQueue method)"/>
  <function link="library/os.html#os.scandir.close" name="(os.scandir method)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.close" name="(ossaudiodev.oss_audio_device method)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_mixer_device.close" name="(ossaudiodev.oss_mixer_device method)"/>
  <function link="library/select.html#select.devpoll.close" name="(select.devpoll method)"/>
  <function link="library/select.html#select.epoll.close" name="(select.epoll method)"/>
  <function link="library/select.html#select.kqueue.close" name="(select.kqueue method)"/>
  <function link="library/selectors.html#selectors.BaseSelector.close" name="(selectors.BaseSelector method)"/>
  <function link="library/shelve.html#shelve.Shelf.close" name="(shelve.Shelf method)"/>
  <function link="library/socket.html#socket.socket.close" name="(socket.socket method)"/>
  <function link="library/sqlite3.html#sqlite3.Blob.close" name="(sqlite3.Blob method)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.close" name="(sqlite3.Connection method)"/>
  <function link="library/sqlite3.html#sqlite3.Cursor.close" name="(sqlite3.Cursor method)"/>
  <function link="library/sunau.html#sunau.AU_read.close" name="(sunau.AU_read method)"/>
  <function link="library/sunau.html#sunau.AU_write.close" name="(sunau.AU_write method)"/>
  <function link="library/tarfile.html#tarfile.TarFile.close" name="(tarfile.TarFile method)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.close" name="(telnetlib.Telnet method)"/>
  <function link="library/urllib.request.html#urllib.request.BaseHandler.close" name="(urllib.request.BaseHandler method)"/>
  <function link="library/wave.html#wave.Wave_read.close" name="(wave.Wave_read method)"/>
  <function link="library/wave.html#wave.Wave_write.close" name="(wave.Wave_write method)"/>
  <function link="library/winreg.html#winreg.PyHKEY.Close" name="Close() (winreg.PyHKEY method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.TreeBuilder.close" name="close() (xml.etree.ElementTree.TreeBuilder method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.XMLParser.close" name="(xml.etree.ElementTree.XMLParser method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.XMLPullParser.close" name="(xml.etree.ElementTree.XMLPullParser method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.IncrementalParser.close" name="(xml.sax.xmlreader.IncrementalParser method)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.close" name="(zipfile.ZipFile method)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.close_connection" name="close_connection (http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="library/asynchat.html#asynchat.async_chat.close_when_done" name="close_when_done() (asynchat.async_chat method)"/>
  <function link="library/http.client.html#http.client.HTTPResponse.closed" name="closed (http.client.HTTPResponse attribute)"/>
  <function link="library/io.html#io.IOBase.closed" name="(io.IOBase attribute)"/>
  <function link="library/mmap.html#mmap.mmap.closed" name="(mmap.mmap attribute)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.closed" name="(ossaudiodev.oss_audio_device attribute)"/>
  <function link="library/select.html#select.devpoll.closed" name="(select.devpoll attribute)"/>
  <function link="library/select.html#select.epoll.closed" name="(select.epoll attribute)"/>
  <function link="library/select.html#select.kqueue.closed" name="(select.kqueue attribute)"/>
  <function link="library/winreg.html#winreg.CloseKey" name="CloseKey() (in module winreg)"/>
  <function link="library/syslog.html#syslog.closelog" name="closelog() (in module syslog)"/>
  <function link="library/os.html#os.closerange" name="closerange() (in module os)"/>
  <function link="library/contextlib.html#contextlib.closing" name="closing() (in module contextlib)"/>
  <function link="library/curses.html#curses.window.clrtobot" name="clrtobot() (curses.window method)"/>
  <function link="library/curses.html#curses.window.clrtoeol" name="clrtoeol() (curses.window method)"/>
  <function link="library/cmath.html#module-cmath" name="module"/>
  <function link="library/cmd.html#module-cmd" name="module"/>
  <function link="library/cmd.html#cmd.Cmd" name="Cmd (class in cmd)"/>
  <function link="library/subprocess.html#subprocess.CalledProcessError.cmd" name="cmd (subprocess.CalledProcessError attribute)"/>
  <function link="library/subprocess.html#subprocess.TimeoutExpired.cmd" name="(subprocess.TimeoutExpired attribute)"/>
  <function link="library/cmd.html#cmd.Cmd.cmdloop" name="cmdloop() (cmd.Cmd method)"/>
  <function link="library/cmd.html#cmd.Cmd.cmdqueue" name="cmdqueue (cmd.Cmd attribute)"/>
  <function link="library/filecmp.html#filecmp.cmp" name="cmp() (in module filecmp)"/>
  <function link="library/dis.html#dis.cmp_op" name="cmp_op (in module dis)"/>
  <function link="library/functools.html#functools.cmp_to_key" name="cmp_to_key() (in module functools)"/>
  <function link="library/filecmp.html#filecmp.cmpfiles" name="cmpfiles() (in module filecmp)"/>
  <function link="library/socket.html#socket.CMSG_LEN" name="CMSG_LEN() (in module socket)"/>
  <function link="library/socket.html#socket.CMSG_SPACE" name="CMSG_SPACE() (in module socket)"/>
  <function link="reference/datamodel.html#index-56" name="co_argcount (code object attribute)"/>
  <function link="library/inspect.html#inspect.CO_ASYNC_GENERATOR" name="CO_ASYNC_GENERATOR (in module inspect)"/>
  <function link="reference/datamodel.html#index-56" name="co_cellvars (code object attribute)"/>
  <function link="reference/datamodel.html#index-56" name="co_code (code object attribute)"/>
  <function link="reference/datamodel.html#index-56" name="co_consts (code object attribute)"/>
  <function link="library/inspect.html#inspect.CO_COROUTINE" name="CO_COROUTINE (in module inspect)"/>
  <function link="reference/datamodel.html#index-56" name="co_filename (code object attribute)"/>
  <function link="reference/datamodel.html#index-56" name="co_firstlineno (code object attribute)"/>
  <function link="reference/datamodel.html#index-56" name="co_flags (code object attribute)"/>
  <function link="reference/datamodel.html#index-56" name="co_freevars (code object attribute)"/>
  <function link="c-api/veryhigh.html#c.CO_FUTURE_DIVISION" name="CO_FUTURE_DIVISION (C var)"/>
  <function link="library/inspect.html#inspect.CO_GENERATOR" name="CO_GENERATOR (in module inspect)"/>
  <function link="library/inspect.html#inspect.CO_ITERABLE_COROUTINE" name="CO_ITERABLE_COROUTINE (in module inspect)"/>
  <function link="reference/datamodel.html#index-56" name="co_kwonlyargcount (code object attribute)"/>
  <function link="reference/datamodel.html#index-56" name="co_lnotab (code object attribute)"/>
  <function link="reference/datamodel.html#index-56" name="co_name (code object attribute)"/>
  <function link="reference/datamodel.html#index-56" name="co_names (code object attribute)"/>
  <function link="library/inspect.html#inspect.CO_NESTED" name="CO_NESTED (in module inspect)"/>
  <function link="library/inspect.html#inspect.CO_NEWLOCALS" name="CO_NEWLOCALS (in module inspect)"/>
  <function link="reference/datamodel.html#index-56" name="co_nlocals (code object attribute)"/>
  <function link="library/inspect.html#inspect.CO_OPTIMIZED" name="CO_OPTIMIZED (in module inspect)"/>
  <function link="reference/datamodel.html#codeobject.co_positions" name="co_positions() (codeobject method)"/>
  <function link="reference/datamodel.html#index-56" name="co_posonlyargcount (code object attribute)"/>
  <function link="reference/datamodel.html#index-56" name="co_qualname (code object attribute)"/>
  <function link="reference/datamodel.html#index-56" name="co_stacksize (code object attribute)"/>
  <function link="library/inspect.html#inspect.CO_VARARGS" name="CO_VARARGS (in module inspect)"/>
  <function link="library/inspect.html#inspect.CO_VARKEYWORDS" name="CO_VARKEYWORDS (in module inspect)"/>
  <function link="reference/datamodel.html#index-56" name="co_varnames (code object attribute)"/>
  <function link="reference/executionmodel.html#index-0" name="block"/>
  <function link="library/code.html#module-code" name="module"/>
  <function link="library/exceptions.html#SystemExit.code" name="code (SystemExit attribute)"/>
  <function link="library/urllib.error.html#urllib.error.HTTPError.code" name="(urllib.error.HTTPError attribute)"/>
  <function link="library/urllib.request.html#urllib.response.addinfourl.code" name="(urllib.response.addinfourl attribute)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.ParseError.code" name="(xml.etree.ElementTree.ParseError attribute)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.ExpatError.code" name="(xml.parsers.expat.ExpatError attribute)"/>
  <function link="c-api/code.html#index-0" name="code object"/>
  <function link="library/inspect.html#inspect.FrameInfo.code_context" name="code_context (inspect.FrameInfo attribute)"/>
  <function link="library/inspect.html#inspect.Traceback.code_context" name="(inspect.Traceback attribute)"/>
  <function link="library/dis.html#dis.code_info" name="code_info() (in module dis)"/>
  <function link="library/codecs.html#codecs.CodecInfo" name="CodecInfo (class in codecs)"/>
  <function link="library/codecs.html#index-0" name="Codecs"/>
  <function link="library/codecs.html#index-0" name="decode"/>
  <function link="library/codecs.html#index-0" name="encode"/>
  <function link="library/codecs.html#module-codecs" name="module"/>
  <function link="library/http.cookies.html#http.cookies.Morsel.coded_value" name="coded_value (http.cookies.Morsel attribute)"/>
  <function link="library/codeop.html#module-codeop" name="module"/>
  <function link="library/html.entities.html#html.entities.codepoint2name" name="codepoint2name (in module html.entities)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.codes" name="codes (in module xml.parsers.expat.errors)"/>
  <function link="library/locale.html#locale.CODESET" name="CODESET (in module locale)"/>
  <function link="library/types.html#types.CodeType" name="CodeType (class in types)"/>
  <function link="tutorial/controlflow.html#index-9" name="style"/>
  <function link="library/ast.html#ast.AST.col_offset" name="col_offset (ast.AST attribute)"/>
  <function link="library/ipaddress.html#ipaddress.collapse_addresses" name="collapse_addresses() (in module ipaddress)"/>
  <function link="library/email.utils.html#email.utils.collapse_rfc2231_value" name="collapse_rfc2231_value() (in module email.utils)"/>
  <function link="library/gc.html#gc.collect" name="collect() (in module gc)"/>
  <function link="library/asynchat.html#asynchat.async_chat.collect_incoming_data" name="collect_incoming_data() (asynchat.async_chat method)"/>
  <function link="library/collections.abc.html#collections.abc.Collection" name="Collection (class in collections.abc)"/>
  <function link="library/typing.html#typing.Collection" name="(class in typing)"/>
  <function link="library/collections.html#module-collections" name="module"/>
  <function link="library/collections.abc.html#module-collections.abc" name="module"/>
  <function link="library/json.html#json.JSONDecodeError.colno" name="colno (json.JSONDecodeError attribute)"/>
  <function link="library/re.html#re.error.colno" name="(re.error attribute)"/>
  <function link="library/token.html#token.COLON" name="COLON (in module token)"/>
  <function link="library/token.html#token.COLONEQUAL" name="COLONEQUAL (in module token)"/>
  <function link="library/turtle.html#turtle.color" name="color() (in module turtle)"/>
  <function link="library/curses.html#curses.color_content" name="color_content() (in module curses)"/>
  <function link="library/curses.html#curses.color_pair" name="color_pair() (in module curses)"/>
  <function link="library/turtle.html#turtle.colormode" name="colormode() (in module turtle)"/>
  <function link="library/colorsys.html#module-colorsys" name="module"/>
  <function link="library/curses.html#index-4" name="COLS"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.column" name="column() (tkinter.ttk.Treeview method)"/>
  <function link="library/cmd.html#cmd.Cmd.columnize" name="columnize() (cmd.Cmd method)"/>
  <function link="library/curses.html#index-6" name="COLUMNS"/>
  <function link="library/os.html#os.terminal_size.columns" name="columns (os.terminal_size attribute)"/>
  <function link="library/math.html#math.comb" name="comb() (in module math)"/>
  <function link="library/itertools.html#itertools.combinations" name="combinations() (in module itertools)"/>
  <function link="library/itertools.html#itertools.combinations_with_replacement" name="combinations_with_replacement() (in module itertools)"/>
  <function link="library/datetime.html#datetime.datetime.combine" name="combine() (datetime.datetime class method)"/>
  <function link="library/unicodedata.html#unicodedata.combining" name="combining() (in module unicodedata)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.ComboBox" name="ComboBox (class in tkinter.tix)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Combobox" name="Combobox (class in tkinter.ttk)"/>
  <function link="reference/expressions.html#index-10" name="comma"/>
  <function link="reference/expressions.html#index-95" name="trailing"/>
  <function link="library/token.html#token.COMMA" name="COMMA (in module token)"/>
  <function link="distutils/apiref.html#distutils.cmd.Command" name="Command (class in distutils.cmd)"/>
  <function link="distutils/apiref.html#distutils.core.Command" name="(class in distutils.core)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.command" name="command (http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="reference/toplevel_components.html#index-4" name="command line"/>
  <function link="using/configure.html#cmdoption-build" name="--build"/>
  <function link="using/cmdline.html#cmdoption-check-hash-based-pycs" name="--check-hash-based-pycs"/>
  <function link="using/configure.html#cmdoption-disable-ipv6" name="--disable-ipv6"/>
  <function link="using/configure.html#cmdoption-disable-test-modules" name="--disable-test-modules"/>
  <function link="using/configure.html#cmdoption-enable-big-digits" name="--enable-big-digits"/>
  <function link="using/configure.html#cmdoption-2" name="--enable-framework"/>
  <function link="using/configure.html#cmdoption-enable-loadable-sqlite-extensions" name="--enable-loadable-sqlite-extensions"/>
  <function link="using/configure.html#cmdoption-enable-optimizations" name="--enable-optimizations"/>
  <function link="using/configure.html#cmdoption-enable-profiling" name="--enable-profiling"/>
  <function link="using/configure.html#cmdoption-enable-pystats" name="--enable-pystats"/>
  <function link="using/configure.html#cmdoption-enable-shared" name="--enable-shared"/>
  <function link="using/configure.html#cmdoption-1" name="--enable-universalsdk"/>
  <function link="using/configure.html#cmdoption-enable-wasm-dynamic-linking" name="--enable-wasm-dynamic-linking"/>
  <function link="using/configure.html#cmdoption-enable-wasm-pthreads" name="--enable-wasm-pthreads"/>
  <function link="using/cmdline.html#cmdoption-help" name="--help"/>
  <function link="using/cmdline.html#cmdoption-help-all" name="--help-all"/>
  <function link="using/cmdline.html#cmdoption-help-env" name="--help-env"/>
  <function link="using/cmdline.html#cmdoption-help-xoptions" name="--help-xoptions"/>
  <function link="using/configure.html#cmdoption-host" name="--host"/>
  <function link="using/cmdline.html#cmdoption-version" name="--version"/>
  <function link="using/configure.html#cmdoption-with-address-sanitizer" name="--with-address-sanitizer"/>
  <function link="using/configure.html#cmdoption-with-assertions" name="--with-assertions"/>
  <function link="using/configure.html#cmdoption-with-build-python" name="--with-build-python"/>
  <function link="using/configure.html#cmdoption-with-builtin-hashlib-hashes" name="--with-builtin-hashlib-hashes"/>
  <function link="using/configure.html#cmdoption-with-computed-gotos" name="--with-computed-gotos"/>
  <function link="using/configure.html#cmdoption-0" name="--with-cxx-main"/>
  <function link="using/configure.html#cmdoption-with-dbmliborder" name="--with-dbmliborder"/>
  <function link="using/configure.html#cmdoption-with-dtrace" name="--with-dtrace"/>
  <function link="using/configure.html#cmdoption-with-emscripten-target" name="--with-emscripten-target"/>
  <function link="using/configure.html#cmdoption-with-ensurepip" name="--with-ensurepip"/>
  <function link="using/configure.html#cmdoption-with-framework-name" name="--with-framework-name"/>
  <function link="using/configure.html#cmdoption-with-hash-algorithm" name="--with-hash-algorithm"/>
  <function link="using/configure.html#cmdoption-with-libc" name="--with-libc"/>
  <function link="using/configure.html#cmdoption-with-libm" name="--with-libm"/>
  <function link="using/configure.html#cmdoption-with-libs" name="--with-libs"/>
  <function link="using/configure.html#cmdoption-with-lto" name="--with-lto"/>
  <function link="using/configure.html#cmdoption-with-memory-sanitizer" name="--with-memory-sanitizer"/>
  <function link="using/configure.html#cmdoption-with-openssl" name="--with-openssl"/>
  <function link="using/configure.html#cmdoption-with-openssl-rpath" name="--with-openssl-rpath"/>
  <function link="using/configure.html#cmdoption-with-pkg-config" name="--with-pkg-config"/>
  <function link="using/configure.html#cmdoption-with-platlibdir" name="--with-platlibdir"/>
  <function link="using/configure.html#cmdoption-with-pydebug" name="--with-pydebug"/>
  <function link="using/configure.html#cmdoption-with-readline" name="--with-readline"/>
  <function link="using/configure.html#cmdoption-with-ssl-default-suites" name="--with-ssl-default-suites"/>
  <function link="using/configure.html#cmdoption-with-suffix" name="--with-suffix"/>
  <function link="using/configure.html#cmdoption-with-system-expat" name="--with-system-expat"/>
  <function link="using/configure.html#cmdoption-with-system-ffi" name="--with-system-ffi"/>
  <function link="using/configure.html#cmdoption-with-system-libmpdec" name="--with-system-libmpdec"/>
  <function link="using/configure.html#cmdoption-with-trace-refs" name="--with-trace-refs"/>
  <function link="using/configure.html#cmdoption-with-tzpath" name="--with-tzpath"/>
  <function link="using/configure.html#cmdoption-with-undefined-behavior-sanitizer" name="--with-undefined-behavior-sanitizer"/>
  <function link="using/configure.html#cmdoption-with-universal-archs" name="--with-universal-archs"/>
  <function link="using/configure.html#cmdoption-with-valgrind" name="--with-valgrind"/>
  <function link="using/configure.html#cmdoption-with-wheel-pkg-dir" name="--with-wheel-pkg-dir"/>
  <function link="using/configure.html#cmdoption-without-c-locale-coercion" name="--without-c-locale-coercion"/>
  <function link="using/configure.html#cmdoption-without-decimal-contextvar" name="--without-decimal-contextvar"/>
  <function link="using/configure.html#cmdoption-without-doc-strings" name="--without-doc-strings"/>
  <function link="using/configure.html#cmdoption-without-pymalloc" name="--without-pymalloc"/>
  <function link="using/configure.html#cmdoption-without-readline" name="--without-readline"/>
  <function link="using/configure.html#cmdoption-without-static-libpython" name="--without-static-libpython"/>
  <function link="using/cmdline.html#cmdoption-0" name="-?"/>
  <function link="using/cmdline.html#cmdoption-b" name="-b"/>
  <function link="using/cmdline.html#cmdoption-B" name="-B"/>
  <function link="using/cmdline.html#cmdoption-c" name="-c"/>
  <function link="using/cmdline.html#cmdoption-d" name="-d"/>
  <function link="using/cmdline.html#cmdoption-E" name="-E"/>
  <function link="using/cmdline.html#cmdoption-h" name="-h"/>
  <function link="using/cmdline.html#cmdoption-i" name="-i"/>
  <function link="using/cmdline.html#cmdoption-I" name="-I"/>
  <function link="using/cmdline.html#cmdoption-J" name="-J"/>
  <function link="using/cmdline.html#cmdoption-m" name="-m"/>
  <function link="using/cmdline.html#cmdoption-O" name="-O"/>
  <function link="using/cmdline.html#cmdoption-OO" name="-OO"/>
  <function link="using/cmdline.html#cmdoption-P" name="-P"/>
  <function link="using/cmdline.html#cmdoption-q" name="-q"/>
  <function link="using/cmdline.html#cmdoption-R" name="-R"/>
  <function link="using/cmdline.html#cmdoption-s" name="-s"/>
  <function link="using/cmdline.html#cmdoption-S" name="-S"/>
  <function link="using/cmdline.html#cmdoption-u" name="-u"/>
  <function link="using/cmdline.html#cmdoption-V" name="-V"/>
  <function link="using/cmdline.html#cmdoption-1" name="-v"/>
  <function link="using/cmdline.html#cmdoption-W" name="-W"/>
  <function link="using/cmdline.html#cmdoption-x" name="-x"/>
  <function link="using/cmdline.html#cmdoption-X" name="-X"/>
  <function link="using/configure.html#cmdoption-arg-CONFIG_SITE" name="CONFIG_SITE"/>
  <function link="library/codeop.html#codeop.CommandCompiler" name="CommandCompiler (class in codeop)"/>
  <function link="library/pdb.html#pdbcommand-commands" name="commands (pdb command)"/>
  <function link="reference/lexical_analysis.html#index-4" name="comment"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.comment" name="(http.cookiejar.Cookie attribute)"/>
  <function link="library/token.html#token.COMMENT" name="COMMENT (in module token)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.comment" name="comment (zipfile.ZipFile attribute)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.comment" name="(zipfile.ZipInfo attribute)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Comment" name="Comment() (in module xml.etree.ElementTree)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.TreeBuilder.comment" name="comment() (xml.etree.ElementTree.TreeBuilder method)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.LexicalHandler.comment" name="(xml.sax.handler.LexicalHandler method)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.comment_url" name="comment_url (http.cookiejar.Cookie attribute)"/>
  <function link="library/shlex.html#shlex.shlex.commenters" name="commenters (shlex.shlex attribute)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.CommentHandler" name="CommentHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/msilib.html#msilib.CAB.commit" name="commit() (msilib.CAB method)"/>
  <function link="library/msilib.html#msilib.Database.Commit" name="Commit() (msilib.Database method)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.commit" name="commit() (sqlite3.Connection method)"/>
  <function link="library/filecmp.html#filecmp.dircmp.common" name="common (filecmp.dircmp attribute)"/>
  <function link="library/cgi.html#index-0" name="Common Gateway Interface"/>
  <function link="library/filecmp.html#filecmp.dircmp.common_dirs" name="common_dirs (filecmp.dircmp attribute)"/>
  <function link="library/filecmp.html#filecmp.dircmp.common_files" name="common_files (filecmp.dircmp attribute)"/>
  <function link="library/filecmp.html#filecmp.dircmp.common_funny" name="common_funny (filecmp.dircmp attribute)"/>
  <function link="library/mimetypes.html#mimetypes.common_types" name="common_types (in module mimetypes)"/>
  <function link="library/os.path.html#os.path.commonpath" name="commonpath() (in module os.path)"/>
  <function link="library/os.path.html#os.path.commonprefix" name="commonprefix() (in module os.path)"/>
  <function link="library/asyncio-subprocess.html#asyncio.subprocess.Process.communicate" name="communicate() (asyncio.subprocess.Process method)"/>
  <function link="library/subprocess.html#subprocess.Popen.communicate" name="(subprocess.Popen method)"/>
  <function link="library/ast.html#ast.Compare" name="Compare (class in ast)"/>
  <function link="library/decimal.html#decimal.Context.compare" name="compare() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.compare" name="(decimal.Decimal method)"/>
  <function link="library/difflib.html#difflib.Differ.compare" name="(difflib.Differ method)"/>
  <function link="library/hmac.html#hmac.compare_digest" name="compare_digest() (in module hmac)"/>
  <function link="library/secrets.html#secrets.compare_digest" name="(in module secrets)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.compare_networks" name="compare_networks() (ipaddress.IPv4Network method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.compare_networks" name="(ipaddress.IPv6Network method)"/>
  <function link="library/dis.html#opcode-COMPARE_OP" name="COMPARE_OP (opcode)"/>
  <function link="library/decimal.html#decimal.Context.compare_signal" name="compare_signal() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.compare_signal" name="(decimal.Decimal method)"/>
  <function link="library/tracemalloc.html#tracemalloc.Snapshot.compare_to" name="compare_to() (tracemalloc.Snapshot method)"/>
  <function link="library/decimal.html#decimal.Context.compare_total" name="compare_total() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.compare_total" name="(decimal.Decimal method)"/>
  <function link="library/decimal.html#decimal.Context.compare_total_mag" name="compare_total_mag() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.compare_total_mag" name="(decimal.Decimal method)"/>
  <function link="library/stdtypes.html#index-8" name="objects"/>
  <function link="reference/expressions.html#index-77" name="comparison"/>
  <function link="library/stdtypes.html#index-7" name="operator"/>
  <function link="library/doctest.html#doctest.COMPARISON_FLAGS" name="COMPARISON_FLAGS (in module doctest)"/>
  <function link="reference/datamodel.html#index-76" name="comparisons"/>
  <function link="library/stdtypes.html#index-7" name="chaining"/>
  <function link="library/email.policy.html#email.policy.Compat32" name="Compat32 (class in email.policy)"/>
  <function link="library/email.policy.html#email.policy.compat32" name="compat32 (in module email.policy)"/>
  <function link="c-api/import.html#index-2" name="built-in function"/>
  <function link="library/codeop.html#codeop.Compile" name="Compile (class in codeop)"/>
  <function link="library/functions.html#compile" name="built-in function"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.compile" name="compile() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/py_compile.html#py_compile.compile" name="(in module py_compile)"/>
  <function link="library/re.html#re.compile" name="(in module re)"/>
  <function link="library/code.html#code.compile_command" name="compile_command() (in module code)"/>
  <function link="library/codeop.html#codeop.compile_command" name="(in module codeop)"/>
  <function link="library/compileall.html#compileall.compile_dir" name="compile_dir() (in module compileall)"/>
  <function link="library/compileall.html#compileall.compile_file" name="compile_file() (in module compileall)"/>
  <function link="library/compileall.html#compileall.compile_path" name="compile_path() (in module compileall)"/>
  <function link="library/compileall.html#module-compileall" name="module"/>
  <function link="library/compileall.html#cmdoption-compileall-hardlink-dupes" name="--hardlink-dupes"/>
  <function link="library/compileall.html#cmdoption-compileall-invalidation-mode" name="--invalidation-mode"/>
  <function link="library/compileall.html#cmdoption-compileall-b" name="-b"/>
  <function link="library/compileall.html#cmdoption-compileall-d" name="-d"/>
  <function link="library/compileall.html#cmdoption-compileall-e" name="-e"/>
  <function link="library/compileall.html#cmdoption-compileall-f" name="-f"/>
  <function link="library/compileall.html#cmdoption-compileall-i" name="-i"/>
  <function link="library/compileall.html#cmdoption-compileall-j" name="-j"/>
  <function link="library/compileall.html#cmdoption-compileall-l" name="-l"/>
  <function link="library/compileall.html#cmdoption-compileall-o" name="-o"/>
  <function link="library/compileall.html#cmdoption-compileall-p" name="-p"/>
  <function link="library/compileall.html#cmdoption-compileall-q" name="-q"/>
  <function link="library/compileall.html#cmdoption-compileall-r" name="-r"/>
  <function link="library/compileall.html#cmdoption-compileall-s" name="-s"/>
  <function link="library/compileall.html#cmdoption-compileall-x" name="-x"/>
  <function link="library/compileall.html#cmdoption-compileall-arg-directory" name="directory"/>
  <function link="library/compileall.html#cmdoption-compileall-arg-file" name="file"/>
  <function link="library/rlcompleter.html#rlcompleter.Completer.complete" name="complete() (rlcompleter.Completer method)"/>
  <function link="library/sqlite3.html#sqlite3.complete_statement" name="complete_statement() (in module sqlite3)"/>
  <function link="library/cmd.html#cmd.Cmd.completedefault" name="completedefault() (cmd.Cmd method)"/>
  <function link="library/subprocess.html#subprocess.CompletedProcess" name="CompletedProcess (class in subprocess)"/>
  <function link="library/stdtypes.html#index-13" name="built-in function"/>
  <function link="reference/datamodel.html#index-14" name="number"/>
  <function link="reference/datamodel.html#index-14" name="object"/>
  <function link="library/functions.html#complex" name="complex (built-in class)"/>
  <function link="library/numbers.html#numbers.Complex" name="Complex (class in numbers)"/>
  <function link="reference/lexical_analysis.html#index-27" name="complex literal"/>
  <function link="glossary.html#term-complex-number" name="complex number"/>
  <function link="library/stdtypes.html#index-12" name="literals"/>
  <function link="c-api/complex.html#index-0" name="object"/>
  <function link="reference/compound_stmts.html#index-0" name="statement"/>
  <function link="library/ast.html#ast.comprehension" name="comprehension (class in ast)"/>
  <function link="reference/expressions.html#index-11" name="comprehensions"/>
  <function link="reference/expressions.html#index-17" name="dictionary"/>
  <function link="reference/expressions.html#index-15" name="list"/>
  <function link="reference/expressions.html#index-16" name="set"/>
  <function link="library/bz2.html#bz2.BZ2Compressor.compress" name="compress() (bz2.BZ2Compressor method)"/>
  <function link="library/bz2.html#bz2.compress" name="(in module bz2)"/>
  <function link="library/gzip.html#gzip.compress" name="(in module gzip)"/>
  <function link="library/itertools.html#itertools.compress" name="(in module itertools)"/>
  <function link="library/lzma.html#lzma.compress" name="(in module lzma)"/>
  <function link="library/zlib.html#zlib.compress" name="(in module zlib)"/>
  <function link="library/lzma.html#lzma.LZMACompressor.compress" name="(lzma.LZMACompressor method)"/>
  <function link="library/zlib.html#zlib.Compress.compress" name="(zlib.Compress method)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.compress_size" name="compress_size (zipfile.ZipInfo attribute)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.compress_type" name="compress_type (zipfile.ZipInfo attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Address.compressed" name="compressed (ipaddress.IPv4Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.compressed" name="(ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.compressed" name="(ipaddress.IPv6Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.compressed" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/ssl.html#ssl.SSLSocket.compression" name="compression() (ssl.SSLSocket method)"/>
  <function link="library/tarfile.html#tarfile.CompressionError" name="CompressionError"/>
  <function link="library/zlib.html#zlib.compressobj" name="compressobj() (in module zlib)"/>
  <function link="library/os.html#index-43" name="COMSPEC"/>
  <function link="library/operator.html#operator.concat" name="concat() (in module operator)"/>
  <function link="library/typing.html#typing.Concatenate" name="Concatenate (in module typing)"/>
  <function link="library/stdtypes.html#index-19" name="operation"/>
  <function link="library/concurrent.futures.html#module-concurrent.futures" name="module"/>
  <function link="library/bdb.html#bdb.Breakpoint.cond" name="cond (bdb.Breakpoint attribute)"/>
  <function link="library/asyncio-sync.html#asyncio.Condition" name="Condition (class in asyncio)"/>
  <function link="library/multiprocessing.html#multiprocessing.Condition" name="(class in multiprocessing)"/>
  <function link="library/threading.html#threading.Condition" name="(class in threading)"/>
  <function link="library/pdb.html#pdbcommand-condition" name="condition (pdb command)"/>
  <function link="library/msilib.html#msilib.Control.condition" name="condition() (msilib.Control method)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.SyncManager.Condition" name="Condition() (multiprocessing.managers.SyncManager method)"/>
  <function link="reference/expressions.html#index-82" name="expression"/>
  <function link="reference/expressions.html#index-88" name="expression"/>
  <function link="library/tkinter.font.html#tkinter.font.Font.config" name="config() (tkinter.font.Font method)"/>
  <function link="using/configure.html#cmdoption-arg-CONFIG_SITE" name="command line option"/>
  <function link="library/configparser.html#module-configparser" name="module"/>
  <function link="library/configparser.html#configparser.ConfigParser" name="ConfigParser (class in configparser)"/>
  <function link="library/configparser.html#index-0" name="file"/>
  <function link="library/pdb.html#index-2" name="file, debugger"/>
  <function link="library/site.html#index-4" name="file, path"/>
  <function link="library/sysconfig.html#index-0" name="configuration information"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Style.configure" name="configure() (tkinter.ttk.Style method)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.configure_mock" name="configure_mock() (unittest.mock.Mock method)"/>
  <function link="library/enum.html#enum.FlagBoundary.CONFORM" name="CONFORM (enum.FlagBoundary attribute)"/>
  <function link="library/os.html#os.confstr" name="confstr() (in module os)"/>
  <function link="library/os.html#os.confstr_names" name="confstr_names (in module os)"/>
  <function link="library/stdtypes.html#index-14" name="conjugate() (complex number method)"/>
  <function link="library/decimal.html#decimal.Decimal.conjugate" name="(decimal.Decimal method)"/>
  <function link="library/numbers.html#numbers.Complex.conjugate" name="(numbers.Complex method)"/>
  <function link="library/smtpd.html#smtpd.SMTPChannel.conn" name="conn (smtpd.SMTPChannel attribute)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.connect" name="connect() (asyncore.dispatcher method)"/>
  <function link="library/ftplib.html#ftplib.FTP.connect" name="(ftplib.FTP method)"/>
  <function link="library/http.client.html#http.client.HTTPConnection.connect" name="(http.client.HTTPConnection method)"/>
  <function link="library/sqlite3.html#sqlite3.connect" name="(in module sqlite3)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.BaseManager.connect" name="(multiprocessing.managers.BaseManager method)"/>
  <function link="library/smtplib.html#smtplib.SMTP.connect" name="(smtplib.SMTP method)"/>
  <function link="library/socket.html#socket.socket.connect" name="(socket.socket method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.connect_accepted_socket" name="connect_accepted_socket() (asyncio.loop method)"/>
  <function link="library/socket.html#socket.socket.connect_ex" name="connect_ex() (socket.socket method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.connect_read_pipe" name="connect_read_pipe() (asyncio.loop method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.connect_write_pipe" name="connect_write_pipe() (asyncio.loop method)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.Connection" name="Connection (class in multiprocessing.connection)"/>
  <function link="library/sqlite3.html#sqlite3.Connection" name="(class in sqlite3)"/>
  <function link="library/sqlite3.html#sqlite3.Cursor.connection" name="connection (sqlite3.Cursor attribute)"/>
  <function link="library/asyncio-protocol.html#asyncio.BaseProtocol.connection_lost" name="connection_lost() (asyncio.BaseProtocol method)"/>
  <function link="library/asyncio-protocol.html#asyncio.BaseProtocol.connection_made" name="connection_made() (asyncio.BaseProtocol method)"/>
  <function link="library/exceptions.html#ConnectionAbortedError" name="ConnectionAbortedError"/>
  <function link="library/exceptions.html#ConnectionError" name="ConnectionError"/>
  <function link="library/exceptions.html#ConnectionRefusedError" name="ConnectionRefusedError"/>
  <function link="library/exceptions.html#ConnectionResetError" name="ConnectionResetError"/>
  <function link="library/winreg.html#winreg.ConnectRegistry" name="ConnectRegistry() (in module winreg)"/>
  <function link="library/optparse.html#optparse.Option.const" name="const (optparse.Option attribute)"/>
  <function link="reference/lexical_analysis.html#index-16" name="constant"/>
  <function link="library/ast.html#ast.Constant" name="Constant (class in ast)"/>
  <function link="reference/datamodel.html#index-70" name="class"/>
  <function link="library/copyreg.html#copyreg.constructor" name="constructor() (in module copyreg)"/>
  <function link="library/asyncio-exceptions.html#asyncio.LimitOverrunError.consumed" name="consumed (asyncio.LimitOverrunError attribute)"/>
  <function link="reference/datamodel.html#index-3" name="container"/>
  <function link="library/stdtypes.html#index-17" name="iteration over"/>
  <function link="library/collections.abc.html#collections.abc.Container" name="Container (class in collections.abc)"/>
  <function link="library/typing.html#typing.Container" name="(class in typing)"/>
  <function link="library/operator.html#operator.contains" name="contains() (in module operator)"/>
  <function link="library/dis.html#opcode-CONTAINS_OP" name="CONTAINS_OP (opcode)"/>
  <function link="library/mimetypes.html#index-0" name="MIME"/>
  <function link="library/email.headerregistry.html#email.headerregistry.ContentDispositionHeader.content_disposition" name="content_disposition (email.headerregistry.ContentDispositionHeader attribute)"/>
  <function link="library/email.policy.html#email.policy.EmailPolicy.content_manager" name="content_manager (email.policy.EmailPolicy attribute)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.ContentTypeHeader.content_type" name="content_type (email.headerregistry.ContentTypeHeader attribute)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.ContentDispositionHeader" name="ContentDispositionHeader (class in email.headerregistry)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ContentHandler" name="ContentHandler (class in xml.sax.handler)"/>
  <function link="library/email.contentmanager.html#email.contentmanager.ContentManager" name="ContentManager (class in email.contentmanager)"/>
  <function link="library/ctypes.html#ctypes._Pointer.contents" name="contents (ctypes._Pointer attribute)"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.ResourceReader.contents" name="contents() (importlib.resources.abc.ResourceReader method)"/>
  <function link="library/importlib.resources.html#importlib.resources.contents" name="(in module importlib.resources)"/>
  <function link="library/urllib.error.html#urllib.error.ContentTooShortError" name="ContentTooShortError"/>
  <function link="library/email.headerregistry.html#email.headerregistry.ContentTransferEncoding" name="ContentTransferEncoding (class in email.headerregistry)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.ContentTypeHeader" name="ContentTypeHeader (class in email.headerregistry)"/>
  <function link="library/contextvars.html#contextvars.Context" name="Context (class in contextvars)"/>
  <function link="library/decimal.html#decimal.Context" name="(class in decimal)"/>
  <function link="library/ssl.html#ssl.SSLSocket.context" name="context (ssl.SSLSocket attribute)"/>
  <function link="library/stdtypes.html#index-53" name="context management protocol"/>
  <function link="glossary.html#term-context-manager" name="context manager"/>
  <function link="glossary.html#term-context-variable" name="context variable"/>
  <function link="library/difflib.html#difflib.context_diff" name="context_diff() (in module difflib)"/>
  <function link="library/contextlib.html#contextlib.ContextDecorator" name="ContextDecorator (class in contextlib)"/>
  <function link="library/contextlib.html#module-contextlib" name="module"/>
  <function link="library/typing.html#typing.ContextManager" name="ContextManager (class in typing)"/>
  <function link="library/contextlib.html#contextlib.contextmanager" name="contextmanager() (in module contextlib)"/>
  <function link="library/contextvars.html#contextvars.ContextVar" name="ContextVar (class in contextvars)"/>
  <function link="library/contextvars.html#module-contextvars" name="module"/>
  <function link="glossary.html#term-contiguous" name="contiguous"/>
  <function link="library/stdtypes.html#memoryview.contiguous" name="(memoryview attribute)"/>
  <function link="reference/simple_stmts.html#index-33" name="statement"/>
  <function link="library/ast.html#ast.Continue" name="Continue (class in ast)"/>
  <function link="library/pdb.html#pdbcommand-continue" name="continue (pdb command)"/>
  <function link="library/enum.html#enum.EnumCheck.CONTINUOUS" name="CONTINUOUS (enum.EnumCheck attribute)"/>
  <function link="library/msilib.html#msilib.Control" name="Control (class in msilib)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.Control" name="(class in tkinter.tix)"/>
  <function link="library/msilib.html#msilib.Dialog.control" name="control() (msilib.Dialog method)"/>
  <function link="library/select.html#select.kqueue.control" name="(select.kqueue method)"/>
  <function link="library/curses.ascii.html#curses.ascii.controlnames" name="controlnames (in module curses.ascii)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_mixer_device.controls" name="controls() (ossaudiodev.oss_mixer_device method)"/>
  <function link="reference/expressions.html#index-1" name="arithmetic"/>
  <function link="reference/datamodel.html#index-75" name="string"/>
  <function link="library/xdrlib.html#xdrlib.ConversionError" name="ConversionError"/>
  <function link="library/stdtypes.html#index-15" name="numeric"/>
  <function link="library/argparse.html#argparse.ArgumentParser.convert_arg_line_to_args" name="convert_arg_line_to_args() (argparse.ArgumentParser method)"/>
  <function link="library/string.html#string.Formatter.convert_field" name="convert_field() (string.Formatter method)"/>
  <function link="distutils/apiref.html#distutils.util.convert_path" name="convert_path() (in module distutils.util)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie" name="Cookie (class in http.cookiejar)"/>
  <function link="library/http.cookies.html#http.cookies.CookieError" name="CookieError"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookieJar" name="CookieJar (class in http.cookiejar)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPCookieProcessor.cookiejar" name="cookiejar (urllib.request.HTTPCookieProcessor attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookiePolicy" name="CookiePolicy (class in http.cookiejar)"/>
  <function link="library/time.html#index-4" name="Coordinated Universal Time"/>
  <function link="library/idle.html#index-4" name="Copy"/>
  <function link="library/copy.html#module-copy" name="module"/>
  <function link="library/pickle.html#index-5" name="protocol"/>
  <function link="library/dis.html#opcode-COPY" name="COPY (opcode)"/>
  <function link="library/collections.html#collections.deque.copy" name="copy() (collections.deque method)"/>
  <function link="library/contextvars.html#contextvars.Context.copy" name="(contextvars.Context method)"/>
  <function link="library/decimal.html#decimal.Context.copy" name="(decimal.Context method)"/>
  <function link="library/stdtypes.html#dict.copy" name="(dict method)"/>
  <function link="library/stdtypes.html#frozenset.copy" name="(frozenset method)"/>
  <function link="library/hashlib.html#hashlib.hash.copy" name="(hashlib.hash method)"/>
  <function link="library/hmac.html#hmac.HMAC.copy" name="(hmac.HMAC method)"/>
  <function link="library/http.cookies.html#http.cookies.Morsel.copy" name="(http.cookies.Morsel method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.copy" name="(imaplib.IMAP4 method)"/>
  <function link="library/copy.html#copy.copy" name="(in module copy)"/>
  <function link="library/multiprocessing.html#multiprocessing.sharedctypes.copy" name="(in module multiprocessing.sharedctypes)"/>
  <function link="library/shutil.html#shutil.copy" name="(in module shutil)"/>
  <function link="library/pipes.html#pipes.Template.copy" name="(pipes.Template method)"/>
  <function link="library/stdtypes.html#index-23" name="(sequence method)"/>
  <function link="library/tkinter.font.html#tkinter.font.Font.copy" name="(tkinter.font.Font method)"/>
  <function link="library/types.html#types.MappingProxyType.copy" name="(types.MappingProxyType method)"/>
  <function link="library/zlib.html#zlib.Compress.copy" name="(zlib.Compress method)"/>
  <function link="library/zlib.html#zlib.Decompress.copy" name="(zlib.Decompress method)"/>
  <function link="library/shutil.html#shutil.copy2" name="copy2() (in module shutil)"/>
  <function link="library/decimal.html#decimal.Context.copy_abs" name="copy_abs() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.copy_abs" name="(decimal.Decimal method)"/>
  <function link="library/contextvars.html#contextvars.copy_context" name="copy_context() (in module contextvars)"/>
  <function link="library/decimal.html#decimal.Context.copy_decimal" name="copy_decimal() (decimal.Context method)"/>
  <function link="distutils/apiref.html#distutils.file_util.copy_file" name="copy_file() (in module distutils.file_util)"/>
  <function link="library/os.html#os.copy_file_range" name="copy_file_range() (in module os)"/>
  <function link="library/dis.html#opcode-COPY_FREE_VARS" name="COPY_FREE_VARS (opcode)"/>
  <function link="library/ast.html#ast.copy_location" name="copy_location() (in module ast)"/>
  <function link="library/decimal.html#decimal.Context.copy_negate" name="copy_negate() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.copy_negate" name="(decimal.Decimal method)"/>
  <function link="library/decimal.html#decimal.Context.copy_sign" name="copy_sign() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.copy_sign" name="(decimal.Decimal method)"/>
  <function link="distutils/apiref.html#distutils.dir_util.copy_tree" name="copy_tree() (in module distutils.dir_util)"/>
  <function link="library/shutil.html#shutil.copyfile" name="copyfile() (in module shutil)"/>
  <function link="library/shutil.html#shutil.copyfileobj" name="copyfileobj() (in module shutil)"/>
  <function link="library/shutil.html#index-0" name="copying files"/>
  <function link="library/shutil.html#shutil.copymode" name="copymode() (in module shutil)"/>
  <function link="library/copyreg.html#module-copyreg" name="module"/>
  <function link="library/constants.html#copyright" name="copyright (built-in variable)"/>
  <function link="c-api/init.html#index-27" name="(in module sys)"/>
  <function link="library/math.html#math.copysign" name="copysign() (in module math)"/>
  <function link="library/shutil.html#shutil.copystat" name="copystat() (in module shutil)"/>
  <function link="library/shutil.html#shutil.copytree" name="copytree() (in module shutil)"/>
  <function link="glossary.html#term-coroutine" name="coroutine"/>
  <function link="reference/datamodel.html#index-38" name="function"/>
  <function link="library/collections.abc.html#collections.abc.Coroutine" name="Coroutine (class in collections.abc)"/>
  <function link="library/typing.html#typing.Coroutine" name="(class in typing)"/>
  <function link="glossary.html#term-coroutine-function" name="coroutine function"/>
  <function link="library/types.html#types.coroutine" name="coroutine() (in module types)"/>
  <function link="library/types.html#types.CoroutineType" name="CoroutineType (in module types)"/>
  <function link="library/statistics.html#statistics.correlation" name="correlation() (in module statistics)"/>
  <function link="library/cmath.html#cmath.cos" name="cos() (in module cmath)"/>
  <function link="library/math.html#math.cos" name="(in module math)"/>
  <function link="library/cmath.html#cmath.cosh" name="cosh() (in module cmath)"/>
  <function link="library/math.html#math.cosh" name="(in module math)"/>
  <function link="library/tracemalloc.html#tracemalloc.Statistic.count" name="count (tracemalloc.Statistic attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.StatisticDiff.count" name="(tracemalloc.StatisticDiff attribute)"/>
  <function link="library/array.html#array.array.count" name="count() (array.array method)"/>
  <function link="library/stdtypes.html#bytearray.count" name="(bytearray method)"/>
  <function link="library/stdtypes.html#bytes.count" name="(bytes method)"/>
  <function link="library/collections.html#collections.deque.count" name="(collections.deque method)"/>
  <function link="library/itertools.html#itertools.count" name="(in module itertools)"/>
  <function link="library/multiprocessing.shared_memory.html#multiprocessing.shared_memory.ShareableList.count" name="(multiprocessing.shared_memory.ShareableList method)"/>
  <function link="library/stdtypes.html#index-19" name="(sequence method)"/>
  <function link="library/stdtypes.html#str.count" name="(str method)"/>
  <function link="library/tracemalloc.html#tracemalloc.StatisticDiff.count_diff" name="count_diff (tracemalloc.StatisticDiff attribute)"/>
  <function link="library/collections.html#collections.Counter" name="Counter (class in collections)"/>
  <function link="library/typing.html#typing.Counter" name="(class in typing)"/>
  <function link="library/operator.html#operator.countOf" name="countOf() (in module operator)"/>
  <function link="library/unittest.html#unittest.TestCase.countTestCases" name="countTestCases() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestSuite.countTestCases" name="(unittest.TestSuite method)"/>
  <function link="library/statistics.html#statistics.covariance" name="covariance() (in module statistics)"/>
  <function link="library/trace.html#trace.CoverageResults" name="CoverageResults (class in trace)"/>
  <function link="whatsnew/2.3.html#index-26" name="CPP"/>
  <function link="using/configure.html#index-25" name="CPPFLAGS"/>
  <function link="library/profile.html#module-cProfile" name="module"/>
  <function link="library/time.html#index-12" name="CPU time"/>
  <function link="library/multiprocessing.html#multiprocessing.cpu_count" name="cpu_count() (in module multiprocessing)"/>
  <function link="library/os.html#os.cpu_count" name="(in module os)"/>
  <function link="glossary.html#term-CPython" name="CPython"/>
  <function link="library/test.html#test.support.cpython_only" name="cpython_only() (in module test.support)"/>
  <function link="library/urllib.robotparser.html#urllib.robotparser.RobotFileParser.crawl_delay" name="crawl_delay() (urllib.robotparser.RobotFileParser method)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.CRC" name="CRC (zipfile.ZipInfo attribute)"/>
  <function link="library/binascii.html#binascii.crc32" name="crc32() (in module binascii)"/>
  <function link="library/zlib.html#zlib.crc32" name="(in module zlib)"/>
  <function link="library/binascii.html#binascii.crc_hqx" name="crc_hqx() (in module binascii)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.create" name="create() (imaplib.IMAP4 method)"/>
  <function link="library/venv.html#venv.create" name="(in module venv)"/>
  <function link="library/venv.html#venv.EnvBuilder.create" name="(venv.EnvBuilder method)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.create_aggregate" name="create_aggregate() (sqlite3.Connection method)"/>
  <function link="library/zipapp.html#zipapp.create_archive" name="create_archive() (in module zipapp)"/>
  <function link="library/unittest.mock.html#unittest.mock.create_autospec" name="create_autospec() (in module unittest.mock)"/>
  <function link="library/subprocess.html#subprocess.CREATE_BREAKAWAY_FROM_JOB" name="CREATE_BREAKAWAY_FROM_JOB (in module subprocess)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.create_collation" name="create_collation() (sqlite3.Connection method)"/>
  <function link="library/venv.html#venv.EnvBuilder.create_configuration" name="create_configuration() (venv.EnvBuilder method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.create_connection" name="create_connection() (asyncio.loop method)"/>
  <function link="library/socket.html#socket.create_connection" name="(in module socket)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.create_datagram_endpoint" name="create_datagram_endpoint() (asyncio.loop method)"/>
  <function link="library/decimal.html#decimal.Context.create_decimal" name="create_decimal() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Context.create_decimal_from_float" name="create_decimal_from_float() (decimal.Context method)"/>
  <function link="library/ssl.html#ssl.create_default_context" name="create_default_context() (in module ssl)"/>
  <function link="library/subprocess.html#subprocess.CREATE_DEFAULT_ERROR_MODE" name="CREATE_DEFAULT_ERROR_MODE (in module subprocess)"/>
  <function link="library/test.html#test.support.os_helper.create_empty_file" name="create_empty_file() (in module test.support.os_helper)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.create_function" name="create_function() (sqlite3.Connection method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.create_future" name="create_future() (asyncio.loop method)"/>
  <function link="library/importlib.html#importlib.abc.Loader.create_module" name="create_module() (importlib.abc.Loader method)"/>
  <function link="library/importlib.html#importlib.machinery.ExtensionFileLoader.create_module" name="(importlib.machinery.ExtensionFileLoader method)"/>
  <function link="library/zipimport.html#zipimport.zipimporter.create_module" name="(zipimport.zipimporter method)"/>
  <function link="library/subprocess.html#subprocess.CREATE_NEW_CONSOLE" name="CREATE_NEW_CONSOLE (in module subprocess)"/>
  <function link="library/subprocess.html#subprocess.CREATE_NEW_PROCESS_GROUP" name="CREATE_NEW_PROCESS_GROUP (in module subprocess)"/>
  <function link="library/subprocess.html#subprocess.CREATE_NO_WINDOW" name="CREATE_NO_WINDOW (in module subprocess)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.create_server" name="create_server() (asyncio.loop method)"/>
  <function link="library/socket.html#socket.create_server" name="(in module socket)"/>
  <function link="distutils/builtdist.html#create_shortcut" name="built-in function"/>
  <function link="library/asyncore.html#asyncore.dispatcher.create_socket" name="create_socket() (asyncore.dispatcher method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.create_static_lib" name="create_static_lib() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/profile.html#profile.Profile.create_stats" name="create_stats() (profile.Profile method)"/>
  <function link="library/ctypes.html#ctypes.create_string_buffer" name="create_string_buffer() (in module ctypes)"/>
  <function link="library/asyncio-subprocess.html#asyncio.create_subprocess_exec" name="create_subprocess_exec() (in module asyncio)"/>
  <function link="library/asyncio-subprocess.html#asyncio.create_subprocess_shell" name="create_subprocess_shell() (in module asyncio)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.create_system" name="create_system (zipfile.ZipInfo attribute)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.create_task" name="create_task() (asyncio.loop method)"/>
  <function link="library/asyncio-task.html#asyncio.TaskGroup.create_task" name="(asyncio.TaskGroup method)"/>
  <function link="library/asyncio-task.html#asyncio.create_task" name="(in module asyncio)"/>
  <function link="distutils/apiref.html#distutils.dir_util.create_tree" name="create_tree() (in module distutils.dir_util)"/>
  <function link="library/ctypes.html#ctypes.create_unicode_buffer" name="create_unicode_buffer() (in module ctypes)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.create_unix_connection" name="create_unix_connection() (asyncio.loop method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.create_unix_server" name="create_unix_server() (asyncio.loop method)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.create_version" name="create_version (zipfile.ZipInfo attribute)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.create_window_function" name="create_window_function() (sqlite3.Connection method)"/>
  <function link="library/xml.dom.html#xml.dom.Document.createAttribute" name="createAttribute() (xml.dom.Document method)"/>
  <function link="library/xml.dom.html#xml.dom.Document.createAttributeNS" name="createAttributeNS() (xml.dom.Document method)"/>
  <function link="library/xml.dom.html#xml.dom.Document.createComment" name="createComment() (xml.dom.Document method)"/>
  <function link="library/xml.dom.html#xml.dom.DOMImplementation.createDocument" name="createDocument() (xml.dom.DOMImplementation method)"/>
  <function link="library/xml.dom.html#xml.dom.DOMImplementation.createDocumentType" name="createDocumentType() (xml.dom.DOMImplementation method)"/>
  <function link="library/xml.dom.html#xml.dom.Document.createElement" name="createElement() (xml.dom.Document method)"/>
  <function link="library/xml.dom.html#xml.dom.Document.createElementNS" name="createElementNS() (xml.dom.Document method)"/>
  <function link="library/tkinter.html#tkinter.Widget.tk.createfilehandler" name="createfilehandler() (tkinter.Widget.tk method)"/>
  <function link="library/winreg.html#winreg.CreateKey" name="CreateKey() (in module winreg)"/>
  <function link="library/winreg.html#winreg.CreateKeyEx" name="CreateKeyEx() (in module winreg)"/>
  <function link="library/logging.html#logging.Handler.createLock" name="createLock() (logging.Handler method)"/>
  <function link="library/logging.handlers.html#logging.NullHandler.createLock" name="(logging.NullHandler method)"/>
  <function link="library/xml.dom.html#xml.dom.Document.createProcessingInstruction" name="createProcessingInstruction() (xml.dom.Document method)"/>
  <function link="library/msilib.html#msilib.CreateRecord" name="CreateRecord() (in module msilib)"/>
  <function link="library/logging.handlers.html#logging.handlers.SocketHandler.createSocket" name="createSocket() (logging.handlers.SocketHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.SysLogHandler.createSocket" name="(logging.handlers.SysLogHandler method)"/>
  <function link="library/xml.dom.html#xml.dom.Document.createTextNode" name="createTextNode() (xml.dom.Document method)"/>
  <function link="library/constants.html#credits" name="credits (built-in variable)"/>
  <function link="library/logging.html#logging.critical" name="critical() (in module logging)"/>
  <function link="library/logging.html#logging.Logger.critical" name="(logging.Logger method)"/>
  <function link="library/locale.html#locale.CRNCYSTR" name="CRNCYSTR (in module locale)"/>
  <function link="library/audioop.html#audioop.cross" name="cross() (in module audioop)"/>
  <function link="library/crypt.html#module-crypt" name="module"/>
  <function link="library/crypt.html#crypt.crypt" name="crypt() (in module crypt)"/>
  <function link="library/crypt.html#index-0" name="crypt(3)"/>
  <function link="library/crypto.html#index-0" name="cryptography"/>
  <function link="library/calendar.html#calendar.HTMLCalendar.cssclass_month" name="cssclass_month (calendar.HTMLCalendar attribute)"/>
  <function link="library/calendar.html#calendar.HTMLCalendar.cssclass_month_head" name="cssclass_month_head (calendar.HTMLCalendar attribute)"/>
  <function link="library/calendar.html#calendar.HTMLCalendar.cssclass_noday" name="cssclass_noday (calendar.HTMLCalendar attribute)"/>
  <function link="library/calendar.html#calendar.HTMLCalendar.cssclass_year" name="cssclass_year (calendar.HTMLCalendar attribute)"/>
  <function link="library/calendar.html#calendar.HTMLCalendar.cssclass_year_head" name="cssclass_year_head (calendar.HTMLCalendar attribute)"/>
  <function link="library/calendar.html#calendar.HTMLCalendar.cssclasses" name="cssclasses (calendar.HTMLCalendar attribute)"/>
  <function link="library/calendar.html#calendar.HTMLCalendar.cssclasses_weekday_head" name="cssclasses_weekday_head (calendar.HTMLCalendar attribute)"/>
  <function link="library/csv.html#index-0" name="csv"/>
  <function link="library/csv.html#module-csv" name="module"/>
  <function link="library/email.headerregistry.html#email.headerregistry.ContentTransferEncoding.cte" name="cte (email.headerregistry.ContentTransferEncoding attribute)"/>
  <function link="library/email.policy.html#email.policy.Policy.cte_type" name="cte_type (email.policy.Policy attribute)"/>
  <function link="library/os.html#os.ctermid" name="ctermid() (in module os)"/>
  <function link="library/datetime.html#datetime.date.ctime" name="ctime() (datetime.date method)"/>
  <function link="library/datetime.html#datetime.datetime.ctime" name="(datetime.datetime method)"/>
  <function link="library/time.html#time.ctime" name="(in module time)"/>
  <function link="library/curses.ascii.html#curses.ascii.ctrl" name="ctrl() (in module curses.ascii)"/>
  <function link="library/signal.html#signal.CTRL_BREAK_EVENT" name="CTRL_BREAK_EVENT (in module signal)"/>
  <function link="library/signal.html#signal.CTRL_C_EVENT" name="CTRL_C_EVENT (in module signal)"/>
  <function link="library/ctypes.html#module-ctypes" name="module"/>
  <function link="library/os.html#os.curdir" name="curdir (in module os)"/>
  <function link="library/locale.html#locale.currency" name="currency() (in module locale)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Combobox.current" name="current() (tkinter.ttk.Combobox method)"/>
  <function link="library/multiprocessing.html#multiprocessing.current_process" name="current_process() (in module multiprocessing)"/>
  <function link="library/asyncio-task.html#asyncio.current_task" name="current_task() (in module asyncio)"/>
  <function link="library/threading.html#threading.current_thread" name="current_thread() (in module threading)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.CurrentByteIndex" name="CurrentByteIndex (xml.parsers.expat.xmlparser attribute)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.CurrentColumnNumber" name="CurrentColumnNumber (xml.parsers.expat.xmlparser attribute)"/>
  <function link="library/inspect.html#inspect.currentframe" name="currentframe() (in module inspect)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.CurrentLineNumber" name="CurrentLineNumber (xml.parsers.expat.xmlparser attribute)"/>
  <function link="library/curses.html#curses.curs_set" name="curs_set() (in module curses)"/>
  <function link="library/curses.html#module-curses" name="module"/>
  <function link="library/curses.ascii.html#module-curses.ascii" name="module"/>
  <function link="library/curses.panel.html#module-curses.panel" name="module"/>
  <function link="library/curses.html#module-curses.textpad" name="module"/>
  <function link="library/sqlite3.html#sqlite3.Cursor" name="Cursor (class in sqlite3)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.cursor" name="cursor() (sqlite3.Connection method)"/>
  <function link="library/curses.html#curses.window.cursyncup" name="cursyncup() (curses.window method)"/>
  <function link="distutils/apiref.html#distutils.sysconfig.customize_compiler" name="customize_compiler() (in module distutils.sysconfig)"/>
  <function link="library/idle.html#index-4" name="Cut"/>
  <function link="library/ftplib.html#ftplib.FTP.cwd" name="cwd() (ftplib.FTP method)"/>
  <function link="library/pathlib.html#pathlib.Path.cwd" name="(pathlib.Path class method)"/>
  <function link="library/itertools.html#itertools.cycle" name="cycle() (in module itertools)"/>
  <function link="library/graphlib.html#graphlib.CycleError" name="CycleError"/>
  <function link="library/zlib.html#index-0" name="Cyclic Redundancy Check"/>
  <function link="library/locale.html#locale.D_FMT" name="D_FMT (in module locale)"/>
  <function link="library/locale.html#locale.D_T_FMT" name="D_T_FMT (in module locale)"/>
  <function link="library/multiprocessing.html#multiprocessing.Process.daemon" name="daemon (multiprocessing.Process attribute)"/>
  <function link="library/threading.html#threading.Thread.daemon" name="(threading.Thread attribute)"/>
  <function link="reference/compound_stmts.html#index-2" name="else"/>
  <function link="reference/datamodel.html#index-0" name="data"/>
  <function link="library/struct.html#index-0" name="packing binary"/>
  <function link="library/csv.html#index-0" name="tabular"/>
  <function link="reference/datamodel.html#index-4" name="type"/>
  <function link="reference/expressions.html#index-7" name="type, immutable"/>
  <function link="library/collections.html#collections.UserDict.data" name="data (collections.UserDict attribute)"/>
  <function link="library/collections.html#collections.UserList.data" name="(collections.UserList attribute)"/>
  <function link="library/collections.html#collections.UserString.data" name="(collections.UserString attribute)"/>
  <function link="library/select.html#select.kevent.data" name="(select.kevent attribute)"/>
  <function link="library/selectors.html#selectors.SelectorKey.data" name="(selectors.SelectorKey attribute)"/>
  <function link="library/urllib.request.html#urllib.request.Request.data" name="(urllib.request.Request attribute)"/>
  <function link="library/xml.dom.html#xml.dom.Comment.data" name="(xml.dom.Comment attribute)"/>
  <function link="library/xml.dom.html#xml.dom.ProcessingInstruction.data" name="(xml.dom.ProcessingInstruction attribute)"/>
  <function link="library/xml.dom.html#xml.dom.Text.data" name="(xml.dom.Text attribute)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.Binary.data" name="(xmlrpc.client.Binary attribute)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.TreeBuilder.data" name="data() (xml.etree.ElementTree.TreeBuilder method)"/>
  <function link="library/urllib.request.html#urllib.request.DataHandler.data_open" name="data_open() (urllib.request.DataHandler method)"/>
  <function link="library/asyncio-protocol.html#asyncio.Protocol.data_received" name="data_received() (asyncio.Protocol method)"/>
  <function link="library/unicodedata.html#index-0" name="Unicode"/>
  <function link="library/sqlite3.html#sqlite3.DatabaseError" name="DatabaseError"/>
  <function link="library/dbm.html#index-0" name="databases"/>
  <function link="library/dataclasses.html#dataclasses.dataclass" name="dataclass() (in module dataclasses)"/>
  <function link="library/typing.html#typing.dataclass_transform" name="dataclass_transform() (in module typing)"/>
  <function link="library/dataclasses.html#module-dataclasses" name="module"/>
  <function link="library/sqlite3.html#sqlite3.DataError" name="DataError"/>
  <function link="library/asyncio-protocol.html#asyncio.DatagramProtocol.datagram_received" name="datagram_received() (asyncio.DatagramProtocol method)"/>
  <function link="library/logging.handlers.html#logging.handlers.DatagramHandler" name="DatagramHandler (class in logging.handlers)"/>
  <function link="library/asyncio-protocol.html#asyncio.DatagramProtocol" name="DatagramProtocol (class in asyncio)"/>
  <function link="library/socketserver.html#socketserver.DatagramRequestHandler" name="DatagramRequestHandler (class in socketserver)"/>
  <function link="library/asyncio-protocol.html#asyncio.DatagramTransport" name="DatagramTransport (class in asyncio)"/>
  <function link="library/urllib.request.html#urllib.request.DataHandler" name="DataHandler (class in urllib.request)"/>
  <function link="library/datetime.html#datetime.date" name="date (class in datetime)"/>
  <function link="library/datetime.html#datetime.datetime.date" name="date() (datetime.datetime method)"/>
  <function link="library/nntplib.html#nntplib.NNTP.date" name="(nntplib.NNTP method)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.date_time" name="date_time (zipfile.ZipInfo attribute)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.date_time_string" name="date_time_string() (http.server.BaseHTTPRequestHandler method)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.DateHeader" name="DateHeader (class in email.headerregistry)"/>
  <function link="library/datetime.html#module-datetime" name="module"/>
  <function link="library/datetime.html#datetime.datetime" name="datetime (class in datetime)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.DateTime" name="DateTime (class in xmlrpc.client)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.DateHeader.datetime" name="datetime (email.headerregistry.DateHeader attribute)"/>
  <function link="reference/expressions.html#index-17" name="datum"/>
  <function link="library/datetime.html#datetime.date.day" name="day (datetime.date attribute)"/>
  <function link="library/datetime.html#datetime.datetime.day" name="(datetime.datetime attribute)"/>
  <function link="library/calendar.html#calendar.day_abbr" name="day_abbr (in module calendar)"/>
  <function link="library/calendar.html#calendar.day_name" name="day_name (in module calendar)"/>
  <function link="library/time.html#time.daylight" name="daylight (in module time)"/>
  <function link="library/time.html#index-5" name="Daylight Saving Time"/>
  <function link="library/shelve.html#shelve.DbfilenameShelf" name="DbfilenameShelf (class in shelve)"/>
  <function link="library/dbm.html#module-dbm" name="module"/>
  <function link="library/dbm.html#module-dbm.dumb" name="module"/>
  <function link="library/dbm.html#module-dbm.gnu" name="module"/>
  <function link="library/dbm.html#module-dbm.ndbm" name="module"/>
  <function link="library/locale.html#locale.dcgettext" name="dcgettext() (in module locale)"/>
  <function link="extending/newtypes.html#index-0" name="deallocation, object"/>
  <function link="library/imaplib.html#imaplib.IMAP4.debug" name="debug (imaplib.IMAP4 attribute)"/>
  <function link="library/re.html#re.DEBUG" name="DEBUG (in module re)"/>
  <function link="library/pdb.html#pdbcommand-debug" name="debug (pdb command)"/>
  <function link="library/shlex.html#shlex.shlex.debug" name="(shlex.shlex attribute)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.debug" name="(zipfile.ZipFile attribute)"/>
  <function link="library/doctest.html#doctest.debug" name="debug() (in module doctest)"/>
  <function link="library/logging.html#logging.debug" name="(in module logging)"/>
  <function link="library/logging.html#logging.Logger.debug" name="(logging.Logger method)"/>
  <function link="library/pipes.html#pipes.Template.debug" name="(pipes.Template method)"/>
  <function link="library/unittest.html#unittest.TestCase.debug" name="(unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestSuite.debug" name="(unittest.TestSuite method)"/>
  <function link="library/importlib.html#importlib.machinery.DEBUG_BYTECODE_SUFFIXES" name="DEBUG_BYTECODE_SUFFIXES (in module importlib.machinery)"/>
  <function link="library/gc.html#gc.DEBUG_COLLECTABLE" name="DEBUG_COLLECTABLE (in module gc)"/>
  <function link="library/gc.html#gc.DEBUG_LEAK" name="DEBUG_LEAK (in module gc)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.debug_print" name="debug_print() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/gc.html#gc.DEBUG_SAVEALL" name="DEBUG_SAVEALL (in module gc)"/>
  <function link="library/doctest.html#doctest.debug_src" name="debug_src() (in module doctest)"/>
  <function link="library/gc.html#gc.DEBUG_STATS" name="DEBUG_STATS (in module gc)"/>
  <function link="library/gc.html#gc.DEBUG_UNCOLLECTABLE" name="DEBUG_UNCOLLECTABLE (in module gc)"/>
  <function link="library/idle.html#index-3" name="debugger"/>
  <function link="library/pdb.html#index-2" name="configuration file"/>
  <function link="library/pdb.html#index-0" name="debugging"/>
  <function link="reference/simple_stmts.html#index-18" name="assertions"/>
  <function link="library/cgi.html#index-5" name="CGI"/>
  <function link="library/smtpd.html#smtpd.DebuggingServer" name="DebuggingServer (class in smtpd)"/>
  <function link="library/http.client.html#http.client.HTTPResponse.debuglevel" name="debuglevel (http.client.HTTPResponse attribute)"/>
  <function link="library/doctest.html#doctest.DebugRunner" name="DebugRunner (class in doctest)"/>
  <function link="library/decimal.html#module-decimal" name="module"/>
  <function link="library/decimal.html#decimal.Decimal" name="Decimal (class in decimal)"/>
  <function link="reference/lexical_analysis.html#index-27" name="decimal literal"/>
  <function link="library/unicodedata.html#unicodedata.decimal" name="decimal() (in module unicodedata)"/>
  <function link="library/decimal.html#decimal.DecimalException" name="DecimalException (class in decimal)"/>
  <function link="library/codecs.html#index-0" name="Codecs"/>
  <function link="library/codecs.html#codecs.CodecInfo.decode" name="decode (codecs.CodecInfo attribute)"/>
  <function link="library/stdtypes.html#bytearray.decode" name="decode() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.decode" name="(bytes method)"/>
  <function link="library/codecs.html#codecs.Codec.decode" name="(codecs.Codec method)"/>
  <function link="library/codecs.html#codecs.IncrementalDecoder.decode" name="(codecs.IncrementalDecoder method)"/>
  <function link="library/base64.html#base64.decode" name="(in module base64)"/>
  <function link="library/codecs.html#codecs.decode" name="(in module codecs)"/>
  <function link="library/quopri.html#quopri.decode" name="(in module quopri)"/>
  <function link="library/uu.html#uu.decode" name="(in module uu)"/>
  <function link="library/json.html#json.JSONDecoder.decode" name="(json.JSONDecoder method)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.Binary.decode" name="(xmlrpc.client.Binary method)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.DateTime.decode" name="(xmlrpc.client.DateTime method)"/>
  <function link="library/email.header.html#email.header.decode_header" name="decode_header() (in module email.header)"/>
  <function link="library/nntplib.html#nntplib.decode_header" name="(in module nntplib)"/>
  <function link="library/email.utils.html#email.utils.decode_params" name="decode_params() (in module email.utils)"/>
  <function link="library/email.utils.html#email.utils.decode_rfc2231" name="decode_rfc2231() (in module email.utils)"/>
  <function link="library/importlib.html#importlib.util.decode_source" name="decode_source() (in module importlib.util)"/>
  <function link="library/base64.html#base64.decodebytes" name="decodebytes() (in module base64)"/>
  <function link="library/email.generator.html#email.generator.DecodedGenerator" name="DecodedGenerator (class in email.generator)"/>
  <function link="library/quopri.html#quopri.decodestring" name="decodestring() (in module quopri)"/>
  <function link="library/unicodedata.html#unicodedata.decomposition" name="decomposition() (in module unicodedata)"/>
  <function link="library/bz2.html#bz2.BZ2Decompressor.decompress" name="decompress() (bz2.BZ2Decompressor method)"/>
  <function link="library/bz2.html#bz2.decompress" name="(in module bz2)"/>
  <function link="library/gzip.html#gzip.decompress" name="(in module gzip)"/>
  <function link="library/lzma.html#lzma.decompress" name="(in module lzma)"/>
  <function link="library/zlib.html#zlib.decompress" name="(in module zlib)"/>
  <function link="library/lzma.html#lzma.LZMADecompressor.decompress" name="(lzma.LZMADecompressor method)"/>
  <function link="library/zlib.html#zlib.Decompress.decompress" name="(zlib.Decompress method)"/>
  <function link="library/zlib.html#zlib.decompressobj" name="decompressobj() (in module zlib)"/>
  <function link="glossary.html#term-decorator" name="decorator"/>
  <function link="library/token.html#token.DEDENT" name="DEDENT (in module token)"/>
  <function link="reference/compound_stmts.html#index-2" name="DEDENT token"/>
  <function link="library/textwrap.html#textwrap.dedent" name="dedent() (in module textwrap)"/>
  <function link="library/copy.html#copy.deepcopy" name="deepcopy() (in module copy)"/>
  <function link="reference/compound_stmts.html#index-28" name="statement"/>
  <function link="library/curses.html#curses.def_prog_mode" name="def_prog_mode() (in module curses)"/>
  <function link="library/curses.html#curses.def_shell_mode" name="def_shell_mode() (in module curses)"/>
  <function link="reference/compound_stmts.html#index-31" name="parameter value"/>
  <function link="library/email.policy.html#email.policy.default" name="default (in module email.policy)"/>
  <function link="library/unittest.mock.html#unittest.mock.DEFAULT" name="DEFAULT (in module unittest.mock)"/>
  <function link="library/inspect.html#inspect.Parameter.default" name="default (inspect.Parameter attribute)"/>
  <function link="library/optparse.html#optparse.Option.default" name="(optparse.Option attribute)"/>
  <function link="library/cmd.html#cmd.Cmd.default" name="default() (cmd.Cmd method)"/>
  <function link="library/json.html#json.JSONEncoder.default" name="(json.JSONEncoder method)"/>
  <function link="library/io.html#io.DEFAULT_BUFFER_SIZE" name="DEFAULT_BUFFER_SIZE (in module io)"/>
  <function link="library/xml.dom.pulldom.html#xml.dom.pulldom.default_bufsize" name="default_bufsize (in module xml.dom.pulldom)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.default_exception_handler" name="default_exception_handler() (asyncio.loop method)"/>
  <function link="library/collections.html#collections.defaultdict.default_factory" name="default_factory (collections.defaultdict attribute)"/>
  <function link="library/tarfile.html#tarfile.DEFAULT_FORMAT" name="DEFAULT_FORMAT (in module tarfile)"/>
  <function link="library/filecmp.html#filecmp.DEFAULT_IGNORES" name="DEFAULT_IGNORES (in module filecmp)"/>
  <function link="library/urllib.request.html#urllib.request.BaseHandler.default_open" name="default_open() (urllib.request.BaseHandler method)"/>
  <function link="library/pickle.html#pickle.DEFAULT_PROTOCOL" name="DEFAULT_PROTOCOL (in module pickle)"/>
  <function link="library/timeit.html#timeit.default_timer" name="default_timer() (in module timeit)"/>
  <function link="library/decimal.html#decimal.DefaultContext" name="DefaultContext (class in decimal)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy" name="DefaultCookiePolicy (class in http.cookiejar)"/>
  <function link="library/collections.html#collections.defaultdict" name="defaultdict (class in collections)"/>
  <function link="library/typing.html#typing.DefaultDict" name="DefaultDict (class in typing)"/>
  <function link="library/asyncio-policy.html#asyncio.DefaultEventLoopPolicy" name="DefaultEventLoopPolicy (class in asyncio)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.DefaultHandler" name="DefaultHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.DefaultHandlerExpand" name="DefaultHandlerExpand() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.defaults" name="defaults() (configparser.ConfigParser method)"/>
  <function link="library/selectors.html#selectors.DefaultSelector" name="DefaultSelector (class in selectors)"/>
  <function link="library/unittest.html#unittest.defaultTestLoader" name="defaultTestLoader (in module unittest)"/>
  <function link="library/unittest.html#unittest.TestCase.defaultTestResult" name="defaultTestResult() (unittest.TestCase method)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.BaseHeader.defects" name="defects (email.headerregistry.BaseHeader attribute)"/>
  <function link="library/email.message.html#email.message.EmailMessage.defects" name="(email.message.EmailMessage attribute)"/>
  <function link="library/email.compat32-message.html#email.message.Message.defects" name="(email.message.Message attribute)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.define_macro" name="define_macro() (distutils.ccompiler.CCompiler method)"/>
  <function link="reference/compound_stmts.html#index-40" name="class"/>
  <function link="reference/compound_stmts.html#index-28" name="function"/>
  <function link="library/os.html#os.defpath" name="defpath (in module os)"/>
  <function link="library/urllib.parse.html#urllib.parse.DefragResult" name="DefragResult (class in urllib.parse)"/>
  <function link="library/urllib.parse.html#urllib.parse.DefragResultBytes" name="DefragResultBytes (class in urllib.parse)"/>
  <function link="library/math.html#math.degrees" name="degrees() (in module math)"/>
  <function link="library/turtle.html#turtle.degrees" name="(in module turtle)"/>
  <function link="reference/simple_stmts.html#index-21" name="statement"/>
  <function link="library/ast.html#ast.Del" name="Del (class in ast)"/>
  <function link="library/email.message.html#email.message.EmailMessage.del_param" name="del_param() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.del_param" name="(email.message.Message method)"/>
  <function link="library/functions.html#delattr" name="built-in function"/>
  <function link="library/turtle.html#turtle.delay" name="delay() (in module turtle)"/>
  <function link="library/curses.html#curses.delay_output" name="delay_output() (in module curses)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.FileCookieJar.delayload" name="delayload (http.cookiejar.FileCookieJar attribute)"/>
  <function link="library/curses.html#curses.window.delch" name="delch() (curses.window method)"/>
  <function link="library/poplib.html#poplib.POP3.dele" name="dele() (poplib.POP3 method)"/>
  <function link="library/ast.html#ast.Delete" name="Delete (class in ast)"/>
  <function link="library/ftplib.html#ftplib.FTP.delete" name="delete() (ftplib.FTP method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.delete" name="(imaplib.IMAP4 method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.delete" name="(tkinter.ttk.Treeview method)"/>
  <function link="library/dis.html#opcode-DELETE_ATTR" name="DELETE_ATTR (opcode)"/>
  <function link="library/dis.html#opcode-DELETE_DEREF" name="DELETE_DEREF (opcode)"/>
  <function link="library/dis.html#opcode-DELETE_FAST" name="DELETE_FAST (opcode)"/>
  <function link="library/dis.html#opcode-DELETE_GLOBAL" name="DELETE_GLOBAL (opcode)"/>
  <function link="library/dis.html#opcode-DELETE_NAME" name="DELETE_NAME (opcode)"/>
  <function link="library/dis.html#opcode-DELETE_SUBSCR" name="DELETE_SUBSCR (opcode)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.deleteacl" name="deleteacl() (imaplib.IMAP4 method)"/>
  <function link="library/tkinter.html#tkinter.Widget.tk.deletefilehandler" name="deletefilehandler() (tkinter.Widget.tk method)"/>
  <function link="library/winreg.html#winreg.DeleteKey" name="DeleteKey() (in module winreg)"/>
  <function link="library/winreg.html#winreg.DeleteKeyEx" name="DeleteKeyEx() (in module winreg)"/>
  <function link="library/curses.html#curses.window.deleteln" name="deleteln() (curses.window method)"/>
  <function link="library/bdb.html#bdb.Breakpoint.deleteMe" name="deleteMe() (bdb.Breakpoint method)"/>
  <function link="library/winreg.html#winreg.DeleteValue" name="DeleteValue() (in module winreg)"/>
  <function link="reference/simple_stmts.html#index-23" name="attribute"/>
  <function link="reference/simple_stmts.html#index-21" name="target"/>
  <function link="reference/simple_stmts.html#index-21" name="target list"/>
  <function link="library/csv.html#csv.Dialect.delimiter" name="delimiter (csv.Dialect attribute)"/>
  <function link="reference/lexical_analysis.html#index-32" name="delimiters"/>
  <function link="library/operator.html#operator.delitem" name="delitem() (in module operator)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.deliver_challenge" name="deliver_challenge() (in module multiprocessing.connection)"/>
  <function link="library/locale.html#locale.delocalize" name="delocalize() (in module locale)"/>
  <function link="library/wsgiref.html#wsgiref.simple_server.demo_app" name="demo_app() (in module wsgiref.simple_server)"/>
  <function link="library/fractions.html#fractions.Fraction.denominator" name="denominator (fractions.Fraction attribute)"/>
  <function link="library/numbers.html#numbers.Rational.denominator" name="(numbers.Rational attribute)"/>
  <function link="library/exceptions.html#DeprecationWarning" name="DeprecationWarning"/>
  <function link="library/collections.html#collections.deque" name="deque (class in collections)"/>
  <function link="library/typing.html#typing.Deque" name="Deque (class in typing)"/>
  <function link="library/logging.handlers.html#logging.handlers.QueueListener.dequeue" name="dequeue() (logging.handlers.QueueListener method)"/>
  <function link="library/ssl.html#ssl.DER_cert_to_PEM_cert" name="DER_cert_to_PEM_cert() (in module ssl)"/>
  <function link="library/exceptions.html#BaseExceptionGroup.derive" name="derive() (BaseExceptionGroup method)"/>
  <function link="library/curses.html#curses.window.derwin" name="derwin() (curses.window method)"/>
  <function link="library/crypt.html#index-0" name="cipher"/>
  <function link="c-api/typeobj.html#c.descrgetfunc" name="descrgetfunc (C type)"/>
  <function link="library/inspect.html#inspect.Parameter.kind.description" name="description (inspect.Parameter.kind attribute)"/>
  <function link="library/sqlite3.html#sqlite3.Cursor.description" name="(sqlite3.Cursor attribute)"/>
  <function link="library/nntplib.html#nntplib.NNTP.description" name="description() (nntplib.NNTP method)"/>
  <function link="library/nntplib.html#nntplib.NNTP.descriptions" name="descriptions() (nntplib.NNTP method)"/>
  <function link="glossary.html#term-descriptor" name="descriptor"/>
  <function link="c-api/typeobj.html#c.descrsetfunc" name="descrsetfunc (C type)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.deserialize" name="deserialize() (sqlite3.Connection method)"/>
  <function link="library/optparse.html#optparse.Option.dest" name="dest (optparse.Option attribute)"/>
  <function link="reference/datamodel.html#index-71" name="destructor"/>
  <function link="c-api/typeobj.html#c.destructor" name="(C type)"/>
  <function link="library/io.html#io.BufferedIOBase.detach" name="detach() (io.BufferedIOBase method)"/>
  <function link="library/io.html#io.TextIOBase.detach" name="(io.TextIOBase method)"/>
  <function link="library/socket.html#socket.socket.detach" name="(socket.socket method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.detach" name="(tkinter.ttk.Treeview method)"/>
  <function link="library/weakref.html#weakref.finalize.detach" name="(weakref.finalize method)"/>
  <function link="library/winreg.html#winreg.PyHKEY.Detach" name="Detach() (winreg.PyHKEY method)"/>
  <function link="library/subprocess.html#subprocess.DETACHED_PROCESS" name="DETACHED_PROCESS (in module subprocess)"/>
  <function link="library/test.html#test.support.detect_api_mismatch" name="detect_api_mismatch() (in module test.support)"/>
  <function link="library/tokenize.html#tokenize.detect_encoding" name="detect_encoding() (in module tokenize)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.detect_language" name="detect_language() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/profile.html#index-0" name="deterministic profiling"/>
  <function link="library/os.html#os.device_encoding" name="device_encoding() (in module os)"/>
  <function link="library/os.html#os.devnull" name="devnull (in module os)"/>
  <function link="library/subprocess.html#subprocess.DEVNULL" name="DEVNULL (in module subprocess)"/>
  <function link="library/select.html#select.devpoll" name="devpoll() (in module select)"/>
  <function link="library/selectors.html#selectors.DevpollSelector" name="DevpollSelector (class in selectors)"/>
  <function link="library/gettext.html#gettext.dgettext" name="dgettext() (in module gettext)"/>
  <function link="library/locale.html#locale.dgettext" name="(in module locale)"/>
  <function link="library/csv.html#csv.Dialect" name="Dialect (class in csv)"/>
  <function link="library/csv.html#csv.csvreader.dialect" name="dialect (csv.csvreader attribute)"/>
  <function link="library/csv.html#csv.csvwriter.dialect" name="(csv.csvwriter attribute)"/>
  <function link="library/msilib.html#msilib.Dialog" name="Dialog (class in msilib)"/>
  <function link="library/dialog.html#tkinter.commondialog.Dialog" name="(class in tkinter.commondialog)"/>
  <function link="library/dialog.html#tkinter.simpledialog.Dialog" name="(class in tkinter.simpledialog)"/>
  <function link="library/2to3.html#to3fixer-dict" name="dict (2to3 fixer)"/>
  <function link="library/stdtypes.html#dict" name="(built-in class)"/>
  <function link="library/ast.html#ast.Dict" name="Dict (class in ast)"/>
  <function link="library/typing.html#typing.Dict" name="(class in typing)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.SyncManager.dict" name="dict() (multiprocessing.managers.SyncManager method)"/>
  <function link="library/dis.html#opcode-DICT_MERGE" name="DICT_MERGE (opcode)"/>
  <function link="library/dis.html#opcode-DICT_UPDATE" name="DICT_UPDATE (opcode)"/>
  <function link="library/ast.html#ast.DictComp" name="DictComp (class in ast)"/>
  <function link="library/logging.config.html#logging.config.dictConfig" name="dictConfig() (in module logging.config)"/>
  <function link="glossary.html#term-dictionary" name="dictionary"/>
  <function link="reference/expressions.html#index-17" name="comprehensions"/>
  <function link="reference/expressions.html#index-17" name="display"/>
  <function link="c-api/dict.html#index-0" name="object"/>
  <function link="library/stdtypes.html#index-51" name="type, operations on"/>
  <function link="glossary.html#term-dictionary-comprehension" name="dictionary comprehension"/>
  <function link="glossary.html#term-dictionary-view" name="dictionary view"/>
  <function link="library/csv.html#csv.DictReader" name="DictReader (class in csv)"/>
  <function link="library/csv.html#csv.DictWriter" name="DictWriter (class in csv)"/>
  <function link="library/difflib.html#difflib.diff_bytes" name="diff_bytes() (in module difflib)"/>
  <function link="library/filecmp.html#filecmp.dircmp.diff_files" name="diff_files (filecmp.dircmp attribute)"/>
  <function link="library/difflib.html#difflib.Differ" name="Differ (class in difflib)"/>
  <function link="library/stdtypes.html#frozenset.difference" name="difference() (frozenset method)"/>
  <function link="library/stdtypes.html#frozenset.difference_update" name="difference_update() (frozenset method)"/>
  <function link="library/difflib.html#module-difflib" name="module"/>
  <function link="library/hashlib.html#hashlib.hash.digest" name="digest() (hashlib.hash method)"/>
  <function link="library/hashlib.html#hashlib.shake.digest" name="(hashlib.shake method)"/>
  <function link="library/hmac.html#hmac.HMAC.digest" name="(hmac.HMAC method)"/>
  <function link="library/hmac.html#hmac.digest" name="(in module hmac)"/>
  <function link="library/hmac.html#hmac.HMAC.digest_size" name="digest_size (hmac.HMAC attribute)"/>
  <function link="library/unicodedata.html#unicodedata.digit" name="digit() (in module unicodedata)"/>
  <function link="library/string.html#string.digits" name="digits (in module string)"/>
  <function link="library/functions.html#dir" name="built-in function"/>
  <function link="library/ftplib.html#ftplib.FTP.dir" name="dir() (ftplib.FTP method)"/>
  <function link="library/filecmp.html#filecmp.dircmp" name="dircmp (class in filecmp)"/>
  <function link="library/os.html#index-26" name="changing"/>
  <function link="library/compileall.html#cmdoption-compileall-arg-directory" name="compileall command line option"/>
  <function link="library/os.html#index-28" name="creating"/>
  <function link="library/os.html#index-29" name="deleting"/>
  <function link="library/site.html#index-1" name="site-packages"/>
  <function link="library/os.html#index-31" name="traversal"/>
  <function link="library/os.html#index-31" name="walking"/>
  <function link="library/msilib.html#msilib.Directory" name="Directory (class in msilib)"/>
  <function link="library/dialog.html#tkinter.filedialog.Directory" name="(class in tkinter.filedialog)"/>
  <function link="distutils/builtdist.html#directory_created" name="built-in function"/>
  <function link="library/os.html#os.DirEntry" name="DirEntry (class in os)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.DirList" name="DirList (class in tkinter.tix)"/>
  <function link="library/os.path.html#os.path.dirname" name="dirname() (in module os.path)"/>
  <function link="library/dialog.html#tkinter.filedialog.FileDialog.dirs_double_event" name="dirs_double_event() (tkinter.filedialog.FileDialog method)"/>
  <function link="library/dialog.html#tkinter.filedialog.FileDialog.dirs_select_event" name="dirs_select_event() (tkinter.filedialog.FileDialog method)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.DirSelectBox" name="DirSelectBox (class in tkinter.tix)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.DirSelectDialog" name="DirSelectDialog (class in tkinter.tix)"/>
  <function link="library/test.html#test.support.import_helper.DirsOnSysPath" name="DirsOnSysPath (class in test.support.import_helper)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.DirTree" name="DirTree (class in tkinter.tix)"/>
  <function link="library/dis.html#module-dis" name="module"/>
  <function link="library/dis.html#dis.Bytecode.dis" name="dis() (dis.Bytecode method)"/>
  <function link="library/dis.html#dis.dis" name="(in module dis)"/>
  <function link="library/pickletools.html#pickletools.dis" name="(in module pickletools)"/>
  <function link="library/pdb.html#pdbcommand-disable" name="disable (pdb command)"/>
  <function link="library/bdb.html#bdb.Breakpoint.disable" name="disable() (bdb.Breakpoint method)"/>
  <function link="library/faulthandler.html#faulthandler.disable" name="(in module faulthandler)"/>
  <function link="library/gc.html#gc.disable" name="(in module gc)"/>
  <function link="library/logging.html#logging.disable" name="(in module logging)"/>
  <function link="library/profile.html#profile.Profile.disable" name="(profile.Profile method)"/>
  <function link="library/test.html#test.support.disable_faulthandler" name="disable_faulthandler() (in module test.support)"/>
  <function link="library/test.html#test.support.disable_gc" name="disable_gc() (in module test.support)"/>
  <function link="library/optparse.html#optparse.OptionParser.disable_interspersed_args" name="disable_interspersed_args() (optparse.OptionParser method)"/>
  <function link="library/winreg.html#winreg.DisableReflectionKey" name="DisableReflectionKey() (in module winreg)"/>
  <function link="library/dis.html#dis.disassemble" name="disassemble() (in module dis)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.discard" name="discard (http.cookiejar.Cookie attribute)"/>
  <function link="library/stdtypes.html#frozenset.discard" name="discard() (frozenset method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.discard" name="(mailbox.Mailbox method)"/>
  <function link="library/mailbox.html#mailbox.MH.discard" name="(mailbox.MH method)"/>
  <function link="library/asynchat.html#asynchat.async_chat.discard_buffers" name="discard_buffers() (asynchat.async_chat method)"/>
  <function link="library/dis.html#dis.disco" name="disco() (in module dis)"/>
  <function link="library/unittest.html#unittest.TestLoader.discover" name="discover() (unittest.TestLoader method)"/>
  <function link="library/shutil.html#shutil.disk_usage" name="disk_usage() (in module shutil)"/>
  <function link="library/bdb.html#bdb.Bdb.dispatch_call" name="dispatch_call() (bdb.Bdb method)"/>
  <function link="library/bdb.html#bdb.Bdb.dispatch_exception" name="dispatch_exception() (bdb.Bdb method)"/>
  <function link="library/bdb.html#bdb.Bdb.dispatch_line" name="dispatch_line() (bdb.Bdb method)"/>
  <function link="library/bdb.html#bdb.Bdb.dispatch_return" name="dispatch_return() (bdb.Bdb method)"/>
  <function link="library/pickle.html#pickle.Pickler.dispatch_table" name="dispatch_table (pickle.Pickler attribute)"/>
  <function link="library/asyncore.html#asyncore.dispatcher" name="dispatcher (class in asyncore)"/>
  <function link="library/asyncore.html#asyncore.dispatcher_with_send" name="dispatcher_with_send (class in asyncore)"/>
  <function link="library/tkinter.html#index-0" name="DISPLAY"/>
  <function link="reference/expressions.html#index-17" name="dictionary"/>
  <function link="reference/expressions.html#index-15" name="list"/>
  <function link="reference/expressions.html#index-16" name="set"/>
  <function link="library/pdb.html#pdbcommand-display" name="display (pdb command)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.Address.display_name" name="display_name (email.headerregistry.Address attribute)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.Group.display_name" name="(email.headerregistry.Group attribute)"/>
  <function link="library/sys.html#sys.displayhook" name="displayhook() (in module sys)"/>
  <function link="library/math.html#math.dist" name="dist() (in module math)"/>
  <function link="library/turtle.html#turtle.distance" name="distance() (in module turtle)"/>
  <function link="library/dis.html#dis.distb" name="distb() (in module dis)"/>
  <function link="distutils/apiref.html#distutils.core.Distribution" name="Distribution (class in distutils.core)"/>
  <function link="library/distutils.html#module-distutils" name="module"/>
  <function link="distutils/apiref.html#module-distutils.archive_util" name="module"/>
  <function link="distutils/apiref.html#module-distutils.bcppcompiler" name="module"/>
  <function link="distutils/apiref.html#module-distutils.ccompiler" name="module"/>
  <function link="distutils/apiref.html#module-distutils.cmd" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.bdist" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.bdist_dumb" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.bdist_packager" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.bdist_rpm" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.build" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.build_clib" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.build_ext" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.build_py" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.build_scripts" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.check" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.clean" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.config" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.install" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.install_data" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.install_headers" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.install_lib" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.install_scripts" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.register" name="module"/>
  <function link="distutils/apiref.html#module-distutils.command.sdist" name="module"/>
  <function link="distutils/apiref.html#module-distutils.core" name="module"/>
  <function link="distutils/apiref.html#module-distutils.cygwinccompiler" name="module"/>
  <function link="distutils/apiref.html#module-distutils.debug" name="module"/>
  <function link="distutils/apiref.html#module-distutils.dep_util" name="module"/>
  <function link="distutils/apiref.html#module-distutils.dir_util" name="module"/>
  <function link="distutils/apiref.html#module-distutils.dist" name="module"/>
  <function link="distutils/apiref.html#module-distutils.errors" name="module"/>
  <function link="distutils/apiref.html#module-distutils.extension" name="module"/>
  <function link="distutils/apiref.html#module-distutils.fancy_getopt" name="module"/>
  <function link="distutils/apiref.html#module-distutils.file_util" name="module"/>
  <function link="distutils/apiref.html#module-distutils.filelist" name="module"/>
  <function link="distutils/apiref.html#module-distutils.log" name="module"/>
  <function link="distutils/apiref.html#module-distutils.msvccompiler" name="module"/>
  <function link="distutils/apiref.html#module-distutils.spawn" name="module"/>
  <function link="distutils/apiref.html#module-distutils.sysconfig" name="module"/>
  <function link="distutils/apiref.html#module-distutils.text_file" name="module"/>
  <function link="distutils/apiref.html#module-distutils.unixccompiler" name="module"/>
  <function link="distutils/apiref.html#module-distutils.util" name="module"/>
  <function link="distutils/apiref.html#module-distutils.version" name="module"/>
  <function link="distutils/setupscript.html#index-0" name="DISTUTILS_DEBUG"/>
  <function link="library/ast.html#ast.Div" name="Div (class in ast)"/>
  <function link="library/decimal.html#decimal.Context.divide" name="divide() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Context.divide_int" name="divide_int() (decimal.Context method)"/>
  <function link="reference/expressions.html#index-67" name="division"/>
  <function link="library/decimal.html#decimal.DivisionByZero" name="DivisionByZero (class in decimal)"/>
  <function link="c-api/number.html#index-0" name="built-in function"/>
  <function link="library/functions.html#divmod" name="built-in function"/>
  <function link="library/decimal.html#decimal.Context.divmod" name="divmod() (decimal.Context method)"/>
  <function link="library/ctypes.html#ctypes.DllCanUnloadNow" name="DllCanUnloadNow() (in module ctypes)"/>
  <function link="library/ctypes.html#ctypes.DllGetClassObject" name="DllGetClassObject() (in module ctypes)"/>
  <function link="library/sys.html#sys.dllhandle" name="dllhandle (in module sys)"/>
  <function link="library/tkinter.dnd.html#tkinter.dnd.dnd_start" name="dnd_start() (in module tkinter.dnd)"/>
  <function link="library/tkinter.dnd.html#tkinter.dnd.DndHandler" name="DndHandler (class in tkinter.dnd)"/>
  <function link="library/gettext.html#gettext.dngettext" name="dngettext() (in module gettext)"/>
  <function link="library/gettext.html#gettext.dnpgettext" name="dnpgettext() (in module gettext)"/>
  <function link="library/bdb.html#bdb.Bdb.do_clear" name="do_clear() (bdb.Bdb method)"/>
  <function link="library/curses.html#curses.textpad.Textbox.do_command" name="do_command() (curses.textpad.Textbox method)"/>
  <function link="library/http.server.html#http.server.SimpleHTTPRequestHandler.do_GET" name="do_GET() (http.server.SimpleHTTPRequestHandler method)"/>
  <function link="library/ssl.html#ssl.SSLSocket.do_handshake" name="do_handshake() (ssl.SSLSocket method)"/>
  <function link="library/http.server.html#http.server.SimpleHTTPRequestHandler.do_HEAD" name="do_HEAD() (http.server.SimpleHTTPRequestHandler method)"/>
  <function link="library/http.server.html#http.server.CGIHTTPRequestHandler.do_POST" name="do_POST() (http.server.CGIHTTPRequestHandler method)"/>
  <function link="library/json.html#json.JSONDecodeError.doc" name="doc (json.JSONDecodeError attribute)"/>
  <function link="library/cmd.html#cmd.Cmd.doc_header" name="doc_header (cmd.Cmd attribute)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.DocCGIXMLRPCRequestHandler" name="DocCGIXMLRPCRequestHandler (class in xmlrpc.server)"/>
  <function link="library/doctest.html#doctest.DocFileSuite" name="DocFileSuite() (in module doctest)"/>
  <function link="library/unittest.html#unittest.TestCase.doClassCleanups" name="doClassCleanups() (unittest.TestCase class method)"/>
  <function link="library/unittest.html#unittest.TestCase.doCleanups" name="doCleanups() (unittest.TestCase method)"/>
  <function link="library/smtplib.html#smtplib.SMTP.docmd" name="docmd() (smtplib.SMTP method)"/>
  <function link="glossary.html#term-docstring" name="docstring"/>
  <function link="library/doctest.html#doctest.DocTest.docstring" name="(doctest.DocTest attribute)"/>
  <function link="tutorial/controlflow.html#index-2" name="docstrings"/>
  <function link="library/doctest.html#module-doctest" name="module"/>
  <function link="library/doctest.html#doctest.DocTest" name="DocTest (class in doctest)"/>
  <function link="library/doctest.html#doctest.DocTestFailure" name="DocTestFailure"/>
  <function link="library/doctest.html#doctest.DocTestFinder" name="DocTestFinder (class in doctest)"/>
  <function link="library/doctest.html#doctest.DocTestParser" name="DocTestParser (class in doctest)"/>
  <function link="library/doctest.html#doctest.DocTestRunner" name="DocTestRunner (class in doctest)"/>
  <function link="library/doctest.html#doctest.DocTestSuite" name="DocTestSuite() (in module doctest)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.TreeBuilder.doctype" name="doctype() (xml.etree.ElementTree.TreeBuilder method)"/>
  <function link="library/pydoc.html#index-0" name="generation"/>
  <function link="library/pydoc.html#index-0" name="online"/>
  <function link="reference/datamodel.html#index-58" name="documentation string"/>
  <function link="tutorial/controlflow.html#index-2" name="documentation strings"/>
  <function link="library/xml.dom.html#xml.dom.Document.documentElement" name="documentElement (xml.dom.Document attribute)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.DocXMLRPCRequestHandler" name="DocXMLRPCRequestHandler (class in xmlrpc.server)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.DocXMLRPCServer" name="DocXMLRPCServer (class in xmlrpc.server)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.Address.domain" name="domain (email.headerregistry.Address attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.DomainFilter.domain" name="(tracemalloc.DomainFilter attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.Filter.domain" name="(tracemalloc.Filter attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.Trace.domain" name="(tracemalloc.Trace attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.domain_initial_dot" name="domain_initial_dot (http.cookiejar.Cookie attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookiePolicy.domain_return_ok" name="domain_return_ok() (http.cookiejar.CookiePolicy method)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.domain_specified" name="domain_specified (http.cookiejar.Cookie attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.DomainFilter" name="DomainFilter (class in tracemalloc)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.DomainLiberal" name="DomainLiberal (http.cookiejar.DefaultCookiePolicy attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.DomainRFC2965Match" name="DomainRFC2965Match (http.cookiejar.DefaultCookiePolicy attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.DomainStrict" name="DomainStrict (http.cookiejar.DefaultCookiePolicy attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.DomainStrictNoDots" name="DomainStrictNoDots (http.cookiejar.DefaultCookiePolicy attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.DomainStrictNonDomain" name="DomainStrictNonDomain (http.cookiejar.DefaultCookiePolicy attribute)"/>
  <function link="library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream" name="DOMEventStream (class in xml.dom.pulldom)"/>
  <function link="library/xml.dom.html#xml.dom.DOMException" name="DOMException"/>
  <function link="library/unittest.html#unittest.doModuleCleanups" name="doModuleCleanups() (in module unittest)"/>
  <function link="library/xml.dom.html#xml.dom.DomstringSizeErr" name="DomstringSizeErr"/>
  <function link="library/asyncio-future.html#asyncio.Future.done" name="done() (asyncio.Future method)"/>
  <function link="library/asyncio-task.html#asyncio.Task.done" name="(asyncio.Task method)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.Future.done" name="(concurrent.futures.Future method)"/>
  <function link="library/graphlib.html#graphlib.TopologicalSorter.done" name="(graphlib.TopologicalSorter method)"/>
  <function link="library/turtle.html#turtle.done" name="(in module turtle)"/>
  <function link="library/xdrlib.html#xdrlib.Unpacker.done" name="(xdrlib.Unpacker method)"/>
  <function link="library/doctest.html#doctest.DONT_ACCEPT_BLANKLINE" name="DONT_ACCEPT_BLANKLINE (in module doctest)"/>
  <function link="library/doctest.html#doctest.DONT_ACCEPT_TRUE_FOR_1" name="DONT_ACCEPT_TRUE_FOR_1 (in module doctest)"/>
  <function link="library/sys.html#sys.dont_write_bytecode" name="dont_write_bytecode (in module sys)"/>
  <function link="library/logging.handlers.html#logging.handlers.RotatingFileHandler.doRollover" name="doRollover() (logging.handlers.RotatingFileHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.TimedRotatingFileHandler.doRollover" name="(logging.handlers.TimedRotatingFileHandler method)"/>
  <function link="library/token.html#token.DOT" name="DOT (in module token)"/>
  <function link="library/turtle.html#turtle.dot" name="dot() (in module turtle)"/>
  <function link="library/re.html#re.DOTALL" name="DOTALL (in module re)"/>
  <function link="library/csv.html#csv.Dialect.doublequote" name="doublequote (csv.Dialect attribute)"/>
  <function link="library/token.html#token.DOUBLESLASH" name="DOUBLESLASH (in module token)"/>
  <function link="library/token.html#token.DOUBLESLASHEQUAL" name="DOUBLESLASHEQUAL (in module token)"/>
  <function link="library/token.html#token.DOUBLESTAR" name="DOUBLESTAR (in module token)"/>
  <function link="library/token.html#token.DOUBLESTAREQUAL" name="DOUBLESTAREQUAL (in module token)"/>
  <function link="library/curses.html#curses.doupdate" name="doupdate() (in module curses)"/>
  <function link="library/pdb.html#pdbcommand-down" name="down (pdb command)"/>
  <function link="library/turtle.html#turtle.down" name="down() (in module turtle)"/>
  <function link="library/gettext.html#gettext.dpgettext" name="dpgettext() (in module gettext)"/>
  <function link="library/asyncio-stream.html#asyncio.StreamWriter.drain" name="drain() (asyncio.StreamWriter method)"/>
  <function link="library/pathlib.html#pathlib.PurePath.drive" name="drive (pathlib.PurePath attribute)"/>
  <function link="library/textwrap.html#textwrap.TextWrapper.drop_whitespace" name="drop_whitespace (textwrap.TextWrapper attribute)"/>
  <function link="library/itertools.html#itertools.dropwhile" name="dropwhile() (in module itertools)"/>
  <function link="library/datetime.html#datetime.datetime.dst" name="dst() (datetime.datetime method)"/>
  <function link="library/datetime.html#datetime.time.dst" name="(datetime.time method)"/>
  <function link="library/datetime.html#datetime.timezone.dst" name="(datetime.timezone method)"/>
  <function link="library/datetime.html#datetime.tzinfo.dst" name="(datetime.tzinfo method)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.DTDHandler" name="DTDHandler (class in xml.sax.handler)"/>
  <function link="glossary.html#term-duck-typing" name="duck-typing"/>
  <function link="library/ast.html#ast.dump" name="dump() (in module ast)"/>
  <function link="library/json.html#json.dump" name="(in module json)"/>
  <function link="library/marshal.html#marshal.dump" name="(in module marshal)"/>
  <function link="library/pickle.html#pickle.dump" name="(in module pickle)"/>
  <function link="library/plistlib.html#plistlib.dump" name="(in module plistlib)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.dump" name="(in module xml.etree.ElementTree)"/>
  <function link="library/pickle.html#pickle.Pickler.dump" name="(pickle.Pickler method)"/>
  <function link="library/tracemalloc.html#tracemalloc.Snapshot.dump" name="(tracemalloc.Snapshot method)"/>
  <function link="library/profile.html#profile.Profile.dump_stats" name="dump_stats() (profile.Profile method)"/>
  <function link="library/profile.html#pstats.Stats.dump_stats" name="(pstats.Stats method)"/>
  <function link="library/faulthandler.html#faulthandler.dump_traceback" name="dump_traceback() (in module faulthandler)"/>
  <function link="library/faulthandler.html#faulthandler.dump_traceback_later" name="dump_traceback_later() (in module faulthandler)"/>
  <function link="library/json.html#json.dumps" name="dumps() (in module json)"/>
  <function link="library/marshal.html#marshal.dumps" name="(in module marshal)"/>
  <function link="library/pickle.html#pickle.dumps" name="(in module pickle)"/>
  <function link="library/plistlib.html#plistlib.dumps" name="(in module plistlib)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.dumps" name="(in module xmlrpc.client)"/>
  <function link="library/os.html#os.dup" name="dup() (in module os)"/>
  <function link="library/socket.html#socket.socket.dup" name="(socket.socket method)"/>
  <function link="library/os.html#os.dup2" name="dup2() (in module os)"/>
  <function link="library/configparser.html#configparser.DuplicateOptionError" name="DuplicateOptionError"/>
  <function link="library/configparser.html#configparser.DuplicateSectionError" name="DuplicateSectionError"/>
  <function link="library/subprocess.html#subprocess.STARTUPINFO.dwFlags" name="dwFlags (subprocess.STARTUPINFO attribute)"/>
  <function link="library/types.html#types.DynamicClassAttribute" name="DynamicClassAttribute() (in module types)"/>
  <function link="reference/lexical_analysis.html#index-29" name="in numeric literal"/>
  <function link="library/cmath.html#cmath.e" name="e (in module cmath)"/>
  <function link="library/math.html#math.e" name="(in module math)"/>
  <function link="library/errno.html#errno.E2BIG" name="E2BIG (in module errno)"/>
  <function link="library/errno.html#errno.EACCES" name="EACCES (in module errno)"/>
  <function link="library/errno.html#errno.EADDRINUSE" name="EADDRINUSE (in module errno)"/>
  <function link="library/errno.html#errno.EADDRNOTAVAIL" name="EADDRNOTAVAIL (in module errno)"/>
  <function link="library/errno.html#errno.EADV" name="EADV (in module errno)"/>
  <function link="library/errno.html#errno.EAFNOSUPPORT" name="EAFNOSUPPORT (in module errno)"/>
  <function link="glossary.html#term-EAFP" name="EAFP"/>
  <function link="library/errno.html#errno.EAGAIN" name="EAGAIN (in module errno)"/>
  <function link="library/errno.html#errno.EALREADY" name="EALREADY (in module errno)"/>
  <function link="library/unicodedata.html#unicodedata.east_asian_width" name="east_asian_width() (in module unicodedata)"/>
  <function link="library/errno.html#errno.EBADE" name="EBADE (in module errno)"/>
  <function link="library/errno.html#errno.EBADF" name="EBADF (in module errno)"/>
  <function link="library/errno.html#errno.EBADFD" name="EBADFD (in module errno)"/>
  <function link="library/errno.html#errno.EBADMSG" name="EBADMSG (in module errno)"/>
  <function link="library/errno.html#errno.EBADR" name="EBADR (in module errno)"/>
  <function link="library/errno.html#errno.EBADRQC" name="EBADRQC (in module errno)"/>
  <function link="library/errno.html#errno.EBADSLT" name="EBADSLT (in module errno)"/>
  <function link="library/errno.html#errno.EBFONT" name="EBFONT (in module errno)"/>
  <function link="library/errno.html#errno.EBUSY" name="EBUSY (in module errno)"/>
  <function link="library/errno.html#errno.ECHILD" name="ECHILD (in module errno)"/>
  <function link="library/curses.html#curses.echo" name="echo() (in module curses)"/>
  <function link="library/curses.html#curses.window.echochar" name="echochar() (curses.window method)"/>
  <function link="library/errno.html#errno.ECHRNG" name="ECHRNG (in module errno)"/>
  <function link="library/errno.html#errno.ECOMM" name="ECOMM (in module errno)"/>
  <function link="library/errno.html#errno.ECONNABORTED" name="ECONNABORTED (in module errno)"/>
  <function link="library/errno.html#errno.ECONNREFUSED" name="ECONNREFUSED (in module errno)"/>
  <function link="library/errno.html#errno.ECONNRESET" name="ECONNRESET (in module errno)"/>
  <function link="library/errno.html#errno.EDEADLK" name="EDEADLK (in module errno)"/>
  <function link="library/errno.html#errno.EDEADLOCK" name="EDEADLOCK (in module errno)"/>
  <function link="library/errno.html#errno.EDESTADDRREQ" name="EDESTADDRREQ (in module errno)"/>
  <function link="library/curses.html#curses.textpad.Textbox.edit" name="edit() (curses.textpad.Textbox method)"/>
  <function link="library/errno.html#errno.EDOM" name="EDOM (in module errno)"/>
  <function link="library/errno.html#errno.EDOTDOT" name="EDOTDOT (in module errno)"/>
  <function link="library/errno.html#errno.EDQUOT" name="EDQUOT (in module errno)"/>
  <function link="library/errno.html#errno.EEXIST" name="EEXIST (in module errno)"/>
  <function link="library/errno.html#errno.EFAULT" name="EFAULT (in module errno)"/>
  <function link="library/errno.html#errno.EFBIG" name="EFBIG (in module errno)"/>
  <function link="library/os.html#os.EFD_CLOEXEC" name="EFD_CLOEXEC (in module os)"/>
  <function link="library/os.html#os.EFD_NONBLOCK" name="EFD_NONBLOCK (in module os)"/>
  <function link="library/os.html#os.EFD_SEMAPHORE" name="EFD_SEMAPHORE (in module os)"/>
  <function link="library/bdb.html#bdb.effective" name="effective() (in module bdb)"/>
  <function link="library/smtplib.html#smtplib.SMTP.ehlo" name="ehlo() (smtplib.SMTP method)"/>
  <function link="library/smtplib.html#smtplib.SMTP.ehlo_or_helo_if_needed" name="ehlo_or_helo_if_needed() (smtplib.SMTP method)"/>
  <function link="library/errno.html#errno.EHOSTDOWN" name="EHOSTDOWN (in module errno)"/>
  <function link="library/errno.html#errno.EHOSTUNREACH" name="EHOSTUNREACH (in module errno)"/>
  <function link="library/errno.html#errno.EIDRM" name="EIDRM (in module errno)"/>
  <function link="library/errno.html#errno.EILSEQ" name="EILSEQ (in module errno)"/>
  <function link="library/errno.html#errno.EINPROGRESS" name="EINPROGRESS (in module errno)"/>
  <function link="library/errno.html#errno.EINTR" name="EINTR (in module errno)"/>
  <function link="library/errno.html#errno.EINVAL" name="EINVAL (in module errno)"/>
  <function link="library/errno.html#errno.EIO" name="EIO (in module errno)"/>
  <function link="library/errno.html#errno.EISCONN" name="EISCONN (in module errno)"/>
  <function link="library/errno.html#errno.EISDIR" name="EISDIR (in module errno)"/>
  <function link="library/errno.html#errno.EISNAM" name="EISNAM (in module errno)"/>
  <function link="library/enum.html#enum.FlagBoundary.EJECT" name="EJECT (enum.FlagBoundary attribute)"/>
  <function link="library/errno.html#errno.EL2HLT" name="EL2HLT (in module errno)"/>
  <function link="library/errno.html#errno.EL2NSYNC" name="EL2NSYNC (in module errno)"/>
  <function link="library/errno.html#errno.EL3HLT" name="EL3HLT (in module errno)"/>
  <function link="library/errno.html#errno.EL3RST" name="EL3RST (in module errno)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element" name="Element (class in xml.etree.ElementTree)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Style.element_create" name="element_create() (tkinter.ttk.Style method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Style.element_names" name="element_names() (tkinter.ttk.Style method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Style.element_options" name="element_options() (tkinter.ttk.Style method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.ElementDeclHandler" name="ElementDeclHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/collections.html#collections.Counter.elements" name="elements() (collections.Counter method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.ElementTree" name="ElementTree (class in xml.etree.ElementTree)"/>
  <function link="library/errno.html#errno.ELIBACC" name="ELIBACC (in module errno)"/>
  <function link="library/errno.html#errno.ELIBBAD" name="ELIBBAD (in module errno)"/>
  <function link="library/errno.html#errno.ELIBEXEC" name="ELIBEXEC (in module errno)"/>
  <function link="library/errno.html#errno.ELIBMAX" name="ELIBMAX (in module errno)"/>
  <function link="library/errno.html#errno.ELIBSCN" name="ELIBSCN (in module errno)"/>
  <function link="reference/compound_stmts.html#index-3" name="keyword"/>
  <function link="library/uu.html#index-1" name="Ellinghouse, Lance"/>
  <function link="reference/datamodel.html#index-8" name="object"/>
  <function link="library/constants.html#Ellipsis" name="Ellipsis (built-in variable)"/>
  <function link="library/doctest.html#doctest.ELLIPSIS" name="ELLIPSIS (in module doctest)"/>
  <function link="library/token.html#token.ELLIPSIS" name="(in module token)"/>
  <function link="library/types.html#types.EllipsisType" name="EllipsisType (in module types)"/>
  <function link="library/errno.html#errno.ELNRNG" name="ELNRNG (in module errno)"/>
  <function link="library/errno.html#errno.ELOOP" name="ELOOP (in module errno)"/>
  <function link="reference/expressions.html#index-88" name="conditional expression"/>
  <function link="reference/compound_stmts.html#index-2" name="dangling"/>
  <function link="reference/compound_stmts.html#index-13" name="keyword"/>
  <function link="library/email.html#module-email" name="module"/>
  <function link="library/email.charset.html#module-email.charset" name="module"/>
  <function link="library/email.contentmanager.html#module-email.contentmanager" name="module"/>
  <function link="library/email.encoders.html#module-email.encoders" name="module"/>
  <function link="library/email.errors.html#module-email.errors" name="module"/>
  <function link="library/email.generator.html#module-email.generator" name="module"/>
  <function link="library/email.header.html#module-email.header" name="module"/>
  <function link="library/email.headerregistry.html#module-email.headerregistry" name="module"/>
  <function link="library/email.iterators.html#module-email.iterators" name="module"/>
  <function link="library/email.message.html#module-email.message" name="module"/>
  <function link="library/email.mime.html#module-email.mime" name="module"/>
  <function link="library/email.parser.html#module-email.parser" name="module"/>
  <function link="library/email.policy.html#module-email.policy" name="module"/>
  <function link="library/email.utils.html#module-email.utils" name="module"/>
  <function link="library/email.message.html#email.message.EmailMessage" name="EmailMessage (class in email.message)"/>
  <function link="library/email.policy.html#email.policy.EmailPolicy" name="EmailPolicy (class in email.policy)"/>
  <function link="library/errno.html#errno.EMFILE" name="EMFILE (in module errno)"/>
  <function link="library/logging.handlers.html#logging.FileHandler.emit" name="emit() (logging.FileHandler method)"/>
  <function link="library/logging.html#logging.Handler.emit" name="(logging.Handler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.BufferingHandler.emit" name="(logging.handlers.BufferingHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.DatagramHandler.emit" name="(logging.handlers.DatagramHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.HTTPHandler.emit" name="(logging.handlers.HTTPHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.NTEventLogHandler.emit" name="(logging.handlers.NTEventLogHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.QueueHandler.emit" name="(logging.handlers.QueueHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.RotatingFileHandler.emit" name="(logging.handlers.RotatingFileHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.SMTPHandler.emit" name="(logging.handlers.SMTPHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.SocketHandler.emit" name="(logging.handlers.SocketHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.SysLogHandler.emit" name="(logging.handlers.SysLogHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.TimedRotatingFileHandler.emit" name="(logging.handlers.TimedRotatingFileHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.WatchedFileHandler.emit" name="(logging.handlers.WatchedFileHandler method)"/>
  <function link="library/logging.handlers.html#logging.NullHandler.emit" name="(logging.NullHandler method)"/>
  <function link="library/logging.handlers.html#logging.StreamHandler.emit" name="(logging.StreamHandler method)"/>
  <function link="library/errno.html#errno.EMLINK" name="EMLINK (in module errno)"/>
  <function link="library/queue.html#queue.Empty" name="Empty"/>
  <function link="reference/expressions.html#index-15" name="list"/>
  <function link="reference/datamodel.html#index-20" name="tuple"/>
  <function link="library/inspect.html#inspect.Parameter.empty" name="empty (inspect.Parameter attribute)"/>
  <function link="library/inspect.html#inspect.Signature.empty" name="(inspect.Signature attribute)"/>
  <function link="library/asyncio-queue.html#asyncio.Queue.empty" name="empty() (asyncio.Queue method)"/>
  <function link="library/multiprocessing.html#multiprocessing.Queue.empty" name="(multiprocessing.Queue method)"/>
  <function link="library/multiprocessing.html#multiprocessing.SimpleQueue.empty" name="(multiprocessing.SimpleQueue method)"/>
  <function link="library/queue.html#queue.Queue.empty" name="(queue.Queue method)"/>
  <function link="library/queue.html#queue.SimpleQueue.empty" name="(queue.SimpleQueue method)"/>
  <function link="library/sched.html#sched.scheduler.empty" name="(sched.scheduler method)"/>
  <function link="library/xml.dom.html#xml.dom.EMPTY_NAMESPACE" name="EMPTY_NAMESPACE (in module xml.dom)"/>
  <function link="library/cmd.html#cmd.Cmd.emptyline" name="emptyline() (cmd.Cmd method)"/>
  <function link="library/errno.html#errno.EMSGSIZE" name="EMSGSIZE (in module errno)"/>
  <function link="library/errno.html#errno.EMULTIHOP" name="EMULTIHOP (in module errno)"/>
  <function link="library/pdb.html#pdbcommand-enable" name="enable (pdb command)"/>
  <function link="library/bdb.html#bdb.Breakpoint.enable" name="enable() (bdb.Breakpoint method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.enable" name="(imaplib.IMAP4 method)"/>
  <function link="library/cgitb.html#cgitb.enable" name="(in module cgitb)"/>
  <function link="library/faulthandler.html#faulthandler.enable" name="(in module faulthandler)"/>
  <function link="library/gc.html#gc.enable" name="(in module gc)"/>
  <function link="library/profile.html#profile.Profile.enable" name="(profile.Profile method)"/>
  <function link="library/sqlite3.html#sqlite3.enable_callback_tracebacks" name="enable_callback_tracebacks() (in module sqlite3)"/>
  <function link="library/optparse.html#optparse.OptionParser.enable_interspersed_args" name="enable_interspersed_args() (optparse.OptionParser method)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.enable_load_extension" name="enable_load_extension() (sqlite3.Connection method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Notebook.enable_traversal" name="enable_traversal() (tkinter.ttk.Notebook method)"/>
  <function link="library/site.html#site.ENABLE_USER_SITE" name="ENABLE_USER_SITE (in module site)"/>
  <function link="whatsnew/changelog.html#index-50" name="EnableControlFlowGuard"/>
  <function link="library/bdb.html#bdb.Breakpoint.enabled" name="enabled (bdb.Breakpoint attribute)"/>
  <function link="library/winreg.html#winreg.EnableReflectionKey" name="EnableReflectionKey() (in module winreg)"/>
  <function link="library/errno.html#errno.ENAMETOOLONG" name="ENAMETOOLONG (in module errno)"/>
  <function link="library/errno.html#errno.ENAVAIL" name="ENAVAIL (in module errno)"/>
  <function link="library/curses.html#curses.window.enclose" name="enclose() (curses.window method)"/>
  <function link="library/codecs.html#index-0" name="Codecs"/>
  <function link="library/codecs.html#codecs.CodecInfo.encode" name="encode (codecs.CodecInfo attribute)"/>
  <function link="library/codecs.html#codecs.Codec.encode" name="encode() (codecs.Codec method)"/>
  <function link="library/codecs.html#codecs.IncrementalEncoder.encode" name="(codecs.IncrementalEncoder method)"/>
  <function link="library/email.header.html#email.header.Header.encode" name="(email.header.Header method)"/>
  <function link="library/base64.html#base64.encode" name="(in module base64)"/>
  <function link="library/codecs.html#codecs.encode" name="(in module codecs)"/>
  <function link="library/quopri.html#quopri.encode" name="(in module quopri)"/>
  <function link="library/uu.html#uu.encode" name="(in module uu)"/>
  <function link="library/json.html#json.JSONEncoder.encode" name="(json.JSONEncoder method)"/>
  <function link="library/stdtypes.html#str.encode" name="(str method)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.Binary.encode" name="(xmlrpc.client.Binary method)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.DateTime.encode" name="(xmlrpc.client.DateTime method)"/>
  <function link="library/email.encoders.html#email.encoders.encode_7or8bit" name="encode_7or8bit() (in module email.encoders)"/>
  <function link="library/email.encoders.html#email.encoders.encode_base64" name="encode_base64() (in module email.encoders)"/>
  <function link="library/email.encoders.html#email.encoders.encode_noop" name="encode_noop() (in module email.encoders)"/>
  <function link="library/email.encoders.html#email.encoders.encode_quopri" name="encode_quopri() (in module email.encoders)"/>
  <function link="library/email.utils.html#email.utils.encode_rfc2231" name="encode_rfc2231() (in module email.utils)"/>
  <function link="library/base64.html#base64.encodebytes" name="encodebytes() (in module base64)"/>
  <function link="library/codecs.html#codecs.EncodedFile" name="EncodedFile() (in module codecs)"/>
  <function link="library/logging.handlers.html#logging.handlers.SysLogHandler.encodePriority" name="encodePriority() (logging.handlers.SysLogHandler method)"/>
  <function link="library/quopri.html#quopri.encodestring" name="encodestring() (in module quopri)"/>
  <function link="library/base64.html#index-0" name="base64"/>
  <function link="library/quopri.html#index-0" name="quoted-printable"/>
  <function link="library/curses.html#curses.window.encoding" name="encoding (curses.window attribute)"/>
  <function link="library/tarfile.html#tarfile.ENCODING" name="ENCODING (in module tarfile)"/>
  <function link="library/token.html#token.ENCODING" name="(in module token)"/>
  <function link="library/io.html#io.TextIOBase.encoding" name="encoding (io.TextIOBase attribute)"/>
  <function link="library/exceptions.html#UnicodeError.encoding" name="(UnicodeError attribute)"/>
  <function link="reference/lexical_analysis.html#index-5" name="encoding declarations (source file)"/>
  <function link="library/codecs.html#module-encodings.idna" name="module"/>
  <function link="library/codecs.html#module-encodings.mbcs" name="module"/>
  <function link="library/codecs.html#module-encodings.utf_8_sig" name="module"/>
  <function link="library/mimetypes.html#mimetypes.encodings_map" name="encodings_map (in module mimetypes)"/>
  <function link="library/mimetypes.html#mimetypes.MimeTypes.encodings_map" name="(mimetypes.MimeTypes attribute)"/>
  <function link="library/exceptions.html#EncodingWarning" name="EncodingWarning"/>
  <function link="library/exceptions.html#UnicodeError.end" name="end (UnicodeError attribute)"/>
  <function link="library/re.html#re.Match.end" name="end() (re.Match method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.TreeBuilder.end" name="(xml.etree.ElementTree.TreeBuilder method)"/>
  <function link="library/dis.html#opcode-END_ASYNC_FOR" name="END_ASYNC_FOR (opcode)"/>
  <function link="library/ast.html#ast.AST.end_col_offset" name="end_col_offset (ast.AST attribute)"/>
  <function link="library/turtle.html#turtle.end_fill" name="end_fill() (in module turtle)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.end_headers" name="end_headers() (http.server.BaseHTTPRequestHandler method)"/>
  <function link="library/ast.html#ast.AST.end_lineno" name="end_lineno (ast.AST attribute)"/>
  <function link="library/exceptions.html#SyntaxError.end_lineno" name="(SyntaxError attribute)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.TreeBuilder.end_ns" name="end_ns() (xml.etree.ElementTree.TreeBuilder method)"/>
  <function link="library/exceptions.html#SyntaxError.end_offset" name="end_offset (SyntaxError attribute)"/>
  <function link="library/turtle.html#turtle.end_poly" name="end_poly() (in module turtle)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.LexicalHandler.endCDATA" name="endCDATA() (xml.sax.handler.LexicalHandler method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.EndCdataSectionHandler" name="EndCdataSectionHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.EndDoctypeDeclHandler" name="EndDoctypeDeclHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.endDocument" name="endDocument() (xml.sax.handler.ContentHandler method)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.LexicalHandler.endDTD" name="endDTD() (xml.sax.handler.LexicalHandler method)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.endElement" name="endElement() (xml.sax.handler.ContentHandler method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.EndElementHandler" name="EndElementHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.endElementNS" name="endElementNS() (xml.sax.handler.ContentHandler method)"/>
  <function link="library/http.client.html#http.client.HTTPConnection.endheaders" name="endheaders() (http.client.HTTPConnection method)"/>
  <function link="library/token.html#token.ENDMARKER" name="ENDMARKER (in module token)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.EndNamespaceDeclHandler" name="EndNamespaceDeclHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/re.html#re.Match.endpos" name="endpos (re.Match attribute)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.endPrefixMapping" name="endPrefixMapping() (xml.sax.handler.ContentHandler method)"/>
  <function link="library/stdtypes.html#bytearray.endswith" name="endswith() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.endswith" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.endswith" name="(str method)"/>
  <function link="library/curses.html#curses.endwin" name="endwin() (in module curses)"/>
  <function link="library/errno.html#errno.ENETDOWN" name="ENETDOWN (in module errno)"/>
  <function link="library/errno.html#errno.ENETRESET" name="ENETRESET (in module errno)"/>
  <function link="library/errno.html#errno.ENETUNREACH" name="ENETUNREACH (in module errno)"/>
  <function link="library/errno.html#errno.ENFILE" name="ENFILE (in module errno)"/>
  <function link="library/errno.html#errno.ENOANO" name="ENOANO (in module errno)"/>
  <function link="library/errno.html#errno.ENOBUFS" name="ENOBUFS (in module errno)"/>
  <function link="library/errno.html#errno.ENOCSI" name="ENOCSI (in module errno)"/>
  <function link="library/errno.html#errno.ENODATA" name="ENODATA (in module errno)"/>
  <function link="library/errno.html#errno.ENODEV" name="ENODEV (in module errno)"/>
  <function link="library/errno.html#errno.ENOENT" name="ENOENT (in module errno)"/>
  <function link="library/errno.html#errno.ENOEXEC" name="ENOEXEC (in module errno)"/>
  <function link="library/errno.html#errno.ENOLCK" name="ENOLCK (in module errno)"/>
  <function link="library/errno.html#errno.ENOLINK" name="ENOLINK (in module errno)"/>
  <function link="library/errno.html#errno.ENOMEM" name="ENOMEM (in module errno)"/>
  <function link="library/errno.html#errno.ENOMSG" name="ENOMSG (in module errno)"/>
  <function link="library/errno.html#errno.ENONET" name="ENONET (in module errno)"/>
  <function link="library/errno.html#errno.ENOPKG" name="ENOPKG (in module errno)"/>
  <function link="library/errno.html#errno.ENOPROTOOPT" name="ENOPROTOOPT (in module errno)"/>
  <function link="library/errno.html#errno.ENOSPC" name="ENOSPC (in module errno)"/>
  <function link="library/errno.html#errno.ENOSR" name="ENOSR (in module errno)"/>
  <function link="library/errno.html#errno.ENOSTR" name="ENOSTR (in module errno)"/>
  <function link="library/errno.html#errno.ENOSYS" name="ENOSYS (in module errno)"/>
  <function link="library/errno.html#errno.ENOTBLK" name="ENOTBLK (in module errno)"/>
  <function link="library/errno.html#errno.ENOTCAPABLE" name="ENOTCAPABLE (in module errno)"/>
  <function link="library/errno.html#errno.ENOTCONN" name="ENOTCONN (in module errno)"/>
  <function link="library/errno.html#errno.ENOTDIR" name="ENOTDIR (in module errno)"/>
  <function link="library/errno.html#errno.ENOTEMPTY" name="ENOTEMPTY (in module errno)"/>
  <function link="library/errno.html#errno.ENOTNAM" name="ENOTNAM (in module errno)"/>
  <function link="library/errno.html#errno.ENOTSOCK" name="ENOTSOCK (in module errno)"/>
  <function link="library/errno.html#errno.ENOTTY" name="ENOTTY (in module errno)"/>
  <function link="library/errno.html#errno.ENOTUNIQ" name="ENOTUNIQ (in module errno)"/>
  <function link="library/logging.handlers.html#logging.handlers.QueueHandler.enqueue" name="enqueue() (logging.handlers.QueueHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.QueueListener.enqueue_sentinel" name="enqueue_sentinel() (logging.handlers.QueueListener method)"/>
  <function link="library/venv.html#venv.EnvBuilder.ensure_directories" name="ensure_directories() (venv.EnvBuilder method)"/>
  <function link="library/asyncio-future.html#asyncio.ensure_future" name="ensure_future() (in module asyncio)"/>
  <function link="library/ensurepip.html#module-ensurepip" name="module"/>
  <function link="library/sched.html#sched.scheduler.enter" name="enter() (sched.scheduler method)"/>
  <function link="library/contextlib.html#contextlib.AsyncExitStack.enter_async_context" name="enter_async_context() (contextlib.AsyncExitStack method)"/>
  <function link="library/contextlib.html#contextlib.ExitStack.enter_context" name="enter_context() (contextlib.ExitStack method)"/>
  <function link="library/sched.html#sched.scheduler.enterabs" name="enterabs() (sched.scheduler method)"/>
  <function link="library/unittest.html#unittest.IsolatedAsyncioTestCase.enterAsyncContext" name="enterAsyncContext() (unittest.IsolatedAsyncioTestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.enterClassContext" name="enterClassContext() (unittest.TestCase class method)"/>
  <function link="library/unittest.html#unittest.TestCase.enterContext" name="enterContext() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.enterModuleContext" name="enterModuleContext() (in module unittest)"/>
  <function link="library/xml.dom.html#xml.dom.DocumentType.entities" name="entities (xml.dom.DocumentType attribute)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.EntityDeclHandler" name="EntityDeclHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/html.entities.html#html.entities.entitydefs" name="entitydefs (in module html.entities)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.EntityResolver" name="EntityResolver (class in xml.sax.handler)"/>
  <function link="library/enum.html#module-enum" name="module"/>
  <function link="library/enum.html#enum.Enum" name="Enum (class in enum)"/>
  <function link="library/ssl.html#ssl.enum_certificates" name="enum_certificates() (in module ssl)"/>
  <function link="library/ssl.html#ssl.enum_crls" name="enum_crls() (in module ssl)"/>
  <function link="library/enum.html#enum.EnumCheck" name="EnumCheck (class in enum)"/>
  <function link="library/functions.html#enumerate" name="built-in function"/>
  <function link="library/threading.html#threading.enumerate" name="enumerate() (in module threading)"/>
  <function link="library/winreg.html#winreg.EnumKey" name="EnumKey() (in module winreg)"/>
  <function link="library/enum.html#enum.EnumType" name="EnumType (class in enum)"/>
  <function link="library/winreg.html#winreg.EnumValue" name="EnumValue() (in module winreg)"/>
  <function link="library/venv.html#venv.EnvBuilder" name="EnvBuilder (class in venv)"/>
  <function link="library/os.html#os.environ" name="environ (in module os)"/>
  <function link="library/posix.html#posix.environ" name="(in module posix)"/>
  <function link="library/os.html#os.environb" name="environb (in module os)"/>
  <function link="reference/executionmodel.html#index-8" name="environment"/>
  <function link="using/windows.html#index-8" name="%APPDATA%"/>
  <function link="c-api/init_config.html#index-23" name="__PYVENV_LAUNCHER__"/>
  <function link="whatsnew/2.6.html#index-5" name="APPDATA"/>
  <function link="library/ossaudiodev.html#index-1" name="AUDIODEV"/>
  <function link="using/configure.html#envvar-BASECFLAGS" name="BASECFLAGS"/>
  <function link="using/configure.html#envvar-BASECPPFLAGS" name="BASECPPFLAGS"/>
  <function link="using/configure.html#envvar-BLDSHARED" name="BLDSHARED"/>
  <function link="library/webbrowser.html#index-0" name="BROWSER"/>
  <function link="using/configure.html#envvar-CC" name="CC"/>
  <function link="using/configure.html#envvar-CCSHARED" name="CCSHARED"/>
  <function link="install/index.html#index-10" name="CFLAGS"/>
  <function link="using/configure.html#envvar-CFLAGS_ALIASING" name="CFLAGS_ALIASING"/>
  <function link="using/configure.html#envvar-CFLAGS_NODIST" name="CFLAGS_NODIST"/>
  <function link="using/configure.html#envvar-CFLAGSFORSHARED" name="CFLAGSFORSHARED"/>
  <function link="library/curses.html#index-4" name="COLS"/>
  <function link="library/curses.html#index-6" name="COLUMNS"/>
  <function link="library/os.html#index-43" name="COMSPEC"/>
  <function link="using/configure.html#envvar-CONFIGURE_CFLAGS" name="CONFIGURE_CFLAGS"/>
  <function link="using/configure.html#envvar-CONFIGURE_CFLAGS_NODIST" name="CONFIGURE_CFLAGS_NODIST"/>
  <function link="using/configure.html#envvar-CONFIGURE_CPPFLAGS" name="CONFIGURE_CPPFLAGS"/>
  <function link="using/configure.html#envvar-CONFIGURE_LDFLAGS" name="CONFIGURE_LDFLAGS"/>
  <function link="using/configure.html#envvar-CONFIGURE_LDFLAGS_NODIST" name="CONFIGURE_LDFLAGS_NODIST"/>
  <function link="whatsnew/2.3.html#index-26" name="CPP"/>
  <function link="using/configure.html#envvar-CPPFLAGS" name="CPPFLAGS"/>
  <function link="using/configure.html#envvar-CXX" name="CXX"/>
  <function link="library/tkinter.html#index-0" name="DISPLAY"/>
  <function link="distutils/setupscript.html#index-0" name="DISTUTILS_DEBUG"/>
  <function link="whatsnew/changelog.html#index-50" name="EnableControlFlowGuard"/>
  <function link="c-api/intro.html#index-2" name="exec_prefix"/>
  <function link="using/configure.html#envvar-EXTRA_CFLAGS" name="EXTRA_CFLAGS"/>
  <function link="distutils/apiref.html#index-1" name="HOME"/>
  <function link="install/index.html#index-7" name="HOMEDRIVE"/>
  <function link="install/index.html#index-8" name="HOMEPATH"/>
  <function link="howto/urllib2.html#index-3" name="http_proxy"/>
  <function link="library/idle.html#index-5" name="IDLESTARTUP"/>
  <function link="library/webbrowser.html#index-2" name="KDEDIR"/>
  <function link="library/gettext.html#index-3" name="LANG"/>
  <function link="library/gettext.html#index-0" name="LANGUAGE"/>
  <function link="library/gettext.html#index-1" name="LC_ALL"/>
  <function link="library/gettext.html#index-2" name="LC_MESSAGES"/>
  <function link="whatsnew/2.7.html#index-12" name="LDCXXSHARED"/>
  <function link="using/configure.html#envvar-LDFLAGS" name="LDFLAGS"/>
  <function link="using/configure.html#envvar-LDFLAGS_NODIST" name="LDFLAGS_NODIST"/>
  <function link="using/configure.html#envvar-LDSHARED" name="LDSHARED"/>
  <function link="using/configure.html#envvar-LIBS" name="LIBS"/>
  <function link="library/curses.html#index-0" name="LINES"/>
  <function link="using/configure.html#envvar-LINKCC" name="LINKCC"/>
  <function link="library/getpass.html#index-2" name="LNAME"/>
  <function link="library/getpass.html#index-0" name="LOGNAME"/>
  <function link="using/configure.html#envvar-MAINCC" name="MAINCC"/>
  <function link="library/ossaudiodev.html#index-2" name="MIXERDEV"/>
  <function link="library/urllib.request.html#index-4" name="no_proxy"/>
  <function link="using/configure.html#envvar-OPT" name="OPT"/>
  <function link="library/pydoc.html#index-1" name="PAGER"/>
  <function link="c-api/intro.html#index-24" name="PATH"/>
  <function link="using/windows.html#index-4" name="PATHEXT"/>
  <function link="whatsnew/changelog.html#index-164" name="PIP_USER"/>
  <function link="distutils/apiref.html#index-2" name="PLAT"/>
  <function link="library/getopt.html#index-0" name="POSIXLY_CORRECT"/>
  <function link="c-api/intro.html#index-1" name="prefix"/>
  <function link="using/configure.html#envvar-PROFILE_TASK" name="PROFILE_TASK"/>
  <function link="using/configure.html#envvar-PURIFY" name="PURIFY"/>
  <function link="using/configure.html#envvar-PY_BUILTIN_MODULE_CFLAGS" name="PY_BUILTIN_MODULE_CFLAGS"/>
  <function link="using/configure.html#envvar-PY_CFLAGS" name="PY_CFLAGS"/>
  <function link="using/configure.html#envvar-PY_CFLAGS_NODIST" name="PY_CFLAGS_NODIST"/>
  <function link="using/configure.html#envvar-PY_CORE_CFLAGS" name="PY_CORE_CFLAGS"/>
  <function link="using/configure.html#envvar-PY_CORE_LDFLAGS" name="PY_CORE_LDFLAGS"/>
  <function link="using/configure.html#envvar-PY_CPPFLAGS" name="PY_CPPFLAGS"/>
  <function link="using/configure.html#envvar-PY_LDFLAGS" name="PY_LDFLAGS"/>
  <function link="using/configure.html#envvar-PY_LDFLAGS_NODIST" name="PY_LDFLAGS_NODIST"/>
  <function link="using/windows.html#index-26" name="PY_PYTHON"/>
  <function link="using/configure.html#envvar-PY_STDMODULE_CFLAGS" name="PY_STDMODULE_CFLAGS"/>
  <function link="using/windows.html#index-29" name="PYLAUNCHER_ALLOW_INSTALL"/>
  <function link="using/windows.html#index-30" name="PYLAUNCHER_ALWAYS_INSTALL"/>
  <function link="using/windows.html#index-27" name="PYLAUNCHER_DEBUG"/>
  <function link="using/windows.html#index-28" name="PYLAUNCHER_DRYRUN"/>
  <function link="using/windows.html#index-24" name="PYLAUNCHER_NO_SEARCH_PATH"/>
  <function link="c-api/init.html#index-4" name="PYTHON*"/>
  <function link="library/xml.dom.html#index-0" name="PYTHON_DOM"/>
  <function link="library/asyncio-dev.html#index-0" name="PYTHONASYNCIODEBUG"/>
  <function link="library/sys.html#index-3" name="PYTHONBREAKPOINT"/>
  <function link="library/functions.html#index-15" name="PYTHONCASEOK"/>
  <function link="c-api/init_config.html#index-34" name="PYTHONCOERCECLOCALE"/>
  <function link="c-api/init.html#index-0" name="PYTHONDEBUG"/>
  <function link="c-api/init_config.html#index-8" name="PYTHONDEVMODE"/>
  <function link="library/pydoc.html#index-2" name="PYTHONDOCS"/>
  <function link="c-api/init.html#index-1" name="PYTHONDONTWRITEBYTECODE"/>
  <function link="c-api/init_config.html#index-9" name="PYTHONDUMPREFS"/>
  <function link="whatsnew/changelog.html#index-42" name="PYTHONDUMPREFSFILE"/>
  <function link="using/cmdline.html#envvar-PYTHONDUMPREFSFILE-FILENAME" name="PYTHONDUMPREFSFILE=FILENAME"/>
  <function link="c-api/init_config.html#index-22" name="PYTHONEXECUTABLE"/>
  <function link="c-api/init_config.html#index-10" name="PYTHONFAULTHANDLER"/>
  <function link="c-api/init.html#index-2" name="PYTHONHASHSEED"/>
  <function link="c-api/init.html#index-31" name="PYTHONHOME"/>
  <function link="c-api/init.html#index-7" name="PYTHONINSPECT"/>
  <function link="library/stdtypes.html#index-67" name="PYTHONINTMAXSTRDIGITS"/>
  <function link="c-api/init.html#index-18" name="PYTHONIOENCODING"/>
  <function link="c-api/init.html#index-8" name="PYTHONLEGACYWINDOWSFSENCODING"/>
  <function link="c-api/init.html#index-10" name="PYTHONLEGACYWINDOWSSTDIO"/>
  <function link="c-api/memory.html#index-1" name="PYTHONMALLOC"/>
  <function link="c-api/init_config.html#index-17" name="PYTHONMALLOCSTATS"/>
  <function link="c-api/init_config.html#index-6" name="PYTHONNODEBUGRANGES"/>
  <function link="c-api/init.html#index-12" name="PYTHONNOUSERSITE"/>
  <function link="c-api/init.html#index-13" name="PYTHONOPTIMIZE"/>
  <function link="c-api/init.html#index-5" name="PYTHONPATH"/>
  <function link="c-api/init_config.html#index-18" name="PYTHONPLATLIBDIR"/>
  <function link="c-api/init_config.html#index-13" name="PYTHONPROFILEIMPORTTIME"/>
  <function link="c-api/init_config.html#index-24" name="PYTHONPYCACHEPREFIX"/>
  <function link="whatsnew/changelog.html#index-19" name="PYTHONREGRTEST_UNICODE_GUARD"/>
  <function link="c-api/init_config.html#index-3" name="PYTHONSAFEPATH"/>
  <function link="whatsnew/2.7.html#index-15" name="PYTHONSHOWALLOCCOUNT"/>
  <function link="whatsnew/2.7.html#index-14" name="PYTHONSHOWREFCOUNT"/>
  <function link="library/idle.html#index-6" name="PYTHONSTARTUP"/>
  <function link="using/cmdline.html#envvar-PYTHONTHREADDEBUG" name="PYTHONTHREADDEBUG"/>
  <function link="c-api/init_config.html#index-26" name="PYTHONTRACEMALLOC"/>
  <function link="library/zoneinfo.html#envvar-PYTHONTZPATH" name="PYTHONTZPATH"/>
  <function link="c-api/init.html#index-14" name="PYTHONUNBUFFERED"/>
  <function link="library/site.html#index-10" name="PYTHONUSERBASE"/>
  <function link="library/test.html#index-2" name="PYTHONUSERSITE"/>
  <function link="c-api/init_config.html#index-2" name="PYTHONUTF8"/>
  <function link="c-api/init.html#index-15" name="PYTHONVERBOSE"/>
  <function link="library/io.html#index-3" name="PYTHONWARNDEFAULTENCODING"/>
  <function link="c-api/init_config.html#index-29" name="PYTHONWARNINGS"/>
  <function link="library/compileall.html#index-1" name="SOURCE_DATE_EPOCH"/>
  <function link="library/ssl.html#index-3" name="SSLKEYLOGFILE"/>
  <function link="library/subprocess.html#index-4" name="SystemRoot"/>
  <function link="faq/gui.html#index-0" name="TCL_LIBRARY"/>
  <function link="library/tempfile.html#index-2" name="TEMP"/>
  <function link="library/curses.html#index-1" name="TERM"/>
  <function link="faq/gui.html#index-1" name="TK_LIBRARY"/>
  <function link="library/tempfile.html#index-3" name="TMP"/>
  <function link="library/tempfile.html#index-1" name="TMPDIR"/>
  <function link="library/time.html#index-13" name="TZ"/>
  <function link="library/getpass.html#index-1" name="USER"/>
  <function link="whatsnew/2.7.html#index-9" name="USER_BASE"/>
  <function link="library/getpass.html#index-3" name="USERNAME"/>
  <function link="install/index.html#index-6" name="USERPROFILE"/>
  <function link="library/os.html#index-21" name="deleting"/>
  <function link="library/os.html#index-17" name="setting"/>
  <function link="library/exceptions.html#EnvironmentError" name="EnvironmentError"/>
  <function link="library/venv.html#index-0" name="virtual"/>
  <function link="library/test.html#test.support.os_helper.EnvironmentVarGuard" name="EnvironmentVarGuard (class in test.support.os_helper)"/>
  <function link="library/errno.html#errno.ENXIO" name="ENXIO (in module errno)"/>
  <function link="library/bz2.html#bz2.BZ2Decompressor.eof" name="eof (bz2.BZ2Decompressor attribute)"/>
  <function link="library/lzma.html#lzma.LZMADecompressor.eof" name="(lzma.LZMADecompressor attribute)"/>
  <function link="library/shlex.html#shlex.shlex.eof" name="(shlex.shlex attribute)"/>
  <function link="library/ssl.html#ssl.MemoryBIO.eof" name="(ssl.MemoryBIO attribute)"/>
  <function link="library/zlib.html#zlib.Decompress.eof" name="(zlib.Decompress attribute)"/>
  <function link="library/asyncio-protocol.html#asyncio.BufferedProtocol.eof_received" name="eof_received() (asyncio.BufferedProtocol method)"/>
  <function link="library/asyncio-protocol.html#asyncio.Protocol.eof_received" name="(asyncio.Protocol method)"/>
  <function link="library/exceptions.html#EOFError" name="EOFError"/>
  <function link="c-api/file.html#index-1" name="(built-in exception)"/>
  <function link="library/errno.html#errno.EOPNOTSUPP" name="EOPNOTSUPP (in module errno)"/>
  <function link="library/errno.html#errno.EOVERFLOW" name="EOVERFLOW (in module errno)"/>
  <function link="library/errno.html#errno.EPERM" name="EPERM (in module errno)"/>
  <function link="library/errno.html#errno.EPFNOSUPPORT" name="EPFNOSUPPORT (in module errno)"/>
  <function link="library/email.message.html#email.message.EmailMessage.epilogue" name="epilogue (email.message.EmailMessage attribute)"/>
  <function link="library/email.compat32-message.html#email.message.Message.epilogue" name="(email.message.Message attribute)"/>
  <function link="library/errno.html#errno.EPIPE" name="EPIPE (in module errno)"/>
  <function link="library/time.html#index-0" name="epoch"/>
  <function link="library/select.html#select.epoll" name="epoll() (in module select)"/>
  <function link="library/selectors.html#selectors.EpollSelector" name="EpollSelector (class in selectors)"/>
  <function link="library/errno.html#errno.EPROTO" name="EPROTO (in module errno)"/>
  <function link="library/errno.html#errno.EPROTONOSUPPORT" name="EPROTONOSUPPORT (in module errno)"/>
  <function link="library/errno.html#errno.EPROTOTYPE" name="EPROTOTYPE (in module errno)"/>
  <function link="library/ast.html#ast.Eq" name="Eq (class in ast)"/>
  <function link="library/operator.html#operator.eq" name="eq() (in module operator)"/>
  <function link="library/token.html#token.EQEQUAL" name="EQEQUAL (in module token)"/>
  <function link="library/errno.html#errno.EQFULL" name="EQFULL (in module errno)"/>
  <function link="library/token.html#token.EQUAL" name="EQUAL (in module token)"/>
  <function link="library/locale.html#locale.ERA" name="ERA (in module locale)"/>
  <function link="library/locale.html#locale.ERA_D_FMT" name="ERA_D_FMT (in module locale)"/>
  <function link="library/locale.html#locale.ERA_D_T_FMT" name="ERA_D_T_FMT (in module locale)"/>
  <function link="library/locale.html#locale.ERA_T_FMT" name="ERA_T_FMT (in module locale)"/>
  <function link="library/errno.html#errno.ERANGE" name="ERANGE (in module errno)"/>
  <function link="library/curses.html#curses.window.erase" name="erase() (curses.window method)"/>
  <function link="library/curses.html#curses.erasechar" name="erasechar() (in module curses)"/>
  <function link="library/errno.html#errno.EREMCHG" name="EREMCHG (in module errno)"/>
  <function link="library/errno.html#errno.EREMOTE" name="EREMOTE (in module errno)"/>
  <function link="library/errno.html#errno.EREMOTEIO" name="EREMOTEIO (in module errno)"/>
  <function link="library/errno.html#errno.ERESTART" name="ERESTART (in module errno)"/>
  <function link="library/math.html#math.erf" name="erf() (in module math)"/>
  <function link="library/math.html#math.erfc" name="erfc() (in module math)"/>
  <function link="library/errno.html#errno.EROFS" name="EROFS (in module errno)"/>
  <function link="library/curses.html#curses.ERR" name="ERR (in module curses)"/>
  <function link="library/ctypes.html#ctypes._FuncPtr.errcheck" name="errcheck (ctypes._FuncPtr attribute)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.ProtocolError.errcode" name="errcode (xmlrpc.client.ProtocolError attribute)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.ProtocolError.errmsg" name="errmsg (xmlrpc.client.ProtocolError attribute)"/>
  <function link="library/errno.html#module-errno" name="module"/>
  <function link="library/exceptions.html#OSError.errno" name="errno (OSError attribute)"/>
  <function link="library/binascii.html#binascii.Error" name="Error"/>
  <function link="library/_thread.html#thread.error" name="error"/>
  <function link="library/codecs.html#index-1" name="backslashreplace"/>
  <function link="library/codecs.html#index-1" name="ignore"/>
  <function link="library/codecs.html#index-3" name="namereplace"/>
  <function link="library/codecs.html#index-1" name="replace"/>
  <function link="library/codecs.html#index-1" name="strict"/>
  <function link="library/codecs.html#index-1" name="surrogateescape"/>
  <function link="library/codecs.html#index-4" name="surrogatepass"/>
  <function link="library/codecs.html#index-3" name="xmlcharrefreplace"/>
  <function link="reference/executionmodel.html#index-13" name="error handling"/>
  <function link="library/argparse.html#argparse.ArgumentParser.error" name="error() (argparse.ArgumentParser method)"/>
  <function link="library/logging.html#logging.error" name="(in module logging)"/>
  <function link="library/logging.html#logging.Logger.error" name="(logging.Logger method)"/>
  <function link="library/urllib.request.html#urllib.request.OpenerDirector.error" name="(urllib.request.OpenerDirector method)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ErrorHandler.error" name="(xml.sax.handler.ErrorHandler method)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.error_body" name="error_body (wsgiref.handlers.BaseHandler attribute)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.error_content_type" name="error_content_type (http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.error_headers" name="error_headers (wsgiref.handlers.BaseHandler attribute)"/>
  <function link="library/shlex.html#shlex.shlex.error_leader" name="error_leader() (shlex.shlex method)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.error_message_format" name="error_message_format (http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.error_output" name="error_output() (wsgiref.handlers.BaseHandler method)"/>
  <function link="library/ftplib.html#ftplib.error_perm" name="error_perm"/>
  <function link="library/ftplib.html#ftplib.error_proto" name="error_proto"/>
  <function link="library/asyncio-protocol.html#asyncio.DatagramProtocol.error_received" name="error_received() (asyncio.DatagramProtocol method)"/>
  <function link="library/ftplib.html#ftplib.error_reply" name="error_reply"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.error_status" name="error_status (wsgiref.handlers.BaseHandler attribute)"/>
  <function link="library/ftplib.html#ftplib.error_temp" name="error_temp"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.ErrorByteIndex" name="ErrorByteIndex (xml.parsers.expat.xmlparser attribute)"/>
  <function link="library/errno.html#errno.errorcode" name="errorcode (in module errno)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.ErrorCode" name="ErrorCode (xml.parsers.expat.xmlparser attribute)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.ErrorColumnNumber" name="ErrorColumnNumber (xml.parsers.expat.xmlparser attribute)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ErrorHandler" name="ErrorHandler (class in xml.sax.handler)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.ErrorLineNumber" name="ErrorLineNumber (xml.parsers.expat.xmlparser attribute)"/>
  <function link="library/logging.html#index-0" name="logging"/>
  <function link="reference/executionmodel.html#index-13" name="errors"/>
  <function link="library/io.html#io.TextIOBase.errors" name="(io.TextIOBase attribute)"/>
  <function link="library/unittest.html#unittest.TestLoader.errors" name="(unittest.TestLoader attribute)"/>
  <function link="library/unittest.html#unittest.TestResult.errors" name="(unittest.TestResult attribute)"/>
  <function link="library/wsgiref.html#wsgiref.types.ErrorStream" name="ErrorStream (class in wsgiref.types)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.ErrorString" name="ErrorString() (in module xml.parsers.expat)"/>
  <function link="library/token.html#token.ERRORTOKEN" name="ERRORTOKEN (in module token)"/>
  <function link="library/shlex.html#shlex.shlex.escape" name="escape (shlex.shlex attribute)"/>
  <function link="reference/lexical_analysis.html#index-23" name="escape sequence"/>
  <function link="library/glob.html#glob.escape" name="escape() (in module glob)"/>
  <function link="library/html.html#html.escape" name="(in module html)"/>
  <function link="library/re.html#re.escape" name="(in module re)"/>
  <function link="library/xml.sax.utils.html#xml.sax.saxutils.escape" name="(in module xml.sax.saxutils)"/>
  <function link="library/csv.html#csv.Dialect.escapechar" name="escapechar (csv.Dialect attribute)"/>
  <function link="library/shlex.html#shlex.shlex.escapedquotes" name="escapedquotes (shlex.shlex attribute)"/>
  <function link="library/errno.html#errno.ESHUTDOWN" name="ESHUTDOWN (in module errno)"/>
  <function link="library/errno.html#errno.ESOCKTNOSUPPORT" name="ESOCKTNOSUPPORT (in module errno)"/>
  <function link="library/errno.html#errno.ESPIPE" name="ESPIPE (in module errno)"/>
  <function link="library/errno.html#errno.ESRCH" name="ESRCH (in module errno)"/>
  <function link="library/errno.html#errno.ESRMNT" name="ESRMNT (in module errno)"/>
  <function link="library/errno.html#errno.ESTALE" name="ESTALE (in module errno)"/>
  <function link="library/errno.html#errno.ESTRPIPE" name="ESTRPIPE (in module errno)"/>
  <function link="library/errno.html#errno.ETIME" name="ETIME (in module errno)"/>
  <function link="library/errno.html#errno.ETIMEDOUT" name="ETIMEDOUT (in module errno)"/>
  <function link="library/decimal.html#decimal.Context.Etiny" name="Etiny() (decimal.Context method)"/>
  <function link="library/errno.html#errno.ETOOMANYREFS" name="ETOOMANYREFS (in module errno)"/>
  <function link="library/decimal.html#decimal.Context.Etop" name="Etop() (decimal.Context method)"/>
  <function link="library/errno.html#errno.ETXTBSY" name="ETXTBSY (in module errno)"/>
  <function link="library/errno.html#errno.EUCLEAN" name="EUCLEAN (in module errno)"/>
  <function link="library/errno.html#errno.EUNATCH" name="EUNATCH (in module errno)"/>
  <function link="library/errno.html#errno.EUSERS" name="EUSERS (in module errno)"/>
  <function link="library/pprint.html#index-1" name="built-in function"/>
  <function link="library/functions.html#eval" name="built-in function"/>
  <function link="reference/expressions.html#index-96" name="order"/>
  <function link="library/asyncio-sync.html#asyncio.Event" name="Event (class in asyncio)"/>
  <function link="library/multiprocessing.html#multiprocessing.Event" name="(class in multiprocessing)"/>
  <function link="library/threading.html#threading.Event" name="(class in threading)"/>
  <function link="library/sched.html#index-0" name="event scheduling"/>
  <function link="library/msilib.html#msilib.Control.event" name="event() (msilib.Control method)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.SyncManager.Event" name="Event() (multiprocessing.managers.SyncManager method)"/>
  <function link="library/os.html#os.eventfd" name="eventfd() (in module os)"/>
  <function link="library/os.html#os.eventfd_read" name="eventfd_read() (in module os)"/>
  <function link="library/os.html#os.eventfd_write" name="eventfd_write() (in module os)"/>
  <function link="library/selectors.html#selectors.SelectorKey.events" name="events (selectors.SelectorKey attribute)"/>
  <function link="library/tkinter.html#index-5" name="(widgets)"/>
  <function link="library/errno.html#errno.EWOULDBLOCK" name="EWOULDBLOCK (in module errno)"/>
  <function link="library/os.html#os.EX_CANTCREAT" name="EX_CANTCREAT (in module os)"/>
  <function link="library/os.html#os.EX_CONFIG" name="EX_CONFIG (in module os)"/>
  <function link="library/os.html#os.EX_DATAERR" name="EX_DATAERR (in module os)"/>
  <function link="library/os.html#os.EX_IOERR" name="EX_IOERR (in module os)"/>
  <function link="library/os.html#os.EX_NOHOST" name="EX_NOHOST (in module os)"/>
  <function link="library/os.html#os.EX_NOINPUT" name="EX_NOINPUT (in module os)"/>
  <function link="library/os.html#os.EX_NOPERM" name="EX_NOPERM (in module os)"/>
  <function link="library/os.html#os.EX_NOTFOUND" name="EX_NOTFOUND (in module os)"/>
  <function link="library/os.html#os.EX_NOUSER" name="EX_NOUSER (in module os)"/>
  <function link="library/os.html#os.EX_OK" name="EX_OK (in module os)"/>
  <function link="library/os.html#os.EX_OSERR" name="EX_OSERR (in module os)"/>
  <function link="library/os.html#os.EX_OSFILE" name="EX_OSFILE (in module os)"/>
  <function link="library/os.html#os.EX_PROTOCOL" name="EX_PROTOCOL (in module os)"/>
  <function link="library/os.html#os.EX_SOFTWARE" name="EX_SOFTWARE (in module os)"/>
  <function link="library/os.html#os.EX_TEMPFAIL" name="EX_TEMPFAIL (in module os)"/>
  <function link="library/os.html#os.EX_UNAVAILABLE" name="EX_UNAVAILABLE (in module os)"/>
  <function link="library/os.html#os.EX_USAGE" name="EX_USAGE (in module os)"/>
  <function link="library/doctest.html#doctest.Example" name="Example (class in doctest)"/>
  <function link="library/doctest.html#doctest.DocTestFailure.example" name="example (doctest.DocTestFailure attribute)"/>
  <function link="library/doctest.html#doctest.UnexpectedException.example" name="(doctest.UnexpectedException attribute)"/>
  <function link="library/doctest.html#doctest.DocTest.examples" name="examples (doctest.DocTest attribute)"/>
  <function link="library/doctest.html#doctest.UnexpectedException.exc_info" name="exc_info (doctest.UnexpectedException attribute)"/>
  <function link="reference/datamodel.html#index-63" name="(in module sys)"/>
  <function link="c-api/intro.html#index-18" name="exc_info() (in module sys)"/>
  <function link="library/doctest.html#doctest.Example.exc_msg" name="exc_msg (doctest.Example attribute)"/>
  <function link="library/traceback.html#traceback.TracebackException.exc_type" name="exc_type (traceback.TracebackException attribute)"/>
  <function link="library/csv.html#csv.excel" name="excel (class in csv)"/>
  <function link="library/csv.html#csv.excel_tab" name="excel_tab (class in csv)"/>
  <function link="reference/compound_stmts.html#index-9" name="keyword"/>
  <function link="library/exceptions.html#index-0" name="statement"/>
  <function link="library/2to3.html#to3fixer-except" name="except (2to3 fixer)"/>
  <function link="reference/compound_stmts.html#index-12" name="keyword"/>
  <function link="library/ast.html#ast.ExceptHandler" name="ExceptHandler (class in ast)"/>
  <function link="library/cgitb.html#index-2" name="excepthook() (in module sys)"/>
  <function link="library/threading.html#threading.excepthook" name="(in module threading)"/>
  <function link="library/exceptions.html#Exception" name="Exception"/>
  <function link="reference/executionmodel.html#index-12" name="exception"/>
  <function link="reference/simple_stmts.html#index-19" name="AssertionError"/>
  <function link="reference/expressions.html#index-40" name="AttributeError"/>
  <function link="reference/simple_stmts.html#index-29" name="chaining"/>
  <function link="reference/expressions.html#index-33" name="GeneratorExit"/>
  <function link="reference/datamodel.html#index-63" name="handler"/>
  <function link="reference/simple_stmts.html#index-34" name="ImportError"/>
  <function link="reference/expressions.html#index-4" name="NameError"/>
  <function link="reference/simple_stmts.html#index-27" name="raising"/>
  <function link="reference/expressions.html#index-36" name="StopAsyncIteration"/>
  <function link="reference/expressions.html#index-32" name="StopIteration"/>
  <function link="reference/expressions.html#index-63" name="TypeError"/>
  <function link="reference/expressions.html#index-72" name="ValueError"/>
  <function link="reference/expressions.html#index-67" name="ZeroDivisionError"/>
  <function link="library/tkinter.html#tkinter.EXCEPTION" name="EXCEPTION (in module tkinter)"/>
  <function link="reference/executionmodel.html#index-13" name="exception handler"/>
  <function link="library/asyncio-future.html#asyncio.Future.exception" name="exception() (asyncio.Future method)"/>
  <function link="library/asyncio-task.html#asyncio.Task.exception" name="(asyncio.Task method)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.Future.exception" name="(concurrent.futures.Future method)"/>
  <function link="library/logging.html#logging.exception" name="(in module logging)"/>
  <function link="library/sys.html#sys.exception" name="(in module sys)"/>
  <function link="library/logging.html#logging.Logger.exception" name="(logging.Logger method)"/>
  <function link="library/exceptions.html#ExceptionGroup" name="ExceptionGroup"/>
  <function link="library/cgitb.html#index-0" name="in CGI scripts"/>
  <function link="library/exceptions.html#BaseExceptionGroup.exceptions" name="exceptions (BaseExceptionGroup attribute)"/>
  <function link="reference/expressions.html#index-75" name="or"/>
  <function link="library/errno.html#errno.EXDEV" name="EXDEV (in module errno)"/>
  <function link="library/functions.html#index-1" name="built-in function"/>
  <function link="library/2to3.html#to3fixer-exec" name="exec (2to3 fixer)"/>
  <function link="library/functions.html#exec" name="built-in function"/>
  <function link="library/importlib.html#importlib.abc.InspectLoader.exec_module" name="exec_module() (importlib.abc.InspectLoader method)"/>
  <function link="library/importlib.html#importlib.abc.Loader.exec_module" name="(importlib.abc.Loader method)"/>
  <function link="library/importlib.html#importlib.abc.SourceLoader.exec_module" name="(importlib.abc.SourceLoader method)"/>
  <function link="library/importlib.html#importlib.machinery.ExtensionFileLoader.exec_module" name="(importlib.machinery.ExtensionFileLoader method)"/>
  <function link="library/zipimport.html#zipimport.zipimporter.exec_module" name="(zipimport.zipimporter method)"/>
  <function link="c-api/intro.html#index-2" name="exec_prefix"/>
  <function link="distutils/apiref.html#distutils.sysconfig.EXEC_PREFIX" name="EXEC_PREFIX (in module distutils.sysconfig)"/>
  <function link="library/sys.html#sys.exec_prefix" name="exec_prefix (in module sys)"/>
  <function link="library/2to3.html#to3fixer-execfile" name="execfile (2to3 fixer)"/>
  <function link="library/os.html#os.execl" name="execl() (in module os)"/>
  <function link="library/os.html#os.execle" name="execle() (in module os)"/>
  <function link="library/os.html#os.execlp" name="execlp() (in module os)"/>
  <function link="library/os.html#os.execlpe" name="execlpe() (in module os)"/>
  <function link="c-api/init.html#index-22" name="executable (in module sys)"/>
  <function link="library/zipapp.html#index-0" name="Executable Zip Files"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.executable_filename" name="executable_filename() (distutils.ccompiler.CCompiler method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.execute" name="execute() (distutils.ccompiler.CCompiler method)"/>
  <function link="distutils/apiref.html#distutils.util.execute" name="(in module distutils.util)"/>
  <function link="library/msilib.html#msilib.View.Execute" name="Execute() (msilib.View method)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.execute" name="execute() (sqlite3.Connection method)"/>
  <function link="library/sqlite3.html#sqlite3.Cursor.execute" name="(sqlite3.Cursor method)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.executemany" name="executemany() (sqlite3.Connection method)"/>
  <function link="library/sqlite3.html#sqlite3.Cursor.executemany" name="(sqlite3.Cursor method)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.executescript" name="executescript() (sqlite3.Connection method)"/>
  <function link="library/sqlite3.html#sqlite3.Cursor.executescript" name="(sqlite3.Cursor method)"/>
  <function link="reference/compound_stmts.html#index-40" name="frame"/>
  <function link="reference/executionmodel.html#index-11" name="restricted"/>
  <function link="reference/datamodel.html#index-63" name="stack"/>
  <function link="reference/executionmodel.html#index-0" name="execution model"/>
  <function link="library/importlib.html#importlib.abc.ExecutionLoader" name="ExecutionLoader (class in importlib.abc)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.Executor" name="Executor (class in concurrent.futures)"/>
  <function link="library/os.html#os.execv" name="execv() (in module os)"/>
  <function link="library/os.html#os.execve" name="execve() (in module os)"/>
  <function link="library/os.html#os.execvp" name="execvp() (in module os)"/>
  <function link="library/os.html#os.execvpe" name="execvpe() (in module os)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.ExFileSelectBox" name="ExFileSelectBox (class in tkinter.tix)"/>
  <function link="library/errno.html#errno.EXFULL" name="EXFULL (in module errno)"/>
  <function link="library/os.path.html#os.path.exists" name="exists() (in module os.path)"/>
  <function link="library/pathlib.html#pathlib.Path.exists" name="(pathlib.Path method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.exists" name="(tkinter.ttk.Treeview method)"/>
  <function link="library/zipfile.html#zipfile.Path.exists" name="(zipfile.Path method)"/>
  <function link="library/constants.html#exit" name="exit (built-in variable)"/>
  <function link="c-api/sys.html#index-2" name="exit()"/>
  <function link="library/argparse.html#argparse.ArgumentParser.exit" name="(argparse.ArgumentParser method)"/>
  <function link="library/_thread.html#thread.exit" name="(in module _thread)"/>
  <function link="library/sys.html#sys.exit" name="(in module sys)"/>
  <function link="library/multiprocessing.html#multiprocessing.Process.exitcode" name="exitcode (multiprocessing.Process attribute)"/>
  <function link="library/2to3.html#to3fixer-exitfunc" name="exitfunc (2to3 fixer)"/>
  <function link="library/turtle.html#turtle.exitonclick" name="exitonclick() (in module turtle)"/>
  <function link="library/contextlib.html#contextlib.ExitStack" name="ExitStack (class in contextlib)"/>
  <function link="library/decimal.html#decimal.Context.exp" name="exp() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.exp" name="(decimal.Decimal method)"/>
  <function link="library/cmath.html#cmath.exp" name="(in module cmath)"/>
  <function link="library/math.html#math.exp" name="(in module math)"/>
  <function link="library/math.html#math.exp2" name="exp2() (in module math)"/>
  <function link="library/re.html#re.Match.expand" name="expand() (re.Match method)"/>
  <function link="library/textwrap.html#textwrap.TextWrapper.expand_tabs" name="expand_tabs (textwrap.TextWrapper attribute)"/>
  <function link="library/winreg.html#winreg.ExpandEnvironmentStrings" name="ExpandEnvironmentStrings() (in module winreg)"/>
  <function link="library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.expandNode" name="expandNode() (xml.dom.pulldom.DOMEventStream method)"/>
  <function link="library/stdtypes.html#bytearray.expandtabs" name="expandtabs() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.expandtabs" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.expandtabs" name="(str method)"/>
  <function link="library/os.path.html#os.path.expanduser" name="expanduser() (in module os.path)"/>
  <function link="library/pathlib.html#pathlib.Path.expanduser" name="(pathlib.Path method)"/>
  <function link="library/os.path.html#os.path.expandvars" name="expandvars() (in module os.path)"/>
  <function link="library/pyexpat.html#index-0" name="Expat"/>
  <function link="library/pyexpat.html#xml.parsers.expat.ExpatError" name="ExpatError"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.expect" name="expect() (telnetlib.Telnet method)"/>
  <function link="library/asyncio-exceptions.html#asyncio.IncompleteReadError.expected" name="expected (asyncio.IncompleteReadError attribute)"/>
  <function link="library/unittest.html#unittest.expectedFailure" name="expectedFailure() (in module unittest)"/>
  <function link="library/unittest.html#unittest.TestResult.expectedFailures" name="expectedFailures (unittest.TestResult attribute)"/>
  <function link="library/asyncio-task.html#asyncio.Timeout.expired" name="expired() (asyncio.Timeout method)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.expires" name="expires (http.cookiejar.Cookie attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Address.exploded" name="exploded (ipaddress.IPv4Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.exploded" name="(ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.exploded" name="(ipaddress.IPv6Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.exploded" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/math.html#math.expm1" name="expm1() (in module math)"/>
  <function link="library/random.html#random.expovariate" name="expovariate() (in module random)"/>
  <function link="library/ast.html#ast.Expr" name="Expr (class in ast)"/>
  <function link="glossary.html#term-expression" name="expression"/>
  <function link="reference/expressions.html#index-82" name="Conditional"/>
  <function link="reference/expressions.html#index-88" name="conditional"/>
  <function link="reference/expressions.html#index-22" name="generator"/>
  <function link="reference/compound_stmts.html#index-35" name="lambda"/>
  <function link="reference/expressions.html#index-91" name="list"/>
  <function link="reference/simple_stmts.html#index-1" name="statement"/>
  <function link="reference/expressions.html#index-23" name="yield"/>
  <function link="library/imaplib.html#imaplib.IMAP4.expunge" name="expunge() (imaplib.IMAP4 method)"/>
  <function link="library/array.html#array.array.extend" name="extend() (array.array method)"/>
  <function link="library/collections.html#collections.deque.extend" name="(collections.deque method)"/>
  <function link="library/stdtypes.html#index-23" name="(sequence method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.extend" name="(xml.etree.ElementTree.Element method)"/>
  <function link="library/pkgutil.html#pkgutil.extend_path" name="extend_path() (in module pkgutil)"/>
  <function link="library/dis.html#opcode-EXTENDED_ARG" name="EXTENDED_ARG (opcode)"/>
  <function link="library/decimal.html#decimal.ExtendedContext" name="ExtendedContext (class in decimal)"/>
  <function link="library/configparser.html#configparser.ExtendedInterpolation" name="ExtendedInterpolation (class in configparser)"/>
  <function link="library/collections.html#collections.deque.extendleft" name="extendleft() (collections.deque method)"/>
  <function link="reference/datamodel.html#index-4" name="module"/>
  <function link="distutils/apiref.html#distutils.core.Extension" name="Extension (class in distutils.core)"/>
  <function link="glossary.html#term-extension-module" name="extension module"/>
  <function link="library/importlib.html#importlib.machinery.EXTENSION_SUFFIXES" name="EXTENSION_SUFFIXES (in module importlib.machinery)"/>
  <function link="library/importlib.html#importlib.machinery.ExtensionFileLoader" name="ExtensionFileLoader (class in importlib.machinery)"/>
  <function link="library/http.server.html#http.server.SimpleHTTPRequestHandler.extensions_map" name="extensions_map (http.server.SimpleHTTPRequestHandler attribute)"/>
  <function link="library/pickle.html#index-1" name="External Data Representation"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.external_attr" name="external_attr (zipfile.ZipInfo attribute)"/>
  <function link="library/mailbox.html#mailbox.ExternalClashError" name="ExternalClashError"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.ExternalEntityParserCreate" name="ExternalEntityParserCreate() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.ExternalEntityRefHandler" name="ExternalEntityRefHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.extra" name="extra (zipfile.ZipInfo attribute)"/>
  <function link="library/tarfile.html#tarfile.TarFile.extract" name="extract() (tarfile.TarFile method)"/>
  <function link="library/traceback.html#traceback.StackSummary.extract" name="(traceback.StackSummary class method)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.extract" name="(zipfile.ZipFile method)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookieJar.extract_cookies" name="extract_cookies() (http.cookiejar.CookieJar method)"/>
  <function link="library/traceback.html#traceback.extract_stack" name="extract_stack() (in module traceback)"/>
  <function link="library/traceback.html#traceback.extract_tb" name="extract_tb() (in module traceback)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.extract_version" name="extract_version (zipfile.ZipInfo attribute)"/>
  <function link="library/tarfile.html#tarfile.TarFile.extractall" name="extractall() (tarfile.TarFile method)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.extractall" name="(zipfile.ZipFile method)"/>
  <function link="library/tarfile.html#tarfile.ExtractError" name="ExtractError"/>
  <function link="library/tarfile.html#tarfile.TarFile.extractfile" name="extractfile() (tarfile.TarFile method)"/>
  <function link="library/os.html#os.extsep" name="extsep (in module os)"/>
  <function link="reference/lexical_analysis.html#index-22" name="formatted string literal"/>
  <function link="reference/lexical_analysis.html#index-22" name="formatted string literal"/>
  <function link="glossary.html#term-f-string" name="f-string"/>
  <function link="reference/datamodel.html#index-61" name="f_back (frame attribute)"/>
  <function link="reference/datamodel.html#index-61" name="f_builtins (frame attribute)"/>
  <function link="reference/datamodel.html#index-61" name="f_code (frame attribute)"/>
  <function link="library/stdtypes.html#memoryview.f_contiguous" name="f_contiguous (memoryview attribute)"/>
  <function link="reference/datamodel.html#index-61" name="f_globals (frame attribute)"/>
  <function link="reference/datamodel.html#index-61" name="f_lasti (frame attribute)"/>
  <function link="reference/datamodel.html#index-62" name="f_lineno (frame attribute)"/>
  <function link="reference/datamodel.html#index-61" name="f_locals (frame attribute)"/>
  <function link="library/os.html#os.F_LOCK" name="F_LOCK (in module os)"/>
  <function link="library/os.html#os.F_OK" name="F_OK (in module os)"/>
  <function link="library/os.html#os.F_TEST" name="F_TEST (in module os)"/>
  <function link="library/os.html#os.F_TLOCK" name="F_TLOCK (in module os)"/>
  <function link="reference/datamodel.html#index-62" name="f_trace (frame attribute)"/>
  <function link="reference/datamodel.html#index-62" name="f_trace_lines (frame attribute)"/>
  <function link="reference/datamodel.html#index-62" name="f_trace_opcodes (frame attribute)"/>
  <function link="library/os.html#os.F_ULOCK" name="F_ULOCK (in module os)"/>
  <function link="library/math.html#math.fabs" name="fabs() (in module math)"/>
  <function link="library/math.html#math.factorial" name="factorial() (in module math)"/>
  <function link="library/importlib.html#importlib.util.LazyLoader.factory" name="factory() (importlib.util.LazyLoader class method)"/>
  <function link="library/unittest.html#unittest.TestCase.fail" name="fail() (unittest.TestCase method)"/>
  <function link="library/doctest.html#doctest.FAIL_FAST" name="FAIL_FAST (in module doctest)"/>
  <function link="library/unittest.html#unittest.TestResult.failfast" name="failfast (unittest.TestResult attribute)"/>
  <function link="library/unittest.html#unittest.TestCase.failureException" name="failureException (unittest.TestCase attribute)"/>
  <function link="library/unittest.html#unittest.TestResult.failures" name="failures (unittest.TestResult attribute)"/>
  <function link="library/test.html#test.support.os_helper.FakePath" name="FakePath (class in test.support.os_helper)"/>
  <function link="library/stdtypes.html#index-4" name="False"/>
  <function link="library/stdtypes.html#index-1" name="false"/>
  <function link="library/stdtypes.html#index-3" name="False (Built-in object)"/>
  <function link="library/constants.html#False" name="(built-in variable)"/>
  <function link="library/tkinter.font.html#tkinter.font.families" name="families() (in module tkinter.font)"/>
  <function link="library/socket.html#socket.socket.family" name="family (socket.socket attribute)"/>
  <function link="distutils/apiref.html#distutils.fancy_getopt.fancy_getopt" name="fancy_getopt() (in module distutils.fancy_getopt)"/>
  <function link="distutils/apiref.html#distutils.fancy_getopt.FancyGetopt" name="FancyGetopt (class in distutils.fancy_getopt)"/>
  <function link="library/urllib.request.html#urllib.request.FancyURLopener" name="FancyURLopener (class in urllib.request)"/>
  <function link="library/pickle.html#pickle.Pickler.fast" name="fast (pickle.Pickler attribute)"/>
  <function link="library/asyncio-policy.html#asyncio.FastChildWatcher" name="FastChildWatcher (class in asyncio)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ErrorHandler.fatalError" name="fatalError() (xml.sax.handler.ErrorHandler method)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.Fault" name="Fault (class in xmlrpc.client)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.Fault.faultCode" name="faultCode (xmlrpc.client.Fault attribute)"/>
  <function link="library/faulthandler.html#module-faulthandler" name="module"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.Fault.faultString" name="faultString (xmlrpc.client.Fault attribute)"/>
  <function link="library/os.html#os.fchdir" name="fchdir() (in module os)"/>
  <function link="library/os.html#os.fchmod" name="fchmod() (in module os)"/>
  <function link="library/os.html#os.fchown" name="fchown() (in module os)"/>
  <function link="library/msilib.html#msilib.FCICreate" name="FCICreate() (in module msilib)"/>
  <function link="library/fcntl.html#module-fcntl" name="module"/>
  <function link="library/fcntl.html#fcntl.fcntl" name="fcntl() (in module fcntl)"/>
  <function link="library/selectors.html#selectors.SelectorKey.fd" name="fd (selectors.SelectorKey attribute)"/>
  <function link="library/turtle.html#turtle.fd" name="fd() (in module turtle)"/>
  <function link="library/test.html#test.support.os_helper.fd_count" name="fd_count() (in module test.support.os_helper)"/>
  <function link="library/os.html#os.fdatasync" name="fdatasync() (in module os)"/>
  <function link="library/os.html#os.fdopen" name="fdopen() (in module os)"/>
  <function link="library/msilib.html#msilib.Feature" name="Feature (class in msilib)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.feature_external_ges" name="feature_external_ges (in module xml.sax.handler)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.feature_external_pes" name="feature_external_pes (in module xml.sax.handler)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.feature_namespace_prefixes" name="feature_namespace_prefixes (in module xml.sax.handler)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.feature_namespaces" name="feature_namespaces (in module xml.sax.handler)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.feature_string_interning" name="feature_string_interning (in module xml.sax.handler)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.feature_validation" name="feature_validation (in module xml.sax.handler)"/>
  <function link="library/email.parser.html#email.parser.BytesFeedParser.feed" name="feed() (email.parser.BytesFeedParser method)"/>
  <function link="library/html.parser.html#html.parser.HTMLParser.feed" name="(html.parser.HTMLParser method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.XMLParser.feed" name="(xml.etree.ElementTree.XMLParser method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.XMLPullParser.feed" name="(xml.etree.ElementTree.XMLPullParser method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.IncrementalParser.feed" name="(xml.sax.xmlreader.IncrementalParser method)"/>
  <function link="library/email.parser.html#email.parser.FeedParser" name="FeedParser (class in email.parser)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.fetch" name="fetch() (imaplib.IMAP4 method)"/>
  <function link="library/msilib.html#msilib.View.Fetch" name="Fetch() (msilib.View method)"/>
  <function link="library/sqlite3.html#sqlite3.Cursor.fetchall" name="fetchall() (sqlite3.Cursor method)"/>
  <function link="library/sqlite3.html#sqlite3.Cursor.fetchmany" name="fetchmany() (sqlite3.Cursor method)"/>
  <function link="library/sqlite3.html#sqlite3.Cursor.fetchone" name="fetchone() (sqlite3.Cursor method)"/>
  <function link="library/select.html#select.kevent.fflags" name="fflags (select.kevent attribute)"/>
  <function link="library/dataclasses.html#dataclasses.Field" name="Field (class in dataclasses)"/>
  <function link="library/dataclasses.html#dataclasses.field" name="field() (in module dataclasses)"/>
  <function link="library/csv.html#csv.field_size_limit" name="field_size_limit() (in module csv)"/>
  <function link="library/csv.html#csv.csvreader.fieldnames" name="fieldnames (csv.csvreader attribute)"/>
  <function link="library/uuid.html#uuid.UUID.fields" name="fields (uuid.UUID attribute)"/>
  <function link="library/dataclasses.html#dataclasses.fields" name="fields() (in module dataclasses)"/>
  <function link="library/configparser.html#index-0" name=".ini"/>
  <function link="library/pdb.html#index-2" name=".pdbrc"/>
  <function link="library/imp.html#index-1" name="byte-code"/>
  <function link="library/compileall.html#cmdoption-compileall-arg-file" name="compileall command line option"/>
  <function link="library/configparser.html#index-0" name="configuration"/>
  <function link="library/shutil.html#index-0" name="copying"/>
  <function link="library/pdb.html#index-2" name="debugger configuration"/>
  <function link="library/gzip.html#cmdoption-gzip-arg-file" name="gzip command line option"/>
  <function link="library/posix.html#index-1" name="large files"/>
  <function link="library/mimetypes.html#index-2" name="mime.types"/>
  <function link="library/functions.html#index-5" name="modes"/>
  <function link="c-api/file.html#index-0" name="object"/>
  <function link="library/site.html#index-4" name="path configuration"/>
  <function link="library/plistlib.html#index-0" name="plist"/>
  <function link="library/tempfile.html#index-0" name="temporary"/>
  <function link="library/bdb.html#bdb.Breakpoint.file" name="file (bdb.Breakpoint attribute)"/>
  <function link="library/pyclbr.html#pyclbr.Class.file" name="(pyclbr.Class attribute)"/>
  <function link="library/pyclbr.html#pyclbr.Function.file" name="(pyclbr.Function attribute)"/>
  <function link="library/fcntl.html#index-0" name="UNIX"/>
  <function link="library/tempfile.html#index-0" name="temporary"/>
  <function link="glossary.html#term-file-object" name="file object"/>
  <function link="library/io.html#index-0" name="io module"/>
  <function link="library/functions.html#index-4" name="open() built-in function"/>
  <function link="glossary.html#term-file-like-object" name="file-like object"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_ARCHIVE" name="FILE_ATTRIBUTE_ARCHIVE (in module stat)"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_COMPRESSED" name="FILE_ATTRIBUTE_COMPRESSED (in module stat)"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_DEVICE" name="FILE_ATTRIBUTE_DEVICE (in module stat)"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_DIRECTORY" name="FILE_ATTRIBUTE_DIRECTORY (in module stat)"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_ENCRYPTED" name="FILE_ATTRIBUTE_ENCRYPTED (in module stat)"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_HIDDEN" name="FILE_ATTRIBUTE_HIDDEN (in module stat)"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_INTEGRITY_STREAM" name="FILE_ATTRIBUTE_INTEGRITY_STREAM (in module stat)"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_NO_SCRUB_DATA" name="FILE_ATTRIBUTE_NO_SCRUB_DATA (in module stat)"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_NORMAL" name="FILE_ATTRIBUTE_NORMAL (in module stat)"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_NOT_CONTENT_INDEXED" name="FILE_ATTRIBUTE_NOT_CONTENT_INDEXED (in module stat)"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_OFFLINE" name="FILE_ATTRIBUTE_OFFLINE (in module stat)"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_READONLY" name="FILE_ATTRIBUTE_READONLY (in module stat)"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_REPARSE_POINT" name="FILE_ATTRIBUTE_REPARSE_POINT (in module stat)"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_SPARSE_FILE" name="FILE_ATTRIBUTE_SPARSE_FILE (in module stat)"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_SYSTEM" name="FILE_ATTRIBUTE_SYSTEM (in module stat)"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_TEMPORARY" name="FILE_ATTRIBUTE_TEMPORARY (in module stat)"/>
  <function link="library/stat.html#stat.FILE_ATTRIBUTE_VIRTUAL" name="FILE_ATTRIBUTE_VIRTUAL (in module stat)"/>
  <function link="distutils/builtdist.html#file_created" name="built-in function"/>
  <function link="library/hashlib.html#hashlib.file_digest" name="file_digest() (in module hashlib)"/>
  <function link="library/asyncore.html#asyncore.file_dispatcher" name="file_dispatcher (class in asyncore)"/>
  <function link="library/urllib.request.html#urllib.request.FileHandler.file_open" name="file_open() (urllib.request.FileHandler method)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.file_size" name="file_size (zipfile.ZipInfo attribute)"/>
  <function link="library/asyncore.html#asyncore.file_wrapper" name="file_wrapper (class in asyncore)"/>
  <function link="library/filecmp.html#module-filecmp" name="module"/>
  <function link="library/logging.config.html#logging.config.fileConfig" name="fileConfig() (in module logging.config)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.FileCookieJar" name="FileCookieJar (class in http.cookiejar)"/>
  <function link="library/dialog.html#tkinter.filedialog.FileDialog" name="FileDialog (class in tkinter.filedialog)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.FileEntry" name="FileEntry (class in tkinter.tix)"/>
  <function link="library/exceptions.html#FileExistsError" name="FileExistsError"/>
  <function link="library/importlib.html#importlib.machinery.FileFinder" name="FileFinder (class in importlib.machinery)"/>
  <function link="library/logging.handlers.html#logging.FileHandler" name="FileHandler (class in logging)"/>
  <function link="library/urllib.request.html#urllib.request.FileHandler" name="(class in urllib.request)"/>
  <function link="library/fileinput.html#module-fileinput" name="module"/>
  <function link="library/fileinput.html#fileinput.FileInput" name="FileInput (class in fileinput)"/>
  <function link="library/io.html#io.FileIO" name="FileIO (class in io)"/>
  <function link="library/fileinput.html#fileinput.filelineno" name="filelineno() (in module fileinput)"/>
  <function link="library/importlib.html#importlib.abc.FileLoader" name="FileLoader (class in importlib.abc)"/>
  <function link="library/stat.html#stat.filemode" name="filemode() (in module stat)"/>
  <function link="library/doctest.html#doctest.DocTest.filename" name="filename (doctest.DocTest attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.FileCookieJar.filename" name="(http.cookiejar.FileCookieJar attribute)"/>
  <function link="library/inspect.html#inspect.FrameInfo.filename" name="(inspect.FrameInfo attribute)"/>
  <function link="library/inspect.html#inspect.Traceback.filename" name="(inspect.Traceback attribute)"/>
  <function link="library/exceptions.html#OSError.filename" name="(OSError attribute)"/>
  <function link="library/exceptions.html#SyntaxError.filename" name="(SyntaxError attribute)"/>
  <function link="library/traceback.html#traceback.TracebackException.filename" name="(traceback.TracebackException attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.Frame.filename" name="(tracemalloc.Frame attribute)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.filename" name="(zipfile.ZipFile attribute)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.filename" name="(zipfile.ZipInfo attribute)"/>
  <function link="library/fileinput.html#fileinput.filename" name="filename() (in module fileinput)"/>
  <function link="library/exceptions.html#OSError.filename2" name="filename2 (OSError attribute)"/>
  <function link="library/tabnanny.html#tabnanny.filename_only" name="filename_only (in module tabnanny)"/>
  <function link="library/tracemalloc.html#tracemalloc.Filter.filename_pattern" name="filename_pattern (tracemalloc.Filter attribute)"/>
  <function link="library/glob.html#index-0" name="pathname expansion"/>
  <function link="library/fnmatch.html#index-0" name="wildcard expansion"/>
  <function link="library/http.client.html#http.client.HTTPResponse.fileno" name="fileno() (http.client.HTTPResponse method)"/>
  <function link="library/fileinput.html#fileinput.fileno" name="(in module fileinput)"/>
  <function link="library/io.html#io.IOBase.fileno" name="(io.IOBase method)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.Connection.fileno" name="(multiprocessing.connection.Connection method)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.fileno" name="(ossaudiodev.oss_audio_device method)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_mixer_device.fileno" name="(ossaudiodev.oss_mixer_device method)"/>
  <function link="library/select.html#select.devpoll.fileno" name="(select.devpoll method)"/>
  <function link="library/select.html#select.epoll.fileno" name="(select.epoll method)"/>
  <function link="library/select.html#select.kqueue.fileno" name="(select.kqueue method)"/>
  <function link="library/selectors.html#selectors.DevpollSelector.fileno" name="(selectors.DevpollSelector method)"/>
  <function link="library/selectors.html#selectors.EpollSelector.fileno" name="(selectors.EpollSelector method)"/>
  <function link="library/selectors.html#selectors.KqueueSelector.fileno" name="(selectors.KqueueSelector method)"/>
  <function link="library/socket.html#socket.socket.fileno" name="(socket.socket method)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.fileno" name="(socketserver.BaseServer method)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.fileno" name="(telnetlib.Telnet method)"/>
  <function link="library/exceptions.html#FileNotFoundError" name="FileNotFoundError"/>
  <function link="library/selectors.html#selectors.SelectorKey.fileobj" name="fileobj (selectors.SelectorKey attribute)"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.TraversableResources.files" name="files() (importlib.resources.abc.TraversableResources method)"/>
  <function link="library/importlib.resources.html#importlib.resources.files" name="(in module importlib.resources)"/>
  <function link="library/dialog.html#tkinter.filedialog.FileDialog.files_double_event" name="files_double_event() (tkinter.filedialog.FileDialog method)"/>
  <function link="library/dialog.html#tkinter.filedialog.FileDialog.files_select_event" name="files_select_event() (tkinter.filedialog.FileDialog method)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.FileSelectBox" name="FileSelectBox (class in tkinter.tix)"/>
  <function link="glossary.html#term-filesystem-encoding-and-error-handler" name="filesystem encoding and error handler"/>
  <function link="library/argparse.html#argparse.FileType" name="FileType (class in argparse)"/>
  <function link="library/wsgiref.html#wsgiref.types.FileWrapper" name="FileWrapper (class in wsgiref.types)"/>
  <function link="library/wsgiref.html#wsgiref.util.FileWrapper" name="(class in wsgiref.util)"/>
  <function link="library/textwrap.html#textwrap.fill" name="fill() (in module textwrap)"/>
  <function link="library/textwrap.html#textwrap.TextWrapper.fill" name="(textwrap.TextWrapper method)"/>
  <function link="library/turtle.html#turtle.fillcolor" name="fillcolor() (in module turtle)"/>
  <function link="library/turtle.html#turtle.filling" name="filling() (in module turtle)"/>
  <function link="library/reprlib.html#reprlib.Repr.fillvalue" name="fillvalue (reprlib.Repr attribute)"/>
  <function link="library/2to3.html#to3fixer-filter" name="filter (2to3 fixer)"/>
  <function link="library/logging.html#logging.Filter" name="Filter (class in logging)"/>
  <function link="library/tracemalloc.html#tracemalloc.Filter" name="(class in tracemalloc)"/>
  <function link="library/select.html#select.kevent.filter" name="filter (select.kevent attribute)"/>
  <function link="library/functions.html#filter" name="built-in function"/>
  <function link="library/curses.html#curses.filter" name="filter() (in module curses)"/>
  <function link="library/fnmatch.html#fnmatch.filter" name="(in module fnmatch)"/>
  <function link="library/logging.html#logging.Filter.filter" name="(logging.Filter method)"/>
  <function link="library/logging.html#logging.Handler.filter" name="(logging.Handler method)"/>
  <function link="library/logging.html#logging.Logger.filter" name="(logging.Logger method)"/>
  <function link="library/dialog.html#tkinter.filedialog.FileDialog.filter_command" name="filter_command() (tkinter.filedialog.FileDialog method)"/>
  <function link="library/unittest.mock.html#unittest.mock.FILTER_DIR" name="FILTER_DIR (in module unittest.mock)"/>
  <function link="library/tracemalloc.html#tracemalloc.Snapshot.filter_traces" name="filter_traces() (tracemalloc.Snapshot method)"/>
  <function link="library/itertools.html#itertools.filterfalse" name="filterfalse() (in module itertools)"/>
  <function link="library/warnings.html#warnings.filterwarnings" name="filterwarnings() (in module warnings)"/>
  <function link="library/typing.html#typing.Final" name="Final (in module typing)"/>
  <function link="library/typing.html#typing.final" name="final() (in module typing)"/>
  <function link="extending/newtypes.html#index-0" name="finalization, of objects"/>
  <function link="library/weakref.html#weakref.finalize" name="finalize (class in weakref)"/>
  <function link="distutils/apiref.html#distutils.cmd.Command.finalize_options" name="finalize_options() (distutils.cmd.Command method)"/>
  <function link="reference/datamodel.html#index-71" name="finalizer"/>
  <function link="reference/compound_stmts.html#index-14" name="keyword"/>
  <function link="library/stdtypes.html#bytearray.find" name="find() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.find" name="(bytes method)"/>
  <function link="library/doctest.html#doctest.DocTestFinder.find" name="(doctest.DocTestFinder method)"/>
  <function link="library/gettext.html#gettext.find" name="(in module gettext)"/>
  <function link="library/mmap.html#mmap.mmap.find" name="(mmap.mmap method)"/>
  <function link="library/stdtypes.html#str.find" name="(str method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.find" name="(xml.etree.ElementTree.Element method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.ElementTree.find" name="(xml.etree.ElementTree.ElementTree method)"/>
  <function link="library/pickle.html#index-9" name="find_class() (pickle protocol)"/>
  <function link="library/pickle.html#pickle.Unpickler.find_class" name="(pickle.Unpickler method)"/>
  <function link="library/ctypes.html#ctypes.util.find_library" name="find_library() (in module ctypes.util)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.find_library_file" name="find_library_file() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/importlib.html#importlib.abc.PathEntryFinder.find_loader" name="find_loader() (importlib.abc.PathEntryFinder method)"/>
  <function link="library/importlib.html#importlib.machinery.FileFinder.find_loader" name="(importlib.machinery.FileFinder method)"/>
  <function link="library/importlib.html#importlib.find_loader" name="(in module importlib)"/>
  <function link="library/pkgutil.html#pkgutil.find_loader" name="(in module pkgutil)"/>
  <function link="library/zipimport.html#zipimport.zipimporter.find_loader" name="(zipimport.zipimporter method)"/>
  <function link="library/difflib.html#difflib.SequenceMatcher.find_longest_match" name="find_longest_match() (difflib.SequenceMatcher method)"/>
  <function link="library/imp.html#imp.NullImporter.find_module" name="find_module() (imp.NullImporter method)"/>
  <function link="library/importlib.html#importlib.abc.Finder.find_module" name="(importlib.abc.Finder method)"/>
  <function link="library/importlib.html#importlib.abc.MetaPathFinder.find_module" name="(importlib.abc.MetaPathFinder method)"/>
  <function link="library/importlib.html#importlib.abc.PathEntryFinder.find_module" name="(importlib.abc.PathEntryFinder method)"/>
  <function link="library/importlib.html#importlib.machinery.PathFinder.find_module" name="(importlib.machinery.PathFinder class method)"/>
  <function link="library/imp.html#imp.find_module" name="(in module imp)"/>
  <function link="library/zipimport.html#zipimport.zipimporter.find_module" name="(zipimport.zipimporter method)"/>
  <function link="library/ctypes.html#ctypes.util.find_msvcrt" name="find_msvcrt() (in module ctypes.util)"/>
  <function link="reference/import.html#index-10" name="finder"/>
  <function link="library/importlib.html#importlib.abc.MetaPathFinder.find_spec" name="find_spec() (importlib.abc.MetaPathFinder method)"/>
  <function link="library/importlib.html#importlib.abc.PathEntryFinder.find_spec" name="(importlib.abc.PathEntryFinder method)"/>
  <function link="library/importlib.html#importlib.machinery.FileFinder.find_spec" name="(importlib.machinery.FileFinder method)"/>
  <function link="library/importlib.html#importlib.machinery.PathFinder.find_spec" name="(importlib.machinery.PathFinder class method)"/>
  <function link="library/importlib.html#importlib.util.find_spec" name="(in module importlib.util)"/>
  <function link="library/zipimport.html#zipimport.zipimporter.find_spec" name="(zipimport.zipimporter method)"/>
  <function link="library/test.html#test.support.socket_helper.find_unused_port" name="find_unused_port() (in module test.support.socket_helper)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPPasswordMgr.find_user_password" name="find_user_password() (urllib.request.HTTPPasswordMgr method)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPPasswordMgrWithPriorAuth.find_user_password" name="(urllib.request.HTTPPasswordMgrWithPriorAuth method)"/>
  <function link="library/re.html#re.findall" name="findall() (in module re)"/>
  <function link="library/re.html#re.Pattern.findall" name="(re.Pattern method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.findall" name="(xml.etree.ElementTree.Element method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.ElementTree.findall" name="(xml.etree.ElementTree.ElementTree method)"/>
  <function link="library/logging.html#logging.Logger.findCaller" name="findCaller() (logging.Logger method)"/>
  <function link="glossary.html#term-finder" name="finder"/>
  <function link="reference/import.html#index-10" name="find_spec"/>
  <function link="library/importlib.html#importlib.abc.Finder" name="Finder (class in importlib.abc)"/>
  <function link="library/audioop.html#audioop.findfactor" name="findfactor() (in module audioop)"/>
  <function link="library/test.html#test.support.findfile" name="findfile() (in module test.support)"/>
  <function link="library/audioop.html#audioop.findfit" name="findfit() (in module audioop)"/>
  <function link="library/re.html#re.finditer" name="finditer() (in module re)"/>
  <function link="library/re.html#re.Pattern.finditer" name="(re.Pattern method)"/>
  <function link="library/dis.html#dis.findlabels" name="findlabels() (in module dis)"/>
  <function link="library/dis.html#dis.findlinestarts" name="findlinestarts() (in module dis)"/>
  <function link="library/mailcap.html#mailcap.findmatch" name="findmatch() (in module mailcap)"/>
  <function link="library/audioop.html#audioop.findmax" name="findmax() (in module audioop)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.findtext" name="findtext() (xml.etree.ElementTree.Element method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.ElementTree.findtext" name="(xml.etree.ElementTree.ElementTree method)"/>
  <function link="library/socketserver.html#socketserver.BaseRequestHandler.finish" name="finish() (socketserver.BaseRequestHandler method)"/>
  <function link="library/tkinter.dnd.html#tkinter.dnd.DndHandler.finish" name="(tkinter.dnd.DndHandler method)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.finish_request" name="finish_request() (socketserver.BaseServer method)"/>
  <function link="library/xml.dom.html#xml.dom.Node.firstChild" name="firstChild (xml.dom.Node attribute)"/>
  <function link="library/dbm.html#dbm.gnu.gdbm.firstkey" name="firstkey() (dbm.gnu.gdbm method)"/>
  <function link="library/calendar.html#calendar.firstweekday" name="firstweekday() (in module calendar)"/>
  <function link="library/ast.html#ast.fix_missing_locations" name="fix_missing_locations() (in module ast)"/>
  <function link="library/textwrap.html#textwrap.TextWrapper.fix_sentence_endings" name="fix_sentence_endings (textwrap.TextWrapper attribute)"/>
  <function link="library/enum.html#enum.Flag" name="Flag (class in enum)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.flag_bits" name="flag_bits (zipfile.ZipInfo attribute)"/>
  <function link="library/enum.html#enum.FlagBoundary" name="FlagBoundary (class in enum)"/>
  <function link="library/sys.html#sys.flags" name="flags (in module sys)"/>
  <function link="library/re.html#re.Pattern.flags" name="(re.Pattern attribute)"/>
  <function link="library/select.html#select.kevent.flags" name="(select.kevent attribute)"/>
  <function link="library/curses.html#curses.flash" name="flash() (in module curses)"/>
  <function link="library/email.generator.html#email.generator.BytesGenerator.flatten" name="flatten() (email.generator.BytesGenerator method)"/>
  <function link="library/email.generator.html#email.generator.Generator.flatten" name="(email.generator.Generator method)"/>
  <function link="library/pickle.html#index-0" name="objects"/>
  <function link="c-api/number.html#index-5" name="built-in function"/>
  <function link="library/functions.html#float" name="float (built-in class)"/>
  <function link="library/sys.html#sys.float_info" name="float_info (in module sys)"/>
  <function link="library/sys.html#sys.float_repr_style" name="float_repr_style (in module sys)"/>
  <function link="library/stdtypes.html#index-12" name="literals"/>
  <function link="reference/datamodel.html#index-13" name="number"/>
  <function link="c-api/float.html#index-0" name="object"/>
  <function link="reference/lexical_analysis.html#index-27" name="floating point literal"/>
  <function link="library/exceptions.html#FloatingPointError" name="FloatingPointError"/>
  <function link="library/decimal.html#decimal.FloatOperation" name="FloatOperation (class in decimal)"/>
  <function link="library/fcntl.html#fcntl.flock" name="flock() (in module fcntl)"/>
  <function link="glossary.html#term-floor-division" name="floor division"/>
  <function link="library/math.html#math.floor" name="floor() (in module math)"/>
  <function link="library/ast.html#ast.FloorDiv" name="FloorDiv (class in ast)"/>
  <function link="library/operator.html#operator.floordiv" name="floordiv() (in module operator)"/>
  <function link="library/bz2.html#bz2.BZ2Compressor.flush" name="flush() (bz2.BZ2Compressor method)"/>
  <function link="library/io.html#io.BufferedWriter.flush" name="(io.BufferedWriter method)"/>
  <function link="library/io.html#io.IOBase.flush" name="(io.IOBase method)"/>
  <function link="library/logging.html#logging.Handler.flush" name="(logging.Handler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.BufferingHandler.flush" name="(logging.handlers.BufferingHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.MemoryHandler.flush" name="(logging.handlers.MemoryHandler method)"/>
  <function link="library/logging.handlers.html#logging.StreamHandler.flush" name="(logging.StreamHandler method)"/>
  <function link="library/lzma.html#lzma.LZMACompressor.flush" name="(lzma.LZMACompressor method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.flush" name="(mailbox.Mailbox method)"/>
  <function link="library/mailbox.html#mailbox.Maildir.flush" name="(mailbox.Maildir method)"/>
  <function link="library/mailbox.html#mailbox.MH.flush" name="(mailbox.MH method)"/>
  <function link="library/mmap.html#mmap.mmap.flush" name="(mmap.mmap method)"/>
  <function link="library/zlib.html#zlib.Compress.flush" name="(zlib.Compress method)"/>
  <function link="library/zlib.html#zlib.Decompress.flush" name="(zlib.Decompress method)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.flush_headers" name="flush_headers() (http.server.BaseHTTPRequestHandler method)"/>
  <function link="library/test.html#test.support.flush_std_streams" name="flush_std_streams() (in module test.support)"/>
  <function link="library/curses.html#curses.flushinp" name="flushinp() (in module curses)"/>
  <function link="library/winreg.html#winreg.FlushKey" name="FlushKey() (in module winreg)"/>
  <function link="library/decimal.html#decimal.Context.fma" name="fma() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.fma" name="(decimal.Decimal method)"/>
  <function link="library/statistics.html#statistics.fmean" name="fmean() (in module statistics)"/>
  <function link="library/math.html#math.fmod" name="fmod() (in module math)"/>
  <function link="library/plistlib.html#plistlib.FMT_BINARY" name="FMT_BINARY (in module plistlib)"/>
  <function link="library/plistlib.html#plistlib.FMT_XML" name="FMT_XML (in module plistlib)"/>
  <function link="library/fnmatch.html#module-fnmatch" name="module"/>
  <function link="library/fnmatch.html#fnmatch.fnmatch" name="fnmatch() (in module fnmatch)"/>
  <function link="library/fnmatch.html#fnmatch.fnmatchcase" name="fnmatchcase() (in module fnmatch)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.focus" name="focus() (tkinter.ttk.Treeview method)"/>
  <function link="library/datetime.html#datetime.datetime.fold" name="fold (datetime.datetime attribute)"/>
  <function link="library/datetime.html#datetime.time.fold" name="(datetime.time attribute)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.BaseHeader.fold" name="fold() (email.headerregistry.BaseHeader method)"/>
  <function link="library/email.policy.html#email.policy.Compat32.fold" name="(email.policy.Compat32 method)"/>
  <function link="library/email.policy.html#email.policy.EmailPolicy.fold" name="(email.policy.EmailPolicy method)"/>
  <function link="library/email.policy.html#email.policy.Policy.fold" name="(email.policy.Policy method)"/>
  <function link="library/email.policy.html#email.policy.Compat32.fold_binary" name="fold_binary() (email.policy.Compat32 method)"/>
  <function link="library/email.policy.html#email.policy.EmailPolicy.fold_binary" name="(email.policy.EmailPolicy method)"/>
  <function link="library/email.policy.html#email.policy.Policy.fold_binary" name="(email.policy.Policy method)"/>
  <function link="library/tkinter.font.html#tkinter.font.Font" name="Font (class in tkinter.font)"/>
  <function link="reference/expressions.html#index-12" name="in comprehensions"/>
  <function link="reference/compound_stmts.html#index-6" name="statement"/>
  <function link="library/ast.html#ast.For" name="For (class in ast)"/>
  <function link="library/dis.html#opcode-FOR_ITER" name="FOR_ITER (opcode)"/>
  <function link="library/test.html#test.support.import_helper.forget" name="forget() (in module test.support.import_helper)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Notebook.forget" name="(tkinter.ttk.Notebook method)"/>
  <function link="library/os.html#os.fork" name="fork() (in module os)"/>
  <function link="library/pty.html#pty.fork" name="(in module pty)"/>
  <function link="library/socketserver.html#socketserver.ForkingMixIn" name="ForkingMixIn (class in socketserver)"/>
  <function link="library/socketserver.html#socketserver.ForkingTCPServer" name="ForkingTCPServer (class in socketserver)"/>
  <function link="library/socketserver.html#socketserver.ForkingUDPServer" name="ForkingUDPServer (class in socketserver)"/>
  <function link="library/os.html#os.forkpty" name="forkpty() (in module os)"/>
  <function link="reference/expressions.html#index-90" name="lambda"/>
  <function link="library/tkinter.tix.html#tkinter.tix.Form" name="Form (class in tkinter.tix)"/>
  <function link="library/stdtypes.html#memoryview.format" name="format (memoryview attribute)"/>
  <function link="library/multiprocessing.shared_memory.html#multiprocessing.shared_memory.ShareableList.format" name="(multiprocessing.shared_memory.ShareableList attribute)"/>
  <function link="library/struct.html#struct.Struct.format" name="(struct.Struct attribute)"/>
  <function link="library/functions.html#format" name="built-in function"/>
  <function link="reference/datamodel.html#index-73" name="__str__() (object method)"/>
  <function link="library/locale.html#locale.format" name="format() (in module locale)"/>
  <function link="library/logging.html#logging.BufferingFormatter.format" name="(logging.BufferingFormatter method)"/>
  <function link="library/logging.html#logging.Formatter.format" name="(logging.Formatter method)"/>
  <function link="library/logging.html#logging.Handler.format" name="(logging.Handler method)"/>
  <function link="library/pprint.html#pprint.PrettyPrinter.format" name="(pprint.PrettyPrinter method)"/>
  <function link="library/stdtypes.html#str.format" name="(str method)"/>
  <function link="library/string.html#string.Formatter.format" name="(string.Formatter method)"/>
  <function link="library/traceback.html#traceback.StackSummary.format" name="(traceback.StackSummary method)"/>
  <function link="library/traceback.html#traceback.TracebackException.format" name="(traceback.TracebackException method)"/>
  <function link="library/tracemalloc.html#tracemalloc.Traceback.format" name="(tracemalloc.Traceback method)"/>
  <function link="library/email.utils.html#email.utils.format_datetime" name="format_datetime() (in module email.utils)"/>
  <function link="library/traceback.html#traceback.format_exc" name="format_exc() (in module traceback)"/>
  <function link="library/traceback.html#traceback.format_exception" name="format_exception() (in module traceback)"/>
  <function link="library/traceback.html#traceback.format_exception_only" name="format_exception_only() (in module traceback)"/>
  <function link="library/traceback.html#traceback.TracebackException.format_exception_only" name="(traceback.TracebackException method)"/>
  <function link="library/string.html#string.Formatter.format_field" name="format_field() (string.Formatter method)"/>
  <function link="library/traceback.html#traceback.StackSummary.format_frame_summary" name="format_frame_summary() (traceback.StackSummary method)"/>
  <function link="library/argparse.html#argparse.ArgumentParser.format_help" name="format_help() (argparse.ArgumentParser method)"/>
  <function link="library/traceback.html#traceback.format_list" name="format_list() (in module traceback)"/>
  <function link="library/stdtypes.html#str.format_map" name="format_map() (str method)"/>
  <function link="library/traceback.html#traceback.format_stack" name="format_stack() (in module traceback)"/>
  <function link="library/bdb.html#bdb.Bdb.format_stack_entry" name="format_stack_entry() (bdb.Bdb method)"/>
  <function link="library/locale.html#locale.format_string" name="format_string() (in module locale)"/>
  <function link="library/traceback.html#traceback.format_tb" name="format_tb() (in module traceback)"/>
  <function link="library/argparse.html#argparse.ArgumentParser.format_usage" name="format_usage() (argparse.ArgumentParser method)"/>
  <function link="library/dis.html#opcode-FORMAT_VALUE" name="FORMAT_VALUE (opcode)"/>
  <function link="library/email.utils.html#email.utils.formataddr" name="formataddr() (in module email.utils)"/>
  <function link="library/inspect.html#inspect.formatargvalues" name="formatargvalues() (in module inspect)"/>
  <function link="library/email.utils.html#email.utils.formatdate" name="formatdate() (in module email.utils)"/>
  <function link="library/mailbox.html#mailbox.FormatError" name="FormatError"/>
  <function link="library/ctypes.html#ctypes.FormatError" name="FormatError() (in module ctypes)"/>
  <function link="library/logging.html#logging.Formatter.formatException" name="formatException() (logging.Formatter method)"/>
  <function link="library/logging.html#logging.BufferingFormatter.formatFooter" name="formatFooter() (logging.BufferingFormatter method)"/>
  <function link="library/logging.html#logging.BufferingFormatter.formatHeader" name="formatHeader() (logging.BufferingFormatter method)"/>
  <function link="library/calendar.html#calendar.HTMLCalendar.formatmonth" name="formatmonth() (calendar.HTMLCalendar method)"/>
  <function link="library/calendar.html#calendar.TextCalendar.formatmonth" name="(calendar.TextCalendar method)"/>
  <function link="library/logging.html#logging.Formatter.formatStack" name="formatStack() (logging.Formatter method)"/>
  <function link="reference/lexical_analysis.html#index-25" name="formatted string literal"/>
  <function link="library/ast.html#ast.FormattedValue" name="FormattedValue (class in ast)"/>
  <function link="library/logging.html#logging.Formatter" name="Formatter (class in logging)"/>
  <function link="library/string.html#string.Formatter" name="(class in string)"/>
  <function link="library/logging.html#logging.Formatter.formatTime" name="formatTime() (logging.Formatter method)"/>
  <function link="library/stdtypes.html#index-44" name="bytearray (%)"/>
  <function link="library/stdtypes.html#index-44" name="bytes (%)"/>
  <function link="library/stdtypes.html#index-34" name="formatting, string (%)"/>
  <function link="library/warnings.html#warnings.formatwarning" name="formatwarning() (in module warnings)"/>
  <function link="library/calendar.html#calendar.HTMLCalendar.formatyear" name="formatyear() (calendar.HTMLCalendar method)"/>
  <function link="library/calendar.html#calendar.TextCalendar.formatyear" name="(calendar.TextCalendar method)"/>
  <function link="library/calendar.html#calendar.HTMLCalendar.formatyearpage" name="formatyearpage() (calendar.HTMLCalendar method)"/>
  <function link="c-api/buffer.html#index-2" name="Fortran contiguous"/>
  <function link="library/turtle.html#turtle.forward" name="forward() (in module turtle)"/>
  <function link="library/typing.html#typing.ForwardRef" name="ForwardRef (class in typing)"/>
  <function link="library/asynchat.html#asynchat.async_chat.found_terminator" name="found_terminator() (asynchat.async_chat method)"/>
  <function link="library/os.html#os.fpathconf" name="fpathconf() (in module os)"/>
  <function link="library/smtpd.html#smtpd.SMTPChannel.fqdn" name="fqdn (smtpd.SMTPChannel attribute)"/>
  <function link="library/fractions.html#fractions.Fraction" name="Fraction (class in fractions)"/>
  <function link="library/fractions.html#module-fractions" name="module"/>
  <function link="reference/compound_stmts.html#index-40" name="execution"/>
  <function link="reference/datamodel.html#index-60" name="object"/>
  <function link="library/tracemalloc.html#tracemalloc.Frame" name="Frame (class in tracemalloc)"/>
  <function link="library/inspect.html#inspect.FrameInfo.frame" name="frame (inspect.FrameInfo attribute)"/>
  <function link="library/tkinter.scrolledtext.html#tkinter.scrolledtext.ScrolledText.frame" name="(tkinter.scrolledtext.ScrolledText attribute)"/>
  <function link="library/inspect.html#inspect.FrameInfo" name="FrameInfo (class in inspect)"/>
  <function link="library/traceback.html#traceback.FrameSummary" name="FrameSummary (class in traceback)"/>
  <function link="library/types.html#types.FrameType" name="FrameType (in module types)"/>
  <function link="reference/executionmodel.html#index-6" name="variable"/>
  <function link="c-api/memory.html#index-0" name="free()"/>
  <function link="library/platform.html#platform.freedesktop_os_release" name="freedesktop_os_release() (in module platform)"/>
  <function link="c-api/typeobj.html#c.freefunc" name="freefunc (C type)"/>
  <function link="c-api/import.html#index-4" name="freeze utility"/>
  <function link="library/gc.html#gc.freeze" name="freeze() (in module gc)"/>
  <function link="library/multiprocessing.html#multiprocessing.freeze_support" name="freeze_support() (in module multiprocessing)"/>
  <function link="library/math.html#math.frexp" name="frexp() (in module math)"/>
  <function link="library/calendar.html#calendar.FRIDAY" name="FRIDAY (in module calendar)"/>
  <function link="reference/executionmodel.html#index-5" name="import statement"/>
  <function link="reference/expressions.html#index-23" name="keyword"/>
  <function link="reference/expressions.html#index-25" name="yield from expression"/>
  <function link="library/ctypes.html#ctypes._CData.from_address" name="from_address() (ctypes._CData method)"/>
  <function link="library/ctypes.html#ctypes._CData.from_buffer" name="from_buffer() (ctypes._CData method)"/>
  <function link="library/ctypes.html#ctypes._CData.from_buffer_copy" name="from_buffer_copy() (ctypes._CData method)"/>
  <function link="library/stdtypes.html#int.from_bytes" name="from_bytes() (int class method)"/>
  <function link="library/inspect.html#inspect.Signature.from_callable" name="from_callable() (inspect.Signature class method)"/>
  <function link="library/fractions.html#fractions.Fraction.from_decimal" name="from_decimal() (fractions.Fraction class method)"/>
  <function link="library/traceback.html#traceback.TracebackException.from_exception" name="from_exception() (traceback.TracebackException class method)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.from_file" name="from_file() (zipfile.ZipInfo class method)"/>
  <function link="library/zoneinfo.html#zoneinfo.ZoneInfo.from_file" name="(zoneinfo.ZoneInfo class method)"/>
  <function link="library/decimal.html#decimal.Decimal.from_float" name="from_float() (decimal.Decimal class method)"/>
  <function link="library/fractions.html#fractions.Fraction.from_float" name="(fractions.Fraction class method)"/>
  <function link="library/itertools.html#itertools.chain.from_iterable" name="from_iterable() (itertools.chain class method)"/>
  <function link="library/traceback.html#traceback.StackSummary.from_list" name="from_list() (traceback.StackSummary class method)"/>
  <function link="library/ctypes.html#ctypes._CData.from_param" name="from_param() (ctypes._CData method)"/>
  <function link="library/statistics.html#statistics.NormalDist.from_samples" name="from_samples() (statistics.NormalDist class method)"/>
  <function link="library/dis.html#dis.Bytecode.from_traceback" name="from_traceback() (dis.Bytecode class method)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.frombuf" name="frombuf() (tarfile.TarInfo class method)"/>
  <function link="library/array.html#array.array.frombytes" name="frombytes() (array.array method)"/>
  <function link="library/socket.html#socket.fromfd" name="fromfd() (in module socket)"/>
  <function link="library/select.html#select.epoll.fromfd" name="(select.epoll method)"/>
  <function link="library/select.html#select.kqueue.fromfd" name="(select.kqueue method)"/>
  <function link="library/array.html#array.array.fromfile" name="fromfile() (array.array method)"/>
  <function link="library/stdtypes.html#bytearray.fromhex" name="fromhex() (bytearray class method)"/>
  <function link="library/stdtypes.html#bytes.fromhex" name="(bytes class method)"/>
  <function link="library/stdtypes.html#float.fromhex" name="(float class method)"/>
  <function link="library/datetime.html#datetime.date.fromisocalendar" name="fromisocalendar() (datetime.date class method)"/>
  <function link="library/datetime.html#datetime.datetime.fromisocalendar" name="(datetime.datetime class method)"/>
  <function link="library/datetime.html#datetime.date.fromisoformat" name="fromisoformat() (datetime.date class method)"/>
  <function link="library/datetime.html#datetime.datetime.fromisoformat" name="(datetime.datetime class method)"/>
  <function link="library/datetime.html#datetime.time.fromisoformat" name="(datetime.time class method)"/>
  <function link="library/collections.html#collections.Counter.fromkeys" name="fromkeys() (collections.Counter method)"/>
  <function link="library/stdtypes.html#dict.fromkeys" name="(dict class method)"/>
  <function link="library/array.html#array.array.fromlist" name="fromlist() (array.array method)"/>
  <function link="library/datetime.html#datetime.date.fromordinal" name="fromordinal() (datetime.date class method)"/>
  <function link="library/datetime.html#datetime.datetime.fromordinal" name="(datetime.datetime class method)"/>
  <function link="library/socket.html#socket.fromshare" name="fromshare() (in module socket)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.fromstring" name="fromstring() (in module xml.etree.ElementTree)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.fromstringlist" name="fromstringlist() (in module xml.etree.ElementTree)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.fromtarfile" name="fromtarfile() (tarfile.TarInfo class method)"/>
  <function link="library/datetime.html#datetime.date.fromtimestamp" name="fromtimestamp() (datetime.date class method)"/>
  <function link="library/datetime.html#datetime.datetime.fromtimestamp" name="(datetime.datetime class method)"/>
  <function link="library/array.html#array.array.fromunicode" name="fromunicode() (array.array method)"/>
  <function link="library/datetime.html#datetime.timezone.fromutc" name="fromutc() (datetime.timezone method)"/>
  <function link="library/datetime.html#datetime.tzinfo.fromutc" name="(datetime.tzinfo method)"/>
  <function link="library/importlib.html#importlib.machinery.FrozenImporter" name="FrozenImporter (class in importlib.machinery)"/>
  <function link="library/dataclasses.html#dataclasses.FrozenInstanceError" name="FrozenInstanceError"/>
  <function link="c-api/set.html#index-0" name="object"/>
  <function link="library/stdtypes.html#frozenset" name="frozenset (built-in class)"/>
  <function link="library/typing.html#typing.FrozenSet" name="FrozenSet (class in typing)"/>
  <function link="library/test.html#test.support.os_helper.fs_is_case_insensitive" name="fs_is_case_insensitive() (in module test.support.os_helper)"/>
  <function link="library/test.html#test.support.os_helper.FS_NONASCII" name="FS_NONASCII (in module test.support.os_helper)"/>
  <function link="library/os.html#os.fsdecode" name="fsdecode() (in module os)"/>
  <function link="library/os.html#os.fsencode" name="fsencode() (in module os)"/>
  <function link="library/os.html#os.fspath" name="fspath() (in module os)"/>
  <function link="library/os.html#os.fstat" name="fstat() (in module os)"/>
  <function link="library/os.html#os.fstatvfs" name="fstatvfs() (in module os)"/>
  <function link="reference/lexical_analysis.html#index-25" name="fstring"/>
  <function link="library/math.html#math.fsum" name="fsum() (in module math)"/>
  <function link="library/os.html#os.fsync" name="fsync() (in module os)"/>
  <function link="library/urllib.request.html#index-13" name="FTP"/>
  <function link="library/ftplib.html#index-0" name="ftplib (standard module)"/>
  <function link="library/ftplib.html#index-0" name="protocol"/>
  <function link="library/ftplib.html#ftplib.FTP" name="FTP (class in ftplib)"/>
  <function link="library/urllib.request.html#urllib.request.FTPHandler.ftp_open" name="ftp_open() (urllib.request.FTPHandler method)"/>
  <function link="library/ftplib.html#ftplib.FTP_TLS" name="FTP_TLS (class in ftplib)"/>
  <function link="library/urllib.request.html#urllib.request.FTPHandler" name="FTPHandler (class in urllib.request)"/>
  <function link="library/ftplib.html#module-ftplib" name="module"/>
  <function link="library/os.html#os.ftruncate" name="ftruncate() (in module os)"/>
  <function link="library/queue.html#queue.Full" name="Full"/>
  <function link="library/asyncio-queue.html#asyncio.Queue.full" name="full() (asyncio.Queue method)"/>
  <function link="library/multiprocessing.html#multiprocessing.Queue.full" name="(multiprocessing.Queue method)"/>
  <function link="library/queue.html#queue.Queue.full" name="(queue.Queue method)"/>
  <function link="library/urllib.request.html#urllib.request.Request.full_url" name="full_url (urllib.request.Request attribute)"/>
  <function link="library/re.html#re.fullmatch" name="fullmatch() (in module re)"/>
  <function link="library/re.html#re.Pattern.fullmatch" name="(re.Pattern method)"/>
  <function link="library/functools.html#functools.partial.func" name="func (functools.partial attribute)"/>
  <function link="library/2to3.html#to3fixer-funcattrs" name="funcattrs (2to3 fixer)"/>
  <function link="library/bdb.html#bdb.Breakpoint.funcname" name="funcname (bdb.Breakpoint attribute)"/>
  <function link="glossary.html#term-function" name="function"/>
  <function link="reference/compound_stmts.html#index-34" name="annotations"/>
  <function link="reference/expressions.html#index-90" name="anonymous"/>
  <function link="reference/datamodel.html#index-32" name="argument"/>
  <function link="reference/datamodel.html#index-32" name="call"/>
  <function link="reference/expressions.html#index-52" name="call, user-defined"/>
  <function link="reference/compound_stmts.html#index-28" name="definition"/>
  <function link="reference/expressions.html#index-23" name="generator"/>
  <function link="reference/compound_stmts.html#index-28" name="name"/>
  <function link="c-api/function.html#index-0" name="object"/>
  <function link="reference/datamodel.html#index-33" name="user-defined"/>
  <function link="library/symtable.html#symtable.Function" name="Function (class in symtable)"/>
  <function link="library/inspect.html#inspect.FrameInfo.function" name="function (inspect.FrameInfo attribute)"/>
  <function link="library/inspect.html#inspect.Traceback.function" name="(inspect.Traceback attribute)"/>
  <function link="glossary.html#term-function-annotation" name="function annotation"/>
  <function link="library/ast.html#ast.FunctionDef" name="FunctionDef (class in ast)"/>
  <function link="library/unittest.html#unittest.FunctionTestCase" name="FunctionTestCase (class in unittest)"/>
  <function link="library/types.html#types.FunctionType" name="FunctionType (in module types)"/>
  <function link="library/functools.html#module-functools" name="module"/>
  <function link="library/filecmp.html#filecmp.dircmp.funny_files" name="funny_files (filecmp.dircmp attribute)"/>
  <function link="reference/simple_stmts.html#index-40" name="statement"/>
  <function link="library/2to3.html#to3fixer-future" name="future (2to3 fixer)"/>
  <function link="library/asyncio-future.html#asyncio.Future" name="Future (class in asyncio)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.Future" name="(class in concurrent.futures)"/>
  <function link="library/exceptions.html#FutureWarning" name="FutureWarning"/>
  <function link="library/os.html#os.fwalk" name="fwalk() (in module os)"/>
  <function link="library/aifc.html#index-2" name="G.722"/>
  <function link="library/socket.html#socket.gaierror" name="gaierror"/>
  <function link="library/math.html#math.gamma" name="gamma() (in module math)"/>
  <function link="library/random.html#random.gammavariate" name="gammavariate() (in module random)"/>
  <function link="library/gc.html#gc.garbage" name="garbage (in module gc)"/>
  <function link="glossary.html#term-garbage-collection" name="garbage collection"/>
  <function link="library/curses.html#curses.textpad.Textbox.gather" name="gather() (curses.textpad.Textbox method)"/>
  <function link="library/asyncio-task.html#asyncio.gather" name="(in module asyncio)"/>
  <function link="library/random.html#random.gauss" name="gauss() (in module random)"/>
  <function link="library/gc.html#module-gc" name="module"/>
  <function link="library/test.html#test.support.gc_collect" name="gc_collect() (in module test.support)"/>
  <function link="library/math.html#math.gcd" name="gcd() (in module math)"/>
  <function link="library/operator.html#operator.ge" name="ge() (in module operator)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.gen_lib_options" name="gen_lib_options() (in module distutils.ccompiler)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.gen_preprocess_options" name="gen_preprocess_options() (in module distutils.ccompiler)"/>
  <function link="library/msilib.html#msilib.gen_uuid" name="gen_uuid() (in module msilib)"/>
  <function link="distutils/apiref.html#distutils.fancy_getopt.FancyGetopt.generate_help" name="generate_help() (distutils.fancy_getopt.FancyGetopt method)"/>
  <function link="library/tokenize.html#tokenize.generate_tokens" name="generate_tokens() (in module tokenize)"/>
  <function link="glossary.html#term-generator" name="generator"/>
  <function link="reference/expressions.html#index-22" name="expression"/>
  <function link="reference/datamodel.html#index-37" name="function"/>
  <function link="reference/datamodel.html#index-37" name="iterator"/>
  <function link="reference/datamodel.html#index-57" name="object"/>
  <function link="library/collections.abc.html#collections.abc.Generator" name="Generator (class in collections.abc)"/>
  <function link="library/email.generator.html#email.generator.Generator" name="(class in email.generator)"/>
  <function link="library/typing.html#typing.Generator" name="(class in typing)"/>
  <function link="glossary.html#term-generator-expression" name="generator expression"/>
  <function link="glossary.html#term-generator-iterator" name="generator iterator"/>
  <function link="library/exceptions.html#GeneratorExit" name="GeneratorExit"/>
  <function link="reference/expressions.html#index-33" name="exception"/>
  <function link="library/ast.html#ast.GeneratorExp" name="GeneratorExp (class in ast)"/>
  <function link="library/types.html#types.GeneratorType" name="GeneratorType (in module types)"/>
  <function link="library/stdtypes.html#index-55" name="Alias"/>
  <function link="reference/datamodel.html#index-5" name="special attribute"/>
  <function link="library/typing.html#typing.Generic" name="Generic (class in typing)"/>
  <function link="glossary.html#term-generic-function" name="generic function"/>
  <function link="glossary.html#term-generic-type" name="generic type"/>
  <function link="library/ast.html#ast.NodeVisitor.generic_visit" name="generic_visit() (ast.NodeVisitor method)"/>
  <function link="library/stdtypes.html#index-55" name="object"/>
  <function link="library/types.html#types.GenericAlias" name="GenericAlias (class in types)"/>
  <function link="library/pickletools.html#pickletools.genops" name="genops() (in module pickletools)"/>
  <function link="library/statistics.html#statistics.geometric_mean" name="geometric_mean() (in module statistics)"/>
  <function link="library/asyncio-queue.html#asyncio.Queue.get" name="get() (asyncio.Queue method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.get" name="(configparser.ConfigParser method)"/>
  <function link="library/contextvars.html#contextvars.Context.get" name="(contextvars.Context method)"/>
  <function link="library/contextvars.html#contextvars.ContextVar.get" name="(contextvars.ContextVar method)"/>
  <function link="library/stdtypes.html#dict.get" name="(dict method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.get" name="(email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.get" name="(email.message.Message method)"/>
  <function link="library/webbrowser.html#webbrowser.get" name="(in module webbrowser)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.get" name="(mailbox.Mailbox method)"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.AsyncResult.get" name="(multiprocessing.pool.AsyncResult method)"/>
  <function link="library/multiprocessing.html#multiprocessing.Queue.get" name="(multiprocessing.Queue method)"/>
  <function link="library/multiprocessing.html#multiprocessing.SimpleQueue.get" name="(multiprocessing.SimpleQueue method)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_mixer_device.get" name="(ossaudiodev.oss_mixer_device method)"/>
  <function link="library/queue.html#queue.Queue.get" name="(queue.Queue method)"/>
  <function link="library/queue.html#queue.SimpleQueue.get" name="(queue.SimpleQueue method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Combobox.get" name="(tkinter.ttk.Combobox method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Spinbox.get" name="(tkinter.ttk.Spinbox method)"/>
  <function link="library/types.html#types.MappingProxyType.get" name="(types.MappingProxyType method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.get" name="(xml.etree.ElementTree.Element method)"/>
  <function link="library/dis.html#opcode-GET_AITER" name="GET_AITER (opcode)"/>
  <function link="library/email.message.html#email.message.EmailMessage.get_all" name="get_all() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.get_all" name="(email.message.Message method)"/>
  <function link="library/wsgiref.html#wsgiref.headers.Headers.get_all" name="(wsgiref.headers.Headers method)"/>
  <function link="library/bdb.html#bdb.Bdb.get_all_breaks" name="get_all_breaks() (bdb.Bdb method)"/>
  <function link="library/multiprocessing.html#multiprocessing.get_all_start_methods" name="get_all_start_methods() (in module multiprocessing)"/>
  <function link="library/dis.html#opcode-GET_ANEXT" name="GET_ANEXT (opcode)"/>
  <function link="library/inspect.html#inspect.get_annotations" name="get_annotations() (in module inspect)"/>
  <function link="library/wsgiref.html#wsgiref.simple_server.WSGIServer.get_app" name="get_app() (wsgiref.simple_server.WSGIServer method)"/>
  <function link="library/shutil.html#shutil.get_archive_formats" name="get_archive_formats() (in module shutil)"/>
  <function link="library/typing.html#typing.get_args" name="get_args() (in module typing)"/>
  <function link="library/sys.html#sys.get_asyncgen_hooks" name="get_asyncgen_hooks() (in module sys)"/>
  <function link="library/test.html#test.support.get_attribute" name="get_attribute() (in module test.support)"/>
  <function link="library/dis.html#opcode-GET_AWAITABLE" name="GET_AWAITABLE (opcode)"/>
  <function link="library/readline.html#readline.get_begidx" name="get_begidx() (in module readline)"/>
  <function link="library/os.html#os.get_blocking" name="get_blocking() (in module os)"/>
  <function link="library/email.message.html#email.message.EmailMessage.get_body" name="get_body() (email.message.EmailMessage method)"/>
  <function link="library/email.charset.html#email.charset.Charset.get_body_encoding" name="get_body_encoding() (email.charset.Charset method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.get_boundary" name="get_boundary() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.get_boundary" name="(email.message.Message method)"/>
  <function link="library/bdb.html#bdb.Bdb.get_bpbynumber" name="get_bpbynumber() (bdb.Bdb method)"/>
  <function link="library/bdb.html#bdb.Bdb.get_break" name="get_break() (bdb.Bdb method)"/>
  <function link="library/bdb.html#bdb.Bdb.get_breaks" name="get_breaks() (bdb.Bdb method)"/>
  <function link="library/asyncio-protocol.html#asyncio.BufferedProtocol.get_buffer" name="get_buffer() (asyncio.BufferedProtocol method)"/>
  <function link="library/xdrlib.html#xdrlib.Packer.get_buffer" name="(xdrlib.Packer method)"/>
  <function link="library/xdrlib.html#xdrlib.Unpacker.get_buffer" name="(xdrlib.Unpacker method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.get_bytes" name="get_bytes() (mailbox.Mailbox method)"/>
  <function link="library/ssl.html#ssl.SSLContext.get_ca_certs" name="get_ca_certs() (ssl.SSLContext method)"/>
  <function link="library/abc.html#abc.get_cache_token" name="get_cache_token() (in module abc)"/>
  <function link="library/ssl.html#ssl.SSLSocket.get_channel_binding" name="get_channel_binding() (ssl.SSLSocket method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.get_charset" name="get_charset() (email.message.Message method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.get_charsets" name="get_charsets() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.get_charsets" name="(email.message.Message method)"/>
  <function link="library/asyncio-policy.html#asyncio.AbstractEventLoopPolicy.get_child_watcher" name="get_child_watcher() (asyncio.AbstractEventLoopPolicy method)"/>
  <function link="library/asyncio-policy.html#asyncio.get_child_watcher" name="(in module asyncio)"/>
  <function link="library/symtable.html#symtable.SymbolTable.get_children" name="get_children() (symtable.SymbolTable method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.get_children" name="(tkinter.ttk.Treeview method)"/>
  <function link="library/ssl.html#ssl.SSLContext.get_ciphers" name="get_ciphers() (ssl.SSLContext method)"/>
  <function link="library/time.html#time.get_clock_info" name="get_clock_info() (in module time)"/>
  <function link="library/difflib.html#difflib.get_close_matches" name="get_close_matches() (in module difflib)"/>
  <function link="library/importlib.html#importlib.abc.InspectLoader.get_code" name="get_code() (importlib.abc.InspectLoader method)"/>
  <function link="library/importlib.html#importlib.abc.SourceLoader.get_code" name="(importlib.abc.SourceLoader method)"/>
  <function link="library/importlib.html#importlib.machinery.ExtensionFileLoader.get_code" name="(importlib.machinery.ExtensionFileLoader method)"/>
  <function link="library/importlib.html#importlib.machinery.SourcelessFileLoader.get_code" name="(importlib.machinery.SourcelessFileLoader method)"/>
  <function link="library/zipimport.html#zipimport.zipimporter.get_code" name="(zipimport.zipimporter method)"/>
  <function link="library/readline.html#readline.get_completer" name="get_completer() (in module readline)"/>
  <function link="library/readline.html#readline.get_completer_delims" name="get_completer_delims() (in module readline)"/>
  <function link="library/readline.html#readline.get_completion_type" name="get_completion_type() (in module readline)"/>
  <function link="distutils/apiref.html#distutils.sysconfig.get_config_h_filename" name="get_config_h_filename() (in module distutils.sysconfig)"/>
  <function link="library/sysconfig.html#sysconfig.get_config_h_filename" name="(in module sysconfig)"/>
  <function link="distutils/apiref.html#distutils.sysconfig.get_config_var" name="get_config_var() (in module distutils.sysconfig)"/>
  <function link="library/sysconfig.html#sysconfig.get_config_var" name="(in module sysconfig)"/>
  <function link="distutils/apiref.html#distutils.sysconfig.get_config_vars" name="get_config_vars() (in module distutils.sysconfig)"/>
  <function link="library/sysconfig.html#sysconfig.get_config_vars" name="(in module sysconfig)"/>
  <function link="library/email.contentmanager.html#email.contentmanager.ContentManager.get_content" name="get_content() (email.contentmanager.ContentManager method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.get_content" name="(email.message.EmailMessage method)"/>
  <function link="library/email.contentmanager.html#email.contentmanager.get_content" name="(in module email.contentmanager)"/>
  <function link="library/email.message.html#email.message.EmailMessage.get_content_charset" name="get_content_charset() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.get_content_charset" name="(email.message.Message method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.get_content_disposition" name="get_content_disposition() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.get_content_disposition" name="(email.message.Message method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.get_content_maintype" name="get_content_maintype() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.get_content_maintype" name="(email.message.Message method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.get_content_subtype" name="get_content_subtype() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.get_content_subtype" name="(email.message.Message method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.get_content_type" name="get_content_type() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.get_content_type" name="(email.message.Message method)"/>
  <function link="library/multiprocessing.html#multiprocessing.get_context" name="get_context() (in module multiprocessing)"/>
  <function link="library/asyncio-task.html#asyncio.Task.get_coro" name="get_coro() (asyncio.Task method)"/>
  <function link="library/sys.html#sys.get_coroutine_origin_tracking_depth" name="get_coroutine_origin_tracking_depth() (in module sys)"/>
  <function link="library/gc.html#gc.get_count" name="get_count() (in module gc)"/>
  <function link="library/readline.html#readline.get_current_history_length" name="get_current_history_length() (in module readline)"/>
  <function link="library/importlib.html#importlib.abc.FileLoader.get_data" name="get_data() (importlib.abc.FileLoader method)"/>
  <function link="library/importlib.html#importlib.abc.ResourceLoader.get_data" name="(importlib.abc.ResourceLoader method)"/>
  <function link="library/pkgutil.html#pkgutil.get_data" name="(in module pkgutil)"/>
  <function link="library/zipimport.html#zipimport.zipimporter.get_data" name="(zipimport.zipimporter method)"/>
  <function link="library/mailbox.html#mailbox.MaildirMessage.get_date" name="get_date() (mailbox.MaildirMessage method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.get_debug" name="get_debug() (asyncio.loop method)"/>
  <function link="library/gc.html#gc.get_debug" name="(in module gc)"/>
  <function link="library/argparse.html#argparse.ArgumentParser.get_default" name="get_default() (argparse.ArgumentParser method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.get_default_compiler" name="get_default_compiler() (in module distutils.ccompiler)"/>
  <function link="library/nis.html#nis.get_default_domain" name="get_default_domain() (in module nis)"/>
  <function link="library/sysconfig.html#sysconfig.get_default_scheme" name="get_default_scheme() (in module sysconfig)"/>
  <function link="library/email.message.html#email.message.EmailMessage.get_default_type" name="get_default_type() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.get_default_type" name="(email.message.Message method)"/>
  <function link="library/ssl.html#ssl.get_default_verify_paths" name="get_default_verify_paths() (in module ssl)"/>
  <function link="library/csv.html#csv.get_dialect" name="get_dialect() (in module csv)"/>
  <function link="library/test.html#test.support.bytecode_helper.BytecodeTestCase.get_disassembly_as_string" name="get_disassembly_as_string() (test.support.bytecode_helper.BytecodeTestCase method)"/>
  <function link="library/ast.html#ast.get_docstring" name="get_docstring() (in module ast)"/>
  <function link="library/doctest.html#doctest.DocTestParser.get_doctest" name="get_doctest() (doctest.DocTestParser method)"/>
  <function link="library/readline.html#readline.get_endidx" name="get_endidx() (in module readline)"/>
  <function link="library/wsgiref.html#wsgiref.simple_server.WSGIRequestHandler.get_environ" name="get_environ() (wsgiref.simple_server.WSGIRequestHandler method)"/>
  <function link="library/ctypes.html#ctypes.get_errno" name="get_errno() (in module ctypes)"/>
  <function link="library/curses.html#curses.get_escdelay" name="get_escdelay() (in module curses)"/>
  <function link="library/asyncio-policy.html#asyncio.AbstractEventLoopPolicy.get_event_loop" name="get_event_loop() (asyncio.AbstractEventLoopPolicy method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.get_event_loop" name="(in module asyncio)"/>
  <function link="library/asyncio-policy.html#asyncio.get_event_loop_policy" name="get_event_loop_policy() (in module asyncio)"/>
  <function link="library/doctest.html#doctest.DocTestParser.get_examples" name="get_examples() (doctest.DocTestParser method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.get_exception_handler" name="get_exception_handler() (asyncio.loop method)"/>
  <function link="library/os.html#os.get_exec_path" name="get_exec_path() (in module os)"/>
  <function link="library/asyncio-protocol.html#asyncio.BaseTransport.get_extra_info" name="get_extra_info() (asyncio.BaseTransport method)"/>
  <function link="library/asyncio-stream.html#asyncio.StreamWriter.get_extra_info" name="(asyncio.StreamWriter method)"/>
  <function link="library/string.html#string.Formatter.get_field" name="get_field() (string.Formatter method)"/>
  <function link="library/mailbox.html#mailbox.Babyl.get_file" name="get_file() (mailbox.Babyl method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.get_file" name="(mailbox.Mailbox method)"/>
  <function link="library/mailbox.html#mailbox.Maildir.get_file" name="(mailbox.Maildir method)"/>
  <function link="library/mailbox.html#mailbox.mbox.get_file" name="(mailbox.mbox method)"/>
  <function link="library/mailbox.html#mailbox.MH.get_file" name="(mailbox.MH method)"/>
  <function link="library/mailbox.html#mailbox.MMDF.get_file" name="(mailbox.MMDF method)"/>
  <function link="library/bdb.html#bdb.Bdb.get_file_breaks" name="get_file_breaks() (bdb.Bdb method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.get_filename" name="get_filename() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.get_filename" name="(email.message.Message method)"/>
  <function link="library/importlib.html#importlib.abc.ExecutionLoader.get_filename" name="(importlib.abc.ExecutionLoader method)"/>
  <function link="library/importlib.html#importlib.abc.FileLoader.get_filename" name="(importlib.abc.FileLoader method)"/>
  <function link="library/importlib.html#importlib.machinery.ExtensionFileLoader.get_filename" name="(importlib.machinery.ExtensionFileLoader method)"/>
  <function link="library/zipimport.html#zipimport.zipimporter.get_filename" name="(zipimport.zipimporter method)"/>
  <function link="library/dialog.html#tkinter.filedialog.FileDialog.get_filter" name="get_filter() (tkinter.filedialog.FileDialog method)"/>
  <function link="library/mailbox.html#mailbox.MaildirMessage.get_flags" name="get_flags() (mailbox.MaildirMessage method)"/>
  <function link="library/mailbox.html#mailbox.mboxMessage.get_flags" name="(mailbox.mboxMessage method)"/>
  <function link="library/mailbox.html#mailbox.MMDFMessage.get_flags" name="(mailbox.MMDFMessage method)"/>
  <function link="library/mailbox.html#mailbox.Maildir.get_folder" name="get_folder() (mailbox.Maildir method)"/>
  <function link="library/mailbox.html#mailbox.MH.get_folder" name="(mailbox.MH method)"/>
  <function link="library/symtable.html#symtable.Function.get_frees" name="get_frees() (symtable.Function method)"/>
  <function link="library/gc.html#gc.get_freeze_count" name="get_freeze_count() (in module gc)"/>
  <function link="library/mailbox.html#mailbox.mboxMessage.get_from" name="get_from() (mailbox.mboxMessage method)"/>
  <function link="library/mailbox.html#mailbox.MMDFMessage.get_from" name="(mailbox.MMDFMessage method)"/>
  <function link="library/urllib.request.html#urllib.request.Request.get_full_url" name="get_full_url() (urllib.request.Request method)"/>
  <function link="library/symtable.html#symtable.Function.get_globals" name="get_globals() (symtable.Function method)"/>
  <function link="library/difflib.html#difflib.SequenceMatcher.get_grouped_opcodes" name="get_grouped_opcodes() (difflib.SequenceMatcher method)"/>
  <function link="library/os.html#os.get_handle_inheritable" name="get_handle_inheritable() (in module os)"/>
  <function link="library/urllib.request.html#urllib.request.Request.get_header" name="get_header() (urllib.request.Request method)"/>
  <function link="library/readline.html#readline.get_history_item" name="get_history_item() (in module readline)"/>
  <function link="library/readline.html#readline.get_history_length" name="get_history_length() (in module readline)"/>
  <function link="library/symtable.html#symtable.SymbolTable.get_id" name="get_id() (symtable.SymbolTable method)"/>
  <function link="library/_thread.html#thread.get_ident" name="get_ident() (in module _thread)"/>
  <function link="library/threading.html#threading.get_ident" name="(in module threading)"/>
  <function link="library/string.html#string.Template.get_identifiers" name="get_identifiers() (string.Template method)"/>
  <function link="library/symtable.html#symtable.SymbolTable.get_identifiers" name="(symtable.SymbolTable method)"/>
  <function link="library/pkgutil.html#pkgutil.get_importer" name="get_importer() (in module pkgutil)"/>
  <function link="library/mailbox.html#mailbox.MaildirMessage.get_info" name="get_info() (mailbox.MaildirMessage method)"/>
  <function link="library/os.html#os.get_inheritable" name="get_inheritable() (in module os)"/>
  <function link="library/socket.html#socket.socket.get_inheritable" name="(socket.socket method)"/>
  <function link="library/dis.html#dis.get_instructions" name="get_instructions() (in module dis)"/>
  <function link="library/sys.html#sys.get_int_max_str_digits" name="get_int_max_str_digits() (in module sys)"/>
  <function link="library/zipapp.html#zipapp.get_interpreter" name="get_interpreter() (in module zipapp)"/>
  <function link="library/dis.html#opcode-GET_ITER" name="GET_ITER (opcode)"/>
  <function link="library/selectors.html#selectors.BaseSelector.get_key" name="get_key() (selectors.BaseSelector method)"/>
  <function link="library/mailbox.html#mailbox.Babyl.get_labels" name="get_labels() (mailbox.Babyl method)"/>
  <function link="library/mailbox.html#mailbox.BabylMessage.get_labels" name="(mailbox.BabylMessage method)"/>
  <function link="library/ctypes.html#ctypes.get_last_error" name="get_last_error() (in module ctypes)"/>
  <function link="library/dis.html#opcode-GET_LEN" name="GET_LEN (opcode)"/>
  <function link="library/readline.html#readline.get_line_buffer" name="get_line_buffer() (in module readline)"/>
  <function link="library/symtable.html#symtable.SymbolTable.get_lineno" name="get_lineno() (symtable.SymbolTable method)"/>
  <function link="library/pkgutil.html#pkgutil.get_loader" name="get_loader() (in module pkgutil)"/>
  <function link="library/symtable.html#symtable.Function.get_locals" name="get_locals() (symtable.Function method)"/>
  <function link="library/multiprocessing.html#multiprocessing.get_logger" name="get_logger() (in module multiprocessing)"/>
  <function link="library/asyncio-future.html#asyncio.Future.get_loop" name="get_loop() (asyncio.Future method)"/>
  <function link="library/asyncio-runner.html#asyncio.Runner.get_loop" name="(asyncio.Runner method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.Server.get_loop" name="(asyncio.Server method)"/>
  <function link="library/imp.html#imp.get_magic" name="get_magic() (in module imp)"/>
  <function link="distutils/apiref.html#distutils.sysconfig.get_makefile_filename" name="get_makefile_filename() (in module distutils.sysconfig)"/>
  <function link="library/sysconfig.html#sysconfig.get_makefile_filename" name="(in module sysconfig)"/>
  <function link="library/selectors.html#selectors.BaseSelector.get_map" name="get_map() (selectors.BaseSelector method)"/>
  <function link="library/difflib.html#difflib.SequenceMatcher.get_matching_blocks" name="get_matching_blocks() (difflib.SequenceMatcher method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.get_message" name="get_message() (mailbox.Mailbox method)"/>
  <function link="library/urllib.request.html#urllib.request.Request.get_method" name="get_method() (urllib.request.Request method)"/>
  <function link="library/symtable.html#symtable.Class.get_methods" name="get_methods() (symtable.Class method)"/>
  <function link="library/ipaddress.html#ipaddress.get_mixed_type_key" name="get_mixed_type_key() (in module ipaddress)"/>
  <function link="library/asyncio-task.html#asyncio.Task.get_name" name="get_name() (asyncio.Task method)"/>
  <function link="library/symtable.html#symtable.Symbol.get_name" name="(symtable.Symbol method)"/>
  <function link="library/symtable.html#symtable.SymbolTable.get_name" name="(symtable.SymbolTable method)"/>
  <function link="library/symtable.html#symtable.Symbol.get_namespace" name="get_namespace() (symtable.Symbol method)"/>
  <function link="library/symtable.html#symtable.Symbol.get_namespaces" name="get_namespaces() (symtable.Symbol method)"/>
  <function link="library/_thread.html#thread.get_native_id" name="get_native_id() (in module _thread)"/>
  <function link="library/threading.html#threading.get_native_id" name="(in module threading)"/>
  <function link="library/symtable.html#symtable.Function.get_nonlocals" name="get_nonlocals() (symtable.Function method)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.get_nonstandard_attr" name="get_nonstandard_attr() (http.cookiejar.Cookie method)"/>
  <function link="library/asyncio-queue.html#asyncio.Queue.get_nowait" name="get_nowait() (asyncio.Queue method)"/>
  <function link="library/multiprocessing.html#multiprocessing.Queue.get_nowait" name="(multiprocessing.Queue method)"/>
  <function link="library/queue.html#queue.Queue.get_nowait" name="(queue.Queue method)"/>
  <function link="library/queue.html#queue.SimpleQueue.get_nowait" name="(queue.SimpleQueue method)"/>
  <function link="library/tracemalloc.html#tracemalloc.get_object_traceback" name="get_object_traceback() (in module tracemalloc)"/>
  <function link="library/gc.html#gc.get_objects" name="get_objects() (in module gc)"/>
  <function link="library/difflib.html#difflib.SequenceMatcher.get_opcodes" name="get_opcodes() (difflib.SequenceMatcher method)"/>
  <function link="library/optparse.html#optparse.OptionParser.get_option" name="get_option() (optparse.OptionParser method)"/>
  <function link="library/optparse.html#optparse.OptionParser.get_option_group" name="get_option_group() (optparse.OptionParser method)"/>
  <function link="distutils/apiref.html#distutils.fancy_getopt.FancyGetopt.get_option_order" name="get_option_order() (distutils.fancy_getopt.FancyGetopt method)"/>
  <function link="library/typing.html#typing.get_origin" name="get_origin() (in module typing)"/>
  <function link="library/test.html#test.support.get_original_stdout" name="get_original_stdout() (in module test.support)"/>
  <function link="library/msvcrt.html#msvcrt.get_osfhandle" name="get_osfhandle() (in module msvcrt)"/>
  <function link="library/email.charset.html#email.charset.Charset.get_output_charset" name="get_output_charset() (email.charset.Charset method)"/>
  <function link="library/typing.html#typing.get_overloads" name="get_overloads() (in module typing)"/>
  <function link="library/email.compat32-message.html#email.message.Message.get_param" name="get_param() (email.message.Message method)"/>
  <function link="library/symtable.html#symtable.Function.get_parameters" name="get_parameters() (symtable.Function method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.get_params" name="get_params() (email.message.Message method)"/>
  <function link="library/sysconfig.html#sysconfig.get_path" name="get_path() (in module sysconfig)"/>
  <function link="library/sysconfig.html#sysconfig.get_path_names" name="get_path_names() (in module sysconfig)"/>
  <function link="library/sysconfig.html#sysconfig.get_paths" name="get_paths() (in module sysconfig)"/>
  <function link="library/email.compat32-message.html#email.message.Message.get_payload" name="get_payload() (email.message.Message method)"/>
  <function link="library/asyncio-protocol.html#asyncio.SubprocessTransport.get_pid" name="get_pid() (asyncio.SubprocessTransport method)"/>
  <function link="library/asyncio-protocol.html#asyncio.SubprocessTransport.get_pipe_transport" name="get_pipe_transport() (asyncio.SubprocessTransport method)"/>
  <function link="distutils/apiref.html#distutils.util.get_platform" name="get_platform() (in module distutils.util)"/>
  <function link="library/sysconfig.html#sysconfig.get_platform" name="(in module sysconfig)"/>
  <function link="library/turtle.html#turtle.get_poly" name="get_poly() (in module turtle)"/>
  <function link="library/xdrlib.html#xdrlib.Unpacker.get_position" name="get_position() (xdrlib.Unpacker method)"/>
  <function link="library/sysconfig.html#sysconfig.get_preferred_scheme" name="get_preferred_scheme() (in module sysconfig)"/>
  <function link="library/asyncio-protocol.html#asyncio.BaseTransport.get_protocol" name="get_protocol() (asyncio.BaseTransport method)"/>
  <function link="distutils/apiref.html#distutils.sysconfig.get_python_inc" name="get_python_inc() (in module distutils.sysconfig)"/>
  <function link="distutils/apiref.html#distutils.sysconfig.get_python_lib" name="get_python_lib() (in module distutils.sysconfig)"/>
  <function link="library/sysconfig.html#sysconfig.get_python_version" name="get_python_version() (in module sysconfig)"/>
  <function link="library/graphlib.html#graphlib.TopologicalSorter.get_ready" name="get_ready() (graphlib.TopologicalSorter method)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_mixer_device.get_recsrc" name="get_recsrc() (ossaudiodev.oss_mixer_device method)"/>
  <function link="library/gc.html#gc.get_referents" name="get_referents() (in module gc)"/>
  <function link="library/gc.html#gc.get_referrers" name="get_referrers() (in module gc)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.get_request" name="get_request() (socketserver.BaseServer method)"/>
  <function link="library/asyncio-protocol.html#asyncio.SubprocessTransport.get_returncode" name="get_returncode() (asyncio.SubprocessTransport method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.get_running_loop" name="get_running_loop() (in module asyncio)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.get_scheme" name="get_scheme() (wsgiref.handlers.BaseHandler method)"/>
  <function link="library/sysconfig.html#sysconfig.get_scheme_names" name="get_scheme_names() (in module sysconfig)"/>
  <function link="library/dialog.html#tkinter.filedialog.FileDialog.get_selection" name="get_selection() (tkinter.filedialog.FileDialog method)"/>
  <function link="library/mailbox.html#mailbox.MH.get_sequences" name="get_sequences() (mailbox.MH method)"/>
  <function link="library/mailbox.html#mailbox.MHMessage.get_sequences" name="(mailbox.MHMessage method)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.BaseManager.get_server" name="get_server() (multiprocessing.managers.BaseManager method)"/>
  <function link="library/ssl.html#ssl.get_server_certificate" name="get_server_certificate() (in module ssl)"/>
  <function link="library/turtle.html#turtle.get_shapepoly" name="get_shapepoly() (in module turtle)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.get_socket" name="get_socket() (telnetlib.Telnet method)"/>
  <function link="library/importlib.html#importlib.abc.InspectLoader.get_source" name="get_source() (importlib.abc.InspectLoader method)"/>
  <function link="library/importlib.html#importlib.abc.SourceLoader.get_source" name="(importlib.abc.SourceLoader method)"/>
  <function link="library/importlib.html#importlib.machinery.ExtensionFileLoader.get_source" name="(importlib.machinery.ExtensionFileLoader method)"/>
  <function link="library/importlib.html#importlib.machinery.SourcelessFileLoader.get_source" name="(importlib.machinery.SourcelessFileLoader method)"/>
  <function link="library/zipimport.html#zipimport.zipimporter.get_source" name="(zipimport.zipimporter method)"/>
  <function link="library/ast.html#ast.get_source_segment" name="get_source_segment() (in module ast)"/>
  <function link="distutils/builtdist.html#get_special_folder_path" name="built-in function"/>
  <function link="library/asyncio-task.html#asyncio.Task.get_stack" name="get_stack() (asyncio.Task method)"/>
  <function link="library/bdb.html#bdb.Bdb.get_stack" name="(bdb.Bdb method)"/>
  <function link="library/multiprocessing.html#multiprocessing.get_start_method" name="get_start_method() (in module multiprocessing)"/>
  <function link="library/html.parser.html#html.parser.HTMLParser.get_starttag_text" name="get_starttag_text() (html.parser.HTMLParser method)"/>
  <function link="library/gc.html#gc.get_stats" name="get_stats() (in module gc)"/>
  <function link="library/profile.html#pstats.Stats.get_stats_profile" name="get_stats_profile() (pstats.Stats method)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.get_stderr" name="get_stderr() (wsgiref.handlers.BaseHandler method)"/>
  <function link="library/wsgiref.html#wsgiref.simple_server.WSGIRequestHandler.get_stderr" name="(wsgiref.simple_server.WSGIRequestHandler method)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.get_stdin" name="get_stdin() (wsgiref.handlers.BaseHandler method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.get_string" name="get_string() (mailbox.Mailbox method)"/>
  <function link="library/mailbox.html#mailbox.MaildirMessage.get_subdir" name="get_subdir() (mailbox.MaildirMessage method)"/>
  <function link="library/imp.html#imp.get_suffixes" name="get_suffixes() (in module imp)"/>
  <function link="library/symtable.html#symtable.SymbolTable.get_symbols" name="get_symbols() (symtable.SymbolTable method)"/>
  <function link="library/curses.html#curses.get_tabsize" name="get_tabsize() (in module curses)"/>
  <function link="library/imp.html#imp.get_tag" name="get_tag() (in module imp)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.get_task_factory" name="get_task_factory() (asyncio.loop method)"/>
  <function link="library/os.html#os.get_terminal_size" name="get_terminal_size() (in module os)"/>
  <function link="library/shutil.html#shutil.get_terminal_size" name="(in module shutil)"/>
  <function link="library/asynchat.html#asynchat.async_chat.get_terminator" name="get_terminator() (asynchat.async_chat method)"/>
  <function link="library/gc.html#gc.get_threshold" name="get_threshold() (in module gc)"/>
  <function link="library/shlex.html#shlex.shlex.get_token" name="get_token() (shlex.shlex method)"/>
  <function link="library/tracemalloc.html#tracemalloc.get_traceback_limit" name="get_traceback_limit() (in module tracemalloc)"/>
  <function link="library/tracemalloc.html#tracemalloc.get_traced_memory" name="get_traced_memory() (in module tracemalloc)"/>
  <function link="library/tracemalloc.html#tracemalloc.get_tracemalloc_memory" name="get_tracemalloc_memory() (in module tracemalloc)"/>
  <function link="library/symtable.html#symtable.SymbolTable.get_type" name="get_type() (symtable.SymbolTable method)"/>
  <function link="library/typing.html#typing.get_type_hints" name="get_type_hints() (in module typing)"/>
  <function link="library/email.message.html#email.message.EmailMessage.get_unixfrom" name="get_unixfrom() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.get_unixfrom" name="(email.message.Message method)"/>
  <function link="library/shutil.html#shutil.get_unpack_formats" name="get_unpack_formats() (in module shutil)"/>
  <function link="library/optparse.html#optparse.OptionParser.get_usage" name="get_usage() (optparse.OptionParser method)"/>
  <function link="library/string.html#string.Formatter.get_value" name="get_value() (string.Formatter method)"/>
  <function link="library/optparse.html#optparse.OptionParser.get_version" name="get_version() (optparse.OptionParser method)"/>
  <function link="library/mailbox.html#mailbox.BabylMessage.get_visible" name="get_visible() (mailbox.BabylMessage method)"/>
  <function link="library/curses.html#curses.window.get_wch" name="get_wch() (curses.window method)"/>
  <function link="library/asyncio-protocol.html#asyncio.WriteTransport.get_write_buffer_limits" name="get_write_buffer_limits() (asyncio.WriteTransport method)"/>
  <function link="library/asyncio-protocol.html#asyncio.WriteTransport.get_write_buffer_size" name="get_write_buffer_size() (asyncio.WriteTransport method)"/>
  <function link="library/dis.html#opcode-GET_YIELD_FROM_ITER" name="GET_YIELD_FROM_ITER (opcode)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.getacl" name="getacl() (imaplib.IMAP4 method)"/>
  <function link="library/email.utils.html#email.utils.getaddresses" name="getaddresses() (in module email.utils)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.getaddrinfo" name="getaddrinfo() (asyncio.loop method)"/>
  <function link="library/socket.html#socket.getaddrinfo" name="(in module socket)"/>
  <function link="library/sys.html#sys.getallocatedblocks" name="getallocatedblocks() (in module sys)"/>
  <function link="library/sys.html#sys.getandroidapilevel" name="getandroidapilevel() (in module sys)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.getannotation" name="getannotation() (imaplib.IMAP4 method)"/>
  <function link="library/inspect.html#inspect.getargvalues" name="getargvalues() (in module inspect)"/>
  <function link="library/os.path.html#os.path.getatime" name="getatime() (in module os.path)"/>
  <function link="library/functions.html#getattr" name="built-in function"/>
  <function link="library/inspect.html#inspect.getattr_static" name="getattr_static() (in module inspect)"/>
  <function link="c-api/typeobj.html#c.getattrfunc" name="getattrfunc (C type)"/>
  <function link="library/xml.dom.html#xml.dom.Element.getAttribute" name="getAttribute() (xml.dom.Element method)"/>
  <function link="library/xml.dom.html#xml.dom.Element.getAttributeNode" name="getAttributeNode() (xml.dom.Element method)"/>
  <function link="library/xml.dom.html#xml.dom.Element.getAttributeNodeNS" name="getAttributeNodeNS() (xml.dom.Element method)"/>
  <function link="library/xml.dom.html#xml.dom.Element.getAttributeNS" name="getAttributeNS() (xml.dom.Element method)"/>
  <function link="c-api/typeobj.html#c.getattrofunc" name="getattrofunc (C type)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.GetBase" name="GetBase() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/curses.html#curses.window.getbegyx" name="getbegyx() (curses.window method)"/>
  <function link="library/curses.html#curses.window.getbkgd" name="getbkgd() (curses.window method)"/>
  <function link="library/socket.html#socket.socket.getblocking" name="getblocking() (socket.socket method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.getboolean" name="getboolean() (configparser.ConfigParser method)"/>
  <function link="library/io.html#io.BytesIO.getbuffer" name="getbuffer() (io.BytesIO method)"/>
  <function link="c-api/typeobj.html#c.getbufferproc" name="getbufferproc (C type)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.InputSource.getByteStream" name="getByteStream() (xml.sax.xmlreader.InputSource method)"/>
  <function link="library/inspect.html#inspect.getcallargs" name="getcallargs() (in module inspect)"/>
  <function link="library/turtle.html#turtle.getcanvas" name="getcanvas() (in module turtle)"/>
  <function link="library/nntplib.html#nntplib.NNTP.getcapabilities" name="getcapabilities() (nntplib.NNTP method)"/>
  <function link="library/mailcap.html#mailcap.getcaps" name="getcaps() (in module mailcap)"/>
  <function link="library/curses.html#curses.window.getch" name="getch() (curses.window method)"/>
  <function link="library/msvcrt.html#msvcrt.getch" name="(in module msvcrt)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.InputSource.getCharacterStream" name="getCharacterStream() (xml.sax.xmlreader.InputSource method)"/>
  <function link="library/msvcrt.html#msvcrt.getche" name="getche() (in module msvcrt)"/>
  <function link="library/logging.html#logging.Logger.getChild" name="getChild() (logging.Logger method)"/>
  <function link="library/inspect.html#inspect.getclasstree" name="getclasstree() (in module inspect)"/>
  <function link="library/inspect.html#inspect.getclosurevars" name="getclosurevars() (in module inspect)"/>
  <function link="library/msilib.html#msilib.View.GetColumnInfo" name="GetColumnInfo() (msilib.View method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.Locator.getColumnNumber" name="getColumnNumber() (xml.sax.xmlreader.Locator method)"/>
  <function link="library/inspect.html#inspect.getcomments" name="getcomments() (in module inspect)"/>
  <function link="library/aifc.html#aifc.aifc.getcompname" name="getcompname() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_read.getcompname" name="(sunau.AU_read method)"/>
  <function link="library/wave.html#wave.Wave_read.getcompname" name="(wave.Wave_read method)"/>
  <function link="library/aifc.html#aifc.aifc.getcomptype" name="getcomptype() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_read.getcomptype" name="(sunau.AU_read method)"/>
  <function link="library/wave.html#wave.Wave_read.getcomptype" name="(wave.Wave_read method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.getContentHandler" name="getContentHandler() (xml.sax.xmlreader.XMLReader method)"/>
  <function link="library/decimal.html#decimal.getcontext" name="getcontext() (in module decimal)"/>
  <function link="library/inspect.html#inspect.getcoroutinelocals" name="getcoroutinelocals() (in module inspect)"/>
  <function link="library/inspect.html#inspect.getcoroutinestate" name="getcoroutinestate() (in module inspect)"/>
  <function link="library/os.path.html#os.path.getctime" name="getctime() (in module os.path)"/>
  <function link="library/os.html#os.getcwd" name="getcwd() (in module os)"/>
  <function link="library/os.html#os.getcwdb" name="getcwdb() (in module os)"/>
  <function link="library/2to3.html#to3fixer-getcwdu" name="getcwdu (2to3 fixer)"/>
  <function link="library/codecs.html#codecs.getdecoder" name="getdecoder() (in module codecs)"/>
  <function link="library/sys.html#sys.getdefaultencoding" name="getdefaultencoding() (in module sys)"/>
  <function link="library/locale.html#locale.getdefaultlocale" name="getdefaultlocale() (in module locale)"/>
  <function link="library/socket.html#socket.getdefaulttimeout" name="getdefaulttimeout() (in module socket)"/>
  <function link="library/sys.html#sys.getdlopenflags" name="getdlopenflags() (in module sys)"/>
  <function link="library/inspect.html#inspect.getdoc" name="getdoc() (in module inspect)"/>
  <function link="library/xml.dom.html#xml.dom.getDOMImplementation" name="getDOMImplementation() (in module xml.dom)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.getDTDHandler" name="getDTDHandler() (xml.sax.xmlreader.XMLReader method)"/>
  <function link="library/logging.html#logging.Logger.getEffectiveLevel" name="getEffectiveLevel() (logging.Logger method)"/>
  <function link="library/os.html#os.getegid" name="getegid() (in module os)"/>
  <function link="library/xml.dom.html#xml.dom.Document.getElementsByTagName" name="getElementsByTagName() (xml.dom.Document method)"/>
  <function link="library/xml.dom.html#xml.dom.Element.getElementsByTagName" name="(xml.dom.Element method)"/>
  <function link="library/xml.dom.html#xml.dom.Document.getElementsByTagNameNS" name="getElementsByTagNameNS() (xml.dom.Document method)"/>
  <function link="library/xml.dom.html#xml.dom.Element.getElementsByTagNameNS" name="(xml.dom.Element method)"/>
  <function link="library/codecs.html#codecs.getencoder" name="getencoder() (in module codecs)"/>
  <function link="library/locale.html#locale.getencoding" name="getencoding() (in module locale)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.InputSource.getEncoding" name="getEncoding() (xml.sax.xmlreader.InputSource method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.getEntityResolver" name="getEntityResolver() (xml.sax.xmlreader.XMLReader method)"/>
  <function link="library/os.html#os.getenv" name="getenv() (in module os)"/>
  <function link="library/os.html#os.getenvb" name="getenvb() (in module os)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.getErrorHandler" name="getErrorHandler() (xml.sax.xmlreader.XMLReader method)"/>
  <function link="library/os.html#os.geteuid" name="geteuid() (in module os)"/>
  <function link="library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.getEvent" name="getEvent() (xml.dom.pulldom.DOMEventStream method)"/>
  <function link="library/logging.handlers.html#logging.handlers.NTEventLogHandler.getEventCategory" name="getEventCategory() (logging.handlers.NTEventLogHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.NTEventLogHandler.getEventType" name="getEventType() (logging.handlers.NTEventLogHandler method)"/>
  <function link="library/xml.sax.html#xml.sax.SAXException.getException" name="getException() (xml.sax.SAXException method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.getFeature" name="getFeature() (xml.sax.xmlreader.XMLReader method)"/>
  <function link="library/msilib.html#msilib.Record.GetFieldCount" name="GetFieldCount() (msilib.Record method)"/>
  <function link="library/inspect.html#inspect.getfile" name="getfile() (in module inspect)"/>
  <function link="library/logging.handlers.html#logging.handlers.TimedRotatingFileHandler.getFilesToDelete" name="getFilesToDelete() (logging.handlers.TimedRotatingFileHandler method)"/>
  <function link="library/sys.html#sys.getfilesystemencodeerrors" name="getfilesystemencodeerrors() (in module sys)"/>
  <function link="library/sys.html#sys.getfilesystemencoding" name="getfilesystemencoding() (in module sys)"/>
  <function link="library/cgi.html#cgi.FieldStorage.getfirst" name="getfirst() (cgi.FieldStorage method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.getfloat" name="getfloat() (configparser.ConfigParser method)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.getfmts" name="getfmts() (ossaudiodev.oss_audio_device method)"/>
  <function link="library/socket.html#socket.getfqdn" name="getfqdn() (in module socket)"/>
  <function link="library/inspect.html#inspect.getframeinfo" name="getframeinfo() (in module inspect)"/>
  <function link="library/aifc.html#aifc.aifc.getframerate" name="getframerate() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_read.getframerate" name="(sunau.AU_read method)"/>
  <function link="library/wave.html#wave.Wave_read.getframerate" name="(wave.Wave_read method)"/>
  <function link="library/inspect.html#inspect.getfullargspec" name="getfullargspec() (in module inspect)"/>
  <function link="library/inspect.html#inspect.getgeneratorlocals" name="getgeneratorlocals() (in module inspect)"/>
  <function link="library/inspect.html#inspect.getgeneratorstate" name="getgeneratorstate() (in module inspect)"/>
  <function link="library/os.html#os.getgid" name="getgid() (in module os)"/>
  <function link="library/grp.html#grp.getgrall" name="getgrall() (in module grp)"/>
  <function link="library/grp.html#grp.getgrgid" name="getgrgid() (in module grp)"/>
  <function link="library/grp.html#grp.getgrnam" name="getgrnam() (in module grp)"/>
  <function link="library/os.html#os.getgrouplist" name="getgrouplist() (in module os)"/>
  <function link="library/os.html#os.getgroups" name="getgroups() (in module os)"/>
  <function link="library/http.client.html#http.client.HTTPResponse.getheader" name="getheader() (http.client.HTTPResponse method)"/>
  <function link="library/http.client.html#http.client.HTTPResponse.getheaders" name="getheaders() (http.client.HTTPResponse method)"/>
  <function link="library/os.html#index-20" name="gethostbyaddr() (in module socket)"/>
  <function link="library/socket.html#socket.gethostbyname" name="gethostbyname() (in module socket)"/>
  <function link="library/socket.html#socket.gethostbyname_ex" name="gethostbyname_ex() (in module socket)"/>
  <function link="library/os.html#index-20" name="gethostname() (in module socket)"/>
  <function link="library/codecs.html#codecs.getincrementaldecoder" name="getincrementaldecoder() (in module codecs)"/>
  <function link="library/codecs.html#codecs.getincrementalencoder" name="getincrementalencoder() (in module codecs)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.getinfo" name="getinfo() (zipfile.ZipFile method)"/>
  <function link="library/inspect.html#inspect.getinnerframes" name="getinnerframes() (in module inspect)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.GetInputContext" name="GetInputContext() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.getint" name="getint() (configparser.ConfigParser method)"/>
  <function link="library/msilib.html#msilib.Record.GetInteger" name="GetInteger() (msilib.Record method)"/>
  <function link="library/operator.html#operator.getitem" name="getitem() (in module operator)"/>
  <function link="c-api/typeobj.html#c.getiterfunc" name="getiterfunc (C type)"/>
  <function link="library/signal.html#signal.getitimer" name="getitimer() (in module signal)"/>
  <function link="library/curses.html#curses.window.getkey" name="getkey() (curses.window method)"/>
  <function link="library/ctypes.html#ctypes.GetLastError" name="GetLastError() (in module ctypes)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.Attributes.getLength" name="getLength() (xml.sax.xmlreader.Attributes method)"/>
  <function link="library/logging.html#logging.getLevelName" name="getLevelName() (in module logging)"/>
  <function link="library/logging.html#logging.getLevelNamesMapping" name="getLevelNamesMapping() (in module logging)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.getlimit" name="getlimit() (sqlite3.Connection method)"/>
  <function link="library/linecache.html#linecache.getline" name="getline() (in module linecache)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.Locator.getLineNumber" name="getLineNumber() (xml.sax.xmlreader.Locator method)"/>
  <function link="library/cgi.html#cgi.FieldStorage.getlist" name="getlist() (cgi.FieldStorage method)"/>
  <function link="library/os.html#os.getloadavg" name="getloadavg() (in module os)"/>
  <function link="library/locale.html#locale.getlocale" name="getlocale() (in module locale)"/>
  <function link="library/logging.html#logging.getLogger" name="getLogger() (in module logging)"/>
  <function link="library/logging.html#logging.getLoggerClass" name="getLoggerClass() (in module logging)"/>
  <function link="library/os.html#os.getlogin" name="getlogin() (in module os)"/>
  <function link="library/logging.html#logging.getLogRecordFactory" name="getLogRecordFactory() (in module logging)"/>
  <function link="library/aifc.html#aifc.aifc.getmark" name="getmark() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_read.getmark" name="(sunau.AU_read method)"/>
  <function link="library/wave.html#wave.Wave_read.getmark" name="(wave.Wave_read method)"/>
  <function link="library/aifc.html#aifc.aifc.getmarkers" name="getmarkers() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_read.getmarkers" name="(sunau.AU_read method)"/>
  <function link="library/wave.html#wave.Wave_read.getmarkers" name="(wave.Wave_read method)"/>
  <function link="library/curses.html#curses.window.getmaxyx" name="getmaxyx() (curses.window method)"/>
  <function link="library/tarfile.html#tarfile.TarFile.getmember" name="getmember() (tarfile.TarFile method)"/>
  <function link="library/inspect.html#inspect.getmembers" name="getmembers() (in module inspect)"/>
  <function link="library/tarfile.html#tarfile.TarFile.getmembers" name="(tarfile.TarFile method)"/>
  <function link="library/inspect.html#inspect.getmembers_static" name="getmembers_static() (in module inspect)"/>
  <function link="library/logging.html#logging.LogRecord.getMessage" name="getMessage() (logging.LogRecord method)"/>
  <function link="library/xml.sax.html#xml.sax.SAXException.getMessage" name="(xml.sax.SAXException method)"/>
  <function link="library/logging.handlers.html#logging.handlers.NTEventLogHandler.getMessageID" name="getMessageID() (logging.handlers.NTEventLogHandler method)"/>
  <function link="library/inspect.html#inspect.getmodule" name="getmodule() (in module inspect)"/>
  <function link="library/inspect.html#inspect.getmodulename" name="getmodulename() (in module inspect)"/>
  <function link="library/curses.html#curses.getmouse" name="getmouse() (in module curses)"/>
  <function link="library/inspect.html#inspect.getmro" name="getmro() (in module inspect)"/>
  <function link="library/os.path.html#os.path.getmtime" name="getmtime() (in module os.path)"/>
  <function link="library/chunk.html#chunk.Chunk.getname" name="getname() (chunk.Chunk method)"/>
  <function link="library/threading.html#threading.Thread.getName" name="getName() (threading.Thread method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.AttributesNS.getNameByQName" name="getNameByQName() (xml.sax.xmlreader.AttributesNS method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.getnameinfo" name="getnameinfo() (asyncio.loop method)"/>
  <function link="library/socket.html#socket.getnameinfo" name="(in module socket)"/>
  <function link="library/tarfile.html#tarfile.TarFile.getnames" name="getnames() (tarfile.TarFile method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.Attributes.getNames" name="getNames() (xml.sax.xmlreader.Attributes method)"/>
  <function link="library/aifc.html#aifc.aifc.getnchannels" name="getnchannels() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_read.getnchannels" name="(sunau.AU_read method)"/>
  <function link="library/wave.html#wave.Wave_read.getnchannels" name="(wave.Wave_read method)"/>
  <function link="library/aifc.html#aifc.aifc.getnframes" name="getnframes() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_read.getnframes" name="(sunau.AU_read method)"/>
  <function link="library/wave.html#wave.Wave_read.getnframes" name="(wave.Wave_read method)"/>
  <function link="library/uuid.html#index-5" name="getnode"/>
  <function link="library/uuid.html#uuid.getnode" name="getnode() (in module uuid)"/>
  <function link="library/getopt.html#module-getopt" name="module"/>
  <function link="distutils/apiref.html#distutils.fancy_getopt.FancyGetopt.getopt" name="getopt() (distutils.fancy_getopt.FancyGetopt method)"/>
  <function link="library/getopt.html#getopt.getopt" name="(in module getopt)"/>
  <function link="library/getopt.html#getopt.GetoptError" name="GetoptError"/>
  <function link="library/inspect.html#inspect.getouterframes" name="getouterframes() (in module inspect)"/>
  <function link="library/subprocess.html#subprocess.getoutput" name="getoutput() (in module subprocess)"/>
  <function link="library/resource.html#resource.getpagesize" name="getpagesize() (in module resource)"/>
  <function link="library/aifc.html#aifc.aifc.getparams" name="getparams() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_read.getparams" name="(sunau.AU_read method)"/>
  <function link="library/wave.html#wave.Wave_read.getparams" name="(wave.Wave_read method)"/>
  <function link="library/curses.html#curses.window.getparyx" name="getparyx() (curses.window method)"/>
  <function link="library/getpass.html#module-getpass" name="module"/>
  <function link="library/getpass.html#getpass.getpass" name="getpass() (in module getpass)"/>
  <function link="library/getpass.html#getpass.GetPassWarning" name="GetPassWarning"/>
  <function link="library/ssl.html#ssl.SSLSocket.getpeercert" name="getpeercert() (ssl.SSLSocket method)"/>
  <function link="library/socket.html#socket.socket.getpeername" name="getpeername() (socket.socket method)"/>
  <function link="library/turtle.html#turtle.getpen" name="getpen() (in module turtle)"/>
  <function link="library/os.html#os.getpgid" name="getpgid() (in module os)"/>
  <function link="library/os.html#os.getpgrp" name="getpgrp() (in module os)"/>
  <function link="library/os.html#os.getpid" name="getpid() (in module os)"/>
  <function link="library/html.parser.html#html.parser.HTMLParser.getpos" name="getpos() (html.parser.HTMLParser method)"/>
  <function link="library/os.html#os.getppid" name="getppid() (in module os)"/>
  <function link="library/locale.html#locale.getpreferredencoding" name="getpreferredencoding() (in module locale)"/>
  <function link="library/os.html#os.getpriority" name="getpriority() (in module os)"/>
  <function link="library/sys.html#sys.getprofile" name="getprofile() (in module sys)"/>
  <function link="library/threading.html#threading.getprofile" name="(in module threading)"/>
  <function link="library/msilib.html#msilib.SummaryInformation.GetProperty" name="GetProperty() (msilib.SummaryInformation method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.getProperty" name="getProperty() (xml.sax.xmlreader.XMLReader method)"/>
  <function link="library/msilib.html#msilib.SummaryInformation.GetPropertyCount" name="GetPropertyCount() (msilib.SummaryInformation method)"/>
  <function link="library/socket.html#socket.getprotobyname" name="getprotobyname() (in module socket)"/>
  <function link="library/urllib.request.html#urllib.request.getproxies" name="getproxies() (in module urllib.request)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.InputSource.getPublicId" name="getPublicId() (xml.sax.xmlreader.InputSource method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.Locator.getPublicId" name="(xml.sax.xmlreader.Locator method)"/>
  <function link="library/pwd.html#pwd.getpwall" name="getpwall() (in module pwd)"/>
  <function link="library/pwd.html#pwd.getpwnam" name="getpwnam() (in module pwd)"/>
  <function link="library/pwd.html#pwd.getpwuid" name="getpwuid() (in module pwd)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.AttributesNS.getQNameByName" name="getQNameByName() (xml.sax.xmlreader.AttributesNS method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.AttributesNS.getQNames" name="getQNames() (xml.sax.xmlreader.AttributesNS method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.getquota" name="getquota() (imaplib.IMAP4 method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.getquotaroot" name="getquotaroot() (imaplib.IMAP4 method)"/>
  <function link="library/random.html#random.getrandbits" name="getrandbits() (in module random)"/>
  <function link="library/os.html#os.getrandom" name="getrandom() (in module os)"/>
  <function link="library/codecs.html#codecs.getreader" name="getreader() (in module codecs)"/>
  <function link="library/sys.html#sys.getrecursionlimit" name="getrecursionlimit() (in module sys)"/>
  <function link="library/sys.html#sys.getrefcount" name="getrefcount() (in module sys)"/>
  <function link="library/os.html#os.getresgid" name="getresgid() (in module os)"/>
  <function link="library/http.client.html#http.client.HTTPConnection.getresponse" name="getresponse() (http.client.HTTPConnection method)"/>
  <function link="library/os.html#os.getresuid" name="getresuid() (in module os)"/>
  <function link="library/resource.html#resource.getrlimit" name="getrlimit() (in module resource)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.ElementTree.getroot" name="getroot() (xml.etree.ElementTree.ElementTree method)"/>
  <function link="library/resource.html#resource.getrusage" name="getrusage() (in module resource)"/>
  <function link="library/audioop.html#audioop.getsample" name="getsample() (in module audioop)"/>
  <function link="library/aifc.html#aifc.aifc.getsampwidth" name="getsampwidth() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_read.getsampwidth" name="(sunau.AU_read method)"/>
  <function link="library/wave.html#wave.Wave_read.getsampwidth" name="(wave.Wave_read method)"/>
  <function link="library/turtle.html#turtle.getscreen" name="getscreen() (in module turtle)"/>
  <function link="library/socket.html#socket.getservbyname" name="getservbyname() (in module socket)"/>
  <function link="library/socket.html#socket.getservbyport" name="getservbyport() (in module socket)"/>
  <function link="library/types.html#types.GetSetDescriptorType" name="GetSetDescriptorType (in module types)"/>
  <function link="library/turtle.html#turtle.getshapes" name="getshapes() (in module turtle)"/>
  <function link="library/os.html#os.getsid" name="getsid() (in module os)"/>
  <function link="library/signal.html#signal.getsignal" name="getsignal() (in module signal)"/>
  <function link="library/site.html#site.getsitepackages" name="getsitepackages() (in module site)"/>
  <function link="library/chunk.html#chunk.Chunk.getsize" name="getsize() (chunk.Chunk method)"/>
  <function link="library/os.path.html#os.path.getsize" name="(in module os.path)"/>
  <function link="library/sys.html#sys.getsizeof" name="getsizeof() (in module sys)"/>
  <function link="library/socket.html#socket.socket.getsockname" name="getsockname() (socket.socket method)"/>
  <function link="library/socket.html#socket.socket.getsockopt" name="getsockopt() (socket.socket method)"/>
  <function link="library/inspect.html#inspect.getsource" name="getsource() (in module inspect)"/>
  <function link="library/inspect.html#inspect.getsourcefile" name="getsourcefile() (in module inspect)"/>
  <function link="library/inspect.html#inspect.getsourcelines" name="getsourcelines() (in module inspect)"/>
  <function link="library/spwd.html#spwd.getspall" name="getspall() (in module spwd)"/>
  <function link="library/spwd.html#spwd.getspnam" name="getspnam() (in module spwd)"/>
  <function link="library/codecs.html#codecs.IncrementalDecoder.getstate" name="getstate() (codecs.IncrementalDecoder method)"/>
  <function link="library/codecs.html#codecs.IncrementalEncoder.getstate" name="(codecs.IncrementalEncoder method)"/>
  <function link="library/random.html#random.getstate" name="(in module random)"/>
  <function link="library/http.client.html#http.client.HTTPResponse.getstatus" name="getstatus() (http.client.HTTPResponse method)"/>
  <function link="library/urllib.request.html#urllib.response.addinfourl.getstatus" name="(urllib.response.addinfourl method)"/>
  <function link="library/subprocess.html#subprocess.getstatusoutput" name="getstatusoutput() (in module subprocess)"/>
  <function link="library/curses.html#curses.window.getstr" name="getstr() (curses.window method)"/>
  <function link="library/msilib.html#msilib.Record.GetString" name="GetString() (msilib.Record method)"/>
  <function link="library/logging.handlers.html#logging.handlers.SMTPHandler.getSubject" name="getSubject() (logging.handlers.SMTPHandler method)"/>
  <function link="library/msilib.html#msilib.Database.GetSummaryInformation" name="GetSummaryInformation() (msilib.Database method)"/>
  <function link="library/sys.html#sys.getswitchinterval" name="getswitchinterval() (in module sys)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.InputSource.getSystemId" name="getSystemId() (xml.sax.xmlreader.InputSource method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.Locator.getSystemId" name="(xml.sax.xmlreader.Locator method)"/>
  <function link="library/curses.html#curses.getsyx" name="getsyx() (in module curses)"/>
  <function link="library/tarfile.html#tarfile.TarFile.gettarinfo" name="gettarinfo() (tarfile.TarFile method)"/>
  <function link="library/tempfile.html#tempfile.gettempdir" name="gettempdir() (in module tempfile)"/>
  <function link="library/tempfile.html#tempfile.gettempdirb" name="gettempdirb() (in module tempfile)"/>
  <function link="library/tempfile.html#tempfile.gettempprefix" name="gettempprefix() (in module tempfile)"/>
  <function link="library/tempfile.html#tempfile.gettempprefixb" name="gettempprefixb() (in module tempfile)"/>
  <function link="library/unittest.html#unittest.TestLoader.getTestCaseNames" name="getTestCaseNames() (unittest.TestLoader method)"/>
  <function link="library/gettext.html#module-gettext" name="module"/>
  <function link="library/gettext.html#gettext.GNUTranslations.gettext" name="gettext() (gettext.GNUTranslations method)"/>
  <function link="library/gettext.html#gettext.NullTranslations.gettext" name="(gettext.NullTranslations method)"/>
  <function link="library/gettext.html#gettext.gettext" name="(in module gettext)"/>
  <function link="library/locale.html#locale.gettext" name="(in module locale)"/>
  <function link="library/socket.html#socket.socket.gettimeout" name="gettimeout() (socket.socket method)"/>
  <function link="library/sys.html#sys.gettrace" name="gettrace() (in module sys)"/>
  <function link="library/threading.html#threading.gettrace" name="(in module threading)"/>
  <function link="library/turtle.html#turtle.getturtle" name="getturtle() (in module turtle)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.Attributes.getType" name="getType() (xml.sax.xmlreader.Attributes method)"/>
  <function link="library/os.html#os.getuid" name="getuid() (in module os)"/>
  <function link="library/http.client.html#http.client.HTTPResponse.geturl" name="geturl() (http.client.HTTPResponse method)"/>
  <function link="library/urllib.parse.html#urllib.parse.urllib.parse.SplitResult.geturl" name="(urllib.parse.urllib.parse.SplitResult method)"/>
  <function link="library/urllib.request.html#urllib.response.addinfourl.geturl" name="(urllib.response.addinfourl method)"/>
  <function link="library/getpass.html#getpass.getuser" name="getuser() (in module getpass)"/>
  <function link="library/site.html#site.getuserbase" name="getuserbase() (in module site)"/>
  <function link="library/site.html#site.getusersitepackages" name="getusersitepackages() (in module site)"/>
  <function link="library/io.html#io.BytesIO.getvalue" name="getvalue() (io.BytesIO method)"/>
  <function link="library/io.html#io.StringIO.getvalue" name="(io.StringIO method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.Attributes.getValue" name="getValue() (xml.sax.xmlreader.Attributes method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.AttributesNS.getValueByQName" name="getValueByQName() (xml.sax.xmlreader.AttributesNS method)"/>
  <function link="library/msvcrt.html#msvcrt.getwch" name="getwch() (in module msvcrt)"/>
  <function link="library/msvcrt.html#msvcrt.getwche" name="getwche() (in module msvcrt)"/>
  <function link="library/weakref.html#weakref.getweakrefcount" name="getweakrefcount() (in module weakref)"/>
  <function link="library/weakref.html#weakref.getweakrefs" name="getweakrefs() (in module weakref)"/>
  <function link="library/ftplib.html#ftplib.FTP.getwelcome" name="getwelcome() (ftplib.FTP method)"/>
  <function link="library/nntplib.html#nntplib.NNTP.getwelcome" name="(nntplib.NNTP method)"/>
  <function link="library/poplib.html#poplib.POP3.getwelcome" name="(poplib.POP3 method)"/>
  <function link="library/curses.html#curses.getwin" name="getwin() (in module curses)"/>
  <function link="library/sys.html#sys.getwindowsversion" name="getwindowsversion() (in module sys)"/>
  <function link="library/codecs.html#codecs.getwriter" name="getwriter() (in module codecs)"/>
  <function link="library/os.html#os.getxattr" name="getxattr() (in module os)"/>
  <function link="library/curses.html#curses.window.getyx" name="getyx() (curses.window method)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.gid" name="gid (tarfile.TarInfo attribute)"/>
  <function link="glossary.html#term-GIL" name="GIL"/>
  <function link="library/fnmatch.html#index-3" name="module"/>
  <function link="library/glob.html#glob.glob" name="glob() (in module glob)"/>
  <function link="library/msilib.html#msilib.Directory.glob" name="(msilib.Directory method)"/>
  <function link="library/pathlib.html#pathlib.Path.glob" name="(pathlib.Path method)"/>
  <function link="reference/simple_stmts.html#index-43" name="name binding"/>
  <function link="reference/datamodel.html#index-34" name="namespace"/>
  <function link="reference/simple_stmts.html#index-43" name="statement"/>
  <function link="library/ast.html#ast.Global" name="Global (class in ast)"/>
  <function link="glossary.html#term-global-interpreter-lock" name="global interpreter lock"/>
  <function link="library/enum.html#enum.global_enum" name="global_enum() (in module enum)"/>
  <function link="library/functions.html#globals" name="built-in function"/>
  <function link="library/doctest.html#doctest.DocTest.globs" name="globs (doctest.DocTest attribute)"/>
  <function link="library/time.html#time.gmtime" name="gmtime() (in module time)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.gname" name="gname (tarfile.TarInfo attribute)"/>
  <function link="library/gettext.html#index-10" name="GNOME"/>
  <function link="library/tarfile.html#tarfile.GNU_FORMAT" name="GNU_FORMAT (in module tarfile)"/>
  <function link="library/getopt.html#getopt.gnu_getopt" name="gnu_getopt() (in module getopt)"/>
  <function link="library/gettext.html#gettext.GNUTranslations" name="GNUTranslations (class in gettext)"/>
  <function link="library/dialog.html#tkinter.filedialog.FileDialog.go" name="go() (tkinter.filedialog.FileDialog method)"/>
  <function link="library/doctest.html#doctest.DocTestFailure.got" name="got (doctest.DocTestFailure attribute)"/>
  <function link="library/turtle.html#turtle.goto" name="goto() (in module turtle)"/>
  <function link="reference/introduction.html#index-0" name="grammar"/>
  <function link="library/tk.html#index-0" name="Graphical User Interface"/>
  <function link="library/graphlib.html#module-graphlib" name="module"/>
  <function link="library/token.html#token.GREATER" name="GREATER (in module token)"/>
  <function link="library/token.html#token.GREATEREQUAL" name="GREATEREQUAL (in module token)"/>
  <function link="library/time.html#index-4" name="Greenwich Mean Time"/>
  <function link="library/os.html#os.GRND_NONBLOCK" name="GRND_NONBLOCK (in module os)"/>
  <function link="library/os.html#os.GRND_RANDOM" name="GRND_RANDOM (in module os)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.Group" name="Group (class in email.headerregistry)"/>
  <function link="library/nntplib.html#nntplib.NNTP.group" name="group() (nntplib.NNTP method)"/>
  <function link="library/pathlib.html#pathlib.Path.group" name="(pathlib.Path method)"/>
  <function link="library/re.html#re.Match.group" name="(re.Match method)"/>
  <function link="library/itertools.html#itertools.groupby" name="groupby() (in module itertools)"/>
  <function link="library/re.html#re.Match.groupdict" name="groupdict() (re.Match method)"/>
  <function link="library/re.html#re.Pattern.groupindex" name="groupindex (re.Pattern attribute)"/>
  <function link="reference/lexical_analysis.html#index-8" name="grouping"/>
  <function link="library/email.headerregistry.html#email.headerregistry.AddressHeader.groups" name="groups (email.headerregistry.AddressHeader attribute)"/>
  <function link="library/re.html#re.Pattern.groups" name="(re.Pattern attribute)"/>
  <function link="library/re.html#re.Match.groups" name="groups() (re.Match method)"/>
  <function link="library/grp.html#module-grp" name="module"/>
  <function link="library/ast.html#ast.Gt" name="Gt (class in ast)"/>
  <function link="library/operator.html#operator.gt" name="gt() (in module operator)"/>
  <function link="library/ast.html#ast.GtE" name="GtE (class in ast)"/>
  <function link="reference/compound_stmts.html#index-21" name="guard"/>
  <function link="library/mimetypes.html#mimetypes.guess_all_extensions" name="guess_all_extensions() (in module mimetypes)"/>
  <function link="library/mimetypes.html#mimetypes.MimeTypes.guess_all_extensions" name="(mimetypes.MimeTypes method)"/>
  <function link="library/mimetypes.html#mimetypes.guess_extension" name="guess_extension() (in module mimetypes)"/>
  <function link="library/mimetypes.html#mimetypes.MimeTypes.guess_extension" name="(mimetypes.MimeTypes method)"/>
  <function link="library/wsgiref.html#wsgiref.util.guess_scheme" name="guess_scheme() (in module wsgiref.util)"/>
  <function link="library/mimetypes.html#mimetypes.guess_type" name="guess_type() (in module mimetypes)"/>
  <function link="library/mimetypes.html#mimetypes.MimeTypes.guess_type" name="(mimetypes.MimeTypes method)"/>
  <function link="library/tk.html#index-0" name="GUI"/>
  <function link="library/gzip.html#module-gzip" name="module"/>
  <function link="library/gzip.html#cmdoption-gzip-best" name="--best"/>
  <function link="library/gzip.html#cmdoption-gzip-d" name="--decompress"/>
  <function link="library/gzip.html#cmdoption-gzip-fast" name="--fast"/>
  <function link="library/gzip.html#cmdoption-gzip-h" name="--help"/>
  <function link="library/gzip.html#cmdoption-gzip-d" name="-d"/>
  <function link="library/gzip.html#cmdoption-gzip-h" name="-h"/>
  <function link="library/gzip.html#cmdoption-gzip-arg-file" name="file"/>
  <function link="library/gzip.html#gzip.GzipFile" name="GzipFile (class in gzip)"/>
  <function link="library/curses.html#curses.halfdelay" name="halfdelay() (in module curses)"/>
  <function link="library/asyncio-eventloop.html#asyncio.Handle" name="Handle (class in asyncio)"/>
  <function link="reference/executionmodel.html#index-13" name="handle an exception"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.handle" name="handle() (http.server.BaseHTTPRequestHandler method)"/>
  <function link="library/logging.html#logging.Handler.handle" name="(logging.Handler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.QueueListener.handle" name="(logging.handlers.QueueListener method)"/>
  <function link="library/logging.html#logging.Logger.handle" name="(logging.Logger method)"/>
  <function link="library/logging.handlers.html#logging.NullHandler.handle" name="(logging.NullHandler method)"/>
  <function link="library/socketserver.html#socketserver.BaseRequestHandler.handle" name="(socketserver.BaseRequestHandler method)"/>
  <function link="library/wsgiref.html#wsgiref.simple_server.WSGIRequestHandler.handle" name="(wsgiref.simple_server.WSGIRequestHandler method)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.handle_accept" name="handle_accept() (asyncore.dispatcher method)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.handle_accepted" name="handle_accepted() (asyncore.dispatcher method)"/>
  <function link="library/html.parser.html#html.parser.HTMLParser.handle_charref" name="handle_charref() (html.parser.HTMLParser method)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.handle_close" name="handle_close() (asyncore.dispatcher method)"/>
  <function link="library/html.parser.html#html.parser.HTMLParser.handle_comment" name="handle_comment() (html.parser.HTMLParser method)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.handle_connect" name="handle_connect() (asyncore.dispatcher method)"/>
  <function link="library/html.parser.html#html.parser.HTMLParser.handle_data" name="handle_data() (html.parser.HTMLParser method)"/>
  <function link="library/html.parser.html#html.parser.HTMLParser.handle_decl" name="handle_decl() (html.parser.HTMLParser method)"/>
  <function link="library/email.policy.html#email.policy.Policy.handle_defect" name="handle_defect() (email.policy.Policy method)"/>
  <function link="library/html.parser.html#html.parser.HTMLParser.handle_endtag" name="handle_endtag() (html.parser.HTMLParser method)"/>
  <function link="library/html.parser.html#html.parser.HTMLParser.handle_entityref" name="handle_entityref() (html.parser.HTMLParser method)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.handle_error" name="handle_error() (asyncore.dispatcher method)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.handle_error" name="(socketserver.BaseServer method)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.handle_expect_100" name="handle_expect_100() (http.server.BaseHTTPRequestHandler method)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.handle_expt" name="handle_expt() (asyncore.dispatcher method)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.handle_one_request" name="handle_one_request() (http.server.BaseHTTPRequestHandler method)"/>
  <function link="library/html.parser.html#html.parser.HTMLParser.handle_pi" name="handle_pi() (html.parser.HTMLParser method)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.handle_read" name="handle_read() (asyncore.dispatcher method)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.handle_request" name="handle_request() (socketserver.BaseServer method)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.CGIXMLRPCRequestHandler.handle_request" name="(xmlrpc.server.CGIXMLRPCRequestHandler method)"/>
  <function link="library/html.parser.html#html.parser.HTMLParser.handle_startendtag" name="handle_startendtag() (html.parser.HTMLParser method)"/>
  <function link="library/html.parser.html#html.parser.HTMLParser.handle_starttag" name="handle_starttag() (html.parser.HTMLParser method)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.handle_timeout" name="handle_timeout() (socketserver.BaseServer method)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.handle_write" name="handle_write() (asyncore.dispatcher method)"/>
  <function link="library/logging.html#logging.Handler.handleError" name="handleError() (logging.Handler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.SocketHandler.handleError" name="(logging.handlers.SocketHandler method)"/>
  <function link="reference/datamodel.html#index-63" name="exception"/>
  <function link="library/logging.html#logging.Handler" name="Handler (class in logging)"/>
  <function link="library/cgitb.html#cgitb.handler" name="handler() (in module cgitb)"/>
  <function link="library/signal.html#signal.Handlers" name="Handlers (class in signal)"/>
  <function link="library/pathlib.html#pathlib.Path.hardlink_to" name="hardlink_to() (pathlib.Path method)"/>
  <function link="library/statistics.html#statistics.harmonic_mean" name="harmonic_mean() (in module statistics)"/>
  <function link="library/ssl.html#ssl.HAS_ALPN" name="HAS_ALPN (in module ssl)"/>
  <function link="library/symtable.html#symtable.SymbolTable.has_children" name="has_children() (symtable.SymbolTable method)"/>
  <function link="library/curses.html#curses.has_colors" name="has_colors() (in module curses)"/>
  <function link="library/socket.html#socket.has_dualstack_ipv6" name="has_dualstack_ipv6() (in module socket)"/>
  <function link="library/ssl.html#ssl.HAS_ECDH" name="HAS_ECDH (in module ssl)"/>
  <function link="library/curses.html#curses.has_extended_color_support" name="has_extended_color_support() (in module curses)"/>
  <function link="library/smtplib.html#smtplib.SMTP.has_extn" name="has_extn() (smtplib.SMTP method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.has_function" name="has_function() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/csv.html#csv.Sniffer.has_header" name="has_header() (csv.Sniffer method)"/>
  <function link="library/urllib.request.html#urllib.request.Request.has_header" name="(urllib.request.Request method)"/>
  <function link="library/curses.html#curses.has_ic" name="has_ic() (in module curses)"/>
  <function link="library/curses.html#curses.has_il" name="has_il() (in module curses)"/>
  <function link="library/socket.html#socket.has_ipv6" name="has_ipv6 (in module socket)"/>
  <function link="library/2to3.html#to3fixer-has_key" name="has_key (2to3 fixer)"/>
  <function link="library/curses.html#curses.has_key" name="has_key() (in module curses)"/>
  <function link="library/importlib.html#importlib.machinery.ModuleSpec.has_location" name="has_location (importlib.machinery.ModuleSpec attribute)"/>
  <function link="library/ssl.html#ssl.HAS_NEVER_CHECK_COMMON_NAME" name="HAS_NEVER_CHECK_COMMON_NAME (in module ssl)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.has_nonstandard_attr" name="has_nonstandard_attr() (http.cookiejar.Cookie method)"/>
  <function link="library/ssl.html#ssl.HAS_NPN" name="HAS_NPN (in module ssl)"/>
  <function link="library/configparser.html#configparser.ConfigParser.has_option" name="has_option() (configparser.ConfigParser method)"/>
  <function link="library/optparse.html#optparse.OptionParser.has_option" name="(optparse.OptionParser method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.has_section" name="has_section() (configparser.ConfigParser method)"/>
  <function link="library/ssl.html#ssl.HAS_SNI" name="HAS_SNI (in module ssl)"/>
  <function link="library/ssl.html#ssl.HAS_SSLv2" name="HAS_SSLv2 (in module ssl)"/>
  <function link="library/ssl.html#ssl.HAS_SSLv3" name="HAS_SSLv3 (in module ssl)"/>
  <function link="library/ssl.html#ssl.SSLSession.has_ticket" name="has_ticket (ssl.SSLSession attribute)"/>
  <function link="library/ssl.html#ssl.HAS_TLSv1" name="HAS_TLSv1 (in module ssl)"/>
  <function link="library/ssl.html#ssl.HAS_TLSv1_1" name="HAS_TLSv1_1 (in module ssl)"/>
  <function link="library/ssl.html#ssl.HAS_TLSv1_2" name="HAS_TLSv1_2 (in module ssl)"/>
  <function link="library/ssl.html#ssl.HAS_TLSv1_3" name="HAS_TLSv1_3 (in module ssl)"/>
  <function link="library/functions.html#hasattr" name="built-in function"/>
  <function link="library/xml.dom.html#xml.dom.Element.hasAttribute" name="hasAttribute() (xml.dom.Element method)"/>
  <function link="library/xml.dom.html#xml.dom.Element.hasAttributeNS" name="hasAttributeNS() (xml.dom.Element method)"/>
  <function link="library/xml.dom.html#xml.dom.Node.hasAttributes" name="hasAttributes() (xml.dom.Node method)"/>
  <function link="library/xml.dom.html#xml.dom.Node.hasChildNodes" name="hasChildNodes() (xml.dom.Node method)"/>
  <function link="library/dis.html#dis.hascompare" name="hascompare (in module dis)"/>
  <function link="library/dis.html#dis.hasconst" name="hasconst (in module dis)"/>
  <function link="library/xml.dom.html#xml.dom.DOMImplementation.hasFeature" name="hasFeature() (xml.dom.DOMImplementation method)"/>
  <function link="library/dis.html#dis.hasfree" name="hasfree (in module dis)"/>
  <function link="c-api/object.html#index-6" name="built-in function"/>
  <function link="reference/lexical_analysis.html#index-4" name="hash character"/>
  <function link="library/functions.html#hash" name="built-in function"/>
  <function link="glossary.html#term-hash-based-pyc" name="hash-based pyc"/>
  <function link="library/hashlib.html#hashlib.hash.block_size" name="hash.block_size (in module hashlib)"/>
  <function link="library/hashlib.html#hashlib.hash.digest_size" name="hash.digest_size (in module hashlib)"/>
  <function link="library/sys.html#sys.hash_info" name="hash_info (in module sys)"/>
  <function link="glossary.html#term-hashable" name="hashable"/>
  <function link="library/collections.abc.html#collections.abc.Hashable" name="Hashable (class in collections.abc)"/>
  <function link="library/typing.html#typing.Hashable" name="(class in typing)"/>
  <function link="library/logging.html#logging.Logger.hasHandlers" name="hasHandlers() (logging.Logger method)"/>
  <function link="c-api/typeobj.html#c.hashfunc" name="hashfunc (C type)"/>
  <function link="library/hashlib.html#module-hashlib" name="module"/>
  <function link="library/dis.html#dis.hasjabs" name="hasjabs (in module dis)"/>
  <function link="library/dis.html#dis.hasjrel" name="hasjrel (in module dis)"/>
  <function link="library/dis.html#dis.haslocal" name="haslocal (in module dis)"/>
  <function link="library/dis.html#dis.hasname" name="hasname (in module dis)"/>
  <function link="library/dis.html#opcode-HAVE_ARGUMENT" name="HAVE_ARGUMENT (opcode)"/>
  <function link="library/decimal.html#decimal.HAVE_CONTEXTVAR" name="HAVE_CONTEXTVAR (in module decimal)"/>
  <function link="library/test.html#test.support.HAVE_DOCSTRINGS" name="HAVE_DOCSTRINGS (in module test.support)"/>
  <function link="library/decimal.html#decimal.HAVE_THREADS" name="HAVE_THREADS (in module decimal)"/>
  <function link="library/socket.html#socket.HCI_DATA_DIR" name="HCI_DATA_DIR (in module socket)"/>
  <function link="library/socket.html#socket.HCI_FILTER" name="HCI_FILTER (in module socket)"/>
  <function link="library/socket.html#socket.HCI_TIME_STAMP" name="HCI_TIME_STAMP (in module socket)"/>
  <function link="library/nntplib.html#nntplib.NNTP.head" name="head() (nntplib.NNTP method)"/>
  <function link="library/email.header.html#email.header.Header" name="Header (class in email.header)"/>
  <function link="library/email.charset.html#email.charset.Charset.header_encode" name="header_encode() (email.charset.Charset method)"/>
  <function link="library/email.charset.html#email.charset.Charset.header_encode_lines" name="header_encode_lines() (email.charset.Charset method)"/>
  <function link="library/email.charset.html#email.charset.Charset.header_encoding" name="header_encoding (email.charset.Charset attribute)"/>
  <function link="library/email.policy.html#email.policy.EmailPolicy.header_factory" name="header_factory (email.policy.EmailPolicy attribute)"/>
  <function link="library/email.policy.html#email.policy.Compat32.header_fetch_parse" name="header_fetch_parse() (email.policy.Compat32 method)"/>
  <function link="library/email.policy.html#email.policy.EmailPolicy.header_fetch_parse" name="(email.policy.EmailPolicy method)"/>
  <function link="library/email.policy.html#email.policy.Policy.header_fetch_parse" name="(email.policy.Policy method)"/>
  <function link="library/urllib.request.html#urllib.request.Request.header_items" name="header_items() (urllib.request.Request method)"/>
  <function link="library/email.policy.html#email.policy.EmailPolicy.header_max_count" name="header_max_count() (email.policy.EmailPolicy method)"/>
  <function link="library/email.policy.html#email.policy.Policy.header_max_count" name="(email.policy.Policy method)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.header_offset" name="header_offset (zipfile.ZipInfo attribute)"/>
  <function link="library/email.policy.html#email.policy.Compat32.header_source_parse" name="header_source_parse() (email.policy.Compat32 method)"/>
  <function link="library/email.policy.html#email.policy.EmailPolicy.header_source_parse" name="(email.policy.EmailPolicy method)"/>
  <function link="library/email.policy.html#email.policy.Policy.header_source_parse" name="(email.policy.Policy method)"/>
  <function link="library/email.policy.html#email.policy.Compat32.header_store_parse" name="header_store_parse() (email.policy.Compat32 method)"/>
  <function link="library/email.policy.html#email.policy.EmailPolicy.header_store_parse" name="(email.policy.EmailPolicy method)"/>
  <function link="library/email.policy.html#email.policy.Policy.header_store_parse" name="(email.policy.Policy method)"/>
  <function link="library/tarfile.html#tarfile.HeaderError" name="HeaderError"/>
  <function link="library/email.errors.html#email.errors.HeaderParseError" name="HeaderParseError"/>
  <function link="library/email.parser.html#email.parser.HeaderParser" name="HeaderParser (class in email.parser)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.HeaderRegistry" name="HeaderRegistry (class in email.headerregistry)"/>
  <function link="library/cgi.html#index-0" name="MIME"/>
  <function link="library/wsgiref.html#wsgiref.headers.Headers" name="Headers (class in wsgiref.headers)"/>
  <function link="library/http.client.html#http.client.HTTPResponse.headers" name="headers (http.client.HTTPResponse attribute)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.headers" name="(http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="library/urllib.error.html#urllib.error.HTTPError.headers" name="(urllib.error.HTTPError attribute)"/>
  <function link="library/urllib.request.html#urllib.response.addinfourl.headers" name="(urllib.response.addinfourl attribute)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.ProtocolError.headers" name="(xmlrpc.client.ProtocolError attribute)"/>
  <function link="library/turtle.html#turtle.heading" name="heading() (in module turtle)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.heading" name="(tkinter.ttk.Treeview method)"/>
  <function link="library/heapq.html#heapq.heapify" name="heapify() (in module heapq)"/>
  <function link="library/msvcrt.html#msvcrt.heapmin" name="heapmin() (in module msvcrt)"/>
  <function link="library/heapq.html#heapq.heappop" name="heappop() (in module heapq)"/>
  <function link="library/heapq.html#heapq.heappush" name="heappush() (in module heapq)"/>
  <function link="library/heapq.html#heapq.heappushpop" name="heappushpop() (in module heapq)"/>
  <function link="library/heapq.html#module-heapq" name="module"/>
  <function link="library/heapq.html#heapq.heapreplace" name="heapreplace() (in module heapq)"/>
  <function link="library/smtplib.html#smtplib.SMTP.helo" name="helo() (smtplib.SMTP method)"/>
  <function link="tutorial/stdlib.html#index-0" name="built-in function"/>
  <function link="library/pydoc.html#index-0" name="online"/>
  <function link="library/optparse.html#optparse.Option.help" name="help (optparse.Option attribute)"/>
  <function link="library/pdb.html#pdbcommand-help" name="(pdb command)"/>
  <function link="library/functions.html#help" name="built-in function"/>
  <function link="library/nntplib.html#nntplib.NNTP.help" name="help() (nntplib.NNTP method)"/>
  <function link="library/socket.html#socket.herror" name="herror"/>
  <function link="library/uuid.html#uuid.UUID.hex" name="hex (uuid.UUID attribute)"/>
  <function link="library/functions.html#hex" name="built-in function"/>
  <function link="library/stdtypes.html#bytearray.hex" name="hex() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.hex" name="(bytes method)"/>
  <function link="library/stdtypes.html#float.hex" name="(float method)"/>
  <function link="library/stdtypes.html#memoryview.hex" name="(memoryview method)"/>
  <function link="library/stdtypes.html#index-12" name="literals"/>
  <function link="reference/lexical_analysis.html#index-27" name="hexadecimal literal"/>
  <function link="library/hashlib.html#hashlib.hash.hexdigest" name="hexdigest() (hashlib.hash method)"/>
  <function link="library/hashlib.html#hashlib.shake.hexdigest" name="(hashlib.shake method)"/>
  <function link="library/hmac.html#hmac.HMAC.hexdigest" name="(hmac.HMAC method)"/>
  <function link="library/string.html#string.hexdigits" name="hexdigits (in module string)"/>
  <function link="library/binascii.html#binascii.hexlify" name="hexlify() (in module binascii)"/>
  <function link="library/sys.html#sys.hexversion" name="hexversion (in module sys)"/>
  <function link="library/curses.panel.html#curses.panel.Panel.hidden" name="hidden() (curses.panel.Panel method)"/>
  <function link="library/curses.panel.html#curses.panel.Panel.hide" name="hide() (curses.panel.Panel method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Notebook.hide" name="(tkinter.ttk.Notebook method)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookiePolicy.hide_cookie2" name="hide_cookie2 (http.cookiejar.CookiePolicy attribute)"/>
  <function link="library/turtle.html#turtle.hideturtle" name="hideturtle() (in module turtle)"/>
  <function link="reference/datamodel.html#index-4" name="type"/>
  <function link="library/xml.dom.html#xml.dom.HierarchyRequestErr" name="HierarchyRequestErr"/>
  <function link="library/subprocess.html#subprocess.HIGH_PRIORITY_CLASS" name="HIGH_PRIORITY_CLASS (in module subprocess)"/>
  <function link="library/pickle.html#pickle.HIGHEST_PROTOCOL" name="HIGHEST_PROTOCOL (in module pickle)"/>
  <function link="library/bdb.html#bdb.Breakpoint.hits" name="hits (bdb.Breakpoint attribute)"/>
  <function link="library/winreg.html#winreg.HKEY_CLASSES_ROOT" name="HKEY_CLASSES_ROOT (in module winreg)"/>
  <function link="library/winreg.html#winreg.HKEY_CURRENT_CONFIG" name="HKEY_CURRENT_CONFIG (in module winreg)"/>
  <function link="library/winreg.html#winreg.HKEY_CURRENT_USER" name="HKEY_CURRENT_USER (in module winreg)"/>
  <function link="library/winreg.html#winreg.HKEY_DYN_DATA" name="HKEY_DYN_DATA (in module winreg)"/>
  <function link="library/winreg.html#winreg.HKEY_LOCAL_MACHINE" name="HKEY_LOCAL_MACHINE (in module winreg)"/>
  <function link="library/winreg.html#winreg.HKEY_PERFORMANCE_DATA" name="HKEY_PERFORMANCE_DATA (in module winreg)"/>
  <function link="library/winreg.html#winreg.HKEY_USERS" name="HKEY_USERS (in module winreg)"/>
  <function link="library/curses.html#curses.window.hline" name="hline() (curses.window method)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.HList" name="HList (class in tkinter.tix)"/>
  <function link="library/colorsys.html#colorsys.hls_to_rgb" name="hls_to_rgb() (in module colorsys)"/>
  <function link="library/hmac.html#module-hmac" name="module"/>
  <function link="distutils/apiref.html#index-1" name="HOME"/>
  <function link="library/turtle.html#turtle.home" name="home() (in module turtle)"/>
  <function link="library/pathlib.html#pathlib.Path.home" name="(pathlib.Path class method)"/>
  <function link="install/index.html#index-7" name="HOMEDRIVE"/>
  <function link="install/index.html#index-8" name="HOMEPATH"/>
  <function link="library/fileinput.html#fileinput.hook_compressed" name="hook_compressed() (in module fileinput)"/>
  <function link="library/fileinput.html#fileinput.hook_encoded" name="hook_encoded() (in module fileinput)"/>
  <function link="reference/import.html#index-9" name="import"/>
  <function link="reference/import.html#index-9" name="meta"/>
  <function link="reference/import.html#index-9" name="path"/>
  <function link="library/urllib.request.html#urllib.request.Request.host" name="host (urllib.request.Request attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.hostmask" name="hostmask (ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.hostmask" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/ssl.html#ssl.SSLContext.hostname_checks_common_name" name="hostname_checks_common_name (ssl.SSLContext attribute)"/>
  <function link="library/netrc.html#netrc.netrc.hosts" name="hosts (netrc.netrc attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.hosts" name="hosts() (ipaddress.IPv4Network method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.hosts" name="(ipaddress.IPv6Network method)"/>
  <function link="library/datetime.html#datetime.datetime.hour" name="hour (datetime.datetime attribute)"/>
  <function link="library/datetime.html#datetime.time.hour" name="(datetime.time attribute)"/>
  <function link="library/ctypes.html#ctypes.HRESULT" name="HRESULT (class in ctypes)"/>
  <function link="library/subprocess.html#subprocess.STARTUPINFO.hStdError" name="hStdError (subprocess.STARTUPINFO attribute)"/>
  <function link="library/subprocess.html#subprocess.STARTUPINFO.hStdInput" name="hStdInput (subprocess.STARTUPINFO attribute)"/>
  <function link="library/subprocess.html#subprocess.STARTUPINFO.hStdOutput" name="hStdOutput (subprocess.STARTUPINFO attribute)"/>
  <function link="library/colorsys.html#colorsys.hsv_to_rgb" name="hsv_to_rgb() (in module colorsys)"/>
  <function link="library/turtle.html#turtle.ht" name="ht() (in module turtle)"/>
  <function link="library/html.parser.html#index-0" name="HTML"/>
  <function link="library/html.html#module-html" name="module"/>
  <function link="library/cgitb.html#cgitb.html" name="html() (in module cgitb)"/>
  <function link="library/html.entities.html#module-html.entities" name="module"/>
  <function link="library/html.parser.html#module-html.parser" name="module"/>
  <function link="library/html.entities.html#html.entities.html5" name="html5 (in module html.entities)"/>
  <function link="library/calendar.html#calendar.HTMLCalendar" name="HTMLCalendar (class in calendar)"/>
  <function link="library/difflib.html#difflib.HtmlDiff" name="HtmlDiff (class in difflib)"/>
  <function link="library/html.parser.html#html.parser.HTMLParser" name="HTMLParser (class in html.parser)"/>
  <function link="library/socket.html#socket.htonl" name="htonl() (in module socket)"/>
  <function link="library/socket.html#socket.htons" name="htons() (in module socket)"/>
  <function link="library/http.html#index-0" name="http (standard module)"/>
  <function link="library/http.client.html#index-0" name="http.client (standard module)"/>
  <function link="library/cgi.html#index-0" name="protocol"/>
  <function link="library/http.html#module-http" name="module"/>
  <function link="library/email.policy.html#email.policy.HTTP" name="HTTP (in module email.policy)"/>
  <function link="library/http.client.html#module-http.client" name="module"/>
  <function link="library/http.cookiejar.html#module-http.cookiejar" name="module"/>
  <function link="library/http.cookies.html#module-http.cookies" name="module"/>
  <function link="library/http.server.html#module-http.server" name="module"/>
  <function link="library/http.server.html#index-3" name="security"/>
  <function link="library/urllib.request.html#urllib.request.HTTPRedirectHandler.http_error_301" name="http_error_301() (urllib.request.HTTPRedirectHandler method)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPRedirectHandler.http_error_302" name="http_error_302() (urllib.request.HTTPRedirectHandler method)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPRedirectHandler.http_error_303" name="http_error_303() (urllib.request.HTTPRedirectHandler method)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPRedirectHandler.http_error_307" name="http_error_307() (urllib.request.HTTPRedirectHandler method)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPRedirectHandler.http_error_308" name="http_error_308() (urllib.request.HTTPRedirectHandler method)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPBasicAuthHandler.http_error_401" name="http_error_401() (urllib.request.HTTPBasicAuthHandler method)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPDigestAuthHandler.http_error_401" name="(urllib.request.HTTPDigestAuthHandler method)"/>
  <function link="library/urllib.request.html#urllib.request.ProxyBasicAuthHandler.http_error_407" name="http_error_407() (urllib.request.ProxyBasicAuthHandler method)"/>
  <function link="library/urllib.request.html#urllib.request.ProxyDigestAuthHandler.http_error_407" name="(urllib.request.ProxyDigestAuthHandler method)"/>
  <function link="library/urllib.request.html#urllib.request.AbstractBasicAuthHandler.http_error_auth_reqed" name="http_error_auth_reqed() (urllib.request.AbstractBasicAuthHandler method)"/>
  <function link="library/urllib.request.html#urllib.request.AbstractDigestAuthHandler.http_error_auth_reqed" name="(urllib.request.AbstractDigestAuthHandler method)"/>
  <function link="library/urllib.request.html#urllib.request.BaseHandler.http_error_default" name="http_error_default() (urllib.request.BaseHandler method)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPHandler.http_open" name="http_open() (urllib.request.HTTPHandler method)"/>
  <function link="library/http.client.html#http.client.HTTP_PORT" name="HTTP_PORT (in module http.client)"/>
  <function link="howto/urllib2.html#index-3" name="http_proxy"/>
  <function link="library/urllib.request.html#urllib.request.HTTPErrorProcessor.http_response" name="http_response() (urllib.request.HTTPErrorProcessor method)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.http_version" name="http_version (wsgiref.handlers.BaseHandler attribute)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPBasicAuthHandler" name="HTTPBasicAuthHandler (class in urllib.request)"/>
  <function link="library/http.client.html#http.client.HTTPConnection" name="HTTPConnection (class in http.client)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPCookieProcessor" name="HTTPCookieProcessor (class in urllib.request)"/>
  <function link="library/http.server.html#index-0" name="httpd"/>
  <function link="library/urllib.request.html#urllib.request.HTTPDefaultErrorHandler" name="HTTPDefaultErrorHandler (class in urllib.request)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPDigestAuthHandler" name="HTTPDigestAuthHandler (class in urllib.request)"/>
  <function link="library/urllib.error.html#urllib.error.HTTPError" name="HTTPError"/>
  <function link="library/urllib.request.html#urllib.request.HTTPErrorProcessor" name="HTTPErrorProcessor (class in urllib.request)"/>
  <function link="library/http.client.html#http.client.HTTPException" name="HTTPException"/>
  <function link="library/logging.handlers.html#logging.handlers.HTTPHandler" name="HTTPHandler (class in logging.handlers)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPHandler" name="(class in urllib.request)"/>
  <function link="library/http.html#http.HTTPMethod" name="HTTPMethod (class in http)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPPasswordMgr" name="HTTPPasswordMgr (class in urllib.request)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPPasswordMgrWithDefaultRealm" name="HTTPPasswordMgrWithDefaultRealm (class in urllib.request)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPPasswordMgrWithPriorAuth" name="HTTPPasswordMgrWithPriorAuth (class in urllib.request)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPRedirectHandler" name="HTTPRedirectHandler (class in urllib.request)"/>
  <function link="library/http.client.html#http.client.HTTPResponse" name="HTTPResponse (class in http.client)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPSHandler.https_open" name="https_open() (urllib.request.HTTPSHandler method)"/>
  <function link="library/http.client.html#http.client.HTTPS_PORT" name="HTTPS_PORT (in module http.client)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPErrorProcessor.https_response" name="https_response() (urllib.request.HTTPErrorProcessor method)"/>
  <function link="library/http.client.html#http.client.HTTPSConnection" name="HTTPSConnection (class in http.client)"/>
  <function link="library/http.server.html#http.server.HTTPServer" name="HTTPServer (class in http.server)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPSHandler" name="HTTPSHandler (class in urllib.request)"/>
  <function link="library/http.html#http.HTTPStatus" name="HTTPStatus (class in http)"/>
  <function link="library/math.html#math.hypot" name="hypot() (in module math)"/>
  <function link="library/re.html#re.I" name="I (in module re)"/>
  <function link="library/functions.html#index-7" name="buffering"/>
  <function link="library/termios.html#index-0" name="POSIX"/>
  <function link="library/termios.html#index-0" name="tty"/>
  <function link="library/fcntl.html#index-0" name="UNIX"/>
  <function link="library/operator.html#operator.iadd" name="iadd() (in module operator)"/>
  <function link="library/operator.html#operator.iand" name="iand() (in module operator)"/>
  <function link="library/operator.html#operator.iconcat" name="iconcat() (in module operator)"/>
  <function link="reference/datamodel.html#index-1" name="built-in function"/>
  <function link="library/ssl.html#ssl.SSLSession.id" name="id (ssl.SSLSession attribute)"/>
  <function link="library/functions.html#id" name="built-in function"/>
  <function link="library/unittest.html#unittest.TestCase.id" name="id() (unittest.TestCase method)"/>
  <function link="library/curses.html#curses.window.idcok" name="idcok() (curses.window method)"/>
  <function link="library/select.html#select.kevent.ident" name="ident (select.kevent attribute)"/>
  <function link="library/threading.html#threading.Thread.ident" name="(threading.Thread attribute)"/>
  <function link="library/cmd.html#cmd.Cmd.identchars" name="identchars (cmd.Cmd attribute)"/>
  <function link="reference/expressions.html#index-3" name="identifier"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Notebook.identify" name="identify() (tkinter.ttk.Notebook method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.identify" name="(tkinter.ttk.Treeview method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Widget.identify" name="(tkinter.ttk.Widget method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.identify_column" name="identify_column() (tkinter.ttk.Treeview method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.identify_element" name="identify_element() (tkinter.ttk.Treeview method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.identify_region" name="identify_region() (tkinter.ttk.Treeview method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.identify_row" name="identify_row() (tkinter.ttk.Treeview method)"/>
  <function link="reference/expressions.html#index-81" name="test"/>
  <function link="reference/datamodel.html#index-1" name="identity of an object"/>
  <function link="library/2to3.html#to3fixer-idioms" name="idioms (2to3 fixer)"/>
  <function link="glossary.html#term-IDLE" name="IDLE"/>
  <function link="library/subprocess.html#subprocess.IDLE_PRIORITY_CLASS" name="IDLE_PRIORITY_CLASS (in module subprocess)"/>
  <function link="library/idle.html#module-idlelib" name="module"/>
  <function link="library/idle.html#index-5" name="IDLESTARTUP"/>
  <function link="library/curses.html#curses.window.idlok" name="idlok() (curses.window method)"/>
  <function link="reference/expressions.html#index-88" name="conditional expression"/>
  <function link="reference/expressions.html#index-12" name="in comprehensions"/>
  <function link="reference/compound_stmts.html#index-18" name="keyword"/>
  <function link="reference/compound_stmts.html#index-3" name="statement"/>
  <function link="library/ast.html#ast.If" name="If (class in ast)"/>
  <function link="library/socket.html#socket.if_indextoname" name="if_indextoname() (in module socket)"/>
  <function link="library/socket.html#socket.if_nameindex" name="if_nameindex() (in module socket)"/>
  <function link="library/socket.html#socket.if_nametoindex" name="if_nametoindex() (in module socket)"/>
  <function link="library/ast.html#ast.IfExp" name="IfExp (class in ast)"/>
  <function link="library/operator.html#operator.ifloordiv" name="ifloordiv() (in module operator)"/>
  <function link="library/glob.html#glob.iglob" name="iglob() (in module glob)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.ignorableWhitespace" name="ignorableWhitespace() (xml.sax.handler.ContentHandler method)"/>
  <function link="library/codecs.html#index-1" name="error handler's name"/>
  <function link="library/bdb.html#bdb.Breakpoint.ignore" name="ignore (bdb.Breakpoint attribute)"/>
  <function link="library/pdb.html#pdbcommand-ignore" name="(pdb command)"/>
  <function link="library/codecs.html#codecs.ignore_errors" name="ignore_errors() (in module codecs)"/>
  <function link="library/doctest.html#doctest.IGNORE_EXCEPTION_DETAIL" name="IGNORE_EXCEPTION_DETAIL (in module doctest)"/>
  <function link="library/shutil.html#shutil.ignore_patterns" name="ignore_patterns() (in module shutil)"/>
  <function link="library/re.html#re.IGNORECASE" name="IGNORECASE (in module re)"/>
  <function link="library/nntplib.html#nntplib.NNTP.ihave" name="ihave() (nntplib.NNTP method)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.IISCGIHandler" name="IISCGIHandler (class in wsgiref.handlers)"/>
  <function link="library/operator.html#operator.ilshift" name="ilshift() (in module operator)"/>
  <function link="library/numbers.html#numbers.Complex.imag" name="imag (numbers.Complex attribute)"/>
  <function link="reference/lexical_analysis.html#index-27" name="imaginary literal"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.Pool.imap" name="imap() (multiprocessing.pool.Pool method)"/>
  <function link="library/imaplib.html#index-0" name="protocol"/>
  <function link="library/imaplib.html#imaplib.IMAP4" name="IMAP4 (class in imaplib)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.abort" name="IMAP4.abort"/>
  <function link="library/imaplib.html#imaplib.IMAP4.error" name="IMAP4.error"/>
  <function link="library/imaplib.html#imaplib.IMAP4.readonly" name="IMAP4.readonly"/>
  <function link="library/imaplib.html#index-0" name="protocol"/>
  <function link="library/imaplib.html#imaplib.IMAP4_SSL" name="IMAP4_SSL (class in imaplib)"/>
  <function link="library/imaplib.html#index-0" name="protocol"/>
  <function link="library/imaplib.html#imaplib.IMAP4_stream" name="IMAP4_stream (class in imaplib)"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.Pool.imap_unordered" name="imap_unordered() (multiprocessing.pool.Pool method)"/>
  <function link="library/imaplib.html#module-imaplib" name="module"/>
  <function link="library/operator.html#operator.imatmul" name="imatmul() (in module operator)"/>
  <function link="library/imghdr.html#module-imghdr" name="module"/>
  <function link="library/curses.html#curses.window.immedok" name="immedok() (curses.window method)"/>
  <function link="glossary.html#term-immutable" name="immutable"/>
  <function link="reference/expressions.html#index-7" name="data type"/>
  <function link="reference/datamodel.html#index-17" name="object"/>
  <function link="library/stdtypes.html#index-21" name="sequence types"/>
  <function link="reference/datamodel.html#index-1" name="immutable object"/>
  <function link="reference/datamodel.html#index-17" name="object"/>
  <function link="reference/datamodel.html#index-69" name="subclassing"/>
  <function link="library/operator.html#operator.imod" name="imod() (in module operator)"/>
  <function link="library/functions.html#index-12" name="module"/>
  <function link="library/pkgutil.html#pkgutil.ImpImporter" name="ImpImporter (class in pkgutil)"/>
  <function link="library/test.html#test.support.impl_detail" name="impl_detail() (in module test.support)"/>
  <function link="library/sys.html#sys.implementation" name="implementation (in module sys)"/>
  <function link="library/pkgutil.html#pkgutil.ImpLoader" name="ImpLoader (class in pkgutil)"/>
  <function link="reference/import.html#index-9" name="hooks"/>
  <function link="reference/simple_stmts.html#index-34" name="statement"/>
  <function link="library/2to3.html#to3fixer-import" name="import (2to3 fixer)"/>
  <function link="library/ast.html#ast.Import" name="Import (class in ast)"/>
  <function link="reference/import.html#index-9" name="import hooks"/>
  <function link="reference/import.html#index-0" name="import machinery"/>
  <function link="glossary.html#term-import-path" name="import path"/>
  <function link="library/test.html#test.support.import_helper.import_fresh_module" name="import_fresh_module() (in module test.support.import_helper)"/>
  <function link="library/dis.html#opcode-IMPORT_FROM" name="IMPORT_FROM (opcode)"/>
  <function link="library/importlib.html#importlib.import_module" name="import_module() (in module importlib)"/>
  <function link="library/test.html#test.support.import_helper.import_module" name="(in module test.support.import_helper)"/>
  <function link="library/dis.html#opcode-IMPORT_NAME" name="IMPORT_NAME (opcode)"/>
  <function link="library/dis.html#opcode-IMPORT_STAR" name="IMPORT_STAR (opcode)"/>
  <function link="glossary.html#term-importer" name="importer"/>
  <function link="library/exceptions.html#ImportError" name="ImportError"/>
  <function link="reference/simple_stmts.html#index-34" name="exception"/>
  <function link="library/ast.html#ast.ImportFrom" name="ImportFrom (class in ast)"/>
  <function link="glossary.html#term-importing" name="importing"/>
  <function link="library/importlib.html#module-importlib" name="module"/>
  <function link="library/importlib.html#module-importlib.abc" name="module"/>
  <function link="library/importlib.html#module-importlib.machinery" name="module"/>
  <function link="library/importlib.metadata.html#module-importlib.metadata" name="module"/>
  <function link="library/importlib.resources.html#module-importlib.resources" name="module"/>
  <function link="library/importlib.resources.abc.html#module-importlib.resources.abc" name="module"/>
  <function link="library/importlib.html#module-importlib.util" name="module"/>
  <function link="library/2to3.html#to3fixer-imports" name="imports (2to3 fixer)"/>
  <function link="library/2to3.html#to3fixer-imports2" name="imports2 (2to3 fixer)"/>
  <function link="library/exceptions.html#ImportWarning" name="ImportWarning"/>
  <function link="library/http.client.html#http.client.ImproperConnectionState" name="ImproperConnectionState"/>
  <function link="library/operator.html#operator.imul" name="imul() (in module operator)"/>
  <function link="reference/compound_stmts.html#index-6" name="keyword"/>
  <function link="library/stdtypes.html#index-10" name="operator"/>
  <function link="library/ast.html#ast.In" name="In (class in ast)"/>
  <function link="library/ctypes.html#ctypes._CData.in_dll" name="in_dll() (ctypes._CData method)"/>
  <function link="library/stringprep.html#stringprep.in_table_a1" name="in_table_a1() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.in_table_b1" name="in_table_b1() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.in_table_c11" name="in_table_c11() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.in_table_c11_c12" name="in_table_c11_c12() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.in_table_c12" name="in_table_c12() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.in_table_c21" name="in_table_c21() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.in_table_c21_c22" name="in_table_c21_c22() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.in_table_c22" name="in_table_c22() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.in_table_c3" name="in_table_c3() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.in_table_c4" name="in_table_c4() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.in_table_c5" name="in_table_c5() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.in_table_c6" name="in_table_c6() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.in_table_c7" name="in_table_c7() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.in_table_c8" name="in_table_c8() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.in_table_c9" name="in_table_c9() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.in_table_d1" name="in_table_d1() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.in_table_d2" name="in_table_d2() (in module stringprep)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.in_transaction" name="in_transaction (sqlite3.Connection attribute)"/>
  <function link="library/curses.html#curses.window.inch" name="inch() (curses.window method)"/>
  <function link="reference/expressions.html#index-76" name="or"/>
  <function link="library/tracemalloc.html#tracemalloc.DomainFilter.inclusive" name="inclusive (tracemalloc.DomainFilter attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.Filter.inclusive" name="(tracemalloc.Filter attribute)"/>
  <function link="library/binascii.html#binascii.Incomplete" name="Incomplete"/>
  <function link="library/http.client.html#http.client.IncompleteRead" name="IncompleteRead"/>
  <function link="library/asyncio-exceptions.html#asyncio.IncompleteReadError" name="IncompleteReadError"/>
  <function link="c-api/intro.html#index-20" name="incr_item()"/>
  <function link="library/ast.html#ast.increment_lineno" name="increment_lineno() (in module ast)"/>
  <function link="library/codecs.html#codecs.IncrementalDecoder" name="IncrementalDecoder (class in codecs)"/>
  <function link="library/codecs.html#codecs.CodecInfo.incrementaldecoder" name="incrementaldecoder (codecs.CodecInfo attribute)"/>
  <function link="library/codecs.html#codecs.IncrementalEncoder" name="IncrementalEncoder (class in codecs)"/>
  <function link="library/codecs.html#codecs.CodecInfo.incrementalencoder" name="incrementalencoder (codecs.CodecInfo attribute)"/>
  <function link="library/io.html#io.IncrementalNewlineDecoder" name="IncrementalNewlineDecoder (class in io)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.IncrementalParser" name="IncrementalParser (class in xml.sax.xmlreader)"/>
  <function link="library/doctest.html#doctest.Example.indent" name="indent (doctest.Example attribute)"/>
  <function link="library/token.html#token.INDENT" name="INDENT (in module token)"/>
  <function link="reference/lexical_analysis.html#index-9" name="INDENT token"/>
  <function link="library/textwrap.html#textwrap.indent" name="indent() (in module textwrap)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.indent" name="(in module xml.etree.ElementTree)"/>
  <function link="reference/lexical_analysis.html#index-8" name="indentation"/>
  <function link="library/exceptions.html#IndentationError" name="IndentationError"/>
  <function link="library/inspect.html#inspect.FrameInfo.index" name="index (inspect.FrameInfo attribute)"/>
  <function link="library/inspect.html#inspect.Traceback.index" name="(inspect.Traceback attribute)"/>
  <function link="reference/datamodel.html#index-15" name="index operation"/>
  <function link="library/array.html#array.array.index" name="index() (array.array method)"/>
  <function link="library/stdtypes.html#bytearray.index" name="(bytearray method)"/>
  <function link="library/stdtypes.html#bytes.index" name="(bytes method)"/>
  <function link="library/collections.html#collections.deque.index" name="(collections.deque method)"/>
  <function link="library/operator.html#operator.index" name="(in module operator)"/>
  <function link="library/multiprocessing.shared_memory.html#multiprocessing.shared_memory.ShareableList.index" name="(multiprocessing.shared_memory.ShareableList method)"/>
  <function link="library/stdtypes.html#index-19" name="(sequence method)"/>
  <function link="library/stdtypes.html#str.index" name="(str method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Notebook.index" name="(tkinter.ttk.Notebook method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.index" name="(tkinter.ttk.Treeview method)"/>
  <function link="library/exceptions.html#IndexError" name="IndexError"/>
  <function link="library/operator.html#operator.indexOf" name="indexOf() (in module operator)"/>
  <function link="library/xml.dom.html#xml.dom.IndexSizeErr" name="IndexSizeErr"/>
  <function link="reference/datamodel.html#slice.indices" name="indices() (slice method)"/>
  <function link="library/socket.html#socket.inet_aton" name="inet_aton() (in module socket)"/>
  <function link="library/socket.html#socket.inet_ntoa" name="inet_ntoa() (in module socket)"/>
  <function link="library/socket.html#socket.inet_ntop" name="inet_ntop() (in module socket)"/>
  <function link="library/socket.html#socket.inet_pton" name="inet_pton() (in module socket)"/>
  <function link="library/decimal.html#decimal.Inexact" name="Inexact (class in decimal)"/>
  <function link="library/cmath.html#cmath.inf" name="inf (in module cmath)"/>
  <function link="library/math.html#math.inf" name="(in module math)"/>
  <function link="library/json.html#cmdoption-json.tool-arg-infile" name="json.tool command line option"/>
  <function link="library/shlex.html#shlex.shlex.infile" name="infile (shlex.shlex attribute)"/>
  <function link="library/functions.html#index-2" name="Infinity"/>
  <function link="library/cmath.html#cmath.infj" name="infj (in module cmath)"/>
  <function link="library/dis.html#dis.Bytecode.info" name="info() (dis.Bytecode method)"/>
  <function link="library/gettext.html#gettext.NullTranslations.info" name="(gettext.NullTranslations method)"/>
  <function link="library/http.client.html#http.client.HTTPResponse.info" name="(http.client.HTTPResponse method)"/>
  <function link="library/logging.html#logging.info" name="(in module logging)"/>
  <function link="library/logging.html#logging.Logger.info" name="(logging.Logger method)"/>
  <function link="library/urllib.request.html#urllib.response.addinfourl.info" name="(urllib.response.addinfourl method)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.infolist" name="infolist() (zipfile.ZipFile method)"/>
  <function link="reference/compound_stmts.html#index-40" name="inheritance"/>
  <function link="library/configparser.html#index-0" name="ini file"/>
  <function link="library/mimetypes.html#mimetypes.init" name="init() (in module mimetypes)"/>
  <function link="library/curses.html#curses.init_color" name="init_color() (in module curses)"/>
  <function link="library/msilib.html#msilib.init_database" name="init_database() (in module msilib)"/>
  <function link="library/curses.html#curses.init_pair" name="init_pair() (in module curses)"/>
  <function link="library/mimetypes.html#mimetypes.inited" name="inited (in module mimetypes)"/>
  <function link="library/os.html#os.initgroups" name="initgroups() (in module os)"/>
  <function link="library/textwrap.html#textwrap.TextWrapper.initial_indent" name="initial_indent (textwrap.TextWrapper attribute)"/>
  <function link="distutils/apiref.html#distutils.cmd.Command.initialize_options" name="initialize_options() (distutils.cmd.Command method)"/>
  <function link="c-api/typeobj.html#c.initproc" name="initproc (C type)"/>
  <function link="library/curses.html#curses.initscr" name="initscr() (in module curses)"/>
  <function link="library/os.html#os.DirEntry.inode" name="inode() (os.DirEntry method)"/>
  <function link="reference/toplevel_components.html#index-5" name="input"/>
  <function link="library/2to3.html#to3fixer-input" name="(2to3 fixer)"/>
  <function link="library/functions.html#input" name="built-in function"/>
  <function link="library/fileinput.html#fileinput.input" name="input() (in module fileinput)"/>
  <function link="library/email.charset.html#email.charset.Charset.input_charset" name="input_charset (email.charset.Charset attribute)"/>
  <function link="library/email.charset.html#email.charset.Charset.input_codec" name="input_codec (email.charset.Charset attribute)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.InputOnly" name="InputOnly (class in tkinter.tix)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.InputSource" name="InputSource (class in xml.sax.xmlreader)"/>
  <function link="library/wsgiref.html#wsgiref.types.InputStream" name="InputStream (class in wsgiref.types)"/>
  <function link="c-api/gcsupport.html#c.inquiry" name="inquiry (C type)"/>
  <function link="library/curses.html#curses.window.insch" name="insch() (curses.window method)"/>
  <function link="library/curses.html#curses.window.insdelln" name="insdelln() (curses.window method)"/>
  <function link="library/array.html#array.array.insert" name="insert() (array.array method)"/>
  <function link="library/collections.html#collections.deque.insert" name="(collections.deque method)"/>
  <function link="library/stdtypes.html#index-23" name="(sequence method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Notebook.insert" name="(tkinter.ttk.Notebook method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.insert" name="(tkinter.ttk.Treeview method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.insert" name="(xml.etree.ElementTree.Element method)"/>
  <function link="library/readline.html#readline.insert_text" name="insert_text() (in module readline)"/>
  <function link="library/xml.dom.html#xml.dom.Node.insertBefore" name="insertBefore() (xml.dom.Node method)"/>
  <function link="library/curses.html#curses.window.insertln" name="insertln() (curses.window method)"/>
  <function link="library/curses.html#curses.window.insnstr" name="insnstr() (curses.window method)"/>
  <function link="library/bisect.html#bisect.insort" name="insort() (in module bisect)"/>
  <function link="library/bisect.html#bisect.insort_left" name="insort_left() (in module bisect)"/>
  <function link="library/bisect.html#bisect.insort_right" name="insort_right() (in module bisect)"/>
  <function link="library/inspect.html#module-inspect" name="module"/>
  <function link="library/inspect.html#cmdoption-inspect-details" name="--details"/>
  <function link="library/importlib.html#importlib.abc.InspectLoader" name="InspectLoader (class in importlib.abc)"/>
  <function link="library/curses.html#curses.window.insstr" name="insstr() (curses.window method)"/>
  <function link="library/gettext.html#gettext.NullTranslations.install" name="install() (gettext.NullTranslations method)"/>
  <function link="library/gettext.html#gettext.install" name="(in module gettext)"/>
  <function link="library/urllib.request.html#urllib.request.install_opener" name="install_opener() (in module urllib.request)"/>
  <function link="library/venv.html#venv.EnvBuilder.install_scripts" name="install_scripts() (venv.EnvBuilder method)"/>
  <function link="library/unittest.html#unittest.installHandler" name="installHandler() (in module unittest)"/>
  <function link="reference/datamodel.html#index-94" name="call"/>
  <function link="reference/datamodel.html#index-49" name="class"/>
  <function link="reference/datamodel.html#index-45" name="object"/>
  <function link="c-api/method.html#index-0" name="object"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Widget.instate" name="instate() (tkinter.ttk.Widget method)"/>
  <function link="library/curses.html#curses.window.instr" name="instr() (curses.window method)"/>
  <function link="library/shlex.html#shlex.shlex.instream" name="instream (shlex.shlex attribute)"/>
  <function link="library/dis.html#dis.Instruction" name="Instruction (class in dis)"/>
  <function link="library/dis.html#dis.Instruction.arg" name="Instruction.arg (in module dis)"/>
  <function link="library/dis.html#dis.Instruction.argrepr" name="Instruction.argrepr (in module dis)"/>
  <function link="library/dis.html#dis.Instruction.argval" name="Instruction.argval (in module dis)"/>
  <function link="library/dis.html#dis.Instruction.is_jump_target" name="Instruction.is_jump_target (in module dis)"/>
  <function link="library/dis.html#dis.Instruction.offset" name="Instruction.offset (in module dis)"/>
  <function link="library/dis.html#dis.Instruction.opcode" name="Instruction.opcode (in module dis)"/>
  <function link="library/dis.html#dis.Instruction.opname" name="Instruction.opname (in module dis)"/>
  <function link="library/dis.html#dis.Instruction.positions" name="Instruction.positions (in module dis)"/>
  <function link="library/dis.html#dis.Instruction.starts_line" name="Instruction.starts_line (in module dis)"/>
  <function link="c-api/number.html#index-4" name="built-in function"/>
  <function link="library/functions.html#int" name="int (built-in class)"/>
  <function link="library/uuid.html#uuid.UUID.int" name="(uuid.UUID attribute)"/>
  <function link="library/imaplib.html#imaplib.Int2AP" name="Int2AP() (in module imaplib)"/>
  <function link="library/sys.html#sys.int_info" name="int_info (in module sys)"/>
  <function link="reference/datamodel.html#index-19" name="integer"/>
  <function link="library/stdtypes.html#index-12" name="literals"/>
  <function link="c-api/long.html#index-0" name="object"/>
  <function link="reference/datamodel.html#index-12" name="representation"/>
  <function link="library/stdtypes.html#index-16" name="types, operations on"/>
  <function link="reference/lexical_analysis.html#index-27" name="integer literal"/>
  <function link="library/numbers.html#numbers.Integral" name="Integral (class in numbers)"/>
  <function link="library/idle.html#index-0" name="Integrated Development Environment"/>
  <function link="library/sqlite3.html#sqlite3.IntegrityError" name="IntegrityError"/>
  <function link="library/audioop.html#index-1" name="Intel/DVI ADPCM"/>
  <function link="library/enum.html#enum.IntEnum" name="IntEnum (class in enum)"/>
  <function link="library/pdb.html#pdbcommand-interact" name="interact (pdb command)"/>
  <function link="library/code.html#code.InteractiveConsole.interact" name="interact() (code.InteractiveConsole method)"/>
  <function link="library/code.html#code.interact" name="(in module code)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.interact" name="(telnetlib.Telnet method)"/>
  <function link="glossary.html#term-interactive" name="interactive"/>
  <function link="reference/toplevel_components.html#index-3" name="interactive mode"/>
  <function link="library/code.html#code.InteractiveConsole" name="InteractiveConsole (class in code)"/>
  <function link="library/code.html#code.InteractiveInterpreter" name="InteractiveInterpreter (class in code)"/>
  <function link="library/sqlite3.html#sqlite3.InterfaceError" name="InterfaceError"/>
  <function link="library/2to3.html#to3fixer-intern" name="intern (2to3 fixer)"/>
  <function link="library/sys.html#sys.intern" name="intern() (in module sys)"/>
  <function link="reference/datamodel.html#index-54" name="internal type"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.internal_attr" name="internal_attr (zipfile.ZipInfo attribute)"/>
  <function link="library/imaplib.html#imaplib.Internaldate2tuple" name="Internaldate2tuple() (in module imaplib)"/>
  <function link="library/sqlite3.html#sqlite3.InternalError" name="InternalError"/>
  <function link="library/xml.dom.html#xml.dom.DocumentType.internalSubset" name="internalSubset (xml.dom.DocumentType attribute)"/>
  <function link="library/internet.html#index-0" name="Internet"/>
  <function link="library/test.html#test.support.INTERNET_TIMEOUT" name="INTERNET_TIMEOUT (in module test.support)"/>
  <function link="reference/lexical_analysis.html#index-25" name="interpolated string literal"/>
  <function link="library/stdtypes.html#index-44" name="bytearray (%)"/>
  <function link="library/stdtypes.html#index-44" name="bytes (%)"/>
  <function link="library/stdtypes.html#index-34" name="interpolation, string (%)"/>
  <function link="library/configparser.html#configparser.InterpolationDepthError" name="InterpolationDepthError"/>
  <function link="library/configparser.html#configparser.InterpolationError" name="InterpolationError"/>
  <function link="library/configparser.html#configparser.InterpolationMissingOptionError" name="InterpolationMissingOptionError"/>
  <function link="library/configparser.html#configparser.InterpolationSyntaxError" name="InterpolationSyntaxError"/>
  <function link="glossary.html#term-interpreted" name="interpreted"/>
  <function link="reference/toplevel_components.html#index-0" name="interpreter"/>
  <function link="c-api/init.html#index-33" name="interpreter lock"/>
  <function link="library/sys.html#index-27" name="interpreter prompts"/>
  <function link="glossary.html#term-interpreter-shutdown" name="interpreter shutdown"/>
  <function link="library/test.html#test.support.script_helper.interpreter_requires_environment" name="interpreter_requires_environment() (in module test.support.script_helper)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.interrupt" name="interrupt() (sqlite3.Connection method)"/>
  <function link="library/_thread.html#thread.interrupt_main" name="interrupt_main() (in module _thread)"/>
  <function link="library/exceptions.html#InterruptedError" name="InterruptedError"/>
  <function link="library/stdtypes.html#frozenset.intersection" name="intersection() (frozenset method)"/>
  <function link="library/stdtypes.html#frozenset.intersection_update" name="intersection_update() (frozenset method)"/>
  <function link="library/enum.html#enum.IntFlag" name="IntFlag (class in enum)"/>
  <function link="library/cmd.html#cmd.Cmd.intro" name="intro (cmd.Cmd attribute)"/>
  <function link="library/xml.dom.html#xml.dom.InuseAttributeErr" name="InuseAttributeErr"/>
  <function link="library/operator.html#operator.inv" name="inv() (in module operator)"/>
  <function link="library/statistics.html#statistics.NormalDist.inv_cdf" name="inv_cdf() (statistics.NormalDist method)"/>
  <function link="library/xml.dom.html#xml.dom.InvalidAccessErr" name="InvalidAccessErr"/>
  <function link="library/importlib.html#importlib.abc.MetaPathFinder.invalidate_caches" name="invalidate_caches() (importlib.abc.MetaPathFinder method)"/>
  <function link="library/importlib.html#importlib.abc.PathEntryFinder.invalidate_caches" name="(importlib.abc.PathEntryFinder method)"/>
  <function link="library/importlib.html#importlib.machinery.FileFinder.invalidate_caches" name="(importlib.machinery.FileFinder method)"/>
  <function link="library/importlib.html#importlib.machinery.PathFinder.invalidate_caches" name="(importlib.machinery.PathFinder class method)"/>
  <function link="library/importlib.html#importlib.invalidate_caches" name="(in module importlib)"/>
  <function link="library/zipimport.html#zipimport.zipimporter.invalidate_caches" name="(zipimport.zipimporter method)"/>
  <function link="library/xml.dom.html#xml.dom.InvalidCharacterErr" name="InvalidCharacterErr"/>
  <function link="library/xml.dom.html#xml.dom.InvalidModificationErr" name="InvalidModificationErr"/>
  <function link="library/decimal.html#decimal.InvalidOperation" name="InvalidOperation (class in decimal)"/>
  <function link="library/xml.dom.html#xml.dom.InvalidStateErr" name="InvalidStateErr"/>
  <function link="library/asyncio-exceptions.html#asyncio.InvalidStateError" name="InvalidStateError"/>
  <function link="library/zoneinfo.html#zoneinfo.InvalidTZPathWarning" name="InvalidTZPathWarning"/>
  <function link="library/http.client.html#http.client.InvalidURL" name="InvalidURL"/>
  <function link="reference/expressions.html#index-62" name="inversion"/>
  <function link="library/ast.html#ast.Invert" name="Invert (class in ast)"/>
  <function link="library/operator.html#operator.invert" name="invert() (in module operator)"/>
  <function link="reference/datamodel.html#index-32" name="invocation"/>
  <function link="library/io.html#module-io" name="module"/>
  <function link="library/typing.html#typing.IO" name="IO (class in typing)"/>
  <function link="library/stdtypes.html#index-28" name="object"/>
  <function link="library/stat.html#stat.IO_REPARSE_TAG_APPEXECLINK" name="IO_REPARSE_TAG_APPEXECLINK (in module stat)"/>
  <function link="library/stat.html#stat.IO_REPARSE_TAG_MOUNT_POINT" name="IO_REPARSE_TAG_MOUNT_POINT (in module stat)"/>
  <function link="library/stat.html#stat.IO_REPARSE_TAG_SYMLINK" name="IO_REPARSE_TAG_SYMLINK (in module stat)"/>
  <function link="library/io.html#io.IOBase" name="IOBase (class in io)"/>
  <function link="library/fcntl.html#fcntl.ioctl" name="ioctl() (in module fcntl)"/>
  <function link="library/socket.html#socket.socket.ioctl" name="(socket.socket method)"/>
  <function link="library/socket.html#socket.IOCTL_VM_SOCKETS_GET_LOCAL_CID" name="IOCTL_VM_SOCKETS_GET_LOCAL_CID (in module socket)"/>
  <function link="library/exceptions.html#IOError" name="IOError"/>
  <function link="library/operator.html#operator.ior" name="ior() (in module operator)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Interface.ip" name="ip (ipaddress.IPv4Interface attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Interface.ip" name="(ipaddress.IPv6Interface attribute)"/>
  <function link="library/ipaddress.html#ipaddress.ip_address" name="ip_address() (in module ipaddress)"/>
  <function link="library/ipaddress.html#ipaddress.ip_interface" name="ip_interface() (in module ipaddress)"/>
  <function link="library/ipaddress.html#ipaddress.ip_network" name="ip_network() (in module ipaddress)"/>
  <function link="library/ipaddress.html#module-ipaddress" name="module"/>
  <function link="library/operator.html#operator.ipow" name="ipow() (in module operator)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.ipv4_mapped" name="ipv4_mapped (ipaddress.IPv6Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Address" name="IPv4Address (class in ipaddress)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Interface" name="IPv4Interface (class in ipaddress)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network" name="IPv4Network (class in ipaddress)"/>
  <function link="library/test.html#test.support.socket_helper.IPV6_ENABLED" name="IPV6_ENABLED (in module test.support.socket_helper)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address" name="IPv6Address (class in ipaddress)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Interface" name="IPv6Interface (class in ipaddress)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network" name="IPv6Network (class in ipaddress)"/>
  <function link="reference/compound_stmts.html#index-22" name="irrefutable case block"/>
  <function link="library/operator.html#operator.irshift" name="irshift() (in module operator)"/>
  <function link="library/stdtypes.html#index-7" name="operator"/>
  <function link="library/ast.html#ast.Is" name="Is (class in ast)"/>
  <function link="library/stdtypes.html#index-7" name="operator"/>
  <function link="library/operator.html#operator.is_" name="is_() (in module operator)"/>
  <function link="library/pathlib.html#pathlib.PurePath.is_absolute" name="is_absolute() (pathlib.PurePath method)"/>
  <function link="library/asyncio-policy.html#asyncio.AbstractChildWatcher.is_active" name="is_active() (asyncio.AbstractChildWatcher method)"/>
  <function link="library/graphlib.html#graphlib.TopologicalSorter.is_active" name="(graphlib.TopologicalSorter method)"/>
  <function link="library/multiprocessing.html#multiprocessing.Process.is_alive" name="is_alive() (multiprocessing.Process method)"/>
  <function link="library/threading.html#threading.Thread.is_alive" name="(threading.Thread method)"/>
  <function link="library/test.html#test.support.is_android" name="is_android (in module test.support)"/>
  <function link="library/symtable.html#symtable.Symbol.is_annotated" name="is_annotated() (symtable.Symbol method)"/>
  <function link="library/symtable.html#symtable.Symbol.is_assigned" name="is_assigned() (symtable.Symbol method)"/>
  <function link="library/pyclbr.html#pyclbr.Function.is_async" name="is_async (pyclbr.Function attribute)"/>
  <function link="library/email.message.html#email.message.EmailMessage.is_attachment" name="is_attachment() (email.message.EmailMessage method)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPPasswordMgrWithPriorAuth.is_authenticated" name="is_authenticated() (urllib.request.HTTPPasswordMgrWithPriorAuth method)"/>
  <function link="library/pathlib.html#pathlib.Path.is_block_device" name="is_block_device() (pathlib.Path method)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.is_blocked" name="is_blocked() (http.cookiejar.DefaultCookiePolicy method)"/>
  <function link="library/decimal.html#decimal.Context.is_canonical" name="is_canonical() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.is_canonical" name="(decimal.Decimal method)"/>
  <function link="library/pathlib.html#pathlib.Path.is_char_device" name="is_char_device() (pathlib.Path method)"/>
  <function link="library/difflib.html#difflib.IS_CHARACTER_JUNK" name="IS_CHARACTER_JUNK() (in module difflib)"/>
  <function link="library/lzma.html#lzma.is_check_supported" name="is_check_supported() (in module lzma)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.is_closed" name="is_closed() (asyncio.loop method)"/>
  <function link="library/asyncio-protocol.html#asyncio.BaseTransport.is_closing" name="is_closing() (asyncio.BaseTransport method)"/>
  <function link="library/asyncio-stream.html#asyncio.StreamWriter.is_closing" name="(asyncio.StreamWriter method)"/>
  <function link="library/dataclasses.html#dataclasses.is_dataclass" name="is_dataclass() (in module dataclasses)"/>
  <function link="library/symtable.html#symtable.Symbol.is_declared_global" name="is_declared_global() (symtable.Symbol method)"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.Traversable.is_dir" name="is_dir() (importlib.resources.abc.Traversable method)"/>
  <function link="library/os.html#os.DirEntry.is_dir" name="(os.DirEntry method)"/>
  <function link="library/pathlib.html#pathlib.Path.is_dir" name="(pathlib.Path method)"/>
  <function link="library/zipfile.html#zipfile.Path.is_dir" name="(zipfile.Path method)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.is_dir" name="(zipfile.ZipInfo method)"/>
  <function link="library/faulthandler.html#faulthandler.is_enabled" name="is_enabled() (in module faulthandler)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.is_expired" name="is_expired() (http.cookiejar.Cookie method)"/>
  <function link="library/pathlib.html#pathlib.Path.is_fifo" name="is_fifo() (pathlib.Path method)"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.Traversable.is_file" name="is_file() (importlib.resources.abc.Traversable method)"/>
  <function link="library/os.html#os.DirEntry.is_file" name="(os.DirEntry method)"/>
  <function link="library/pathlib.html#pathlib.Path.is_file" name="(pathlib.Path method)"/>
  <function link="library/zipfile.html#zipfile.Path.is_file" name="(zipfile.Path method)"/>
  <function link="library/gc.html#gc.is_finalized" name="is_finalized() (in module gc)"/>
  <function link="library/sys.html#sys.is_finalizing" name="is_finalizing() (in module sys)"/>
  <function link="library/decimal.html#decimal.Context.is_finite" name="is_finite() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.is_finite" name="(decimal.Decimal method)"/>
  <function link="library/symtable.html#symtable.Symbol.is_free" name="is_free() (symtable.Symbol method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Address.is_global" name="is_global (ipaddress.IPv4Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.is_global" name="(ipaddress.IPv6Address attribute)"/>
  <function link="library/symtable.html#symtable.Symbol.is_global" name="is_global() (symtable.Symbol method)"/>
  <function link="library/wsgiref.html#wsgiref.util.is_hop_by_hop" name="is_hop_by_hop() (in module wsgiref.util)"/>
  <function link="library/symtable.html#symtable.Symbol.is_imported" name="is_imported() (symtable.Symbol method)"/>
  <function link="library/decimal.html#decimal.Context.is_infinite" name="is_infinite() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.is_infinite" name="(decimal.Decimal method)"/>
  <function link="library/stdtypes.html#float.is_integer" name="is_integer() (float method)"/>
  <function link="library/test.html#test.support.is_jython" name="is_jython (in module test.support)"/>
  <function link="library/difflib.html#difflib.IS_LINE_JUNK" name="IS_LINE_JUNK() (in module difflib)"/>
  <function link="library/curses.html#curses.window.is_linetouched" name="is_linetouched() (curses.window method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Address.is_link_local" name="is_link_local (ipaddress.IPv4Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.is_link_local" name="(ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.is_link_local" name="(ipaddress.IPv6Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.is_link_local" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/symtable.html#symtable.Symbol.is_local" name="is_local() (symtable.Symbol method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Address.is_loopback" name="is_loopback (ipaddress.IPv4Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.is_loopback" name="(ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.is_loopback" name="(ipaddress.IPv6Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.is_loopback" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/pathlib.html#pathlib.Path.is_mount" name="is_mount() (pathlib.Path method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Address.is_multicast" name="is_multicast (ipaddress.IPv4Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.is_multicast" name="(ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.is_multicast" name="(ipaddress.IPv6Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.is_multicast" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/email.message.html#email.message.EmailMessage.is_multipart" name="is_multipart() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.is_multipart" name="(email.message.Message method)"/>
  <function link="library/symtable.html#symtable.Symbol.is_namespace" name="is_namespace() (symtable.Symbol method)"/>
  <function link="library/decimal.html#decimal.Context.is_nan" name="is_nan() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.is_nan" name="(decimal.Decimal method)"/>
  <function link="library/symtable.html#symtable.SymbolTable.is_nested" name="is_nested() (symtable.SymbolTable method)"/>
  <function link="library/symtable.html#symtable.Symbol.is_nonlocal" name="is_nonlocal() (symtable.Symbol method)"/>
  <function link="library/decimal.html#decimal.Context.is_normal" name="is_normal() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.is_normal" name="(decimal.Decimal method)"/>
  <function link="library/unicodedata.html#unicodedata.is_normalized" name="is_normalized() (in module unicodedata)"/>
  <function link="library/operator.html#operator.is_not" name="is_not() (in module operator)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.is_not_allowed" name="is_not_allowed() (http.cookiejar.DefaultCookiePolicy method)"/>
  <function link="library/dis.html#opcode-IS_OP" name="IS_OP (opcode)"/>
  <function link="library/symtable.html#symtable.SymbolTable.is_optimized" name="is_optimized() (symtable.SymbolTable method)"/>
  <function link="library/importlib.html#importlib.abc.InspectLoader.is_package" name="is_package() (importlib.abc.InspectLoader method)"/>
  <function link="library/importlib.html#importlib.abc.SourceLoader.is_package" name="(importlib.abc.SourceLoader method)"/>
  <function link="library/importlib.html#importlib.machinery.ExtensionFileLoader.is_package" name="(importlib.machinery.ExtensionFileLoader method)"/>
  <function link="library/importlib.html#importlib.machinery.SourceFileLoader.is_package" name="(importlib.machinery.SourceFileLoader method)"/>
  <function link="library/importlib.html#importlib.machinery.SourcelessFileLoader.is_package" name="(importlib.machinery.SourcelessFileLoader method)"/>
  <function link="library/zipimport.html#zipimport.zipimporter.is_package" name="(zipimport.zipimporter method)"/>
  <function link="library/symtable.html#symtable.Symbol.is_parameter" name="is_parameter() (symtable.Symbol method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Address.is_private" name="is_private (ipaddress.IPv4Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.is_private" name="(ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.is_private" name="(ipaddress.IPv6Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.is_private" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/sysconfig.html#sysconfig.is_python_build" name="is_python_build() (in module sysconfig)"/>
  <function link="library/decimal.html#decimal.Context.is_qnan" name="is_qnan() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.is_qnan" name="(decimal.Decimal method)"/>
  <function link="library/asyncio-protocol.html#asyncio.ReadTransport.is_reading" name="is_reading() (asyncio.ReadTransport method)"/>
  <function link="library/symtable.html#symtable.Symbol.is_referenced" name="is_referenced() (symtable.Symbol method)"/>
  <function link="library/pathlib.html#pathlib.PurePath.is_relative_to" name="is_relative_to() (pathlib.PurePath method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Address.is_reserved" name="is_reserved (ipaddress.IPv4Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.is_reserved" name="(ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.is_reserved" name="(ipaddress.IPv6Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.is_reserved" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/pathlib.html#pathlib.PurePath.is_reserved" name="is_reserved() (pathlib.PurePath method)"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.ResourceReader.is_resource" name="is_resource() (importlib.resources.abc.ResourceReader method)"/>
  <function link="library/importlib.resources.html#importlib.resources.is_resource" name="(in module importlib.resources)"/>
  <function link="library/test.html#test.support.is_resource_enabled" name="is_resource_enabled() (in module test.support)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.is_running" name="is_running() (asyncio.loop method)"/>
  <function link="library/uuid.html#uuid.UUID.is_safe" name="is_safe (uuid.UUID attribute)"/>
  <function link="library/asyncio-eventloop.html#asyncio.Server.is_serving" name="is_serving() (asyncio.Server method)"/>
  <function link="library/asyncio-sync.html#asyncio.Event.is_set" name="is_set() (asyncio.Event method)"/>
  <function link="library/threading.html#threading.Event.is_set" name="(threading.Event method)"/>
  <function link="library/decimal.html#decimal.Context.is_signed" name="is_signed() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.is_signed" name="(decimal.Decimal method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.is_site_local" name="is_site_local (ipaddress.IPv6Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.is_site_local" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/bdb.html#bdb.Bdb.is_skipped_line" name="is_skipped_line() (bdb.Bdb method)"/>
  <function link="library/decimal.html#decimal.Context.is_snan" name="is_snan() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.is_snan" name="(decimal.Decimal method)"/>
  <function link="library/pathlib.html#pathlib.Path.is_socket" name="is_socket() (pathlib.Path method)"/>
  <function link="library/decimal.html#decimal.Context.is_subnormal" name="is_subnormal() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.is_subnormal" name="(decimal.Decimal method)"/>
  <function link="library/os.html#os.DirEntry.is_symlink" name="is_symlink() (os.DirEntry method)"/>
  <function link="library/pathlib.html#pathlib.Path.is_symlink" name="(pathlib.Path method)"/>
  <function link="library/tarfile.html#tarfile.is_tarfile" name="is_tarfile() (in module tarfile)"/>
  <function link="library/curses.html#curses.is_term_resized" name="is_term_resized() (in module curses)"/>
  <function link="library/tracemalloc.html#tracemalloc.is_tracing" name="is_tracing() (in module tracemalloc)"/>
  <function link="library/gc.html#gc.is_tracked" name="is_tracked() (in module gc)"/>
  <function link="library/typing.html#typing.is_typeddict" name="is_typeddict() (in module typing)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Address.is_unspecified" name="is_unspecified (ipaddress.IPv4Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.is_unspecified" name="(ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.is_unspecified" name="(ipaddress.IPv6Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.is_unspecified" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/string.html#string.Template.is_valid" name="is_valid() (string.Template method)"/>
  <function link="library/curses.html#curses.window.is_wintouched" name="is_wintouched() (curses.window method)"/>
  <function link="library/decimal.html#decimal.Context.is_zero" name="is_zero() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.is_zero" name="(decimal.Decimal method)"/>
  <function link="library/zipfile.html#zipfile.is_zipfile" name="is_zipfile() (in module zipfile)"/>
  <function link="library/os.path.html#os.path.isabs" name="isabs() (in module os.path)"/>
  <function link="library/inspect.html#inspect.isabstract" name="isabstract() (in module inspect)"/>
  <function link="library/exceptions.html#IsADirectoryError" name="IsADirectoryError"/>
  <function link="library/stdtypes.html#bytearray.isalnum" name="isalnum() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.isalnum" name="(bytes method)"/>
  <function link="library/curses.ascii.html#curses.ascii.isalnum" name="(in module curses.ascii)"/>
  <function link="library/stdtypes.html#str.isalnum" name="(str method)"/>
  <function link="library/stdtypes.html#bytearray.isalpha" name="isalpha() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.isalpha" name="(bytes method)"/>
  <function link="library/curses.ascii.html#curses.ascii.isalpha" name="(in module curses.ascii)"/>
  <function link="library/stdtypes.html#str.isalpha" name="(str method)"/>
  <function link="library/stdtypes.html#bytearray.isascii" name="isascii() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.isascii" name="(bytes method)"/>
  <function link="library/curses.ascii.html#curses.ascii.isascii" name="(in module curses.ascii)"/>
  <function link="library/stdtypes.html#str.isascii" name="(str method)"/>
  <function link="library/inspect.html#inspect.isasyncgen" name="isasyncgen() (in module inspect)"/>
  <function link="library/inspect.html#inspect.isasyncgenfunction" name="isasyncgenfunction() (in module inspect)"/>
  <function link="library/chunk.html#chunk.Chunk.isatty" name="isatty() (chunk.Chunk method)"/>
  <function link="library/os.html#os.isatty" name="(in module os)"/>
  <function link="library/io.html#io.IOBase.isatty" name="(io.IOBase method)"/>
  <function link="library/inspect.html#inspect.isawaitable" name="isawaitable() (in module inspect)"/>
  <function link="library/curses.ascii.html#curses.ascii.isblank" name="isblank() (in module curses.ascii)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.isblk" name="isblk() (tarfile.TarInfo method)"/>
  <function link="library/inspect.html#inspect.isbuiltin" name="isbuiltin() (in module inspect)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.ischr" name="ischr() (tarfile.TarInfo method)"/>
  <function link="library/inspect.html#inspect.isclass" name="isclass() (in module inspect)"/>
  <function link="library/cmath.html#cmath.isclose" name="isclose() (in module cmath)"/>
  <function link="library/math.html#math.isclose" name="(in module math)"/>
  <function link="library/curses.ascii.html#curses.ascii.iscntrl" name="iscntrl() (in module curses.ascii)"/>
  <function link="library/inspect.html#inspect.iscode" name="iscode() (in module inspect)"/>
  <function link="library/inspect.html#inspect.iscoroutine" name="iscoroutine() (in module inspect)"/>
  <function link="library/inspect.html#inspect.iscoroutinefunction" name="iscoroutinefunction() (in module inspect)"/>
  <function link="library/curses.ascii.html#curses.ascii.isctrl" name="isctrl() (in module curses.ascii)"/>
  <function link="library/threading.html#threading.Thread.isDaemon" name="isDaemon() (threading.Thread method)"/>
  <function link="library/inspect.html#inspect.isdatadescriptor" name="isdatadescriptor() (in module inspect)"/>
  <function link="library/stdtypes.html#str.isdecimal" name="isdecimal() (str method)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.isdev" name="isdev() (tarfile.TarInfo method)"/>
  <function link="library/stdtypes.html#bytearray.isdigit" name="isdigit() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.isdigit" name="(bytes method)"/>
  <function link="library/curses.ascii.html#curses.ascii.isdigit" name="(in module curses.ascii)"/>
  <function link="library/stdtypes.html#str.isdigit" name="(str method)"/>
  <function link="library/os.path.html#os.path.isdir" name="isdir() (in module os.path)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.isdir" name="(tarfile.TarInfo method)"/>
  <function link="library/stdtypes.html#frozenset.isdisjoint" name="isdisjoint() (frozenset method)"/>
  <function link="library/turtle.html#turtle.isdown" name="isdown() (in module turtle)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.iselement" name="iselement() (in module xml.etree.ElementTree)"/>
  <function link="library/gc.html#gc.isenabled" name="isenabled() (in module gc)"/>
  <function link="library/logging.html#logging.Logger.isEnabledFor" name="isEnabledFor() (logging.Logger method)"/>
  <function link="library/curses.html#curses.isendwin" name="isendwin() (in module curses)"/>
  <function link="library/token.html#token.ISEOF" name="ISEOF() (in module token)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.isfifo" name="isfifo() (tarfile.TarInfo method)"/>
  <function link="library/os.path.html#os.path.isfile" name="isfile() (in module os.path)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.isfile" name="(tarfile.TarInfo method)"/>
  <function link="library/cmath.html#cmath.isfinite" name="isfinite() (in module cmath)"/>
  <function link="library/math.html#math.isfinite" name="(in module math)"/>
  <function link="library/fileinput.html#fileinput.isfirstline" name="isfirstline() (in module fileinput)"/>
  <function link="library/inspect.html#inspect.isframe" name="isframe() (in module inspect)"/>
  <function link="library/inspect.html#inspect.isfunction" name="isfunction() (in module inspect)"/>
  <function link="library/asyncio-future.html#asyncio.isfuture" name="isfuture() (in module asyncio)"/>
  <function link="library/inspect.html#inspect.isgenerator" name="isgenerator() (in module inspect)"/>
  <function link="library/inspect.html#inspect.isgeneratorfunction" name="isgeneratorfunction() (in module inspect)"/>
  <function link="library/inspect.html#inspect.isgetsetdescriptor" name="isgetsetdescriptor() (in module inspect)"/>
  <function link="library/curses.ascii.html#curses.ascii.isgraph" name="isgraph() (in module curses.ascii)"/>
  <function link="library/stdtypes.html#str.isidentifier" name="isidentifier() (str method)"/>
  <function link="library/cmath.html#cmath.isinf" name="isinf() (in module cmath)"/>
  <function link="library/math.html#math.isinf" name="(in module math)"/>
  <function link="library/2to3.html#to3fixer-isinstance" name="isinstance (2to3 fixer)"/>
  <function link="library/functions.html#isinstance" name="built-in function"/>
  <function link="library/keyword.html#keyword.iskeyword" name="iskeyword() (in module keyword)"/>
  <function link="library/calendar.html#calendar.isleap" name="isleap() (in module calendar)"/>
  <function link="library/itertools.html#itertools.islice" name="islice() (in module itertools)"/>
  <function link="library/os.path.html#os.path.islink" name="islink() (in module os.path)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.islnk" name="islnk() (tarfile.TarInfo method)"/>
  <function link="library/stdtypes.html#bytearray.islower" name="islower() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.islower" name="(bytes method)"/>
  <function link="library/curses.ascii.html#curses.ascii.islower" name="(in module curses.ascii)"/>
  <function link="library/stdtypes.html#str.islower" name="(str method)"/>
  <function link="library/inspect.html#inspect.ismemberdescriptor" name="ismemberdescriptor() (in module inspect)"/>
  <function link="library/curses.ascii.html#curses.ascii.ismeta" name="ismeta() (in module curses.ascii)"/>
  <function link="library/inspect.html#inspect.ismethod" name="ismethod() (in module inspect)"/>
  <function link="library/inspect.html#inspect.ismethoddescriptor" name="ismethoddescriptor() (in module inspect)"/>
  <function link="library/inspect.html#inspect.ismethodwrapper" name="ismethodwrapper() (in module inspect)"/>
  <function link="library/inspect.html#inspect.ismodule" name="ismodule() (in module inspect)"/>
  <function link="library/os.path.html#os.path.ismount" name="ismount() (in module os.path)"/>
  <function link="library/cmath.html#cmath.isnan" name="isnan() (in module cmath)"/>
  <function link="library/math.html#math.isnan" name="(in module math)"/>
  <function link="library/token.html#token.ISNONTERMINAL" name="ISNONTERMINAL() (in module token)"/>
  <function link="library/ast.html#ast.IsNot" name="IsNot (class in ast)"/>
  <function link="library/stdtypes.html#str.isnumeric" name="isnumeric() (str method)"/>
  <function link="library/datetime.html#datetime.date.isocalendar" name="isocalendar() (datetime.date method)"/>
  <function link="library/datetime.html#datetime.datetime.isocalendar" name="(datetime.datetime method)"/>
  <function link="library/datetime.html#datetime.date.isoformat" name="isoformat() (datetime.date method)"/>
  <function link="library/datetime.html#datetime.datetime.isoformat" name="(datetime.datetime method)"/>
  <function link="library/datetime.html#datetime.time.isoformat" name="(datetime.time method)"/>
  <function link="library/unittest.html#unittest.IsolatedAsyncioTestCase" name="IsolatedAsyncioTestCase (class in unittest)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.isolation_level" name="isolation_level (sqlite3.Connection attribute)"/>
  <function link="library/datetime.html#datetime.date.isoweekday" name="isoweekday() (datetime.date method)"/>
  <function link="library/datetime.html#datetime.datetime.isoweekday" name="(datetime.datetime method)"/>
  <function link="library/curses.ascii.html#curses.ascii.isprint" name="isprint() (in module curses.ascii)"/>
  <function link="library/stdtypes.html#str.isprintable" name="isprintable() (str method)"/>
  <function link="library/curses.ascii.html#curses.ascii.ispunct" name="ispunct() (in module curses.ascii)"/>
  <function link="library/math.html#math.isqrt" name="isqrt() (in module math)"/>
  <function link="library/pprint.html#pprint.isreadable" name="isreadable() (in module pprint)"/>
  <function link="library/pprint.html#pprint.PrettyPrinter.isreadable" name="(pprint.PrettyPrinter method)"/>
  <function link="library/pprint.html#pprint.isrecursive" name="isrecursive() (in module pprint)"/>
  <function link="library/pprint.html#pprint.PrettyPrinter.isrecursive" name="(pprint.PrettyPrinter method)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.isreg" name="isreg() (tarfile.TarInfo method)"/>
  <function link="library/http.cookies.html#http.cookies.Morsel.isReservedKey" name="isReservedKey() (http.cookies.Morsel method)"/>
  <function link="library/inspect.html#inspect.isroutine" name="isroutine() (in module inspect)"/>
  <function link="library/xml.dom.html#xml.dom.Node.isSameNode" name="isSameNode() (xml.dom.Node method)"/>
  <function link="library/keyword.html#keyword.issoftkeyword" name="issoftkeyword() (in module keyword)"/>
  <function link="library/stdtypes.html#bytearray.isspace" name="isspace() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.isspace" name="(bytes method)"/>
  <function link="library/curses.ascii.html#curses.ascii.isspace" name="(in module curses.ascii)"/>
  <function link="library/stdtypes.html#str.isspace" name="(str method)"/>
  <function link="library/fileinput.html#fileinput.isstdin" name="isstdin() (in module fileinput)"/>
  <function link="library/functions.html#issubclass" name="built-in function"/>
  <function link="library/stdtypes.html#frozenset.issubset" name="issubset() (frozenset method)"/>
  <function link="library/stdtypes.html#frozenset.issuperset" name="issuperset() (frozenset method)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.issym" name="issym() (tarfile.TarInfo method)"/>
  <function link="library/token.html#token.ISTERMINAL" name="ISTERMINAL() (in module token)"/>
  <function link="library/stdtypes.html#bytearray.istitle" name="istitle() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.istitle" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.istitle" name="(str method)"/>
  <function link="library/inspect.html#inspect.istraceback" name="istraceback() (in module inspect)"/>
  <function link="library/operator.html#operator.isub" name="isub() (in module operator)"/>
  <function link="library/stdtypes.html#bytearray.isupper" name="isupper() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.isupper" name="(bytes method)"/>
  <function link="library/curses.ascii.html#curses.ascii.isupper" name="(in module curses.ascii)"/>
  <function link="library/stdtypes.html#str.isupper" name="(str method)"/>
  <function link="library/turtle.html#turtle.isvisible" name="isvisible() (in module turtle)"/>
  <function link="library/curses.ascii.html#curses.ascii.isxdigit" name="isxdigit() (in module curses.ascii)"/>
  <function link="library/tkinter.font.html#tkinter.font.ITALIC" name="ITALIC (in module tkinter.font)"/>
  <function link="reference/expressions.html#index-42" name="sequence"/>
  <function link="reference/expressions.html#index-43" name="string"/>
  <function link="reference/datamodel.html#index-15" name="item selection"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.item" name="item() (tkinter.ttk.Treeview method)"/>
  <function link="library/xml.dom.html#xml.dom.NamedNodeMap.item" name="(xml.dom.NamedNodeMap method)"/>
  <function link="library/xml.dom.html#xml.dom.NodeList.item" name="(xml.dom.NodeList method)"/>
  <function link="library/operator.html#operator.itemgetter" name="itemgetter() (in module operator)"/>
  <function link="library/configparser.html#configparser.ConfigParser.items" name="items() (configparser.ConfigParser method)"/>
  <function link="library/contextvars.html#contextvars.Context.items" name="(contextvars.Context method)"/>
  <function link="library/stdtypes.html#dict.items" name="(dict method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.items" name="(email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.items" name="(email.message.Message method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.items" name="(mailbox.Mailbox method)"/>
  <function link="library/types.html#types.MappingProxyType.items" name="(types.MappingProxyType method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.items" name="(xml.etree.ElementTree.Element method)"/>
  <function link="library/array.html#array.array.itemsize" name="itemsize (array.array attribute)"/>
  <function link="library/stdtypes.html#memoryview.itemsize" name="(memoryview attribute)"/>
  <function link="library/collections.abc.html#collections.abc.ItemsView" name="ItemsView (class in collections.abc)"/>
  <function link="library/typing.html#typing.ItemsView" name="(class in typing)"/>
  <function link="library/functions.html#iter" name="built-in function"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.iter" name="iter() (xml.etree.ElementTree.Element method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.ElementTree.iter" name="(xml.etree.ElementTree.ElementTree method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.iter_attachments" name="iter_attachments() (email.message.EmailMessage method)"/>
  <function link="library/ast.html#ast.iter_child_nodes" name="iter_child_nodes() (in module ast)"/>
  <function link="library/ast.html#ast.iter_fields" name="iter_fields() (in module ast)"/>
  <function link="library/pkgutil.html#pkgutil.iter_importers" name="iter_importers() (in module pkgutil)"/>
  <function link="library/pkgutil.html#pkgutil.iter_modules" name="iter_modules() (in module pkgutil)"/>
  <function link="library/email.message.html#email.message.EmailMessage.iter_parts" name="iter_parts() (email.message.EmailMessage method)"/>
  <function link="library/struct.html#struct.iter_unpack" name="iter_unpack() (in module struct)"/>
  <function link="library/struct.html#struct.Struct.iter_unpack" name="(struct.Struct method)"/>
  <function link="glossary.html#term-iterable" name="iterable"/>
  <function link="reference/expressions.html#index-93" name="unpacking"/>
  <function link="library/collections.abc.html#collections.abc.Iterable" name="Iterable (class in collections.abc)"/>
  <function link="library/typing.html#typing.Iterable" name="(class in typing)"/>
  <function link="glossary.html#term-iterator" name="iterator"/>
  <function link="library/collections.abc.html#collections.abc.Iterator" name="Iterator (class in collections.abc)"/>
  <function link="library/typing.html#typing.Iterator" name="(class in typing)"/>
  <function link="library/stdtypes.html#index-17" name="iterator protocol"/>
  <function link="library/codecs.html#codecs.iterdecode" name="iterdecode() (in module codecs)"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.Traversable.iterdir" name="iterdir() (importlib.resources.abc.Traversable method)"/>
  <function link="library/pathlib.html#pathlib.Path.iterdir" name="(pathlib.Path method)"/>
  <function link="library/zipfile.html#zipfile.Path.iterdir" name="(zipfile.Path method)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.iterdump" name="iterdump() (sqlite3.Connection method)"/>
  <function link="library/codecs.html#codecs.iterencode" name="iterencode() (in module codecs)"/>
  <function link="library/json.html#json.JSONEncoder.iterencode" name="(json.JSONEncoder method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.iterfind" name="iterfind() (xml.etree.ElementTree.Element method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.ElementTree.iterfind" name="(xml.etree.ElementTree.ElementTree method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.iteritems" name="iteritems() (mailbox.Mailbox method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.iterkeys" name="iterkeys() (mailbox.Mailbox method)"/>
  <function link="library/calendar.html#calendar.Calendar.itermonthdates" name="itermonthdates() (calendar.Calendar method)"/>
  <function link="library/calendar.html#calendar.Calendar.itermonthdays" name="itermonthdays() (calendar.Calendar method)"/>
  <function link="library/calendar.html#calendar.Calendar.itermonthdays2" name="itermonthdays2() (calendar.Calendar method)"/>
  <function link="library/calendar.html#calendar.Calendar.itermonthdays3" name="itermonthdays3() (calendar.Calendar method)"/>
  <function link="library/calendar.html#calendar.Calendar.itermonthdays4" name="itermonthdays4() (calendar.Calendar method)"/>
  <function link="c-api/typeobj.html#c.iternextfunc" name="iternextfunc (C type)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.iterparse" name="iterparse() (in module xml.etree.ElementTree)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.itertext" name="itertext() (xml.etree.ElementTree.Element method)"/>
  <function link="library/itertools.html#module-itertools" name="module"/>
  <function link="library/2to3.html#to3fixer-itertools" name="itertools (2to3 fixer)"/>
  <function link="library/2to3.html#to3fixer-itertools_imports" name="itertools_imports (2to3 fixer)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.itervalues" name="itervalues() (mailbox.Mailbox method)"/>
  <function link="library/calendar.html#calendar.Calendar.iterweekdays" name="iterweekdays() (calendar.Calendar method)"/>
  <function link="library/signal.html#signal.ITIMER_PROF" name="ITIMER_PROF (in module signal)"/>
  <function link="library/signal.html#signal.ITIMER_REAL" name="ITIMER_REAL (in module signal)"/>
  <function link="library/signal.html#signal.ITIMER_VIRTUAL" name="ITIMER_VIRTUAL (in module signal)"/>
  <function link="library/signal.html#signal.ItimerError" name="ItimerError"/>
  <function link="library/operator.html#operator.itruediv" name="itruediv() (in module operator)"/>
  <function link="library/operator.html#operator.ixor" name="ixor() (in module operator)"/>
  <function link="reference/lexical_analysis.html#index-30" name="in numeric literal"/>
  <function link="library/uu.html#index-1" name="Jansen, Jack"/>
  <function link="reference/datamodel.html#index-13" name="language"/>
  <function link="library/platform.html#platform.java_ver" name="java_ver() (in module platform)"/>
  <function link="library/asyncio-queue.html#asyncio.Queue.join" name="join() (asyncio.Queue method)"/>
  <function link="library/stdtypes.html#bytearray.join" name="(bytearray method)"/>
  <function link="library/stdtypes.html#bytes.join" name="(bytes method)"/>
  <function link="library/os.path.html#os.path.join" name="(in module os.path)"/>
  <function link="library/shlex.html#shlex.join" name="(in module shlex)"/>
  <function link="library/multiprocessing.html#multiprocessing.JoinableQueue.join" name="(multiprocessing.JoinableQueue method)"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.Pool.join" name="(multiprocessing.pool.Pool method)"/>
  <function link="library/multiprocessing.html#multiprocessing.Process.join" name="(multiprocessing.Process method)"/>
  <function link="library/queue.html#queue.Queue.join" name="(queue.Queue method)"/>
  <function link="library/stdtypes.html#str.join" name="(str method)"/>
  <function link="library/threading.html#threading.Thread.join" name="(threading.Thread method)"/>
  <function link="library/test.html#test.support.threading_helper.join_thread" name="join_thread() (in module test.support.threading_helper)"/>
  <function link="library/multiprocessing.html#multiprocessing.Queue.join_thread" name="(multiprocessing.Queue method)"/>
  <function link="library/multiprocessing.html#multiprocessing.JoinableQueue" name="JoinableQueue (class in multiprocessing)"/>
  <function link="library/ast.html#ast.JoinedStr" name="JoinedStr (class in ast)"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.Traversable.joinpath" name="joinpath() (importlib.resources.abc.Traversable method)"/>
  <function link="library/pathlib.html#pathlib.PurePath.joinpath" name="(pathlib.PurePath method)"/>
  <function link="library/zipfile.html#zipfile.Path.joinpath" name="(zipfile.Path method)"/>
  <function link="library/http.cookies.html#http.cookies.BaseCookie.js_output" name="js_output() (http.cookies.BaseCookie method)"/>
  <function link="library/http.cookies.html#http.cookies.Morsel.js_output" name="(http.cookies.Morsel method)"/>
  <function link="library/json.html#module-json" name="module"/>
  <function link="library/json.html#module-json.tool" name="module"/>
  <function link="library/json.html#cmdoption-json.tool-indent" name="--compact"/>
  <function link="library/json.html#cmdoption-json.tool-h" name="--help"/>
  <function link="library/json.html#cmdoption-json.tool-indent" name="--indent"/>
  <function link="library/json.html#cmdoption-json.tool-json-lines" name="--json-lines"/>
  <function link="library/json.html#cmdoption-json.tool-no-ensure-ascii" name="--no-ensure-ascii"/>
  <function link="library/json.html#cmdoption-json.tool-indent" name="--no-indent"/>
  <function link="library/json.html#cmdoption-json.tool-sort-keys" name="--sort-keys"/>
  <function link="library/json.html#cmdoption-json.tool-indent" name="--tab"/>
  <function link="library/json.html#cmdoption-json.tool-h" name="-h"/>
  <function link="library/json.html#cmdoption-json.tool-arg-infile" name="infile"/>
  <function link="library/json.html#cmdoption-json.tool-arg-outfile" name="outfile"/>
  <function link="library/json.html#json.JSONDecodeError" name="JSONDecodeError"/>
  <function link="library/json.html#json.JSONDecoder" name="JSONDecoder (class in json)"/>
  <function link="library/json.html#json.JSONEncoder" name="JSONEncoder (class in json)"/>
  <function link="library/pdb.html#pdbcommand-jump" name="jump (pdb command)"/>
  <function link="library/dis.html#opcode-JUMP_BACKWARD" name="JUMP_BACKWARD (opcode)"/>
  <function link="library/dis.html#opcode-JUMP_BACKWARD_NO_INTERRUPT" name="JUMP_BACKWARD_NO_INTERRUPT (opcode)"/>
  <function link="library/dis.html#opcode-JUMP_FORWARD" name="JUMP_FORWARD (opcode)"/>
  <function link="library/dis.html#opcode-JUMP_IF_FALSE_OR_POP" name="JUMP_IF_FALSE_OR_POP (opcode)"/>
  <function link="library/dis.html#opcode-JUMP_IF_TRUE_OR_POP" name="JUMP_IF_TRUE_OR_POP (opcode)"/>
  <function link="library/msvcrt.html#msvcrt.kbhit" name="kbhit() (in module msvcrt)"/>
  <function link="library/webbrowser.html#index-2" name="KDEDIR"/>
  <function link="library/enum.html#enum.FlagBoundary.KEEP" name="KEEP (enum.FlagBoundary attribute)"/>
  <function link="library/select.html#select.kevent" name="kevent() (in module select)"/>
  <function link="reference/expressions.html#index-17" name="key"/>
  <function link="library/http.cookies.html#http.cookies.Morsel.key" name="(http.cookies.Morsel attribute)"/>
  <function link="library/zoneinfo.html#zoneinfo.ZoneInfo.key" name="(zoneinfo.ZoneInfo attribute)"/>
  <function link="glossary.html#term-key-function" name="key function"/>
  <function link="reference/expressions.html#index-17" name="key/datum pair"/>
  <function link="library/winreg.html#winreg.KEY_ALL_ACCESS" name="KEY_ALL_ACCESS (in module winreg)"/>
  <function link="library/winreg.html#winreg.KEY_CREATE_LINK" name="KEY_CREATE_LINK (in module winreg)"/>
  <function link="library/winreg.html#winreg.KEY_CREATE_SUB_KEY" name="KEY_CREATE_SUB_KEY (in module winreg)"/>
  <function link="library/winreg.html#winreg.KEY_ENUMERATE_SUB_KEYS" name="KEY_ENUMERATE_SUB_KEYS (in module winreg)"/>
  <function link="library/winreg.html#winreg.KEY_EXECUTE" name="KEY_EXECUTE (in module winreg)"/>
  <function link="library/winreg.html#winreg.KEY_NOTIFY" name="KEY_NOTIFY (in module winreg)"/>
  <function link="library/winreg.html#winreg.KEY_QUERY_VALUE" name="KEY_QUERY_VALUE (in module winreg)"/>
  <function link="library/winreg.html#winreg.KEY_READ" name="KEY_READ (in module winreg)"/>
  <function link="library/winreg.html#winreg.KEY_SET_VALUE" name="KEY_SET_VALUE (in module winreg)"/>
  <function link="library/winreg.html#winreg.KEY_WOW64_32KEY" name="KEY_WOW64_32KEY (in module winreg)"/>
  <function link="library/winreg.html#winreg.KEY_WOW64_64KEY" name="KEY_WOW64_64KEY (in module winreg)"/>
  <function link="library/winreg.html#winreg.KEY_WRITE" name="KEY_WRITE (in module winreg)"/>
  <function link="library/exceptions.html#KeyboardInterrupt" name="KeyboardInterrupt"/>
  <function link="c-api/exceptions.html#index-1" name="(built-in exception)"/>
  <function link="library/exceptions.html#KeyError" name="KeyError"/>
  <function link="library/ssl.html#ssl.SSLContext.keylog_filename" name="keylog_filename (ssl.SSLContext attribute)"/>
  <function link="library/curses.html#curses.keyname" name="keyname() (in module curses)"/>
  <function link="library/curses.html#curses.window.keypad" name="keypad() (curses.window method)"/>
  <function link="library/weakref.html#weakref.WeakKeyDictionary.keyrefs" name="keyrefs() (weakref.WeakKeyDictionary method)"/>
  <function link="library/contextvars.html#contextvars.Context.keys" name="keys() (contextvars.Context method)"/>
  <function link="library/stdtypes.html#dict.keys" name="(dict method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.keys" name="(email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.keys" name="(email.message.Message method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.keys" name="(mailbox.Mailbox method)"/>
  <function link="library/sqlite3.html#sqlite3.Row.keys" name="(sqlite3.Row method)"/>
  <function link="library/types.html#types.MappingProxyType.keys" name="(types.MappingProxyType method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.keys" name="(xml.etree.ElementTree.Element method)"/>
  <function link="library/collections.abc.html#collections.abc.KeysView" name="KeysView (class in collections.abc)"/>
  <function link="library/typing.html#typing.KeysView" name="(class in typing)"/>
  <function link="reference/lexical_analysis.html#index-13" name="keyword"/>
  <function link="reference/compound_stmts.html#index-16" name="as"/>
  <function link="reference/compound_stmts.html#index-47" name="async"/>
  <function link="reference/compound_stmts.html#index-47" name="await"/>
  <function link="reference/compound_stmts.html#index-18" name="case"/>
  <function link="reference/compound_stmts.html#index-3" name="elif"/>
  <function link="reference/compound_stmts.html#index-13" name="else"/>
  <function link="reference/compound_stmts.html#index-9" name="except"/>
  <function link="reference/compound_stmts.html#index-12" name="except_star"/>
  <function link="reference/compound_stmts.html#index-14" name="finally"/>
  <function link="reference/expressions.html#index-23" name="from"/>
  <function link="reference/compound_stmts.html#index-18" name="if"/>
  <function link="reference/compound_stmts.html#index-6" name="in"/>
  <function link="library/keyword.html#module-keyword" name="module"/>
  <function link="reference/expressions.html#index-23" name="yield"/>
  <function link="library/ast.html#ast.keyword" name="keyword (class in ast)"/>
  <function link="glossary.html#term-keyword-argument" name="keyword argument"/>
  <function link="library/functools.html#functools.partial.keywords" name="keywords (functools.partial attribute)"/>
  <function link="library/asyncio-subprocess.html#asyncio.subprocess.Process.kill" name="kill() (asyncio.subprocess.Process method)"/>
  <function link="library/asyncio-protocol.html#asyncio.SubprocessTransport.kill" name="(asyncio.SubprocessTransport method)"/>
  <function link="library/os.html#os.kill" name="(in module os)"/>
  <function link="library/multiprocessing.html#multiprocessing.Process.kill" name="(multiprocessing.Process method)"/>
  <function link="library/subprocess.html#subprocess.Popen.kill" name="(subprocess.Popen method)"/>
  <function link="library/test.html#test.support.script_helper.kill_python" name="kill_python() (in module test.support.script_helper)"/>
  <function link="library/curses.html#curses.killchar" name="killchar() (in module curses)"/>
  <function link="library/os.html#os.killpg" name="killpg() (in module os)"/>
  <function link="library/inspect.html#inspect.Parameter.kind" name="kind (inspect.Parameter attribute)"/>
  <function link="library/mimetypes.html#mimetypes.knownfiles" name="knownfiles (in module mimetypes)"/>
  <function link="library/select.html#select.kqueue" name="kqueue() (in module select)"/>
  <function link="library/selectors.html#selectors.KqueueSelector" name="KqueueSelector (class in selectors)"/>
  <function link="library/dis.html#opcode-KW_NAMES" name="KW_NAMES (opcode)"/>
  <function link="library/dataclasses.html#dataclasses.KW_ONLY" name="KW_ONLY (in module dataclasses)"/>
  <function link="library/inspect.html#inspect.BoundArguments.kwargs" name="kwargs (inspect.BoundArguments attribute)"/>
  <function link="library/typing.html#typing.ParamSpec.kwargs" name="(typing.ParamSpec attribute)"/>
  <function link="library/keyword.html#keyword.kwlist" name="kwlist (in module keyword)"/>
  <function link="library/re.html#re.L" name="L (in module re)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.LabelEntry" name="LabelEntry (class in tkinter.tix)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.LabelFrame" name="LabelFrame (class in tkinter.tix)"/>
  <function link="glossary.html#term-lambda" name="lambda"/>
  <function link="reference/compound_stmts.html#index-35" name="expression"/>
  <function link="reference/expressions.html#index-90" name="form"/>
  <function link="library/ast.html#ast.Lambda" name="Lambda (class in ast)"/>
  <function link="library/types.html#types.LambdaType" name="LambdaType (in module types)"/>
  <function link="library/gettext.html#index-3" name="LANG"/>
  <function link="library/gettext.html#index-0" name="LANGUAGE"/>
  <function link="library/stdtypes.html#index-11" name="C"/>
  <function link="reference/datamodel.html#index-13" name="Java"/>
  <function link="library/posix.html#index-1" name="large files"/>
  <function link="library/test.html#test.support.LARGEST" name="LARGEST (in module test.support)"/>
  <function link="library/zipfile.html#zipfile.LargeZipFile" name="LargeZipFile"/>
  <function link="library/nntplib.html#nntplib.NNTP.last" name="last() (nntplib.NNTP method)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.Listener.last_accepted" name="last_accepted (multiprocessing.connection.Listener attribute)"/>
  <function link="library/sys.html#sys.last_traceback" name="last_traceback (in module sys)"/>
  <function link="library/sys.html#sys.last_type" name="last_type (in module sys)"/>
  <function link="library/sys.html#sys.last_value" name="last_value (in module sys)"/>
  <function link="library/xml.dom.html#xml.dom.Node.lastChild" name="lastChild (xml.dom.Node attribute)"/>
  <function link="library/cmd.html#cmd.Cmd.lastcmd" name="lastcmd (cmd.Cmd attribute)"/>
  <function link="library/re.html#re.Match.lastgroup" name="lastgroup (re.Match attribute)"/>
  <function link="library/re.html#re.Match.lastindex" name="lastindex (re.Match attribute)"/>
  <function link="library/logging.html#logging.lastResort" name="lastResort (in module logging)"/>
  <function link="library/sqlite3.html#sqlite3.Cursor.lastrowid" name="lastrowid (sqlite3.Cursor attribute)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Style.layout" name="layout() (tkinter.ttk.Style method)"/>
  <function link="library/linecache.html#linecache.lazycache" name="lazycache() (in module linecache)"/>
  <function link="library/importlib.html#importlib.util.LazyLoader" name="LazyLoader (class in importlib.util)"/>
  <function link="library/token.html#token.LBRACE" name="LBRACE (in module token)"/>
  <function link="glossary.html#term-LBYL" name="LBYL"/>
  <function link="library/gettext.html#index-1" name="LC_ALL"/>
  <function link="library/locale.html#locale.LC_ALL" name="(in module locale)"/>
  <function link="library/locale.html#locale.LC_COLLATE" name="LC_COLLATE (in module locale)"/>
  <function link="library/locale.html#locale.LC_CTYPE" name="LC_CTYPE (in module locale)"/>
  <function link="library/gettext.html#index-2" name="LC_MESSAGES"/>
  <function link="library/locale.html#locale.LC_MESSAGES" name="(in module locale)"/>
  <function link="library/locale.html#locale.LC_MONETARY" name="LC_MONETARY (in module locale)"/>
  <function link="library/locale.html#locale.LC_NUMERIC" name="LC_NUMERIC (in module locale)"/>
  <function link="library/locale.html#locale.LC_TIME" name="LC_TIME (in module locale)"/>
  <function link="library/os.html#os.lchflags" name="lchflags() (in module os)"/>
  <function link="library/os.html#os.lchmod" name="lchmod() (in module os)"/>
  <function link="library/pathlib.html#pathlib.Path.lchmod" name="(pathlib.Path method)"/>
  <function link="library/os.html#os.lchown" name="lchown() (in module os)"/>
  <function link="library/math.html#math.lcm" name="lcm() (in module math)"/>
  <function link="whatsnew/2.7.html#index-12" name="LDCXXSHARED"/>
  <function link="library/math.html#math.ldexp" name="ldexp() (in module math)"/>
  <function link="using/configure.html#index-16" name="LDFLAGS"/>
  <function link="using/configure.html#index-19" name="LDFLAGS_NODIST"/>
  <function link="library/operator.html#operator.le" name="le() (in module operator)"/>
  <function link="reference/lexical_analysis.html#index-8" name="leading whitespace"/>
  <function link="library/calendar.html#calendar.leapdays" name="leapdays() (in module calendar)"/>
  <function link="library/curses.html#curses.window.leaveok" name="leaveok() (curses.window method)"/>
  <function link="library/filecmp.html#filecmp.dircmp.left" name="left (filecmp.dircmp attribute)"/>
  <function link="library/turtle.html#turtle.left" name="left() (in module turtle)"/>
  <function link="library/filecmp.html#filecmp.dircmp.left_list" name="left_list (filecmp.dircmp attribute)"/>
  <function link="library/filecmp.html#filecmp.dircmp.left_only" name="left_only (filecmp.dircmp attribute)"/>
  <function link="library/token.html#token.LEFTSHIFT" name="LEFTSHIFT (in module token)"/>
  <function link="library/token.html#token.LEFTSHIFTEQUAL" name="LEFTSHIFTEQUAL (in module token)"/>
  <function link="c-api/dict.html#index-2" name="built-in function"/>
  <function link="library/functions.html#len" name="built-in function"/>
  <function link="c-api/typeobj.html#c.lenfunc" name="lenfunc (C type)"/>
  <function link="library/xml.dom.html#xml.dom.NamedNodeMap.length" name="length (xml.dom.NamedNodeMap attribute)"/>
  <function link="library/xml.dom.html#xml.dom.NodeList.length" name="(xml.dom.NodeList attribute)"/>
  <function link="library/operator.html#operator.length_hint" name="length_hint() (in module operator)"/>
  <function link="library/token.html#token.LESS" name="LESS (in module token)"/>
  <function link="library/token.html#token.LESSEQUAL" name="LESSEQUAL (in module token)"/>
  <function link="reference/lexical_analysis.html#index-0" name="lexical analysis"/>
  <function link="reference/introduction.html#index-1" name="lexical definitions"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.LexicalHandler" name="LexicalHandler (class in xml.sax.handler)"/>
  <function link="library/os.path.html#os.path.lexists" name="lexists() (in module os.path)"/>
  <function link="library/math.html#math.lgamma" name="lgamma() (in module math)"/>
  <function link="library/2to3.html#module-lib2to3" name="module"/>
  <function link="library/platform.html#platform.libc_ver" name="libc_ver() (in module platform)"/>
  <function link="library/dbm.html#dbm.ndbm.library" name="library (in module dbm.ndbm)"/>
  <function link="library/ssl.html#ssl.SSLError.library" name="(ssl.SSLError attribute)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.library_dir_option" name="library_dir_option() (distutils.ccompiler.CCompiler method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.library_filename" name="library_filename() (distutils.ccompiler.CCompiler method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.library_option" name="library_option() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/ctypes.html#ctypes.LibraryLoader" name="LibraryLoader (class in ctypes)"/>
  <function link="library/constants.html#license" name="license (built-in variable)"/>
  <function link="library/asyncio-queue.html#asyncio.LifoQueue" name="LifoQueue (class in asyncio)"/>
  <function link="library/queue.html#queue.LifoQueue" name="(class in queue)"/>
  <function link="library/_thread.html#index-0" name="light-weight processes"/>
  <function link="library/fractions.html#fractions.Fraction.limit_denominator" name="limit_denominator() (fractions.Fraction method)"/>
  <function link="library/asyncio-exceptions.html#asyncio.LimitOverrunError" name="LimitOverrunError"/>
  <function link="library/audioop.html#audioop.lin2adpcm" name="lin2adpcm() (in module audioop)"/>
  <function link="library/audioop.html#audioop.lin2alaw" name="lin2alaw() (in module audioop)"/>
  <function link="library/audioop.html#audioop.lin2lin" name="lin2lin() (in module audioop)"/>
  <function link="library/audioop.html#audioop.lin2ulaw" name="lin2ulaw() (in module audioop)"/>
  <function link="library/bdb.html#bdb.Breakpoint.line" name="line (bdb.Breakpoint attribute)"/>
  <function link="reference/lexical_analysis.html#index-6" name="line continuation"/>
  <function link="reference/lexical_analysis.html#index-3" name="line joining"/>
  <function link="reference/lexical_analysis.html#index-2" name="line structure"/>
  <function link="library/msilib.html#msilib.Dialog.line" name="line() (msilib.Dialog method)"/>
  <function link="library/functions.html#index-7" name="line-buffered I/O"/>
  <function link="library/io.html#io.TextIOWrapper.line_buffering" name="line_buffering (io.TextIOWrapper attribute)"/>
  <function link="library/csv.html#csv.csvreader.line_num" name="line_num (csv.csvreader attribute)"/>
  <function link="library/statistics.html#statistics.linear_regression" name="linear_regression() (in module statistics)"/>
  <function link="library/linecache.html#module-linecache" name="module"/>
  <function link="library/ast.html#ast.AST.lineno" name="lineno (ast.AST attribute)"/>
  <function link="library/doctest.html#doctest.DocTest.lineno" name="(doctest.DocTest attribute)"/>
  <function link="library/doctest.html#doctest.Example.lineno" name="(doctest.Example attribute)"/>
  <function link="library/inspect.html#inspect.FrameInfo.lineno" name="(inspect.FrameInfo attribute)"/>
  <function link="library/inspect.html#inspect.Traceback.lineno" name="(inspect.Traceback attribute)"/>
  <function link="library/json.html#json.JSONDecodeError.lineno" name="(json.JSONDecodeError attribute)"/>
  <function link="library/pyclbr.html#pyclbr.Class.lineno" name="(pyclbr.Class attribute)"/>
  <function link="library/pyclbr.html#pyclbr.Function.lineno" name="(pyclbr.Function attribute)"/>
  <function link="library/re.html#re.error.lineno" name="(re.error attribute)"/>
  <function link="library/shlex.html#shlex.shlex.lineno" name="(shlex.shlex attribute)"/>
  <function link="library/exceptions.html#SyntaxError.lineno" name="(SyntaxError attribute)"/>
  <function link="library/traceback.html#traceback.TracebackException.lineno" name="(traceback.TracebackException attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.Filter.lineno" name="(tracemalloc.Filter attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.Frame.lineno" name="(tracemalloc.Frame attribute)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.ExpatError.lineno" name="(xml.parsers.expat.ExpatError attribute)"/>
  <function link="library/fileinput.html#fileinput.lineno" name="lineno() (in module fileinput)"/>
  <function link="library/curses.html#index-0" name="LINES"/>
  <function link="library/os.html#os.terminal_size.lines" name="lines (os.terminal_size attribute)"/>
  <function link="library/email.policy.html#email.policy.Policy.linesep" name="linesep (email.policy.Policy attribute)"/>
  <function link="library/os.html#os.linesep" name="(in module os)"/>
  <function link="library/csv.html#csv.Dialect.lineterminator" name="lineterminator (csv.Dialect attribute)"/>
  <function link="library/http.client.html#http.client.LineTooLong" name="LineTooLong"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.link" name="link() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/os.html#os.link" name="(in module os)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.link_executable" name="link_executable() (distutils.ccompiler.CCompiler method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.link_shared_lib" name="link_shared_lib() (distutils.ccompiler.CCompiler method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.link_shared_object" name="link_shared_object() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/pathlib.html#pathlib.Path.link_to" name="link_to() (pathlib.Path method)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.linkname" name="linkname (tarfile.TarInfo attribute)"/>
  <function link="glossary.html#term-list" name="list"/>
  <function link="reference/simple_stmts.html#index-6" name="assignment, target"/>
  <function link="reference/expressions.html#index-15" name="comprehensions"/>
  <function link="reference/simple_stmts.html#index-21" name="deletion target"/>
  <function link="reference/expressions.html#index-15" name="display"/>
  <function link="reference/expressions.html#index-15" name="empty"/>
  <function link="reference/expressions.html#index-91" name="expression"/>
  <function link="c-api/list.html#index-0" name="object"/>
  <function link="reference/compound_stmts.html#index-6" name="target"/>
  <function link="library/stdtypes.html#index-23" name="type, operations on"/>
  <function link="library/stdtypes.html#list" name="list (built-in class)"/>
  <function link="library/ast.html#ast.List" name="List (class in ast)"/>
  <function link="library/typing.html#typing.List" name="(class in typing)"/>
  <function link="library/pdb.html#pdbcommand-list" name="list (pdb command)"/>
  <function link="glossary.html#term-list-comprehension" name="list comprehension"/>
  <function link="library/imaplib.html#imaplib.IMAP4.list" name="list() (imaplib.IMAP4 method)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.SyncManager.list" name="(multiprocessing.managers.SyncManager method)"/>
  <function link="library/nntplib.html#nntplib.NNTP.list" name="(nntplib.NNTP method)"/>
  <function link="library/poplib.html#poplib.POP3.list" name="(poplib.POP3 method)"/>
  <function link="library/tarfile.html#tarfile.TarFile.list" name="(tarfile.TarFile method)"/>
  <function link="library/dis.html#opcode-LIST_APPEND" name="LIST_APPEND (opcode)"/>
  <function link="library/csv.html#csv.list_dialects" name="list_dialects() (in module csv)"/>
  <function link="library/dis.html#opcode-LIST_EXTEND" name="LIST_EXTEND (opcode)"/>
  <function link="library/mailbox.html#mailbox.Maildir.list_folders" name="list_folders() (mailbox.Maildir method)"/>
  <function link="library/mailbox.html#mailbox.MH.list_folders" name="(mailbox.MH method)"/>
  <function link="library/dis.html#opcode-LIST_TO_TUPLE" name="LIST_TO_TUPLE (opcode)"/>
  <function link="library/ast.html#ast.ListComp" name="ListComp (class in ast)"/>
  <function link="library/os.html#os.listdir" name="listdir() (in module os)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.listen" name="listen() (asyncore.dispatcher method)"/>
  <function link="library/logging.config.html#logging.config.listen" name="(in module logging.config)"/>
  <function link="library/turtle.html#turtle.listen" name="(in module turtle)"/>
  <function link="library/socket.html#socket.socket.listen" name="(socket.socket method)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.Listener" name="Listener (class in multiprocessing.connection)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.ServerProxy.system.listMethods" name="listMethods() (xmlrpc.client.ServerProxy.system method)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.ListNoteBook" name="ListNoteBook (class in tkinter.tix)"/>
  <function link="library/os.html#os.listxattr" name="listxattr() (in module os)"/>
  <function link="reference/expressions.html#index-6" name="literal"/>
  <function link="library/typing.html#typing.Literal" name="Literal (in module typing)"/>
  <function link="library/ast.html#ast.literal_eval" name="literal_eval() (in module ast)"/>
  <function link="library/stdtypes.html#index-12" name="binary"/>
  <function link="library/stdtypes.html#index-12" name="complex number"/>
  <function link="library/stdtypes.html#index-12" name="floating point"/>
  <function link="library/stdtypes.html#index-12" name="hexadecimal"/>
  <function link="library/stdtypes.html#index-12" name="integer"/>
  <function link="library/stdtypes.html#index-12" name="numeric"/>
  <function link="library/stdtypes.html#index-12" name="octal"/>
  <function link="library/typing.html#typing.LiteralString" name="LiteralString (in module typing)"/>
  <function link="library/ctypes.html#ctypes.LittleEndianStructure" name="LittleEndianStructure (class in ctypes)"/>
  <function link="library/ctypes.html#ctypes.LittleEndianUnion" name="LittleEndianUnion (class in ctypes)"/>
  <function link="library/stdtypes.html#bytearray.ljust" name="ljust() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.ljust" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.ljust" name="(str method)"/>
  <function link="library/msvcrt.html#msvcrt.LK_LOCK" name="LK_LOCK (in module msvcrt)"/>
  <function link="library/msvcrt.html#msvcrt.LK_NBLCK" name="LK_NBLCK (in module msvcrt)"/>
  <function link="library/msvcrt.html#msvcrt.LK_NBRLCK" name="LK_NBRLCK (in module msvcrt)"/>
  <function link="library/msvcrt.html#msvcrt.LK_RLCK" name="LK_RLCK (in module msvcrt)"/>
  <function link="library/msvcrt.html#msvcrt.LK_UNLCK" name="LK_UNLCK (in module msvcrt)"/>
  <function link="library/pdb.html#pdbcommand-ll" name="ll (pdb command)"/>
  <function link="library/smtplib.html#smtplib.LMTP" name="LMTP (class in smtplib)"/>
  <function link="library/decimal.html#decimal.Context.ln" name="ln() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.ln" name="(decimal.Decimal method)"/>
  <function link="library/getpass.html#index-2" name="LNAME"/>
  <function link="library/ast.html#ast.Load" name="Load (class in ast)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.FileCookieJar.load" name="load() (http.cookiejar.FileCookieJar method)"/>
  <function link="library/http.cookies.html#http.cookies.BaseCookie.load" name="(http.cookies.BaseCookie method)"/>
  <function link="library/json.html#json.load" name="(in module json)"/>
  <function link="library/marshal.html#marshal.load" name="(in module marshal)"/>
  <function link="library/pickle.html#pickle.load" name="(in module pickle)"/>
  <function link="library/plistlib.html#plistlib.load" name="(in module plistlib)"/>
  <function link="library/tomllib.html#tomllib.load" name="(in module tomllib)"/>
  <function link="library/pickle.html#pickle.Unpickler.load" name="(pickle.Unpickler method)"/>
  <function link="library/tracemalloc.html#tracemalloc.Snapshot.load" name="(tracemalloc.Snapshot class method)"/>
  <function link="library/dis.html#opcode-LOAD_ASSERTION_ERROR" name="LOAD_ASSERTION_ERROR (opcode)"/>
  <function link="library/dis.html#opcode-LOAD_ATTR" name="LOAD_ATTR (opcode)"/>
  <function link="library/dis.html#opcode-LOAD_BUILD_CLASS" name="LOAD_BUILD_CLASS (opcode)"/>
  <function link="library/ssl.html#ssl.SSLContext.load_cert_chain" name="load_cert_chain() (ssl.SSLContext method)"/>
  <function link="library/dis.html#opcode-LOAD_CLASSDEREF" name="LOAD_CLASSDEREF (opcode)"/>
  <function link="library/dis.html#opcode-LOAD_CLOSURE" name="LOAD_CLOSURE (opcode)"/>
  <function link="library/dis.html#opcode-LOAD_CONST" name="LOAD_CONST (opcode)"/>
  <function link="library/ssl.html#ssl.SSLContext.load_default_certs" name="load_default_certs() (ssl.SSLContext method)"/>
  <function link="library/dis.html#opcode-LOAD_DEREF" name="LOAD_DEREF (opcode)"/>
  <function link="library/ssl.html#ssl.SSLContext.load_dh_params" name="load_dh_params() (ssl.SSLContext method)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.load_extension" name="load_extension() (sqlite3.Connection method)"/>
  <function link="library/dis.html#opcode-LOAD_FAST" name="LOAD_FAST (opcode)"/>
  <function link="library/dis.html#opcode-LOAD_GLOBAL" name="LOAD_GLOBAL (opcode)"/>
  <function link="library/dis.html#opcode-LOAD_METHOD" name="LOAD_METHOD (opcode)"/>
  <function link="library/importlib.html#importlib.abc.FileLoader.load_module" name="load_module() (importlib.abc.FileLoader method)"/>
  <function link="library/importlib.html#importlib.abc.InspectLoader.load_module" name="(importlib.abc.InspectLoader method)"/>
  <function link="library/importlib.html#importlib.abc.Loader.load_module" name="(importlib.abc.Loader method)"/>
  <function link="library/importlib.html#importlib.abc.SourceLoader.load_module" name="(importlib.abc.SourceLoader method)"/>
  <function link="library/importlib.html#importlib.machinery.SourceFileLoader.load_module" name="(importlib.machinery.SourceFileLoader method)"/>
  <function link="library/importlib.html#importlib.machinery.SourcelessFileLoader.load_module" name="(importlib.machinery.SourcelessFileLoader method)"/>
  <function link="library/imp.html#imp.load_module" name="(in module imp)"/>
  <function link="library/zipimport.html#zipimport.zipimporter.load_module" name="(zipimport.zipimporter method)"/>
  <function link="library/dis.html#opcode-LOAD_NAME" name="LOAD_NAME (opcode)"/>
  <function link="library/test.html#test.support.load_package_tests" name="load_package_tests() (in module test.support)"/>
  <function link="library/ssl.html#ssl.SSLContext.load_verify_locations" name="load_verify_locations() (ssl.SSLContext method)"/>
  <function link="glossary.html#term-loader" name="loader"/>
  <function link="library/importlib.html#importlib.abc.Loader" name="Loader (class in importlib.abc)"/>
  <function link="library/importlib.html#importlib.machinery.ModuleSpec.loader" name="loader (importlib.machinery.ModuleSpec attribute)"/>
  <function link="library/importlib.html#importlib.machinery.ModuleSpec.loader_state" name="loader_state (importlib.machinery.ModuleSpec attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.LoadError" name="LoadError"/>
  <function link="library/dialog.html#tkinter.filedialog.LoadFileDialog" name="LoadFileDialog (class in tkinter.filedialog)"/>
  <function link="library/winreg.html#winreg.LoadKey" name="LoadKey() (in module winreg)"/>
  <function link="library/ctypes.html#ctypes.LibraryLoader.LoadLibrary" name="LoadLibrary() (ctypes.LibraryLoader method)"/>
  <function link="library/json.html#json.loads" name="loads() (in module json)"/>
  <function link="library/marshal.html#marshal.loads" name="(in module marshal)"/>
  <function link="library/pickle.html#pickle.loads" name="(in module pickle)"/>
  <function link="library/plistlib.html#plistlib.loads" name="(in module plistlib)"/>
  <function link="library/tomllib.html#tomllib.loads" name="(in module tomllib)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.loads" name="(in module xmlrpc.client)"/>
  <function link="library/unittest.html#unittest.TestLoader.loadTestsFromModule" name="loadTestsFromModule() (unittest.TestLoader method)"/>
  <function link="library/unittest.html#unittest.TestLoader.loadTestsFromName" name="loadTestsFromName() (unittest.TestLoader method)"/>
  <function link="library/unittest.html#unittest.TestLoader.loadTestsFromNames" name="loadTestsFromNames() (unittest.TestLoader method)"/>
  <function link="library/unittest.html#unittest.TestLoader.loadTestsFromTestCase" name="loadTestsFromTestCase() (unittest.TestLoader method)"/>
  <function link="library/threading.html#threading.local" name="local (class in threading)"/>
  <function link="library/socket.html#socket.LOCAL_CREDS" name="LOCAL_CREDS (in module socket)"/>
  <function link="library/socket.html#socket.LOCAL_CREDS_PERSISTENT" name="LOCAL_CREDS_PERSISTENT (in module socket)"/>
  <function link="library/decimal.html#decimal.localcontext" name="localcontext() (in module decimal)"/>
  <function link="library/locale.html#module-locale" name="module"/>
  <function link="library/re.html#re.LOCALE" name="LOCALE (in module re)"/>
  <function link="glossary.html#term-locale-encoding" name="locale encoding"/>
  <function link="library/locale.html#locale.localeconv" name="localeconv() (in module locale)"/>
  <function link="library/calendar.html#calendar.LocaleHTMLCalendar" name="LocaleHTMLCalendar (class in calendar)"/>
  <function link="library/calendar.html#calendar.LocaleTextCalendar" name="LocaleTextCalendar (class in calendar)"/>
  <function link="library/locale.html#locale.localize" name="localize() (in module locale)"/>
  <function link="library/xml.dom.html#xml.dom.Attr.localName" name="localName (xml.dom.Attr attribute)"/>
  <function link="library/xml.dom.html#xml.dom.Node.localName" name="(xml.dom.Node attribute)"/>
  <function link="library/functions.html#locals" name="built-in function"/>
  <function link="library/email.utils.html#email.utils.localtime" name="localtime() (in module email.utils)"/>
  <function link="library/time.html#time.localtime" name="(in module time)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.Locator" name="Locator (class in xml.sax.xmlreader)"/>
  <function link="library/asyncio-sync.html#asyncio.Lock" name="Lock (class in asyncio)"/>
  <function link="library/multiprocessing.html#multiprocessing.Lock" name="(class in multiprocessing)"/>
  <function link="library/threading.html#threading.Lock" name="(class in threading)"/>
  <function link="library/mailbox.html#mailbox.Babyl.lock" name="lock() (mailbox.Babyl method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.lock" name="(mailbox.Mailbox method)"/>
  <function link="library/mailbox.html#mailbox.Maildir.lock" name="(mailbox.Maildir method)"/>
  <function link="library/mailbox.html#mailbox.mbox.lock" name="(mailbox.mbox method)"/>
  <function link="library/mailbox.html#mailbox.MH.lock" name="(mailbox.MH method)"/>
  <function link="library/mailbox.html#mailbox.MMDF.lock" name="(mailbox.MMDF method)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.SyncManager.Lock" name="Lock() (multiprocessing.managers.SyncManager method)"/>
  <function link="c-api/init.html#index-33" name="lock, interpreter"/>
  <function link="library/imp.html#imp.lock_held" name="lock_held() (in module imp)"/>
  <function link="library/_thread.html#thread.lock.locked" name="locked() (_thread.lock method)"/>
  <function link="library/asyncio-sync.html#asyncio.Condition.locked" name="(asyncio.Condition method)"/>
  <function link="library/asyncio-sync.html#asyncio.Lock.locked" name="(asyncio.Lock method)"/>
  <function link="library/asyncio-sync.html#asyncio.Semaphore.locked" name="(asyncio.Semaphore method)"/>
  <function link="library/threading.html#threading.Lock.locked" name="(threading.Lock method)"/>
  <function link="library/fcntl.html#fcntl.lockf" name="lockf() (in module fcntl)"/>
  <function link="library/os.html#os.lockf" name="(in module os)"/>
  <function link="library/msvcrt.html#msvcrt.locking" name="locking() (in module msvcrt)"/>
  <function link="library/_thread.html#thread.LockType" name="LockType (in module _thread)"/>
  <function link="library/cmath.html#cmath.log" name="log() (in module cmath)"/>
  <function link="library/logging.html#logging.log" name="(in module logging)"/>
  <function link="library/math.html#math.log" name="(in module math)"/>
  <function link="library/logging.html#logging.Logger.log" name="(logging.Logger method)"/>
  <function link="library/decimal.html#decimal.Context.log10" name="log10() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.log10" name="(decimal.Decimal method)"/>
  <function link="library/cmath.html#cmath.log10" name="(in module cmath)"/>
  <function link="library/math.html#math.log10" name="(in module math)"/>
  <function link="library/math.html#math.log1p" name="log1p() (in module math)"/>
  <function link="library/math.html#math.log2" name="log2() (in module math)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.log_date_time_string" name="log_date_time_string() (http.server.BaseHTTPRequestHandler method)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.log_error" name="log_error() (http.server.BaseHTTPRequestHandler method)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.log_exception" name="log_exception() (wsgiref.handlers.BaseHandler method)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.log_message" name="log_message() (http.server.BaseHTTPRequestHandler method)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.log_request" name="log_request() (http.server.BaseHTTPRequestHandler method)"/>
  <function link="library/multiprocessing.html#multiprocessing.log_to_stderr" name="log_to_stderr() (in module multiprocessing)"/>
  <function link="library/decimal.html#decimal.Context.logb" name="logb() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.logb" name="(decimal.Decimal method)"/>
  <function link="library/logging.html#logging.Logger" name="Logger (class in logging)"/>
  <function link="library/logging.html#logging.LoggerAdapter" name="LoggerAdapter (class in logging)"/>
  <function link="library/logging.html#index-0" name="Errors"/>
  <function link="library/logging.html#module-logging" name="module"/>
  <function link="library/logging.config.html#module-logging.config" name="module"/>
  <function link="library/logging.handlers.html#module-logging.handlers" name="module"/>
  <function link="reference/lexical_analysis.html#index-3" name="logical line"/>
  <function link="library/decimal.html#decimal.Context.logical_and" name="logical_and() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.logical_and" name="(decimal.Decimal method)"/>
  <function link="library/decimal.html#decimal.Context.logical_invert" name="logical_invert() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.logical_invert" name="(decimal.Decimal method)"/>
  <function link="library/decimal.html#decimal.Context.logical_or" name="logical_or() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.logical_or" name="(decimal.Decimal method)"/>
  <function link="library/decimal.html#decimal.Context.logical_xor" name="logical_xor() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.logical_xor" name="(decimal.Decimal method)"/>
  <function link="library/ftplib.html#ftplib.FTP.login" name="login() (ftplib.FTP method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.login" name="(imaplib.IMAP4 method)"/>
  <function link="library/nntplib.html#nntplib.NNTP.login" name="(nntplib.NNTP method)"/>
  <function link="library/smtplib.html#smtplib.SMTP.login" name="(smtplib.SMTP method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.login_cram_md5" name="login_cram_md5() (imaplib.IMAP4 method)"/>
  <function link="library/os.html#os.login_tty" name="login_tty() (in module os)"/>
  <function link="library/getpass.html#index-0" name="LOGNAME"/>
  <function link="library/random.html#random.lognormvariate" name="lognormvariate() (in module random)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.logout" name="logout() (imaplib.IMAP4 method)"/>
  <function link="library/logging.html#logging.LogRecord" name="LogRecord (class in logging)"/>
  <function link="library/2to3.html#to3fixer-long" name="long (2to3 fixer)"/>
  <function link="c-api/long.html#index-0" name="object"/>
  <function link="c-api/long.html#index-1" name="LONG_MAX"/>
  <function link="library/test.html#test.support.LONG_TIMEOUT" name="LONG_TIMEOUT (in module test.support)"/>
  <function link="library/unittest.html#unittest.TestCase.longMessage" name="longMessage (unittest.TestCase attribute)"/>
  <function link="library/curses.html#curses.longname" name="longname() (in module curses)"/>
  <function link="library/codecs.html#codecs.lookup" name="lookup() (in module codecs)"/>
  <function link="library/unicodedata.html#unicodedata.lookup" name="(in module unicodedata)"/>
  <function link="library/symtable.html#symtable.SymbolTable.lookup" name="(symtable.SymbolTable method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Style.lookup" name="(tkinter.ttk.Style method)"/>
  <function link="library/codecs.html#codecs.lookup_error" name="lookup_error() (in module codecs)"/>
  <function link="library/exceptions.html#LookupError" name="LookupError"/>
  <function link="library/stdtypes.html#index-20" name="over mutable sequence"/>
  <function link="reference/compound_stmts.html#index-4" name="statement"/>
  <function link="reference/simple_stmts.html#index-31" name="target"/>
  <function link="library/asyncore.html#asyncore.loop" name="loop() (in module asyncore)"/>
  <function link="library/test.html#test.support.LOOPBACK_TIMEOUT" name="LOOPBACK_TIMEOUT (in module test.support)"/>
  <function link="library/stdtypes.html#bytearray.lower" name="lower() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.lower" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.lower" name="(str method)"/>
  <function link="library/token.html#token.LPAR" name="LPAR (in module token)"/>
  <function link="library/subprocess.html#subprocess.STARTUPINFO.lpAttributeList" name="lpAttributeList (subprocess.STARTUPINFO attribute)"/>
  <function link="library/functools.html#functools.lru_cache" name="lru_cache() (in module functools)"/>
  <function link="library/os.html#os.lseek" name="lseek() (in module os)"/>
  <function link="library/ast.html#ast.LShift" name="LShift (class in ast)"/>
  <function link="library/operator.html#operator.lshift" name="lshift() (in module operator)"/>
  <function link="library/token.html#token.LSQB" name="LSQB (in module token)"/>
  <function link="library/os.html#os.lstat" name="lstat() (in module os)"/>
  <function link="library/pathlib.html#pathlib.Path.lstat" name="(pathlib.Path method)"/>
  <function link="library/stdtypes.html#bytearray.lstrip" name="lstrip() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.lstrip" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.lstrip" name="(str method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.lsub" name="lsub() (imaplib.IMAP4 method)"/>
  <function link="library/ast.html#ast.Lt" name="Lt (class in ast)"/>
  <function link="library/operator.html#operator.lt" name="lt() (in module operator)"/>
  <function link="library/turtle.html#turtle.lt" name="(in module turtle)"/>
  <function link="library/ast.html#ast.LtE" name="LtE (class in ast)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.LWPCookieJar" name="LWPCookieJar (class in http.cookiejar)"/>
  <function link="library/lzma.html#module-lzma" name="module"/>
  <function link="library/lzma.html#lzma.LZMACompressor" name="LZMACompressor (class in lzma)"/>
  <function link="library/lzma.html#lzma.LZMADecompressor" name="LZMADecompressor (class in lzma)"/>
  <function link="library/lzma.html#lzma.LZMAError" name="LZMAError"/>
  <function link="library/lzma.html#lzma.LZMAFile" name="LZMAFile (class in lzma)"/>
  <function link="library/re.html#re.M" name="M (in module re)"/>
  <function link="library/platform.html#platform.mac_ver" name="mac_ver() (in module platform)"/>
  <function link="library/platform.html#platform.machine" name="machine() (in module platform)"/>
  <function link="library/netrc.html#netrc.netrc.macros" name="macros (netrc.netrc attribute)"/>
  <function link="library/mmap.html#mmap.MADV_AUTOSYNC" name="MADV_AUTOSYNC (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_CORE" name="MADV_CORE (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_DODUMP" name="MADV_DODUMP (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_DOFORK" name="MADV_DOFORK (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_DONTDUMP" name="MADV_DONTDUMP (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_DONTFORK" name="MADV_DONTFORK (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_DONTNEED" name="MADV_DONTNEED (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_FREE" name="MADV_FREE (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_FREE_REUSABLE" name="MADV_FREE_REUSABLE (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_FREE_REUSE" name="MADV_FREE_REUSE (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_HUGEPAGE" name="MADV_HUGEPAGE (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_HWPOISON" name="MADV_HWPOISON (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_MERGEABLE" name="MADV_MERGEABLE (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_NOCORE" name="MADV_NOCORE (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_NOHUGEPAGE" name="MADV_NOHUGEPAGE (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_NORMAL" name="MADV_NORMAL (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_NOSYNC" name="MADV_NOSYNC (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_PROTECT" name="MADV_PROTECT (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_RANDOM" name="MADV_RANDOM (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_REMOVE" name="MADV_REMOVE (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_SEQUENTIAL" name="MADV_SEQUENTIAL (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_SOFT_OFFLINE" name="MADV_SOFT_OFFLINE (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_UNMERGEABLE" name="MADV_UNMERGEABLE (in module mmap)"/>
  <function link="library/mmap.html#mmap.MADV_WILLNEED" name="MADV_WILLNEED (in module mmap)"/>
  <function link="library/mmap.html#mmap.mmap.madvise" name="madvise() (mmap.mmap method)"/>
  <function link="glossary.html#index-26" name="method"/>
  <function link="glossary.html#term-magic-method" name="magic method"/>
  <function link="library/importlib.html#importlib.util.MAGIC_NUMBER" name="MAGIC_NUMBER (in module importlib.util)"/>
  <function link="library/unittest.mock.html#unittest.mock.MagicMock" name="MagicMock (class in unittest.mock)"/>
  <function link="library/mailbox.html#module-mailbox" name="module"/>
  <function link="library/mailbox.html#mailbox.Mailbox" name="Mailbox (class in mailbox)"/>
  <function link="library/mailcap.html#module-mailcap" name="module"/>
  <function link="library/mailbox.html#mailbox.Maildir" name="Maildir (class in mailbox)"/>
  <function link="library/mailbox.html#mailbox.MaildirMessage" name="MaildirMessage (class in mailbox)"/>
  <function link="library/smtpd.html#smtpd.SMTPChannel.mailfrom" name="mailfrom (smtpd.SMTPChannel attribute)"/>
  <function link="c-api/init.html#index-17" name="main()"/>
  <function link="library/site.html#site.main" name="(in module site)"/>
  <function link="library/unittest.html#unittest.main" name="(in module unittest)"/>
  <function link="library/threading.html#threading.main_thread" name="main_thread() (in module threading)"/>
  <function link="library/turtle.html#turtle.mainloop" name="mainloop() (in module turtle)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.ContentTypeHeader.maintype" name="maintype (email.headerregistry.ContentTypeHeader attribute)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.MIMEVersionHeader.major" name="major (email.headerregistry.MIMEVersionHeader attribute)"/>
  <function link="library/os.html#os.major" name="major() (in module os)"/>
  <function link="library/email.message.html#email.message.EmailMessage.make_alternative" name="make_alternative() (email.message.EmailMessage method)"/>
  <function link="distutils/apiref.html#distutils.archive_util.make_archive" name="make_archive() (in module distutils.archive_util)"/>
  <function link="library/shutil.html#shutil.make_archive" name="(in module shutil)"/>
  <function link="library/test.html#test.support.os_helper.make_bad_fd" name="make_bad_fd() (in module test.support.os_helper)"/>
  <function link="library/dis.html#opcode-MAKE_CELL" name="MAKE_CELL (opcode)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookieJar.make_cookies" name="make_cookies() (http.cookiejar.CookieJar method)"/>
  <function link="library/dataclasses.html#dataclasses.make_dataclass" name="make_dataclass() (in module dataclasses)"/>
  <function link="library/difflib.html#difflib.HtmlDiff.make_file" name="make_file() (difflib.HtmlDiff method)"/>
  <function link="library/dis.html#opcode-MAKE_FUNCTION" name="MAKE_FUNCTION (opcode)"/>
  <function link="library/email.header.html#email.header.make_header" name="make_header() (in module email.header)"/>
  <function link="library/test.html#test.support.import_helper.make_legacy_pyc" name="make_legacy_pyc() (in module test.support.import_helper)"/>
  <function link="library/email.message.html#email.message.EmailMessage.make_mixed" name="make_mixed() (email.message.EmailMessage method)"/>
  <function link="library/email.utils.html#email.utils.make_msgid" name="make_msgid() (in module email.utils)"/>
  <function link="library/xml.sax.html#xml.sax.make_parser" name="make_parser() (in module xml.sax)"/>
  <function link="library/test.html#test.support.script_helper.make_pkg" name="make_pkg() (in module test.support.script_helper)"/>
  <function link="library/email.message.html#email.message.EmailMessage.make_related" name="make_related() (email.message.EmailMessage method)"/>
  <function link="library/test.html#test.support.script_helper.make_script" name="make_script() (in module test.support.script_helper)"/>
  <function link="library/wsgiref.html#wsgiref.simple_server.make_server" name="make_server() (in module wsgiref.simple_server)"/>
  <function link="library/difflib.html#difflib.HtmlDiff.make_table" name="make_table() (difflib.HtmlDiff method)"/>
  <function link="distutils/apiref.html#distutils.archive_util.make_tarball" name="make_tarball() (in module distutils.archive_util)"/>
  <function link="library/test.html#test.support.script_helper.make_zip_pkg" name="make_zip_pkg() (in module test.support.script_helper)"/>
  <function link="library/test.html#test.support.script_helper.make_zip_script" name="make_zip_script() (in module test.support.script_helper)"/>
  <function link="distutils/apiref.html#distutils.archive_util.make_zipfile" name="make_zipfile() (in module distutils.archive_util)"/>
  <function link="library/os.html#os.makedev" name="makedev() (in module os)"/>
  <function link="library/os.html#os.makedirs" name="makedirs() (in module os)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.makeelement" name="makeelement() (xml.etree.ElementTree.Element method)"/>
  <function link="reference/datamodel.html#index-53" name="makefile() (socket method)"/>
  <function link="library/socket.html#socket.socket.makefile" name="(socket.socket method)"/>
  <function link="library/logging.html#logging.makeLogRecord" name="makeLogRecord() (in module logging)"/>
  <function link="library/logging.handlers.html#logging.handlers.SocketHandler.makePickle" name="makePickle() (logging.handlers.SocketHandler method)"/>
  <function link="library/logging.html#logging.Logger.makeRecord" name="makeRecord() (logging.Logger method)"/>
  <function link="library/logging.handlers.html#logging.handlers.DatagramHandler.makeSocket" name="makeSocket() (logging.handlers.DatagramHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.SocketHandler.makeSocket" name="(logging.handlers.SocketHandler method)"/>
  <function link="library/stdtypes.html#bytearray.maketrans" name="maketrans() (bytearray static method)"/>
  <function link="library/stdtypes.html#bytes.maketrans" name="(bytes static method)"/>
  <function link="library/stdtypes.html#str.maketrans" name="(str static method)"/>
  <function link="c-api/memory.html#index-0" name="malloc()"/>
  <function link="library/email.policy.html#email.policy.Compat32.mangle_from_" name="mangle_from_ (email.policy.Compat32 attribute)"/>
  <function link="library/email.policy.html#email.policy.Policy.mangle_from_" name="(email.policy.Policy attribute)"/>
  <function link="reference/expressions.html#index-5" name="name"/>
  <function link="library/2to3.html#to3fixer-map" name="map (2to3 fixer)"/>
  <function link="library/functions.html#map" name="built-in function"/>
  <function link="library/concurrent.futures.html#concurrent.futures.Executor.map" name="map() (concurrent.futures.Executor method)"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.Pool.map" name="(multiprocessing.pool.Pool method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Style.map" name="(tkinter.ttk.Style method)"/>
  <function link="library/dis.html#opcode-MAP_ADD" name="MAP_ADD (opcode)"/>
  <function link="library/mmap.html#mmap.MAP_ANON" name="MAP_ANON (in module mmap)"/>
  <function link="library/mmap.html#mmap.MAP_ANONYMOUS" name="MAP_ANONYMOUS (in module mmap)"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.Pool.map_async" name="map_async() (multiprocessing.pool.Pool method)"/>
  <function link="library/mmap.html#mmap.MAP_DENYWRITE" name="MAP_DENYWRITE (in module mmap)"/>
  <function link="library/mmap.html#mmap.MAP_EXECUTABLE" name="MAP_EXECUTABLE (in module mmap)"/>
  <function link="library/mmap.html#mmap.MAP_POPULATE" name="MAP_POPULATE (in module mmap)"/>
  <function link="library/mmap.html#mmap.MAP_PRIVATE" name="MAP_PRIVATE (in module mmap)"/>
  <function link="library/mmap.html#mmap.MAP_SHARED" name="MAP_SHARED (in module mmap)"/>
  <function link="library/mmap.html#mmap.MAP_STACK" name="MAP_STACK (in module mmap)"/>
  <function link="library/stringprep.html#stringprep.map_table_b2" name="map_table_b2() (in module stringprep)"/>
  <function link="library/stringprep.html#stringprep.map_table_b3" name="map_table_b3() (in module stringprep)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.HeaderRegistry.map_to_type" name="map_to_type() (email.headerregistry.HeaderRegistry method)"/>
  <function link="library/logging.handlers.html#logging.handlers.HTTPHandler.mapLogRecord" name="mapLogRecord() (logging.handlers.HTTPHandler method)"/>
  <function link="glossary.html#term-mapping" name="mapping"/>
  <function link="c-api/concrete.html#index-2" name="object"/>
  <function link="library/stdtypes.html#index-51" name="types, operations on"/>
  <function link="library/collections.abc.html#collections.abc.Mapping" name="Mapping (class in collections.abc)"/>
  <function link="library/typing.html#typing.Mapping" name="(class in typing)"/>
  <function link="library/msilib.html#msilib.Control.mapping" name="mapping() (msilib.Control method)"/>
  <function link="library/types.html#types.MappingProxyType" name="MappingProxyType (class in types)"/>
  <function link="library/collections.abc.html#collections.abc.MappingView" name="MappingView (class in collections.abc)"/>
  <function link="library/typing.html#typing.MappingView" name="(class in typing)"/>
  <function link="library/logging.handlers.html#logging.handlers.SysLogHandler.mapPriority" name="mapPriority() (logging.handlers.SysLogHandler method)"/>
  <function link="library/collections.html#collections.ChainMap.maps" name="maps (collections.ChainMap attribute)"/>
  <function link="library/nis.html#nis.maps" name="maps() (in module nis)"/>
  <function link="library/marshal.html#module-marshal" name="module"/>
  <function link="library/pickle.html#index-0" name="objects"/>
  <function link="library/stdtypes.html#index-16" name="operations"/>
  <function link="library/tkinter.html#tkinter.Tk.master" name="master (tkinter.Tk attribute)"/>
  <function link="reference/compound_stmts.html#index-18" name="case"/>
  <function link="reference/compound_stmts.html#index-18" name="statement"/>
  <function link="library/ast.html#ast.Match" name="Match (class in ast)"/>
  <function link="library/typing.html#typing.Match" name="(class in typing)"/>
  <function link="library/nis.html#nis.match" name="match() (in module nis)"/>
  <function link="library/re.html#re.match" name="(in module re)"/>
  <function link="library/pathlib.html#pathlib.PurePath.match" name="(pathlib.PurePath method)"/>
  <function link="library/re.html#re.Pattern.match" name="(re.Pattern method)"/>
  <function link="library/ast.html#ast.match_case" name="match_case (class in ast)"/>
  <function link="library/dis.html#opcode-MATCH_CLASS" name="MATCH_CLASS (opcode)"/>
  <function link="library/ssl.html#ssl.match_hostname" name="match_hostname() (in module ssl)"/>
  <function link="library/dis.html#opcode-MATCH_KEYS" name="MATCH_KEYS (opcode)"/>
  <function link="library/dis.html#opcode-MATCH_MAPPING" name="MATCH_MAPPING (opcode)"/>
  <function link="library/dis.html#opcode-MATCH_SEQUENCE" name="MATCH_SEQUENCE (opcode)"/>
  <function link="library/test.html#test.support.match_test" name="match_test() (in module test.support)"/>
  <function link="library/test.html#test.support.Matcher.match_value" name="match_value() (test.support.Matcher method)"/>
  <function link="library/ast.html#ast.MatchAs" name="MatchAs (class in ast)"/>
  <function link="library/ast.html#ast.MatchClass" name="MatchClass (class in ast)"/>
  <function link="library/test.html#test.support.Matcher" name="Matcher (class in test.support)"/>
  <function link="library/test.html#test.support.Matcher.matches" name="matches() (test.support.Matcher method)"/>
  <function link="library/ast.html#ast.MatchMapping" name="MatchMapping (class in ast)"/>
  <function link="library/ast.html#ast.MatchOr" name="MatchOr (class in ast)"/>
  <function link="library/ast.html#ast.MatchSequence" name="MatchSequence (class in ast)"/>
  <function link="library/ast.html#ast.MatchSingleton" name="MatchSingleton (class in ast)"/>
  <function link="library/ast.html#ast.MatchStar" name="MatchStar (class in ast)"/>
  <function link="library/ast.html#ast.MatchValue" name="MatchValue (class in ast)"/>
  <function link="library/cmath.html#index-1" name="module"/>
  <function link="library/operator.html#operator.matmul" name="matmul() (in module operator)"/>
  <function link="library/ast.html#ast.MatMult" name="MatMult (class in ast)"/>
  <function link="reference/expressions.html#index-66" name="matrix multiplication"/>
  <function link="library/stdtypes.html#index-19" name="built-in function"/>
  <function link="library/datetime.html#datetime.date.max" name="max (datetime.date attribute)"/>
  <function link="library/datetime.html#datetime.datetime.max" name="(datetime.datetime attribute)"/>
  <function link="library/datetime.html#datetime.time.max" name="(datetime.time attribute)"/>
  <function link="library/datetime.html#datetime.timedelta.max" name="(datetime.timedelta attribute)"/>
  <function link="library/functions.html#max" name="built-in function"/>
  <function link="library/decimal.html#decimal.Context.max" name="max() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.max" name="(decimal.Decimal method)"/>
  <function link="library/audioop.html#audioop.max" name="(in module audioop)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.BaseHeader.max_count" name="max_count (email.headerregistry.BaseHeader attribute)"/>
  <function link="library/decimal.html#decimal.MAX_EMAX" name="MAX_EMAX (in module decimal)"/>
  <function link="library/configparser.html#configparser.MAX_INTERPOLATION_DEPTH" name="MAX_INTERPOLATION_DEPTH (in module configparser)"/>
  <function link="library/email.policy.html#email.policy.Policy.max_line_length" name="max_line_length (email.policy.Policy attribute)"/>
  <function link="library/textwrap.html#textwrap.TextWrapper.max_lines" name="max_lines (textwrap.TextWrapper attribute)"/>
  <function link="library/decimal.html#decimal.Context.max_mag" name="max_mag() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.max_mag" name="(decimal.Decimal method)"/>
  <function link="library/test.html#test.support.max_memuse" name="max_memuse (in module test.support)"/>
  <function link="library/decimal.html#decimal.MAX_PREC" name="MAX_PREC (in module decimal)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Address.max_prefixlen" name="max_prefixlen (ipaddress.IPv4Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.max_prefixlen" name="(ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.max_prefixlen" name="(ipaddress.IPv6Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.max_prefixlen" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/test.html#test.support.MAX_Py_ssize_t" name="MAX_Py_ssize_t (in module test.support)"/>
  <function link="library/reprlib.html#reprlib.Repr.maxarray" name="maxarray (reprlib.Repr attribute)"/>
  <function link="library/reprlib.html#reprlib.Repr.maxdeque" name="maxdeque (reprlib.Repr attribute)"/>
  <function link="library/reprlib.html#reprlib.Repr.maxdict" name="maxdict (reprlib.Repr attribute)"/>
  <function link="library/unittest.html#unittest.TestCase.maxDiff" name="maxDiff (unittest.TestCase attribute)"/>
  <function link="library/reprlib.html#reprlib.Repr.maxfrozenset" name="maxfrozenset (reprlib.Repr attribute)"/>
  <function link="library/ssl.html#ssl.TLSVersion.MAXIMUM_SUPPORTED" name="MAXIMUM_SUPPORTED (ssl.TLSVersion attribute)"/>
  <function link="library/ssl.html#ssl.SSLContext.maximum_version" name="maximum_version (ssl.SSLContext attribute)"/>
  <function link="library/collections.html#collections.deque.maxlen" name="maxlen (collections.deque attribute)"/>
  <function link="library/reprlib.html#reprlib.Repr.maxlevel" name="maxlevel (reprlib.Repr attribute)"/>
  <function link="library/reprlib.html#reprlib.Repr.maxlist" name="maxlist (reprlib.Repr attribute)"/>
  <function link="library/reprlib.html#reprlib.Repr.maxlong" name="maxlong (reprlib.Repr attribute)"/>
  <function link="library/reprlib.html#reprlib.Repr.maxother" name="maxother (reprlib.Repr attribute)"/>
  <function link="library/audioop.html#audioop.maxpp" name="maxpp() (in module audioop)"/>
  <function link="library/reprlib.html#reprlib.Repr.maxset" name="maxset (reprlib.Repr attribute)"/>
  <function link="library/asyncio-queue.html#asyncio.Queue.maxsize" name="maxsize (asyncio.Queue attribute)"/>
  <function link="library/sys.html#sys.maxsize" name="(in module sys)"/>
  <function link="library/reprlib.html#reprlib.Repr.maxstring" name="maxstring (reprlib.Repr attribute)"/>
  <function link="library/reprlib.html#reprlib.Repr.maxtuple" name="maxtuple (reprlib.Repr attribute)"/>
  <function link="library/sys.html#sys.maxunicode" name="maxunicode (in module sys)"/>
  <function link="library/datetime.html#datetime.MAXYEAR" name="MAXYEAR (in module datetime)"/>
  <function link="library/winsound.html#winsound.MB_ICONASTERISK" name="MB_ICONASTERISK (in module winsound)"/>
  <function link="library/winsound.html#winsound.MB_ICONEXCLAMATION" name="MB_ICONEXCLAMATION (in module winsound)"/>
  <function link="library/winsound.html#winsound.MB_ICONHAND" name="MB_ICONHAND (in module winsound)"/>
  <function link="library/winsound.html#winsound.MB_ICONQUESTION" name="MB_ICONQUESTION (in module winsound)"/>
  <function link="library/winsound.html#winsound.MB_OK" name="MB_OK (in module winsound)"/>
  <function link="library/mailbox.html#mailbox.mbox" name="mbox (class in mailbox)"/>
  <function link="library/mailbox.html#mailbox.mboxMessage" name="mboxMessage (class in mailbox)"/>
  <function link="library/statistics.html#statistics.NormalDist.mean" name="mean (statistics.NormalDist attribute)"/>
  <function link="library/statistics.html#statistics.mean" name="mean() (in module statistics)"/>
  <function link="library/tkinter.font.html#tkinter.font.Font.measure" name="measure() (tkinter.font.Font method)"/>
  <function link="library/statistics.html#statistics.NormalDist.median" name="median (statistics.NormalDist attribute)"/>
  <function link="library/statistics.html#statistics.median" name="median() (in module statistics)"/>
  <function link="library/statistics.html#statistics.median_grouped" name="median_grouped() (in module statistics)"/>
  <function link="library/statistics.html#statistics.median_high" name="median_high() (in module statistics)"/>
  <function link="library/statistics.html#statistics.median_low" name="median_low() (in module statistics)"/>
  <function link="library/enum.html#enum.member" name="member() (in module enum)"/>
  <function link="library/types.html#types.MemberDescriptorType" name="MemberDescriptorType (in module types)"/>
  <function link="reference/expressions.html#index-80" name="test"/>
  <function link="library/os.html#os.memfd_create" name="memfd_create() (in module os)"/>
  <function link="library/ctypes.html#ctypes.memmove" name="memmove() (in module ctypes)"/>
  <function link="library/ssl.html#ssl.MemoryBIO" name="MemoryBIO (class in ssl)"/>
  <function link="library/exceptions.html#MemoryError" name="MemoryError"/>
  <function link="library/logging.handlers.html#logging.handlers.MemoryHandler" name="MemoryHandler (class in logging.handlers)"/>
  <function link="c-api/memoryview.html#index-0" name="object"/>
  <function link="library/stdtypes.html#memoryview" name="memoryview (built-in class)"/>
  <function link="library/ctypes.html#ctypes.memset" name="memset() (in module ctypes)"/>
  <function link="library/heapq.html#heapq.merge" name="merge() (in module heapq)"/>
  <function link="library/exceptions.html#BaseExceptionGroup.message" name="message (BaseExceptionGroup attribute)"/>
  <function link="library/email.compat32-message.html#email.message.Message" name="Message (class in email.message)"/>
  <function link="library/mailbox.html#mailbox.Message" name="(class in mailbox)"/>
  <function link="library/tkinter.messagebox.html#tkinter.messagebox.Message" name="(class in tkinter.messagebox)"/>
  <function link="library/hashlib.html#index-0" name="message digest, MD5"/>
  <function link="library/email.policy.html#email.policy.Policy.message_factory" name="message_factory (email.policy.Policy attribute)"/>
  <function link="library/email.parser.html#email.message_from_binary_file" name="message_from_binary_file() (in module email)"/>
  <function link="library/email.parser.html#email.message_from_bytes" name="message_from_bytes() (in module email)"/>
  <function link="library/email.parser.html#email.message_from_file" name="message_from_file() (in module email)"/>
  <function link="library/email.parser.html#email.message_from_string" name="message_from_string() (in module email)"/>
  <function link="library/winsound.html#winsound.MessageBeep" name="MessageBeep() (in module winsound)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.MessageClass" name="MessageClass (http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="library/email.errors.html#email.errors.MessageError" name="MessageError"/>
  <function link="library/email.errors.html#email.errors.MessageParseError" name="MessageParseError"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.messages" name="messages (in module xml.parsers.expat.errors)"/>
  <function link="reference/import.html#index-9" name="hooks"/>
  <function link="reference/import.html#index-9" name="meta hooks"/>
  <function link="glossary.html#term-meta-path-finder" name="meta path finder"/>
  <function link="library/curses.html#curses.meta" name="meta() (in module curses)"/>
  <function link="library/sys.html#sys.meta_path" name="meta_path (in module sys)"/>
  <function link="glossary.html#term-metaclass" name="metaclass"/>
  <function link="library/2to3.html#to3fixer-metaclass" name="(2to3 fixer)"/>
  <function link="reference/datamodel.html#index-85" name="metaclass hint"/>
  <function link="library/importlib.html#importlib.abc.MetaPathFinder" name="MetaPathFinder (class in importlib.abc)"/>
  <function link="library/optparse.html#optparse.Option.metavar" name="metavar (optparse.Option attribute)"/>
  <function link="library/argparse.html#argparse.MetavarTypeHelpFormatter" name="MetavarTypeHelpFormatter (class in argparse)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.Meter" name="Meter (class in tkinter.tix)"/>
  <function link="c-api/structures.html#METH_CLASS" name="METH_CLASS (built-in variable)"/>
  <function link="c-api/structures.html#METH_COEXIST" name="METH_COEXIST (built-in variable)"/>
  <function link="c-api/structures.html#METH_FASTCALL" name="METH_FASTCALL (built-in variable)"/>
  <function link="c-api/structures.html#METH_NOARGS" name="METH_NOARGS (built-in variable)"/>
  <function link="c-api/structures.html#METH_O" name="METH_O (built-in variable)"/>
  <function link="c-api/structures.html#METH_STATIC" name="METH_STATIC (built-in variable)"/>
  <function link="c-api/structures.html#METH_VARARGS" name="METH_VARARGS (built-in variable)"/>
  <function link="glossary.html#term-method" name="method"/>
  <function link="reference/datamodel.html#index-41" name="built-in"/>
  <function link="reference/expressions.html#index-53" name="call"/>
  <function link="glossary.html#index-26" name="magic"/>
  <function link="c-api/method.html#index-1" name="object"/>
  <function link="glossary.html#index-34" name="special"/>
  <function link="reference/datamodel.html#index-35" name="user-defined"/>
  <function link="library/urllib.request.html#urllib.request.Request.method" name="method (urllib.request.Request attribute)"/>
  <function link="glossary.html#term-method-resolution-order" name="method resolution order"/>
  <function link="library/crypt.html#crypt.METHOD_BLOWFISH" name="METHOD_BLOWFISH (in module crypt)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.method_calls" name="method_calls (unittest.mock.Mock attribute)"/>
  <function link="library/crypt.html#crypt.METHOD_CRYPT" name="METHOD_CRYPT (in module crypt)"/>
  <function link="library/crypt.html#crypt.METHOD_MD5" name="METHOD_MD5 (in module crypt)"/>
  <function link="library/crypt.html#crypt.METHOD_SHA256" name="METHOD_SHA256 (in module crypt)"/>
  <function link="library/crypt.html#crypt.METHOD_SHA512" name="METHOD_SHA512 (in module crypt)"/>
  <function link="library/2to3.html#to3fixer-methodattrs" name="methodattrs (2to3 fixer)"/>
  <function link="library/operator.html#operator.methodcaller" name="methodcaller() (in module operator)"/>
  <function link="library/types.html#types.MethodDescriptorType" name="MethodDescriptorType (in module types)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.ServerProxy.system.methodHelp" name="methodHelp() (xmlrpc.client.ServerProxy.system method)"/>
  <function link="library/stdtypes.html#index-42" name="bytearray"/>
  <function link="library/stdtypes.html#index-42" name="bytes"/>
  <function link="library/stdtypes.html#index-31" name="string"/>
  <function link="library/crypt.html#crypt.methods" name="methods (in module crypt)"/>
  <function link="library/pyclbr.html#pyclbr.Class.methods" name="(pyclbr.Class attribute)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.ServerProxy.system.methodSignature" name="methodSignature() (xmlrpc.client.ServerProxy.system method)"/>
  <function link="c-api/function.html#index-1" name="MethodType (in module types)"/>
  <function link="library/types.html#types.MethodWrapperType" name="MethodWrapperType (in module types)"/>
  <function link="library/tkinter.font.html#tkinter.font.Font.metrics" name="metrics() (tkinter.font.Font method)"/>
  <function link="library/os.html#os.MFD_ALLOW_SEALING" name="MFD_ALLOW_SEALING (in module os)"/>
  <function link="library/os.html#os.MFD_CLOEXEC" name="MFD_CLOEXEC (in module os)"/>
  <function link="library/os.html#os.MFD_HUGE_16GB" name="MFD_HUGE_16GB (in module os)"/>
  <function link="library/os.html#os.MFD_HUGE_16MB" name="MFD_HUGE_16MB (in module os)"/>
  <function link="library/os.html#os.MFD_HUGE_1GB" name="MFD_HUGE_1GB (in module os)"/>
  <function link="library/os.html#os.MFD_HUGE_1MB" name="MFD_HUGE_1MB (in module os)"/>
  <function link="library/os.html#os.MFD_HUGE_256MB" name="MFD_HUGE_256MB (in module os)"/>
  <function link="library/os.html#os.MFD_HUGE_2GB" name="MFD_HUGE_2GB (in module os)"/>
  <function link="library/os.html#os.MFD_HUGE_2MB" name="MFD_HUGE_2MB (in module os)"/>
  <function link="library/os.html#os.MFD_HUGE_32MB" name="MFD_HUGE_32MB (in module os)"/>
  <function link="library/os.html#os.MFD_HUGE_512KB" name="MFD_HUGE_512KB (in module os)"/>
  <function link="library/os.html#os.MFD_HUGE_512MB" name="MFD_HUGE_512MB (in module os)"/>
  <function link="library/os.html#os.MFD_HUGE_64KB" name="MFD_HUGE_64KB (in module os)"/>
  <function link="library/os.html#os.MFD_HUGE_8MB" name="MFD_HUGE_8MB (in module os)"/>
  <function link="library/os.html#os.MFD_HUGE_MASK" name="MFD_HUGE_MASK (in module os)"/>
  <function link="library/os.html#os.MFD_HUGE_SHIFT" name="MFD_HUGE_SHIFT (in module os)"/>
  <function link="library/os.html#os.MFD_HUGETLB" name="MFD_HUGETLB (in module os)"/>
  <function link="library/mailbox.html#mailbox.MH" name="MH (class in mailbox)"/>
  <function link="library/mailbox.html#mailbox.MHMessage" name="MHMessage (class in mailbox)"/>
  <function link="library/datetime.html#datetime.datetime.microsecond" name="microsecond (datetime.datetime attribute)"/>
  <function link="library/datetime.html#datetime.time.microsecond" name="(datetime.time attribute)"/>
  <function link="library/base64.html#index-0" name="base64 encoding"/>
  <function link="library/mimetypes.html#index-0" name="content type"/>
  <function link="library/cgi.html#index-0" name="headers"/>
  <function link="library/quopri.html#index-0" name="quoted-printable encoding"/>
  <function link="library/email.mime.html#email.mime.application.MIMEApplication" name="MIMEApplication (class in email.mime.application)"/>
  <function link="library/email.mime.html#email.mime.audio.MIMEAudio" name="MIMEAudio (class in email.mime.audio)"/>
  <function link="library/email.mime.html#email.mime.base.MIMEBase" name="MIMEBase (class in email.mime.base)"/>
  <function link="library/email.mime.html#email.mime.image.MIMEImage" name="MIMEImage (class in email.mime.image)"/>
  <function link="library/email.mime.html#email.mime.message.MIMEMessage" name="MIMEMessage (class in email.mime.message)"/>
  <function link="library/email.mime.html#email.mime.multipart.MIMEMultipart" name="MIMEMultipart (class in email.mime.multipart)"/>
  <function link="library/email.mime.html#email.mime.nonmultipart.MIMENonMultipart" name="MIMENonMultipart (class in email.mime.nonmultipart)"/>
  <function link="library/email.message.html#email.message.MIMEPart" name="MIMEPart (class in email.message)"/>
  <function link="library/email.mime.html#email.mime.text.MIMEText" name="MIMEText (class in email.mime.text)"/>
  <function link="library/mimetypes.html#module-mimetypes" name="module"/>
  <function link="library/mimetypes.html#mimetypes.MimeTypes" name="MimeTypes (class in mimetypes)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.MIMEVersionHeader" name="MIMEVersionHeader (class in email.headerregistry)"/>
  <function link="library/stdtypes.html#index-19" name="built-in function"/>
  <function link="library/datetime.html#datetime.date.min" name="min (datetime.date attribute)"/>
  <function link="library/datetime.html#datetime.datetime.min" name="(datetime.datetime attribute)"/>
  <function link="library/datetime.html#datetime.time.min" name="(datetime.time attribute)"/>
  <function link="library/datetime.html#datetime.timedelta.min" name="(datetime.timedelta attribute)"/>
  <function link="library/functions.html#min" name="built-in function"/>
  <function link="library/decimal.html#decimal.Context.min" name="min() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.min" name="(decimal.Decimal method)"/>
  <function link="library/decimal.html#decimal.MIN_EMIN" name="MIN_EMIN (in module decimal)"/>
  <function link="library/decimal.html#decimal.MIN_ETINY" name="MIN_ETINY (in module decimal)"/>
  <function link="library/decimal.html#decimal.Context.min_mag" name="min_mag() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.min_mag" name="(decimal.Decimal method)"/>
  <function link="library/token.html#token.MINEQUAL" name="MINEQUAL (in module token)"/>
  <function link="library/ssl.html#ssl.TLSVersion.MINIMUM_SUPPORTED" name="MINIMUM_SUPPORTED (ssl.TLSVersion attribute)"/>
  <function link="library/ssl.html#ssl.SSLContext.minimum_version" name="minimum_version (ssl.SSLContext attribute)"/>
  <function link="library/audioop.html#audioop.minmax" name="minmax() (in module audioop)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.MIMEVersionHeader.minor" name="minor (email.headerregistry.MIMEVersionHeader attribute)"/>
  <function link="library/os.html#os.minor" name="minor() (in module os)"/>
  <function link="reference/expressions.html#index-60" name="minus"/>
  <function link="library/token.html#token.MINUS" name="MINUS (in module token)"/>
  <function link="library/decimal.html#decimal.Context.minus" name="minus() (decimal.Context method)"/>
  <function link="library/datetime.html#datetime.datetime.minute" name="minute (datetime.datetime attribute)"/>
  <function link="library/datetime.html#datetime.time.minute" name="(datetime.time attribute)"/>
  <function link="library/datetime.html#datetime.MINYEAR" name="MINYEAR (in module datetime)"/>
  <function link="library/unicodedata.html#unicodedata.mirrored" name="mirrored() (in module unicodedata)"/>
  <function link="library/cmd.html#cmd.Cmd.misc_header" name="misc_header (cmd.Cmd attribute)"/>
  <function link="library/contextvars.html#contextvars.Token.MISSING" name="MISSING (contextvars.Token attribute)"/>
  <function link="library/dataclasses.html#dataclasses.MISSING" name="(in module dataclasses)"/>
  <function link="library/test.html#test.support.MISSING_C_DOCSTRINGS" name="MISSING_C_DOCSTRINGS (in module test.support)"/>
  <function link="library/test.html#test.support.missing_compiler_executable" name="missing_compiler_executable() (in module test.support)"/>
  <function link="library/configparser.html#configparser.MissingSectionHeaderError" name="MissingSectionHeaderError"/>
  <function link="library/ossaudiodev.html#index-2" name="MIXERDEV"/>
  <function link="library/ftplib.html#ftplib.FTP.mkd" name="mkd() (ftplib.FTP method)"/>
  <function link="library/os.html#os.mkdir" name="mkdir() (in module os)"/>
  <function link="library/pathlib.html#pathlib.Path.mkdir" name="(pathlib.Path method)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.mkdir" name="(zipfile.ZipFile method)"/>
  <function link="library/tempfile.html#tempfile.mkdtemp" name="mkdtemp() (in module tempfile)"/>
  <function link="library/os.html#os.mkfifo" name="mkfifo() (in module os)"/>
  <function link="library/os.html#os.mknod" name="mknod() (in module os)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.mkpath" name="mkpath() (distutils.ccompiler.CCompiler method)"/>
  <function link="distutils/apiref.html#distutils.dir_util.mkpath" name="(in module distutils.dir_util)"/>
  <function link="library/crypt.html#crypt.mksalt" name="mksalt() (in module crypt)"/>
  <function link="library/tempfile.html#tempfile.mkstemp" name="mkstemp() (in module tempfile)"/>
  <function link="library/tempfile.html#tempfile.mktemp" name="mktemp() (in module tempfile)"/>
  <function link="library/time.html#time.mktime" name="mktime() (in module time)"/>
  <function link="library/email.utils.html#email.utils.mktime_tz" name="mktime_tz() (in module email.utils)"/>
  <function link="library/ftplib.html#ftplib.FTP.mlsd" name="mlsd() (ftplib.FTP method)"/>
  <function link="library/mmap.html#module-mmap" name="module"/>
  <function link="library/mmap.html#mmap.mmap" name="mmap (class in mmap)"/>
  <function link="library/mailbox.html#mailbox.MMDF" name="MMDF (class in mailbox)"/>
  <function link="library/mailbox.html#mailbox.MMDFMessage" name="MMDFMessage (class in mailbox)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock" name="Mock (class in unittest.mock)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.mock_add_spec" name="mock_add_spec() (unittest.mock.Mock method)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.mock_calls" name="mock_calls (unittest.mock.Mock attribute)"/>
  <function link="library/unittest.mock.html#unittest.mock.mock_open" name="mock_open() (in module unittest.mock)"/>
  <function link="library/ast.html#ast.Mod" name="Mod (class in ast)"/>
  <function link="library/operator.html#operator.mod" name="mod() (in module operator)"/>
  <function link="library/io.html#io.FileIO.mode" name="mode (io.FileIO attribute)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.mode" name="(ossaudiodev.oss_audio_device attribute)"/>
  <function link="library/statistics.html#statistics.NormalDist.mode" name="(statistics.NormalDist attribute)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.mode" name="(tarfile.TarInfo attribute)"/>
  <function link="library/statistics.html#statistics.mode" name="mode() (in module statistics)"/>
  <function link="library/turtle.html#turtle.mode" name="(in module turtle)"/>
  <function link="library/functions.html#index-5" name="file"/>
  <function link="library/math.html#math.modf" name="modf() (in module math)"/>
  <function link="library/urllib.robotparser.html#urllib.robotparser.RobotFileParser.modified" name="modified() (urllib.robotparser.RobotFileParser method)"/>
  <function link="library/msilib.html#msilib.View.Modify" name="Modify() (msilib.View method)"/>
  <function link="library/select.html#select.devpoll.modify" name="modify() (select.devpoll method)"/>
  <function link="library/select.html#select.epoll.modify" name="(select.epoll method)"/>
  <function link="library/select.html#select.poll.modify" name="(select.poll method)"/>
  <function link="library/selectors.html#selectors.BaseSelector.modify" name="(selectors.BaseSelector method)"/>
  <function link="glossary.html#term-module" name="module"/>
  <function link="library/__future__.html#module-__future__" name="__future__"/>
  <function link="c-api/init.html#index-16" name="__main__"/>
  <function link="library/locale.html#index-0" name="_locale"/>
  <function link="c-api/init.html#index-39" name="_thread"/>
  <function link="library/abc.html#module-abc" name="abc"/>
  <function link="library/aifc.html#module-aifc" name="aifc"/>
  <function link="library/argparse.html#module-argparse" name="argparse"/>
  <function link="library/array.html#module-array" name="array"/>
  <function link="library/ast.html#module-ast" name="ast"/>
  <function link="library/asynchat.html#module-asynchat" name="asynchat"/>
  <function link="library/asyncio.html#module-asyncio" name="asyncio"/>
  <function link="library/asyncore.html#module-asyncore" name="asyncore"/>
  <function link="library/atexit.html#module-atexit" name="atexit"/>
  <function link="library/audioop.html#module-audioop" name="audioop"/>
  <function link="library/base64.html#module-base64" name="base64"/>
  <function link="library/bdb.html#module-bdb" name="bdb"/>
  <function link="library/binascii.html#module-binascii" name="binascii"/>
  <function link="library/bisect.html#module-bisect" name="bisect"/>
  <function link="c-api/init.html#index-16" name="builtins"/>
  <function link="library/bz2.html#module-bz2" name="bz2"/>
  <function link="library/calendar.html#module-calendar" name="calendar"/>
  <function link="library/cgi.html#module-cgi" name="cgi"/>
  <function link="library/cgitb.html#module-cgitb" name="cgitb"/>
  <function link="library/chunk.html#module-chunk" name="chunk"/>
  <function link="library/cmath.html#module-cmath" name="cmath"/>
  <function link="library/cmd.html#module-cmd" name="cmd"/>
  <function link="library/code.html#module-code" name="code"/>
  <function link="library/codecs.html#module-codecs" name="codecs"/>
  <function link="library/codeop.html#module-codeop" name="codeop"/>
  <function link="library/collections.html#module-collections" name="collections"/>
  <function link="library/collections.abc.html#module-collections.abc" name="collections.abc"/>
  <function link="library/colorsys.html#module-colorsys" name="colorsys"/>
  <function link="library/compileall.html#module-compileall" name="compileall"/>
  <function link="library/concurrent.futures.html#module-concurrent.futures" name="concurrent.futures"/>
  <function link="library/configparser.html#module-configparser" name="configparser"/>
  <function link="library/contextlib.html#module-contextlib" name="contextlib"/>
  <function link="library/contextvars.html#module-contextvars" name="contextvars"/>
  <function link="library/copy.html#module-copy" name="copy"/>
  <function link="library/copyreg.html#module-copyreg" name="copyreg"/>
  <function link="library/profile.html#module-cProfile" name="cProfile"/>
  <function link="library/crypt.html#module-crypt" name="crypt"/>
  <function link="library/csv.html#module-csv" name="csv"/>
  <function link="library/ctypes.html#module-ctypes" name="ctypes"/>
  <function link="library/curses.html#module-curses" name="curses"/>
  <function link="library/curses.ascii.html#module-curses.ascii" name="curses.ascii"/>
  <function link="library/curses.panel.html#module-curses.panel" name="curses.panel"/>
  <function link="library/curses.html#module-curses.textpad" name="curses.textpad"/>
  <function link="library/dataclasses.html#module-dataclasses" name="dataclasses"/>
  <function link="library/datetime.html#module-datetime" name="datetime"/>
  <function link="library/dbm.html#module-dbm" name="dbm"/>
  <function link="library/dbm.html#module-dbm.dumb" name="dbm.dumb"/>
  <function link="library/dbm.html#module-dbm.gnu" name="dbm.gnu"/>
  <function link="library/dbm.html#module-dbm.ndbm" name="dbm.ndbm"/>
  <function link="library/decimal.html#module-decimal" name="decimal"/>
  <function link="library/difflib.html#module-difflib" name="difflib"/>
  <function link="library/dis.html#module-dis" name="dis"/>
  <function link="library/distutils.html#module-distutils" name="distutils"/>
  <function link="distutils/apiref.html#module-distutils.archive_util" name="distutils.archive_util"/>
  <function link="distutils/apiref.html#module-distutils.bcppcompiler" name="distutils.bcppcompiler"/>
  <function link="distutils/apiref.html#module-distutils.ccompiler" name="distutils.ccompiler"/>
  <function link="distutils/apiref.html#module-distutils.cmd" name="distutils.cmd"/>
  <function link="distutils/apiref.html#module-distutils.command" name="distutils.command"/>
  <function link="distutils/apiref.html#module-distutils.command.bdist" name="distutils.command.bdist"/>
  <function link="distutils/apiref.html#module-distutils.command.bdist_dumb" name="distutils.command.bdist_dumb"/>
  <function link="distutils/apiref.html#module-distutils.command.bdist_packager" name="distutils.command.bdist_packager"/>
  <function link="distutils/apiref.html#module-distutils.command.bdist_rpm" name="distutils.command.bdist_rpm"/>
  <function link="distutils/apiref.html#module-distutils.command.build" name="distutils.command.build"/>
  <function link="distutils/apiref.html#module-distutils.command.build_clib" name="distutils.command.build_clib"/>
  <function link="distutils/apiref.html#module-distutils.command.build_ext" name="distutils.command.build_ext"/>
  <function link="distutils/apiref.html#module-distutils.command.build_py" name="distutils.command.build_py"/>
  <function link="distutils/apiref.html#module-distutils.command.build_scripts" name="distutils.command.build_scripts"/>
  <function link="distutils/apiref.html#module-distutils.command.check" name="distutils.command.check"/>
  <function link="distutils/apiref.html#module-distutils.command.clean" name="distutils.command.clean"/>
  <function link="distutils/apiref.html#module-distutils.command.config" name="distutils.command.config"/>
  <function link="distutils/apiref.html#module-distutils.command.install" name="distutils.command.install"/>
  <function link="distutils/apiref.html#module-distutils.command.install_data" name="distutils.command.install_data"/>
  <function link="distutils/apiref.html#module-distutils.command.install_headers" name="distutils.command.install_headers"/>
  <function link="distutils/apiref.html#module-distutils.command.install_lib" name="distutils.command.install_lib"/>
  <function link="distutils/apiref.html#module-distutils.command.install_scripts" name="distutils.command.install_scripts"/>
  <function link="distutils/apiref.html#module-distutils.command.register" name="distutils.command.register"/>
  <function link="distutils/apiref.html#module-distutils.command.sdist" name="distutils.command.sdist"/>
  <function link="distutils/apiref.html#module-distutils.core" name="distutils.core"/>
  <function link="distutils/apiref.html#module-distutils.cygwinccompiler" name="distutils.cygwinccompiler"/>
  <function link="distutils/apiref.html#module-distutils.debug" name="distutils.debug"/>
  <function link="distutils/apiref.html#module-distutils.dep_util" name="distutils.dep_util"/>
  <function link="distutils/apiref.html#module-distutils.dir_util" name="distutils.dir_util"/>
  <function link="distutils/apiref.html#module-distutils.dist" name="distutils.dist"/>
  <function link="distutils/apiref.html#module-distutils.errors" name="distutils.errors"/>
  <function link="distutils/apiref.html#module-distutils.extension" name="distutils.extension"/>
  <function link="distutils/apiref.html#module-distutils.fancy_getopt" name="distutils.fancy_getopt"/>
  <function link="distutils/apiref.html#module-distutils.file_util" name="distutils.file_util"/>
  <function link="distutils/apiref.html#module-distutils.filelist" name="distutils.filelist"/>
  <function link="distutils/apiref.html#module-distutils.log" name="distutils.log"/>
  <function link="distutils/apiref.html#module-distutils.msvccompiler" name="distutils.msvccompiler"/>
  <function link="distutils/apiref.html#module-distutils.spawn" name="distutils.spawn"/>
  <function link="distutils/apiref.html#module-distutils.sysconfig" name="distutils.sysconfig"/>
  <function link="distutils/apiref.html#module-distutils.text_file" name="distutils.text_file"/>
  <function link="distutils/apiref.html#module-distutils.unixccompiler" name="distutils.unixccompiler"/>
  <function link="distutils/apiref.html#module-distutils.util" name="distutils.util"/>
  <function link="distutils/apiref.html#module-distutils.version" name="distutils.version"/>
  <function link="library/doctest.html#module-doctest" name="doctest"/>
  <function link="library/email.html#module-email" name="email"/>
  <function link="library/email.charset.html#module-email.charset" name="email.charset"/>
  <function link="library/email.contentmanager.html#module-email.contentmanager" name="email.contentmanager"/>
  <function link="library/email.encoders.html#module-email.encoders" name="email.encoders"/>
  <function link="library/email.errors.html#module-email.errors" name="email.errors"/>
  <function link="library/email.generator.html#module-email.generator" name="email.generator"/>
  <function link="library/email.header.html#module-email.header" name="email.header"/>
  <function link="library/email.headerregistry.html#module-email.headerregistry" name="email.headerregistry"/>
  <function link="library/email.iterators.html#module-email.iterators" name="email.iterators"/>
  <function link="library/email.message.html#module-email.message" name="email.message"/>
  <function link="library/email.mime.html#module-email.mime" name="email.mime"/>
  <function link="library/email.parser.html#module-email.parser" name="email.parser"/>
  <function link="library/email.policy.html#module-email.policy" name="email.policy"/>
  <function link="library/email.utils.html#module-email.utils" name="email.utils"/>
  <function link="library/codecs.html#module-encodings.idna" name="encodings.idna"/>
  <function link="library/codecs.html#module-encodings.mbcs" name="encodings.mbcs"/>
  <function link="library/codecs.html#module-encodings.utf_8_sig" name="encodings.utf_8_sig"/>
  <function link="library/ensurepip.html#module-ensurepip" name="ensurepip"/>
  <function link="library/enum.html#module-enum" name="enum"/>
  <function link="library/errno.html#module-errno" name="errno"/>
  <function link="reference/datamodel.html#index-4" name="extension"/>
  <function link="library/faulthandler.html#module-faulthandler" name="faulthandler"/>
  <function link="library/fcntl.html#module-fcntl" name="fcntl"/>
  <function link="library/filecmp.html#module-filecmp" name="filecmp"/>
  <function link="library/fileinput.html#module-fileinput" name="fileinput"/>
  <function link="library/fnmatch.html#module-fnmatch" name="fnmatch"/>
  <function link="library/fractions.html#module-fractions" name="fractions"/>
  <function link="library/ftplib.html#module-ftplib" name="ftplib"/>
  <function link="library/functools.html#module-functools" name="functools"/>
  <function link="library/gc.html#module-gc" name="gc"/>
  <function link="library/getopt.html#module-getopt" name="getopt"/>
  <function link="library/getpass.html#module-getpass" name="getpass"/>
  <function link="library/gettext.html#module-gettext" name="gettext"/>
  <function link="library/fnmatch.html#index-3" name="glob"/>
  <function link="library/graphlib.html#module-graphlib" name="graphlib"/>
  <function link="library/grp.html#module-grp" name="grp"/>
  <function link="library/gzip.html#module-gzip" name="gzip"/>
  <function link="library/hashlib.html#module-hashlib" name="hashlib"/>
  <function link="library/heapq.html#module-heapq" name="heapq"/>
  <function link="library/hmac.html#module-hmac" name="hmac"/>
  <function link="library/html.html#module-html" name="html"/>
  <function link="library/html.entities.html#module-html.entities" name="html.entities"/>
  <function link="library/html.parser.html#module-html.parser" name="html.parser"/>
  <function link="library/http.html#module-http" name="http"/>
  <function link="library/http.client.html#module-http.client" name="http.client"/>
  <function link="library/http.cookiejar.html#module-http.cookiejar" name="http.cookiejar"/>
  <function link="library/http.cookies.html#module-http.cookies" name="http.cookies"/>
  <function link="library/http.server.html#module-http.server" name="http.server"/>
  <function link="library/idle.html#module-idlelib" name="idlelib"/>
  <function link="library/imaplib.html#module-imaplib" name="imaplib"/>
  <function link="library/imghdr.html#module-imghdr" name="imghdr"/>
  <function link="library/functions.html#index-12" name="imp"/>
  <function link="reference/simple_stmts.html#index-34" name="importing"/>
  <function link="library/importlib.html#module-importlib" name="importlib"/>
  <function link="library/importlib.html#module-importlib.abc" name="importlib.abc"/>
  <function link="library/importlib.html#module-importlib.machinery" name="importlib.machinery"/>
  <function link="library/importlib.metadata.html#module-importlib.metadata" name="importlib.metadata"/>
  <function link="library/importlib.resources.html#module-importlib.resources" name="importlib.resources"/>
  <function link="library/importlib.resources.abc.html#module-importlib.resources.abc" name="importlib.resources.abc"/>
  <function link="library/importlib.html#module-importlib.util" name="importlib.util"/>
  <function link="library/inspect.html#module-inspect" name="inspect"/>
  <function link="library/io.html#module-io" name="io"/>
  <function link="library/ipaddress.html#module-ipaddress" name="ipaddress"/>
  <function link="library/itertools.html#module-itertools" name="itertools"/>
  <function link="library/json.html#module-json" name="json"/>
  <function link="library/json.html#module-json.tool" name="json.tool"/>
  <function link="library/keyword.html#module-keyword" name="keyword"/>
  <function link="library/2to3.html#module-lib2to3" name="lib2to3"/>
  <function link="library/linecache.html#module-linecache" name="linecache"/>
  <function link="library/locale.html#module-locale" name="locale"/>
  <function link="library/logging.html#module-logging" name="logging"/>
  <function link="library/logging.config.html#module-logging.config" name="logging.config"/>
  <function link="library/logging.handlers.html#module-logging.handlers" name="logging.handlers"/>
  <function link="library/lzma.html#module-lzma" name="lzma"/>
  <function link="library/mailbox.html#module-mailbox" name="mailbox"/>
  <function link="library/mailcap.html#module-mailcap" name="mailcap"/>
  <function link="library/marshal.html#module-marshal" name="marshal"/>
  <function link="library/cmath.html#index-1" name="math"/>
  <function link="library/mimetypes.html#module-mimetypes" name="mimetypes"/>
  <function link="library/mmap.html#module-mmap" name="mmap"/>
  <function link="library/modulefinder.html#module-modulefinder" name="modulefinder"/>
  <function link="library/msilib.html#module-msilib" name="msilib"/>
  <function link="library/msvcrt.html#module-msvcrt" name="msvcrt"/>
  <function link="library/multiprocessing.html#module-multiprocessing" name="multiprocessing"/>
  <function link="library/multiprocessing.html#module-multiprocessing.connection" name="multiprocessing.connection"/>
  <function link="library/multiprocessing.html#module-multiprocessing.dummy" name="multiprocessing.dummy"/>
  <function link="library/multiprocessing.html#module-multiprocessing.managers" name="multiprocessing.managers"/>
  <function link="library/multiprocessing.html#module-multiprocessing.pool" name="multiprocessing.pool"/>
  <function link="library/multiprocessing.shared_memory.html#module-multiprocessing.shared_memory" name="multiprocessing.shared_memory"/>
  <function link="library/multiprocessing.html#module-multiprocessing.sharedctypes" name="multiprocessing.sharedctypes"/>
  <function link="reference/datamodel.html#index-43" name="namespace"/>
  <function link="library/netrc.html#module-netrc" name="netrc"/>
  <function link="library/nis.html#module-nis" name="nis"/>
  <function link="library/nntplib.html#module-nntplib" name="nntplib"/>
  <function link="library/numbers.html#module-numbers" name="numbers"/>
  <function link="c-api/module.html#index-0" name="object"/>
  <function link="library/operator.html#module-operator" name="operator"/>
  <function link="library/optparse.html#module-optparse" name="optparse"/>
  <function link="library/os.html#module-os" name="os"/>
  <function link="library/os.path.html#module-os.path" name="os.path"/>
  <function link="library/ossaudiodev.html#module-ossaudiodev" name="ossaudiodev"/>
  <function link="library/pathlib.html#module-pathlib" name="pathlib"/>
  <function link="library/pdb.html#module-pdb" name="pdb"/>
  <function link="library/copy.html#index-0" name="pickle"/>
  <function link="library/pickletools.html#module-pickletools" name="pickletools"/>
  <function link="library/pipes.html#module-pipes" name="pipes"/>
  <function link="library/pkgutil.html#module-pkgutil" name="pkgutil"/>
  <function link="library/platform.html#module-platform" name="platform"/>
  <function link="library/plistlib.html#module-plistlib" name="plistlib"/>
  <function link="library/poplib.html#module-poplib" name="poplib"/>
  <function link="library/posix.html#module-posix" name="posix"/>
  <function link="library/pprint.html#module-pprint" name="pprint"/>
  <function link="library/profile.html#module-profile" name="profile"/>
  <function link="library/profile.html#module-pstats" name="pstats"/>
  <function link="library/os.html#index-23" name="pty"/>
  <function link="library/os.path.html#index-2" name="pwd"/>
  <function link="library/py_compile.html#module-py_compile" name="py_compile"/>
  <function link="library/pyclbr.html#module-pyclbr" name="pyclbr"/>
  <function link="library/pydoc.html#module-pydoc" name="pydoc"/>
  <function link="library/pyexpat.html#index-1" name="pyexpat"/>
  <function link="library/queue.html#module-queue" name="queue"/>
  <function link="library/quopri.html#module-quopri" name="quopri"/>
  <function link="library/random.html#module-random" name="random"/>
  <function link="library/fnmatch.html#index-1" name="re"/>
  <function link="library/readline.html#module-readline" name="readline"/>
  <function link="library/reprlib.html#module-reprlib" name="reprlib"/>
  <function link="library/resource.html#module-resource" name="resource"/>
  <function link="library/rlcompleter.html#module-rlcompleter" name="rlcompleter"/>
  <function link="library/runpy.html#module-runpy" name="runpy"/>
  <function link="library/sched.html#module-sched" name="sched"/>
  <function link="c-api/init.html#index-16" name="search path"/>
  <function link="library/secrets.html#module-secrets" name="secrets"/>
  <function link="library/select.html#module-select" name="select"/>
  <function link="library/selectors.html#module-selectors" name="selectors"/>
  <function link="library/marshal.html#index-0" name="shelve"/>
  <function link="library/shlex.html#module-shlex" name="shlex"/>
  <function link="library/shutil.html#module-shutil" name="shutil"/>
  <function link="c-api/exceptions.html#index-1" name="signal"/>
  <function link="library/site.html#module-site" name="site"/>
  <function link="library/site.html#index-5" name="sitecustomize"/>
  <function link="library/smtpd.html#module-smtpd" name="smtpd"/>
  <function link="library/smtplib.html#module-smtplib" name="smtplib"/>
  <function link="library/sndhdr.html#module-sndhdr" name="sndhdr"/>
  <function link="library/internet.html#index-1" name="socket"/>
  <function link="library/socketserver.html#module-socketserver" name="socketserver"/>
  <function link="library/spwd.html#module-spwd" name="spwd"/>
  <function link="library/sqlite3.html#module-sqlite3" name="sqlite3"/>
  <function link="library/ssl.html#module-ssl" name="ssl"/>
  <function link="library/os.html#index-30" name="stat"/>
  <function link="library/statistics.html#module-statistics" name="statistics"/>
  <function link="library/locale.html#index-6" name="string"/>
  <function link="library/stringprep.html#module-stringprep" name="stringprep"/>
  <function link="library/socket.html#index-14" name="struct"/>
  <function link="library/subprocess.html#module-subprocess" name="subprocess"/>
  <function link="library/sunau.html#module-sunau" name="sunau"/>
  <function link="library/symtable.html#module-symtable" name="symtable"/>
  <function link="c-api/init.html#index-16" name="sys"/>
  <function link="library/sysconfig.html#module-sysconfig" name="sysconfig"/>
  <function link="library/syslog.html#module-syslog" name="syslog"/>
  <function link="library/tabnanny.html#module-tabnanny" name="tabnanny"/>
  <function link="library/tarfile.html#module-tarfile" name="tarfile"/>
  <function link="library/telnetlib.html#module-telnetlib" name="telnetlib"/>
  <function link="library/tempfile.html#module-tempfile" name="tempfile"/>
  <function link="library/termios.html#module-termios" name="termios"/>
  <function link="library/test.html#module-test" name="test"/>
  <function link="library/test.html#module-test.support" name="test.support"/>
  <function link="library/test.html#module-test.support.bytecode_helper" name="test.support.bytecode_helper"/>
  <function link="library/test.html#module-test.support.import_helper" name="test.support.import_helper"/>
  <function link="library/test.html#module-test.support.os_helper" name="test.support.os_helper"/>
  <function link="library/test.html#module-test.support.script_helper" name="test.support.script_helper"/>
  <function link="library/test.html#module-test.support.socket_helper" name="test.support.socket_helper"/>
  <function link="library/test.html#module-test.support.threading_helper" name="test.support.threading_helper"/>
  <function link="library/test.html#module-test.support.warnings_helper" name="test.support.warnings_helper"/>
  <function link="library/textwrap.html#module-textwrap" name="textwrap"/>
  <function link="library/threading.html#module-threading" name="threading"/>
  <function link="library/time.html#module-time" name="time"/>
  <function link="library/timeit.html#module-timeit" name="timeit"/>
  <function link="library/tkinter.html#module-tkinter" name="tkinter"/>
  <function link="library/tkinter.colorchooser.html#module-tkinter.colorchooser" name="tkinter.colorchooser"/>
  <function link="library/dialog.html#module-tkinter.commondialog" name="tkinter.commondialog"/>
  <function link="library/tkinter.dnd.html#module-tkinter.dnd" name="tkinter.dnd"/>
  <function link="library/dialog.html#module-tkinter.filedialog" name="tkinter.filedialog"/>
  <function link="library/tkinter.font.html#module-tkinter.font" name="tkinter.font"/>
  <function link="library/tkinter.messagebox.html#module-tkinter.messagebox" name="tkinter.messagebox"/>
  <function link="library/tkinter.scrolledtext.html#module-tkinter.scrolledtext" name="tkinter.scrolledtext"/>
  <function link="library/dialog.html#module-tkinter.simpledialog" name="tkinter.simpledialog"/>
  <function link="library/tkinter.tix.html#module-tkinter.tix" name="tkinter.tix"/>
  <function link="library/tkinter.ttk.html#module-tkinter.ttk" name="tkinter.ttk"/>
  <function link="library/token.html#module-token" name="token"/>
  <function link="library/tokenize.html#module-tokenize" name="tokenize"/>
  <function link="library/tomllib.html#module-tomllib" name="tomllib"/>
  <function link="library/trace.html#module-trace" name="trace"/>
  <function link="library/traceback.html#module-traceback" name="traceback"/>
  <function link="library/tracemalloc.html#module-tracemalloc" name="tracemalloc"/>
  <function link="library/tty.html#module-tty" name="tty"/>
  <function link="library/turtle.html#module-turtle" name="turtle"/>
  <function link="library/turtle.html#module-turtledemo" name="turtledemo"/>
  <function link="library/stdtypes.html#index-64" name="types"/>
  <function link="library/typing.html#module-typing" name="typing"/>
  <function link="library/unicodedata.html#module-unicodedata" name="unicodedata"/>
  <function link="library/unittest.html#module-unittest" name="unittest"/>
  <function link="library/unittest.mock.html#module-unittest.mock" name="unittest.mock"/>
  <function link="library/urllib.html#module-urllib" name="urllib"/>
  <function link="library/urllib.error.html#module-urllib.error" name="urllib.error"/>
  <function link="library/urllib.parse.html#module-urllib.parse" name="urllib.parse"/>
  <function link="library/http.client.html#index-1" name="urllib.request"/>
  <function link="library/urllib.request.html#module-urllib.response" name="urllib.response"/>
  <function link="library/urllib.robotparser.html#module-urllib.robotparser" name="urllib.robotparser"/>
  <function link="library/site.html#index-6" name="usercustomize"/>
  <function link="library/binascii.html#index-0" name="uu"/>
  <function link="library/uuid.html#module-uuid" name="uuid"/>
  <function link="library/venv.html#module-venv" name="venv"/>
  <function link="library/warnings.html#module-warnings" name="warnings"/>
  <function link="library/wave.html#module-wave" name="wave"/>
  <function link="library/weakref.html#module-weakref" name="weakref"/>
  <function link="library/webbrowser.html#module-webbrowser" name="webbrowser"/>
  <function link="library/winreg.html#module-winreg" name="winreg"/>
  <function link="library/winsound.html#module-winsound" name="winsound"/>
  <function link="library/wsgiref.html#module-wsgiref" name="wsgiref"/>
  <function link="library/wsgiref.html#module-wsgiref.handlers" name="wsgiref.handlers"/>
  <function link="library/wsgiref.html#module-wsgiref.headers" name="wsgiref.headers"/>
  <function link="library/wsgiref.html#module-wsgiref.simple_server" name="wsgiref.simple_server"/>
  <function link="library/wsgiref.html#module-wsgiref.types" name="wsgiref.types"/>
  <function link="library/wsgiref.html#module-wsgiref.util" name="wsgiref.util"/>
  <function link="library/wsgiref.html#module-wsgiref.validate" name="wsgiref.validate"/>
  <function link="library/xdrlib.html#module-xdrlib" name="xdrlib"/>
  <function link="library/xml.html#module-xml" name="xml"/>
  <function link="library/xml.dom.html#module-xml.dom" name="xml.dom"/>
  <function link="library/xml.dom.minidom.html#module-xml.dom.minidom" name="xml.dom.minidom"/>
  <function link="library/xml.dom.pulldom.html#module-xml.dom.pulldom" name="xml.dom.pulldom"/>
  <function link="library/xml.etree.elementtree.html#module-xml.etree.ElementTree" name="xml.etree.ElementTree"/>
  <function link="library/pyexpat.html#module-xml.parsers.expat" name="xml.parsers.expat"/>
  <function link="library/pyexpat.html#module-xml.parsers.expat.errors" name="xml.parsers.expat.errors"/>
  <function link="library/pyexpat.html#module-xml.parsers.expat.model" name="xml.parsers.expat.model"/>
  <function link="library/xml.sax.html#module-xml.sax" name="xml.sax"/>
  <function link="library/xml.sax.handler.html#module-xml.sax.handler" name="xml.sax.handler"/>
  <function link="library/xml.sax.utils.html#module-xml.sax.saxutils" name="xml.sax.saxutils"/>
  <function link="library/xml.sax.reader.html#module-xml.sax.xmlreader" name="xml.sax.xmlreader"/>
  <function link="library/xmlrpc.client.html#module-xmlrpc.client" name="xmlrpc.client"/>
  <function link="library/xmlrpc.server.html#module-xmlrpc.server" name="xmlrpc.server"/>
  <function link="library/zipapp.html#module-zipapp" name="zipapp"/>
  <function link="library/zipfile.html#module-zipfile" name="zipfile"/>
  <function link="library/zipimport.html#module-zipimport" name="zipimport"/>
  <function link="library/zlib.html#module-zlib" name="zlib"/>
  <function link="library/zoneinfo.html#module-zoneinfo" name="zoneinfo"/>
  <function link="library/pyclbr.html#pyclbr.Class.module" name="module (pyclbr.Class attribute)"/>
  <function link="library/pyclbr.html#pyclbr.Function.module" name="(pyclbr.Function attribute)"/>
  <function link="library/idle.html#index-1" name="Module browser"/>
  <function link="glossary.html#term-module-spec" name="module spec"/>
  <function link="library/importlib.html#importlib.util.module_for_loader" name="module_for_loader() (in module importlib.util)"/>
  <function link="library/importlib.html#importlib.util.module_from_spec" name="module_from_spec() (in module importlib.util)"/>
  <function link="library/importlib.html#importlib.abc.Loader.module_repr" name="module_repr() (importlib.abc.Loader method)"/>
  <function link="library/modulefinder.html#module-modulefinder" name="module"/>
  <function link="library/modulefinder.html#modulefinder.ModuleFinder" name="ModuleFinder (class in modulefinder)"/>
  <function link="library/pkgutil.html#pkgutil.ModuleInfo" name="ModuleInfo (class in pkgutil)"/>
  <function link="library/exceptions.html#ModuleNotFoundError" name="ModuleNotFoundError"/>
  <function link="c-api/import.html#index-0" name="modules (in module sys)"/>
  <function link="library/modulefinder.html#modulefinder.ModuleFinder.modules" name="(modulefinder.ModuleFinder attribute)"/>
  <function link="library/test.html#test.support.import_helper.modules_cleanup" name="modules_cleanup() (in module test.support.import_helper)"/>
  <function link="library/test.html#test.support.import_helper.modules_setup" name="modules_setup() (in module test.support.import_helper)"/>
  <function link="library/importlib.html#importlib.machinery.ModuleSpec" name="ModuleSpec (class in importlib.machinery)"/>
  <function link="library/types.html#types.ModuleType" name="ModuleType (class in types)"/>
  <function link="c-api/module.html#index-1" name="(in module types)"/>
  <function link="reference/expressions.html#index-68" name="modulo"/>
  <function link="library/calendar.html#calendar.MONDAY" name="MONDAY (in module calendar)"/>
  <function link="library/time.html#time.monotonic" name="monotonic() (in module time)"/>
  <function link="library/time.html#time.monotonic_ns" name="monotonic_ns() (in module time)"/>
  <function link="library/datetime.html#datetime.date.month" name="month (datetime.date attribute)"/>
  <function link="library/datetime.html#datetime.datetime.month" name="(datetime.datetime attribute)"/>
  <function link="library/calendar.html#calendar.month" name="month() (in module calendar)"/>
  <function link="library/calendar.html#calendar.month_abbr" name="month_abbr (in module calendar)"/>
  <function link="library/calendar.html#calendar.month_name" name="month_name (in module calendar)"/>
  <function link="library/calendar.html#calendar.monthcalendar" name="monthcalendar() (in module calendar)"/>
  <function link="library/calendar.html#calendar.Calendar.monthdatescalendar" name="monthdatescalendar() (calendar.Calendar method)"/>
  <function link="library/calendar.html#calendar.Calendar.monthdays2calendar" name="monthdays2calendar() (calendar.Calendar method)"/>
  <function link="library/calendar.html#calendar.Calendar.monthdayscalendar" name="monthdayscalendar() (calendar.Calendar method)"/>
  <function link="library/calendar.html#calendar.monthrange" name="monthrange() (in module calendar)"/>
  <function link="library/http.cookies.html#http.cookies.Morsel" name="Morsel (class in http.cookies)"/>
  <function link="library/collections.html#collections.Counter.most_common" name="most_common() (collections.Counter method)"/>
  <function link="library/curses.html#curses.mouseinterval" name="mouseinterval() (in module curses)"/>
  <function link="library/curses.html#curses.mousemask" name="mousemask() (in module curses)"/>
  <function link="library/curses.panel.html#curses.panel.Panel.move" name="move() (curses.panel.Panel method)"/>
  <function link="library/curses.html#curses.window.move" name="(curses.window method)"/>
  <function link="library/shutil.html#shutil.move" name="(in module shutil)"/>
  <function link="library/mmap.html#mmap.mmap.move" name="(mmap.mmap method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.move" name="(tkinter.ttk.Treeview method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.move_file" name="move_file() (distutils.ccompiler.CCompiler method)"/>
  <function link="distutils/apiref.html#distutils.file_util.move_file" name="(in module distutils.file_util)"/>
  <function link="library/collections.html#collections.OrderedDict.move_to_end" name="move_to_end() (collections.OrderedDict method)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.MozillaCookieJar" name="MozillaCookieJar (class in http.cookiejar)"/>
  <function link="glossary.html#term-MRO" name="MRO"/>
  <function link="library/stdtypes.html#class.mro" name="mro() (class method)"/>
  <function link="library/http.client.html#http.client.HTTPResponse.msg" name="msg (http.client.HTTPResponse attribute)"/>
  <function link="library/json.html#json.JSONDecodeError.msg" name="(json.JSONDecodeError attribute)"/>
  <function link="library/re.html#re.error.msg" name="(re.error attribute)"/>
  <function link="library/traceback.html#traceback.TracebackException.msg" name="(traceback.TracebackException attribute)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.msg" name="msg() (telnetlib.Telnet method)"/>
  <function link="library/msilib.html#index-0" name="msi"/>
  <function link="library/msilib.html#module-msilib" name="module"/>
  <function link="library/msvcrt.html#module-msvcrt" name="module"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.mt_interact" name="mt_interact() (telnetlib.Telnet method)"/>
  <function link="library/gzip.html#gzip.GzipFile.mtime" name="mtime (gzip.GzipFile attribute)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.mtime" name="(tarfile.TarInfo attribute)"/>
  <function link="library/urllib.robotparser.html#urllib.robotparser.RobotFileParser.mtime" name="mtime() (urllib.robotparser.RobotFileParser method)"/>
  <function link="library/audioop.html#audioop.mul" name="mul() (in module audioop)"/>
  <function link="library/operator.html#operator.mul" name="(in module operator)"/>
  <function link="library/ast.html#ast.Mult" name="Mult (class in ast)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.MultiCall" name="MultiCall (class in xmlrpc.client)"/>
  <function link="library/re.html#re.MULTILINE" name="MULTILINE (in module re)"/>
  <function link="library/asyncio-policy.html#asyncio.MultiLoopChildWatcher" name="MultiLoopChildWatcher (class in asyncio)"/>
  <function link="library/statistics.html#statistics.multimode" name="multimode() (in module statistics)"/>
  <function link="library/email.errors.html#email.errors.MultipartConversionError" name="MultipartConversionError"/>
  <function link="reference/expressions.html#index-65" name="multiplication"/>
  <function link="library/decimal.html#decimal.Context.multiply" name="multiply() (decimal.Context method)"/>
  <function link="library/multiprocessing.html#module-multiprocessing" name="module"/>
  <function link="library/multiprocessing.html#module-multiprocessing.connection" name="module"/>
  <function link="library/multiprocessing.html#module-multiprocessing.dummy" name="module"/>
  <function link="library/multiprocessing.html#multiprocessing.Manager" name="built-in function"/>
  <function link="library/multiprocessing.html#module-multiprocessing.managers" name="module"/>
  <function link="library/multiprocessing.html#module-multiprocessing.pool" name="module"/>
  <function link="library/multiprocessing.shared_memory.html#module-multiprocessing.shared_memory" name="module"/>
  <function link="library/multiprocessing.html#module-multiprocessing.sharedctypes" name="module"/>
  <function link="glossary.html#term-mutable" name="mutable"/>
  <function link="reference/datamodel.html#index-22" name="object"/>
  <function link="library/stdtypes.html#index-22" name="sequence types"/>
  <function link="reference/datamodel.html#index-1" name="mutable object"/>
  <function link="library/stdtypes.html#index-20" name="loop over"/>
  <function link="reference/datamodel.html#index-22" name="object"/>
  <function link="library/collections.abc.html#collections.abc.MutableMapping" name="MutableMapping (class in collections.abc)"/>
  <function link="library/typing.html#typing.MutableMapping" name="(class in typing)"/>
  <function link="library/collections.abc.html#collections.abc.MutableSequence" name="MutableSequence (class in collections.abc)"/>
  <function link="library/typing.html#typing.MutableSequence" name="(class in typing)"/>
  <function link="library/collections.abc.html#collections.abc.MutableSet" name="MutableSet (class in collections.abc)"/>
  <function link="library/typing.html#typing.MutableSet" name="(class in typing)"/>
  <function link="library/curses.html#curses.window.mvderwin" name="mvderwin() (curses.window method)"/>
  <function link="library/curses.html#curses.window.mvwin" name="mvwin() (curses.window method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.myrights" name="myrights() (imaplib.IMAP4 method)"/>
  <function link="library/token.html#token.N_TOKENS" name="N_TOKENS (in module token)"/>
  <function link="library/asyncio-sync.html#asyncio.Barrier.n_waiting" name="n_waiting (asyncio.Barrier attribute)"/>
  <function link="library/threading.html#threading.Barrier.n_waiting" name="(threading.Barrier attribute)"/>
  <function link="reference/executionmodel.html#index-4" name="name"/>
  <function link="reference/compound_stmts.html#index-28" name="binding"/>
  <function link="reference/simple_stmts.html#index-43" name="binding, global"/>
  <function link="reference/compound_stmts.html#index-40" name="class"/>
  <function link="reference/compound_stmts.html#index-28" name="function"/>
  <function link="reference/expressions.html#index-5" name="mangling"/>
  <function link="reference/simple_stmts.html#index-4" name="rebinding"/>
  <function link="reference/simple_stmts.html#index-22" name="unbinding"/>
  <function link="library/ast.html#ast.Name" name="Name (class in ast)"/>
  <function link="library/codecs.html#codecs.CodecInfo.name" name="name (codecs.CodecInfo attribute)"/>
  <function link="library/contextvars.html#contextvars.ContextVar.name" name="(contextvars.ContextVar attribute)"/>
  <function link="library/doctest.html#doctest.DocTest.name" name="(doctest.DocTest attribute)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.BaseHeader.name" name="(email.headerregistry.BaseHeader attribute)"/>
  <function link="library/enum.html#enum.Enum.name" name="(enum.Enum attribute)"/>
  <function link="library/hashlib.html#hashlib.hash.name" name="(hashlib.hash attribute)"/>
  <function link="library/hmac.html#hmac.HMAC.name" name="(hmac.HMAC attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.name" name="(http.cookiejar.Cookie attribute)"/>
  <function link="library/importlib.html#importlib.abc.FileLoader.name" name="(importlib.abc.FileLoader attribute)"/>
  <function link="library/importlib.html#importlib.machinery.ExtensionFileLoader.name" name="(importlib.machinery.ExtensionFileLoader attribute)"/>
  <function link="library/importlib.html#importlib.machinery.ModuleSpec.name" name="(importlib.machinery.ModuleSpec attribute)"/>
  <function link="library/importlib.html#importlib.machinery.SourceFileLoader.name" name="(importlib.machinery.SourceFileLoader attribute)"/>
  <function link="library/importlib.html#importlib.machinery.SourcelessFileLoader.name" name="(importlib.machinery.SourcelessFileLoader attribute)"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.Traversable.name" name="(importlib.resources.abc.Traversable attribute)"/>
  <function link="library/os.html#os.name" name="(in module os)"/>
  <function link="library/token.html#token.NAME" name="NAME (in module token)"/>
  <function link="library/webbrowser.html#webbrowser.name" name="name (in module webbrowser)"/>
  <function link="library/inspect.html#inspect.Parameter.name" name="(inspect.Parameter attribute)"/>
  <function link="library/io.html#io.FileIO.name" name="(io.FileIO attribute)"/>
  <function link="library/multiprocessing.html#multiprocessing.Process.name" name="(multiprocessing.Process attribute)"/>
  <function link="library/multiprocessing.shared_memory.html#multiprocessing.shared_memory.SharedMemory.name" name="(multiprocessing.shared_memory.SharedMemory attribute)"/>
  <function link="library/os.html#os.DirEntry.name" name="(os.DirEntry attribute)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.name" name="(ossaudiodev.oss_audio_device attribute)"/>
  <function link="library/pathlib.html#pathlib.PurePath.name" name="(pathlib.PurePath attribute)"/>
  <function link="library/pyclbr.html#pyclbr.Class.name" name="(pyclbr.Class attribute)"/>
  <function link="library/pyclbr.html#pyclbr.Function.name" name="(pyclbr.Function attribute)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.name" name="(tarfile.TarInfo attribute)"/>
  <function link="library/threading.html#threading.Thread.name" name="(threading.Thread attribute)"/>
  <function link="library/xml.dom.html#xml.dom.Attr.name" name="(xml.dom.Attr attribute)"/>
  <function link="library/xml.dom.html#xml.dom.DocumentType.name" name="(xml.dom.DocumentType attribute)"/>
  <function link="library/zipfile.html#zipfile.Path.name" name="(zipfile.Path attribute)"/>
  <function link="library/unicodedata.html#unicodedata.name" name="name() (in module unicodedata)"/>
  <function link="library/html.entities.html#html.entities.name2codepoint" name="name2codepoint (in module html.entities)"/>
  <function link="reference/expressions.html#index-86" name="named expression"/>
  <function link="library/multiprocessing.shared_memory.html#index-0" name="Named Shared Memory"/>
  <function link="glossary.html#term-named-tuple" name="named tuple"/>
  <function link="library/enum.html#enum.EnumCheck.NAMED_FLAGS" name="NAMED_FLAGS (enum.EnumCheck attribute)"/>
  <function link="library/ast.html#ast.NamedExpr" name="NamedExpr (class in ast)"/>
  <function link="library/tempfile.html#tempfile.NamedTemporaryFile" name="NamedTemporaryFile() (in module tempfile)"/>
  <function link="library/typing.html#typing.NamedTuple" name="NamedTuple (class in typing)"/>
  <function link="library/collections.html#collections.namedtuple" name="namedtuple() (in module collections)"/>
  <function link="library/exceptions.html#NameError" name="NameError"/>
  <function link="reference/expressions.html#index-4" name="exception"/>
  <function link="reference/executionmodel.html#index-9" name="NameError (built-in exception)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.namelist" name="namelist() (zipfile.ZipFile method)"/>
  <function link="library/codecs.html#encodings.idna.nameprep" name="nameprep() (in module encodings.idna)"/>
  <function link="library/logging.handlers.html#logging.handlers.BaseRotatingHandler.namer" name="namer (logging.handlers.BaseRotatingHandler attribute)"/>
  <function link="library/codecs.html#index-3" name="error handler's name"/>
  <function link="library/codecs.html#codecs.namereplace_errors" name="namereplace_errors() (in module codecs)"/>
  <function link="reference/expressions.html#index-5" name="private"/>
  <function link="library/tkinter.font.html#tkinter.font.names" name="names() (in module tkinter.font)"/>
  <function link="glossary.html#term-namespace" name="namespace"/>
  <function link="reference/datamodel.html#index-34" name="global"/>
  <function link="reference/datamodel.html#index-43" name="module"/>
  <function link="reference/import.html#index-5" name="package"/>
  <function link="library/argparse.html#argparse.Namespace" name="Namespace (class in argparse)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.Namespace" name="(class in multiprocessing.managers)"/>
  <function link="glossary.html#term-namespace-package" name="namespace package"/>
  <function link="library/imaplib.html#imaplib.IMAP4.namespace" name="namespace() (imaplib.IMAP4 method)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.SyncManager.Namespace" name="Namespace() (multiprocessing.managers.SyncManager method)"/>
  <function link="library/uuid.html#uuid.NAMESPACE_DNS" name="NAMESPACE_DNS (in module uuid)"/>
  <function link="library/uuid.html#uuid.NAMESPACE_OID" name="NAMESPACE_OID (in module uuid)"/>
  <function link="library/uuid.html#uuid.NAMESPACE_URL" name="NAMESPACE_URL (in module uuid)"/>
  <function link="library/uuid.html#uuid.NAMESPACE_X500" name="NAMESPACE_X500 (in module uuid)"/>
  <function link="library/xml.dom.html#xml.dom.NamespaceErr" name="NamespaceErr"/>
  <function link="library/xml.dom.html#xml.dom.Node.namespaceURI" name="namespaceURI (xml.dom.Node attribute)"/>
  <function link="library/tkinter.font.html#tkinter.font.nametofont" name="nametofont() (in module tkinter.font)"/>
  <function link="library/functions.html#index-2" name="NaN"/>
  <function link="library/cmath.html#cmath.nan" name="nan (in module cmath)"/>
  <function link="library/math.html#math.nan" name="(in module math)"/>
  <function link="library/cmath.html#cmath.nanj" name="nanj (in module cmath)"/>
  <function link="library/tabnanny.html#tabnanny.NannyNag" name="NannyNag"/>
  <function link="library/curses.html#curses.napms" name="napms() (in module curses)"/>
  <function link="library/optparse.html#optparse.Option.nargs" name="nargs (optparse.Option attribute)"/>
  <function link="library/threading.html#threading.Thread.native_id" name="native_id (threading.Thread attribute)"/>
  <function link="library/stdtypes.html#memoryview.nbytes" name="nbytes (memoryview attribute)"/>
  <function link="library/curses.html#curses.ncurses_version" name="ncurses_version (in module curses)"/>
  <function link="library/difflib.html#difflib.ndiff" name="ndiff() (in module difflib)"/>
  <function link="library/stdtypes.html#memoryview.ndim" name="ndim (memoryview attribute)"/>
  <function link="library/2to3.html#to3fixer-ne" name="ne (2to3 fixer)"/>
  <function link="library/operator.html#operator.ne" name="ne() (in module operator)"/>
  <function link="library/bz2.html#bz2.BZ2Decompressor.needs_input" name="needs_input (bz2.BZ2Decompressor attribute)"/>
  <function link="library/lzma.html#lzma.LZMADecompressor.needs_input" name="(lzma.LZMADecompressor attribute)"/>
  <function link="library/operator.html#operator.neg" name="neg() (in module operator)"/>
  <function link="reference/expressions.html#index-60" name="negation"/>
  <function link="glossary.html#term-nested-scope" name="nested scope"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.netmask" name="netmask (ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.netmask" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.NetmaskValueError" name="NetmaskValueError"/>
  <function link="library/netrc.html#module-netrc" name="module"/>
  <function link="library/netrc.html#netrc.netrc" name="netrc (class in netrc)"/>
  <function link="library/netrc.html#netrc.NetrcParseError" name="NetrcParseError"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookiePolicy.netscape" name="netscape (http.cookiejar.CookiePolicy attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Interface.network" name="network (ipaddress.IPv4Interface attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Interface.network" name="(ipaddress.IPv6Interface attribute)"/>
  <function link="library/nntplib.html#index-0" name="Network News Transfer Protocol"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.network_address" name="network_address (ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.network_address" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/typing.html#typing.Never" name="Never (in module typing)"/>
  <function link="library/test.html#test.support.NEVER_EQ" name="NEVER_EQ (in module test.support)"/>
  <function link="library/hashlib.html#hashlib.new" name="new() (in module hashlib)"/>
  <function link="library/hmac.html#hmac.new" name="(in module hmac)"/>
  <function link="glossary.html#term-new-style-class" name="new-style class"/>
  <function link="library/collections.html#collections.ChainMap.new_child" name="new_child() (collections.ChainMap method)"/>
  <function link="library/types.html#types.new_class" name="new_class() (in module types)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.new_compiler" name="new_compiler() (in module distutils.ccompiler)"/>
  <function link="library/asyncio-policy.html#asyncio.AbstractEventLoopPolicy.new_event_loop" name="new_event_loop() (asyncio.AbstractEventLoopPolicy method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.new_event_loop" name="(in module asyncio)"/>
  <function link="library/imp.html#imp.new_module" name="new_module() (in module imp)"/>
  <function link="library/curses.panel.html#curses.panel.new_panel" name="new_panel() (in module curses.panel)"/>
  <function link="distutils/apiref.html#distutils.dep_util.newer" name="newer() (in module distutils.dep_util)"/>
  <function link="distutils/apiref.html#distutils.dep_util.newer_group" name="newer_group() (in module distutils.dep_util)"/>
  <function link="distutils/apiref.html#distutils.dep_util.newer_pairwise" name="newer_pairwise() (in module distutils.dep_util)"/>
  <function link="c-api/typeobj.html#c.newfunc" name="newfunc (C type)"/>
  <function link="library/nntplib.html#nntplib.NNTP.newgroups" name="newgroups() (nntplib.NNTP method)"/>
  <function link="library/token.html#token.NEWLINE" name="NEWLINE (in module token)"/>
  <function link="reference/compound_stmts.html#index-2" name="NEWLINE token"/>
  <function link="library/io.html#io.TextIOBase.newlines" name="newlines (io.TextIOBase attribute)"/>
  <function link="library/nntplib.html#nntplib.NNTP.newnews" name="newnews() (nntplib.NNTP method)"/>
  <function link="library/curses.html#curses.newpad" name="newpad() (in module curses)"/>
  <function link="library/typing.html#typing.NewType" name="NewType (class in typing)"/>
  <function link="library/curses.html#curses.newwin" name="newwin() (in module curses)"/>
  <function link="library/2to3.html#to3fixer-next" name="next (2to3 fixer)"/>
  <function link="library/pdb.html#pdbcommand-next" name="(pdb command)"/>
  <function link="library/functions.html#next" name="built-in function"/>
  <function link="library/nntplib.html#nntplib.NNTP.next" name="next() (nntplib.NNTP method)"/>
  <function link="library/tarfile.html#tarfile.TarFile.next" name="(tarfile.TarFile method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.next" name="(tkinter.ttk.Treeview method)"/>
  <function link="library/decimal.html#decimal.Context.next_minus" name="next_minus() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.next_minus" name="(decimal.Decimal method)"/>
  <function link="library/decimal.html#decimal.Context.next_plus" name="next_plus() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.next_plus" name="(decimal.Decimal method)"/>
  <function link="library/decimal.html#decimal.Context.next_toward" name="next_toward() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.next_toward" name="(decimal.Decimal method)"/>
  <function link="library/math.html#math.nextafter" name="nextafter() (in module math)"/>
  <function link="library/fileinput.html#fileinput.nextfile" name="nextfile() (in module fileinput)"/>
  <function link="library/dbm.html#dbm.gnu.gdbm.nextkey" name="nextkey() (dbm.gnu.gdbm method)"/>
  <function link="library/xml.dom.html#xml.dom.Node.nextSibling" name="nextSibling (xml.dom.Node attribute)"/>
  <function link="library/gettext.html#gettext.GNUTranslations.ngettext" name="ngettext() (gettext.GNUTranslations method)"/>
  <function link="library/gettext.html#gettext.NullTranslations.ngettext" name="(gettext.NullTranslations method)"/>
  <function link="library/gettext.html#gettext.ngettext" name="(in module gettext)"/>
  <function link="library/os.html#os.nice" name="nice() (in module os)"/>
  <function link="library/nis.html#module-nis" name="module"/>
  <function link="library/token.html#token.NL" name="NL (in module token)"/>
  <function link="library/curses.html#curses.nl" name="nl() (in module curses)"/>
  <function link="library/locale.html#locale.nl_langinfo" name="nl_langinfo() (in module locale)"/>
  <function link="library/heapq.html#heapq.nlargest" name="nlargest() (in module heapq)"/>
  <function link="library/ftplib.html#ftplib.FTP.nlst" name="nlst() (ftplib.FTP method)"/>
  <function link="library/nntplib.html#index-0" name="protocol"/>
  <function link="library/nntplib.html#nntplib.NNTP" name="NNTP (class in nntplib)"/>
  <function link="library/nntplib.html#nntplib.NNTP.nntp_implementation" name="nntp_implementation (nntplib.NNTP attribute)"/>
  <function link="library/nntplib.html#nntplib.NNTP_SSL" name="NNTP_SSL (class in nntplib)"/>
  <function link="library/nntplib.html#nntplib.NNTP.nntp_version" name="nntp_version (nntplib.NNTP attribute)"/>
  <function link="library/nntplib.html#nntplib.NNTPDataError" name="NNTPDataError"/>
  <function link="library/nntplib.html#nntplib.NNTPError" name="NNTPError"/>
  <function link="library/nntplib.html#module-nntplib" name="module"/>
  <function link="library/nntplib.html#nntplib.NNTPPermanentError" name="NNTPPermanentError"/>
  <function link="library/nntplib.html#nntplib.NNTPProtocolError" name="NNTPProtocolError"/>
  <function link="library/nntplib.html#nntplib.NNTPReplyError" name="NNTPReplyError"/>
  <function link="library/nntplib.html#nntplib.NNTPTemporaryError" name="NNTPTemporaryError"/>
  <function link="library/zoneinfo.html#zoneinfo.ZoneInfo.no_cache" name="no_cache() (zoneinfo.ZoneInfo class method)"/>
  <function link="library/urllib.request.html#index-4" name="no_proxy"/>
  <function link="library/test.html#test.support.no_tracing" name="no_tracing() (in module test.support)"/>
  <function link="library/typing.html#typing.no_type_check" name="no_type_check() (in module typing)"/>
  <function link="library/typing.html#typing.no_type_check_decorator" name="no_type_check_decorator() (in module typing)"/>
  <function link="library/curses.html#curses.nocbreak" name="nocbreak() (in module curses)"/>
  <function link="library/xml.dom.html#xml.dom.NoDataAllowedErr" name="NoDataAllowedErr"/>
  <function link="library/platform.html#platform.node" name="node() (in module platform)"/>
  <function link="library/curses.html#curses.window.nodelay" name="nodelay() (curses.window method)"/>
  <function link="library/xml.dom.html#xml.dom.Node.nodeName" name="nodeName (xml.dom.Node attribute)"/>
  <function link="library/ast.html#ast.NodeTransformer" name="NodeTransformer (class in ast)"/>
  <function link="library/xml.dom.html#xml.dom.Node.nodeType" name="nodeType (xml.dom.Node attribute)"/>
  <function link="library/xml.dom.html#xml.dom.Node.nodeValue" name="nodeValue (xml.dom.Node attribute)"/>
  <function link="library/ast.html#ast.NodeVisitor" name="NodeVisitor (class in ast)"/>
  <function link="library/curses.html#curses.noecho" name="noecho() (in module curses)"/>
  <function link="library/locale.html#locale.NOEXPR" name="NOEXPR (in module locale)"/>
  <function link="library/re.html#re.NOFLAG" name="NOFLAG (in module re)"/>
  <function link="library/xml.dom.html#xml.dom.NoModificationAllowedErr" name="NoModificationAllowedErr"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.nonblock" name="nonblock() (ossaudiodev.oss_audio_device method)"/>
  <function link="library/unittest.mock.html#unittest.mock.NonCallableMagicMock" name="NonCallableMagicMock (class in unittest.mock)"/>
  <function link="library/unittest.mock.html#unittest.mock.NonCallableMock" name="NonCallableMock (class in unittest.mock)"/>
  <function link="c-api/none.html#index-0" name="object"/>
  <function link="library/stdtypes.html#index-3" name="None (Built-in object)"/>
  <function link="library/constants.html#None" name="(built-in variable)"/>
  <function link="library/types.html#types.NoneType" name="NoneType (in module types)"/>
  <function link="library/curses.html#curses.nonl" name="nonl() (in module curses)"/>
  <function link="reference/simple_stmts.html#index-45" name="statement"/>
  <function link="library/ast.html#ast.Nonlocal" name="Nonlocal (class in ast)"/>
  <function link="library/enum.html#enum.nonmember" name="nonmember() (in module enum)"/>
  <function link="library/2to3.html#to3fixer-nonzero" name="nonzero (2to3 fixer)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.noop" name="noop() (imaplib.IMAP4 method)"/>
  <function link="library/poplib.html#poplib.POP3.noop" name="(poplib.POP3 method)"/>
  <function link="library/configparser.html#configparser.NoOptionError" name="NoOptionError"/>
  <function link="library/dis.html#opcode-NOP" name="NOP (opcode)"/>
  <function link="library/curses.html#curses.noqiflush" name="noqiflush() (in module curses)"/>
  <function link="library/curses.html#curses.noraw" name="noraw() (in module curses)"/>
  <function link="library/typing.html#typing.NoReturn" name="NoReturn (in module typing)"/>
  <function link="library/tkinter.font.html#tkinter.font.NORMAL" name="NORMAL (in module tkinter.font)"/>
  <function link="library/subprocess.html#subprocess.NORMAL_PRIORITY_CLASS" name="NORMAL_PRIORITY_CLASS (in module subprocess)"/>
  <function link="library/statistics.html#statistics.NormalDist" name="NormalDist (class in statistics)"/>
  <function link="library/decimal.html#decimal.Context.normalize" name="normalize() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.normalize" name="(decimal.Decimal method)"/>
  <function link="library/locale.html#locale.normalize" name="(in module locale)"/>
  <function link="library/unicodedata.html#unicodedata.normalize" name="(in module unicodedata)"/>
  <function link="library/xml.dom.html#xml.dom.Node.normalize" name="(xml.dom.Node method)"/>
  <function link="library/doctest.html#doctest.NORMALIZE_WHITESPACE" name="NORMALIZE_WHITESPACE (in module doctest)"/>
  <function link="library/random.html#random.normalvariate" name="normalvariate() (in module random)"/>
  <function link="library/os.path.html#os.path.normcase" name="normcase() (in module os.path)"/>
  <function link="library/os.path.html#os.path.normpath" name="normpath() (in module os.path)"/>
  <function link="library/configparser.html#configparser.NoSectionError" name="NoSectionError"/>
  <function link="library/mailbox.html#mailbox.NoSuchMailboxError" name="NoSuchMailboxError"/>
  <function link="library/stdtypes.html#index-6" name="operator"/>
  <function link="library/ast.html#ast.Not" name="Not (class in ast)"/>
  <function link="library/stdtypes.html#index-10" name="operator"/>
  <function link="library/operator.html#operator.not_" name="not_() (in module operator)"/>
  <function link="library/exceptions.html#NotADirectoryError" name="NotADirectoryError"/>
  <function link="reference/introduction.html#index-0" name="notation"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.DTDHandler.notationDecl" name="notationDecl() (xml.sax.handler.DTDHandler method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.NotationDeclHandler" name="NotationDeclHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/xml.dom.html#xml.dom.DocumentType.notations" name="notations (xml.dom.DocumentType attribute)"/>
  <function link="library/http.client.html#http.client.NotConnected" name="NotConnected"/>
  <function link="library/tkinter.tix.html#tkinter.tix.NoteBook" name="NoteBook (class in tkinter.tix)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Notebook" name="Notebook (class in tkinter.ttk)"/>
  <function link="library/mailbox.html#mailbox.NotEmptyError" name="NotEmptyError"/>
  <function link="library/ast.html#ast.NotEq" name="NotEq (class in ast)"/>
  <function link="library/token.html#token.NOTEQUAL" name="NOTEQUAL (in module token)"/>
  <function link="library/xml.dom.html#xml.dom.NotFoundErr" name="NotFoundErr"/>
  <function link="library/asyncio-sync.html#asyncio.Condition.notify" name="notify() (asyncio.Condition method)"/>
  <function link="library/threading.html#threading.Condition.notify" name="(threading.Condition method)"/>
  <function link="library/asyncio-sync.html#asyncio.Condition.notify_all" name="notify_all() (asyncio.Condition method)"/>
  <function link="library/threading.html#threading.Condition.notify_all" name="(threading.Condition method)"/>
  <function link="library/curses.html#curses.window.notimeout" name="notimeout() (curses.window method)"/>
  <function link="reference/datamodel.html#index-7" name="object"/>
  <function link="library/constants.html#NotImplemented" name="NotImplemented (built-in variable)"/>
  <function link="library/exceptions.html#NotImplementedError" name="NotImplementedError"/>
  <function link="library/types.html#types.NotImplementedType" name="NotImplementedType (in module types)"/>
  <function link="library/ast.html#ast.NotIn" name="NotIn (class in ast)"/>
  <function link="library/typing.html#typing.NotRequired" name="NotRequired (in module typing)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.NotStandaloneHandler" name="NotStandaloneHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/xml.dom.html#xml.dom.NotSupportedErr" name="NotSupportedErr"/>
  <function link="library/sqlite3.html#sqlite3.NotSupportedError" name="NotSupportedError"/>
  <function link="library/curses.html#curses.window.noutrefresh" name="noutrefresh() (curses.window method)"/>
  <function link="library/datetime.html#datetime.datetime.now" name="now() (datetime.datetime class method)"/>
  <function link="library/gettext.html#gettext.GNUTranslations.npgettext" name="npgettext() (gettext.GNUTranslations method)"/>
  <function link="library/gettext.html#gettext.NullTranslations.npgettext" name="(gettext.NullTranslations method)"/>
  <function link="library/gettext.html#gettext.npgettext" name="(in module gettext)"/>
  <function link="library/signal.html#signal.NSIG" name="NSIG (in module signal)"/>
  <function link="library/heapq.html#heapq.nsmallest" name="nsmallest() (in module heapq)"/>
  <function link="library/token.html#token.NT_OFFSET" name="NT_OFFSET (in module token)"/>
  <function link="library/logging.handlers.html#logging.handlers.NTEventLogHandler" name="NTEventLogHandler (class in logging.handlers)"/>
  <function link="library/socket.html#socket.ntohl" name="ntohl() (in module socket)"/>
  <function link="library/socket.html#socket.ntohs" name="ntohs() (in module socket)"/>
  <function link="library/ftplib.html#ftplib.FTP.ntransfercmd" name="ntransfercmd() (ftplib.FTP method)"/>
  <function link="reference/simple_stmts.html#index-20" name="operation"/>
  <function link="library/contextlib.html#contextlib.nullcontext" name="nullcontext() (in module contextlib)"/>
  <function link="library/logging.handlers.html#logging.NullHandler" name="NullHandler (class in logging)"/>
  <function link="library/imp.html#imp.NullImporter" name="NullImporter (class in imp)"/>
  <function link="library/gettext.html#gettext.NullTranslations" name="NullTranslations (class in gettext)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.num_addresses" name="num_addresses (ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.num_addresses" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/ssl.html#ssl.SSLContext.num_tickets" name="num_tickets (ssl.SSLContext attribute)"/>
  <function link="reference/lexical_analysis.html#index-27" name="number"/>
  <function link="reference/datamodel.html#index-14" name="complex"/>
  <function link="reference/datamodel.html#index-13" name="floating point"/>
  <function link="library/numbers.html#numbers.Number" name="Number (class in numbers)"/>
  <function link="library/token.html#token.NUMBER" name="NUMBER (in module token)"/>
  <function link="library/decimal.html#decimal.Context.number_class" name="number_class() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.number_class" name="(decimal.Decimal method)"/>
  <function link="library/numbers.html#module-numbers" name="module"/>
  <function link="library/fractions.html#fractions.Fraction.numerator" name="numerator (fractions.Fraction attribute)"/>
  <function link="library/numbers.html#numbers.Rational.numerator" name="(numbers.Rational attribute)"/>
  <function link="library/stdtypes.html#index-15" name="conversions"/>
  <function link="library/stdtypes.html#index-12" name="literals"/>
  <function link="c-api/concrete.html#index-0" name="object"/>
  <function link="library/stdtypes.html#index-14" name="types, operations on"/>
  <function link="reference/lexical_analysis.html#index-27" name="numeric literal"/>
  <function link="library/unicodedata.html#unicodedata.numeric" name="numeric() (in module unicodedata)"/>
  <function link="library/turtle.html#turtle.numinput" name="numinput() (in module turtle)"/>
  <function link="library/2to3.html#to3fixer-numliterals" name="numliterals (2to3 fixer)"/>
  <function link="library/os.html#os.O_APPEND" name="O_APPEND (in module os)"/>
  <function link="library/os.html#os.O_ASYNC" name="O_ASYNC (in module os)"/>
  <function link="library/os.html#os.O_BINARY" name="O_BINARY (in module os)"/>
  <function link="library/os.html#os.O_CLOEXEC" name="O_CLOEXEC (in module os)"/>
  <function link="library/os.html#os.O_CREAT" name="O_CREAT (in module os)"/>
  <function link="library/os.html#os.O_DIRECT" name="O_DIRECT (in module os)"/>
  <function link="library/os.html#os.O_DIRECTORY" name="O_DIRECTORY (in module os)"/>
  <function link="library/os.html#os.O_DSYNC" name="O_DSYNC (in module os)"/>
  <function link="library/os.html#os.O_EVTONLY" name="O_EVTONLY (in module os)"/>
  <function link="library/os.html#os.O_EXCL" name="O_EXCL (in module os)"/>
  <function link="library/os.html#os.O_EXLOCK" name="O_EXLOCK (in module os)"/>
  <function link="library/os.html#os.O_FSYNC" name="O_FSYNC (in module os)"/>
  <function link="library/os.html#os.O_NDELAY" name="O_NDELAY (in module os)"/>
  <function link="library/os.html#os.O_NOATIME" name="O_NOATIME (in module os)"/>
  <function link="library/os.html#os.O_NOCTTY" name="O_NOCTTY (in module os)"/>
  <function link="library/os.html#os.O_NOFOLLOW" name="O_NOFOLLOW (in module os)"/>
  <function link="library/os.html#os.O_NOFOLLOW_ANY" name="O_NOFOLLOW_ANY (in module os)"/>
  <function link="library/os.html#os.O_NOINHERIT" name="O_NOINHERIT (in module os)"/>
  <function link="library/os.html#os.O_NONBLOCK" name="O_NONBLOCK (in module os)"/>
  <function link="library/os.html#os.O_PATH" name="O_PATH (in module os)"/>
  <function link="library/os.html#os.O_RANDOM" name="O_RANDOM (in module os)"/>
  <function link="library/os.html#os.O_RDONLY" name="O_RDONLY (in module os)"/>
  <function link="library/os.html#os.O_RDWR" name="O_RDWR (in module os)"/>
  <function link="library/os.html#os.O_RSYNC" name="O_RSYNC (in module os)"/>
  <function link="library/os.html#os.O_SEQUENTIAL" name="O_SEQUENTIAL (in module os)"/>
  <function link="library/os.html#os.O_SHLOCK" name="O_SHLOCK (in module os)"/>
  <function link="library/os.html#os.O_SHORT_LIVED" name="O_SHORT_LIVED (in module os)"/>
  <function link="library/os.html#os.O_SYMLINK" name="O_SYMLINK (in module os)"/>
  <function link="library/os.html#os.O_SYNC" name="O_SYNC (in module os)"/>
  <function link="library/os.html#os.O_TEMPORARY" name="O_TEMPORARY (in module os)"/>
  <function link="library/os.html#os.O_TEXT" name="O_TEXT (in module os)"/>
  <function link="library/os.html#os.O_TMPFILE" name="O_TMPFILE (in module os)"/>
  <function link="library/os.html#os.O_TRUNC" name="O_TRUNC (in module os)"/>
  <function link="library/os.html#os.O_WRONLY" name="O_WRONLY (in module os)"/>
  <function link="library/stdtypes.html#memoryview.obj" name="obj (memoryview attribute)"/>
  <function link="glossary.html#term-object" name="object"/>
  <function link="reference/expressions.html#index-35" name="asynchronous-generator"/>
  <function link="library/stdtypes.html#index-11" name="Boolean"/>
  <function link="reference/datamodel.html#index-40" name="built-in function"/>
  <function link="reference/datamodel.html#index-41" name="built-in method"/>
  <function link="c-api/bytearray.html#index-0" name="bytearray"/>
  <function link="c-api/bytes.html#index-0" name="bytes"/>
  <function link="reference/datamodel.html#index-32" name="callable"/>
  <function link="c-api/capsule.html#index-0" name="Capsule"/>
  <function link="reference/compound_stmts.html#index-40" name="class"/>
  <function link="reference/datamodel.html#index-45" name="class instance"/>
  <function link="c-api/code.html#index-0" name="code"/>
  <function link="reference/datamodel.html#index-14" name="complex"/>
  <function link="c-api/complex.html#index-0" name="complex number"/>
  <function link="extending/newtypes.html#index-0" name="deallocation"/>
  <function link="c-api/dict.html#index-0" name="dictionary"/>
  <function link="reference/datamodel.html#index-8" name="Ellipsis"/>
  <function link="c-api/file.html#index-0" name="file"/>
  <function link="extending/newtypes.html#index-0" name="finalization"/>
  <function link="c-api/float.html#index-0" name="floating point"/>
  <function link="reference/datamodel.html#index-60" name="frame"/>
  <function link="c-api/set.html#index-0" name="frozenset"/>
  <function link="c-api/function.html#index-0" name="function"/>
  <function link="reference/datamodel.html#index-57" name="generator"/>
  <function link="library/stdtypes.html#index-55" name="GenericAlias"/>
  <function link="reference/datamodel.html#index-17" name="immutable"/>
  <function link="reference/datamodel.html#index-17" name="immutable sequence"/>
  <function link="reference/datamodel.html#index-45" name="instance"/>
  <function link="c-api/method.html#index-0" name="instancemethod"/>
  <function link="c-api/long.html#index-0" name="integer"/>
  <function link="library/stdtypes.html#index-28" name="io.StringIO"/>
  <function link="c-api/list.html#index-0" name="list"/>
  <function link="c-api/long.html#index-0" name="long integer"/>
  <function link="c-api/concrete.html#index-2" name="mapping"/>
  <function link="c-api/memoryview.html#index-0" name="memoryview"/>
  <function link="c-api/method.html#index-1" name="method"/>
  <function link="c-api/module.html#index-0" name="module"/>
  <function link="reference/datamodel.html#index-22" name="mutable"/>
  <function link="reference/datamodel.html#index-22" name="mutable sequence"/>
  <function link="c-api/none.html#index-0" name="None"/>
  <function link="reference/datamodel.html#index-7" name="NotImplemented"/>
  <function link="c-api/concrete.html#index-0" name="numeric"/>
  <function link="library/stdtypes.html#index-26" name="range"/>
  <function link="c-api/concrete.html#index-1" name="sequence"/>
  <function link="c-api/set.html#index-0" name="set"/>
  <function link="reference/datamodel.html#index-26" name="set type"/>
  <function link="reference/datamodel.html#index-96" name="slice"/>
  <function link="library/socket.html#index-0" name="socket"/>
  <function link="library/stdtypes.html#index-27" name="string"/>
  <function link="library/sys.html#index-8" name="traceback"/>
  <function link="c-api/tuple.html#index-0" name="tuple"/>
  <function link="c-api/intro.html#index-8" name="type"/>
  <function link="library/stdtypes.html#index-58" name="Union"/>
  <function link="reference/compound_stmts.html#index-28" name="user-defined function"/>
  <function link="reference/datamodel.html#index-35" name="user-defined method"/>
  <function link="library/functions.html#object" name="object (built-in class)"/>
  <function link="library/exceptions.html#UnicodeError.object" name="(UnicodeError attribute)"/>
  <function link="reference/datamodel.html#object.__match_args__" name="object.__match_args__ (built-in variable)"/>
  <function link="reference/datamodel.html#object.__slots__" name="object.__slots__ (built-in variable)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.object_filenames" name="object_filenames() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/stdtypes.html#index-8" name="comparing"/>
  <function link="library/pickle.html#index-0" name="flattening"/>
  <function link="library/pickle.html#index-0" name="marshalling"/>
  <function link="library/pickle.html#index-0" name="persistent"/>
  <function link="library/pickle.html#index-0" name="pickling"/>
  <function link="library/pickle.html#index-0" name="serializing"/>
  <function link="c-api/typeobj.html#c.objobjargproc" name="objobjargproc (C type)"/>
  <function link="c-api/typeobj.html#c.objobjproc" name="objobjproc (C type)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.obufcount" name="obufcount() (ossaudiodev.oss_audio_device method)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.obuffree" name="obuffree() (ossaudiodev.oss_audio_device method)"/>
  <function link="library/functions.html#oct" name="built-in function"/>
  <function link="library/stdtypes.html#index-12" name="literals"/>
  <function link="reference/lexical_analysis.html#index-27" name="octal literal"/>
  <function link="library/string.html#string.octdigits" name="octdigits (in module string)"/>
  <function link="library/exceptions.html#SyntaxError.offset" name="offset (SyntaxError attribute)"/>
  <function link="library/traceback.html#traceback.TracebackException.offset" name="(traceback.TracebackException attribute)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.ExpatError.offset" name="(xml.parsers.expat.ExpatError attribute)"/>
  <function link="library/curses.html#curses.OK" name="OK (in module curses)"/>
  <function link="library/dialog.html#tkinter.filedialog.LoadFileDialog.ok_command" name="ok_command() (tkinter.filedialog.LoadFileDialog method)"/>
  <function link="library/dialog.html#tkinter.filedialog.SaveFileDialog.ok_command" name="(tkinter.filedialog.SaveFileDialog method)"/>
  <function link="library/dialog.html#tkinter.filedialog.FileDialog.ok_event" name="ok_event() (tkinter.filedialog.FileDialog method)"/>
  <function link="library/contextvars.html#contextvars.Token.old_value" name="old_value (contextvars.Token attribute)"/>
  <function link="library/ctypes.html#ctypes.OleDLL" name="OleDLL (class in ctypes)"/>
  <function link="library/tkinter.dnd.html#tkinter.dnd.DndHandler.on_motion" name="on_motion() (tkinter.dnd.DndHandler method)"/>
  <function link="library/tkinter.dnd.html#tkinter.dnd.DndHandler.on_release" name="on_release() (tkinter.dnd.DndHandler method)"/>
  <function link="library/turtle.html#turtle.onclick" name="onclick() (in module turtle)"/>
  <function link="library/turtle.html#turtle.ondrag" name="ondrag() (in module turtle)"/>
  <function link="library/cmd.html#cmd.Cmd.onecmd" name="onecmd() (cmd.Cmd method)"/>
  <function link="library/turtle.html#turtle.onkey" name="onkey() (in module turtle)"/>
  <function link="library/turtle.html#turtle.onkeypress" name="onkeypress() (in module turtle)"/>
  <function link="library/turtle.html#turtle.onkeyrelease" name="onkeyrelease() (in module turtle)"/>
  <function link="library/turtle.html#turtle.onrelease" name="onrelease() (in module turtle)"/>
  <function link="library/turtle.html#turtle.onscreenclick" name="onscreenclick() (in module turtle)"/>
  <function link="library/turtle.html#turtle.ontimer" name="ontimer() (in module turtle)"/>
  <function link="library/token.html#token.OP" name="OP (in module token)"/>
  <function link="library/ssl.html#ssl.OP_ALL" name="OP_ALL (in module ssl)"/>
  <function link="library/ssl.html#ssl.OP_CIPHER_SERVER_PREFERENCE" name="OP_CIPHER_SERVER_PREFERENCE (in module ssl)"/>
  <function link="library/ssl.html#ssl.OP_ENABLE_MIDDLEBOX_COMPAT" name="OP_ENABLE_MIDDLEBOX_COMPAT (in module ssl)"/>
  <function link="library/ssl.html#ssl.OP_IGNORE_UNEXPECTED_EOF" name="OP_IGNORE_UNEXPECTED_EOF (in module ssl)"/>
  <function link="library/ssl.html#ssl.OP_NO_COMPRESSION" name="OP_NO_COMPRESSION (in module ssl)"/>
  <function link="library/ssl.html#ssl.OP_NO_RENEGOTIATION" name="OP_NO_RENEGOTIATION (in module ssl)"/>
  <function link="library/ssl.html#ssl.OP_NO_SSLv2" name="OP_NO_SSLv2 (in module ssl)"/>
  <function link="library/ssl.html#ssl.OP_NO_SSLv3" name="OP_NO_SSLv3 (in module ssl)"/>
  <function link="library/ssl.html#ssl.OP_NO_TICKET" name="OP_NO_TICKET (in module ssl)"/>
  <function link="library/ssl.html#ssl.OP_NO_TLSv1" name="OP_NO_TLSv1 (in module ssl)"/>
  <function link="library/ssl.html#ssl.OP_NO_TLSv1_1" name="OP_NO_TLSv1_1 (in module ssl)"/>
  <function link="library/ssl.html#ssl.OP_NO_TLSv1_2" name="OP_NO_TLSv1_2 (in module ssl)"/>
  <function link="library/ssl.html#ssl.OP_NO_TLSv1_3" name="OP_NO_TLSv1_3 (in module ssl)"/>
  <function link="library/ssl.html#ssl.OP_SINGLE_DH_USE" name="OP_SINGLE_DH_USE (in module ssl)"/>
  <function link="library/ssl.html#ssl.OP_SINGLE_ECDH_USE" name="OP_SINGLE_ECDH_USE (in module ssl)"/>
  <function link="reference/datamodel.html#index-53" name="built-in function"/>
  <function link="library/dialog.html#tkinter.filedialog.Open" name="Open (class in tkinter.filedialog)"/>
  <function link="library/functions.html#open" name="built-in function"/>
  <function link="distutils/apiref.html#distutils.text_file.TextFile.open" name="open() (distutils.text_file.TextFile method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.open" name="(imaplib.IMAP4 method)"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.Traversable.open" name="(importlib.resources.abc.Traversable method)"/>
  <function link="library/aifc.html#aifc.open" name="(in module aifc)"/>
  <function link="library/bz2.html#bz2.open" name="(in module bz2)"/>
  <function link="library/codecs.html#codecs.open" name="(in module codecs)"/>
  <function link="library/dbm.html#dbm.open" name="(in module dbm)"/>
  <function link="library/dbm.html#dbm.dumb.open" name="(in module dbm.dumb)"/>
  <function link="library/dbm.html#dbm.gnu.open" name="(in module dbm.gnu)"/>
  <function link="library/dbm.html#dbm.ndbm.open" name="(in module dbm.ndbm)"/>
  <function link="library/gzip.html#gzip.open" name="(in module gzip)"/>
  <function link="library/io.html#io.open" name="(in module io)"/>
  <function link="library/lzma.html#lzma.open" name="(in module lzma)"/>
  <function link="library/os.html#os.open" name="(in module os)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.open" name="(in module ossaudiodev)"/>
  <function link="library/shelve.html#shelve.open" name="(in module shelve)"/>
  <function link="library/sunau.html#sunau.open" name="(in module sunau)"/>
  <function link="library/tarfile.html#tarfile.open" name="(in module tarfile)"/>
  <function link="library/tokenize.html#tokenize.open" name="(in module tokenize)"/>
  <function link="library/wave.html#wave.open" name="(in module wave)"/>
  <function link="library/webbrowser.html#webbrowser.open" name="(in module webbrowser)"/>
  <function link="library/pathlib.html#pathlib.Path.open" name="(pathlib.Path method)"/>
  <function link="library/pipes.html#pipes.Template.open" name="(pipes.Template method)"/>
  <function link="library/tarfile.html#tarfile.TarFile.open" name="(tarfile.TarFile class method)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.open" name="(telnetlib.Telnet method)"/>
  <function link="library/urllib.request.html#urllib.request.OpenerDirector.open" name="(urllib.request.OpenerDirector method)"/>
  <function link="library/urllib.request.html#urllib.request.URLopener.open" name="(urllib.request.URLopener method)"/>
  <function link="library/webbrowser.html#webbrowser.controller.open" name="(webbrowser.controller method)"/>
  <function link="library/zipfile.html#zipfile.Path.open" name="(zipfile.Path method)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.open" name="(zipfile.ZipFile method)"/>
  <function link="library/importlib.resources.html#importlib.resources.open_binary" name="open_binary() (in module importlib.resources)"/>
  <function link="library/io.html#io.open_code" name="open_code() (in module io)"/>
  <function link="library/asyncio-stream.html#asyncio.open_connection" name="open_connection() (in module asyncio)"/>
  <function link="library/webbrowser.html#webbrowser.open_new" name="open_new() (in module webbrowser)"/>
  <function link="library/webbrowser.html#webbrowser.controller.open_new" name="(webbrowser.controller method)"/>
  <function link="library/webbrowser.html#webbrowser.open_new_tab" name="open_new_tab() (in module webbrowser)"/>
  <function link="library/webbrowser.html#webbrowser.controller.open_new_tab" name="(webbrowser.controller method)"/>
  <function link="library/msvcrt.html#msvcrt.open_osfhandle" name="open_osfhandle() (in module msvcrt)"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.ResourceReader.open_resource" name="open_resource() (importlib.resources.abc.ResourceReader method)"/>
  <function link="library/importlib.resources.html#importlib.resources.open_text" name="open_text() (in module importlib.resources)"/>
  <function link="library/asyncio-stream.html#asyncio.open_unix_connection" name="open_unix_connection() (in module asyncio)"/>
  <function link="library/urllib.request.html#urllib.request.URLopener.open_unknown" name="open_unknown() (urllib.request.URLopener method)"/>
  <function link="library/test.html#test.support.open_urlresource" name="open_urlresource() (in module test.support)"/>
  <function link="library/msilib.html#msilib.OpenDatabase" name="OpenDatabase() (in module msilib)"/>
  <function link="library/urllib.request.html#urllib.request.OpenerDirector" name="OpenerDirector (class in urllib.request)"/>
  <function link="library/winreg.html#winreg.OpenKey" name="OpenKey() (in module winreg)"/>
  <function link="library/winreg.html#winreg.OpenKeyEx" name="OpenKeyEx() (in module winreg)"/>
  <function link="library/syslog.html#syslog.openlog" name="openlog() (in module syslog)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.openmixer" name="openmixer() (in module ossaudiodev)"/>
  <function link="library/os.html#os.openpty" name="openpty() (in module os)"/>
  <function link="library/pty.html#pty.openpty" name="(in module pty)"/>
  <function link="library/hashlib.html#index-2" name="(use in module hashlib)"/>
  <function link="library/ssl.html#index-0" name="(use in module ssl)"/>
  <function link="library/ssl.html#ssl.OPENSSL_VERSION" name="OPENSSL_VERSION (in module ssl)"/>
  <function link="library/ssl.html#ssl.OPENSSL_VERSION_INFO" name="OPENSSL_VERSION_INFO (in module ssl)"/>
  <function link="library/ssl.html#ssl.OPENSSL_VERSION_NUMBER" name="OPENSSL_VERSION_NUMBER (in module ssl)"/>
  <function link="library/msilib.html#msilib.Database.OpenView" name="OpenView() (msilib.Database method)"/>
  <function link="reference/expressions.html#index-64" name="binary arithmetic"/>
  <function link="reference/expressions.html#index-73" name="binary bitwise"/>
  <function link="reference/expressions.html#index-82" name="Boolean"/>
  <function link="library/stdtypes.html#index-19" name="concatenation"/>
  <function link="reference/simple_stmts.html#index-20" name="null"/>
  <function link="reference/expressions.html#index-58" name="power"/>
  <function link="library/stdtypes.html#index-19" name="repetition"/>
  <function link="reference/expressions.html#index-71" name="shifting"/>
  <function link="library/stdtypes.html#index-19" name="slice"/>
  <function link="library/stdtypes.html#index-19" name="subscript"/>
  <function link="reference/expressions.html#index-59" name="unary arithmetic"/>
  <function link="reference/expressions.html#index-59" name="unary bitwise"/>
  <function link="library/sqlite3.html#sqlite3.OperationalError" name="OperationalError"/>
  <function link="library/stdtypes.html#index-16" name="bitwise"/>
  <function link="library/stdtypes.html#index-1" name="Boolean"/>
  <function link="library/stdtypes.html#index-16" name="masking"/>
  <function link="library/stdtypes.html#index-16" name="shifting"/>
  <function link="library/stdtypes.html#index-51" name="dictionary type"/>
  <function link="library/stdtypes.html#index-16" name="integer types"/>
  <function link="library/stdtypes.html#index-23" name="list type"/>
  <function link="library/stdtypes.html#index-51" name="mapping types"/>
  <function link="library/stdtypes.html#index-14" name="numeric types"/>
  <function link="library/stdtypes.html#index-19" name="sequence types"/>
  <function link="library/stdtypes.html#index-7" name="!="/>
  <function link="library/stdtypes.html#index-13" name="% (percent)"/>
  <function link="library/stdtypes.html#index-16" name="&amp; (ampersand)"/>
  <function link="library/stdtypes.html#index-13" name="* (asterisk)"/>
  <function link="library/stdtypes.html#index-13" name="**"/>
  <function link="library/stdtypes.html#index-13" name="+ (plus)"/>
  <function link="library/stdtypes.html#index-13" name="- (minus)"/>
  <function link="library/stdtypes.html#index-13" name="/ (slash)"/>
  <function link="library/stdtypes.html#index-13" name="//"/>
  <function link="library/stdtypes.html#index-7" name="&lt; (less)"/>
  <function link="library/stdtypes.html#index-16" name="&lt;&lt;"/>
  <function link="library/stdtypes.html#index-7" name="&lt;="/>
  <function link="library/stdtypes.html#index-7" name="=="/>
  <function link="library/stdtypes.html#index-7" name="&gt; (greater)"/>
  <function link="library/stdtypes.html#index-7" name="&gt;="/>
  <function link="library/stdtypes.html#index-16" name="&gt;&gt;"/>
  <function link="reference/expressions.html#index-66" name="@ (at)"/>
  <function link="library/stdtypes.html#index-16" name="^ (caret)"/>
  <function link="library/stdtypes.html#index-16" name="| (vertical bar)"/>
  <function link="library/stdtypes.html#index-16" name="~ (tilde)"/>
  <function link="library/stdtypes.html#index-4" name="and"/>
  <function link="library/stdtypes.html#index-7" name="comparison"/>
  <function link="library/stdtypes.html#index-10" name="in"/>
  <function link="library/stdtypes.html#index-7" name="is"/>
  <function link="library/stdtypes.html#index-7" name="is not"/>
  <function link="library/operator.html#module-operator" name="module"/>
  <function link="library/stdtypes.html#index-6" name="not"/>
  <function link="library/stdtypes.html#index-10" name="not in"/>
  <function link="library/stdtypes.html#index-4" name="or"/>
  <function link="reference/datamodel.html#index-68" name="overloading"/>
  <function link="reference/expressions.html#index-97" name="precedence"/>
  <function link="reference/expressions.html#index-88" name="ternary"/>
  <function link="library/2to3.html#to3fixer-operator" name="operator (2to3 fixer)"/>
  <function link="reference/lexical_analysis.html#index-31" name="operators"/>
  <function link="library/dis.html#dis.opmap" name="opmap (in module dis)"/>
  <function link="library/dis.html#dis.opname" name="opname (in module dis)"/>
  <function link="using/configure.html#index-6" name="OPT"/>
  <function link="library/test.html#test.support.optim_args_from_interpreter_flags" name="optim_args_from_interpreter_flags() (in module test.support)"/>
  <function link="library/pickletools.html#pickletools.optimize" name="optimize() (in module pickletools)"/>
  <function link="library/importlib.html#importlib.machinery.OPTIMIZED_BYTECODE_SUFFIXES" name="OPTIMIZED_BYTECODE_SUFFIXES (in module importlib.machinery)"/>
  <function link="library/typing.html#typing.Optional" name="Optional (in module typing)"/>
  <function link="library/optparse.html#optparse.OptionGroup" name="OptionGroup (class in optparse)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.OptionMenu" name="OptionMenu (class in tkinter.tix)"/>
  <function link="library/optparse.html#optparse.OptionParser" name="OptionParser (class in optparse)"/>
  <function link="library/ssl.html#ssl.Options" name="Options (class in ssl)"/>
  <function link="library/doctest.html#doctest.Example.options" name="options (doctest.Example attribute)"/>
  <function link="library/ssl.html#ssl.SSLContext.options" name="(ssl.SSLContext attribute)"/>
  <function link="library/configparser.html#configparser.ConfigParser.options" name="options() (configparser.ConfigParser method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.optionxform" name="optionxform() (configparser.ConfigParser method)"/>
  <function link="library/optparse.html#module-optparse" name="module"/>
  <function link="reference/expressions.html#index-76" name="bitwise"/>
  <function link="reference/expressions.html#index-75" name="exclusive"/>
  <function link="reference/expressions.html#index-76" name="inclusive"/>
  <function link="library/stdtypes.html#index-4" name="operator"/>
  <function link="library/ast.html#ast.Or" name="Or (class in ast)"/>
  <function link="library/operator.html#operator.or_" name="or_() (in module operator)"/>
  <function link="reference/datamodel.html#index-19" name="built-in function"/>
  <function link="library/functions.html#ord" name="built-in function"/>
  <function link="reference/expressions.html#index-96" name="evaluation"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.ordered_attributes" name="ordered_attributes (xml.parsers.expat.xmlparser attribute)"/>
  <function link="library/collections.html#collections.OrderedDict" name="OrderedDict (class in collections)"/>
  <function link="library/typing.html#typing.OrderedDict" name="(class in typing)"/>
  <function link="library/sys.html#sys.orig_argv" name="orig_argv (in module sys)"/>
  <function link="library/importlib.html#importlib.machinery.ModuleSpec.origin" name="origin (importlib.machinery.ModuleSpec attribute)"/>
  <function link="library/urllib.request.html#urllib.request.Request.origin_req_host" name="origin_req_host (urllib.request.Request attribute)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.origin_server" name="origin_server (wsgiref.handlers.BaseHandler attribute)"/>
  <function link="library/os.html#module-os" name="module"/>
  <function link="library/os.path.html#module-os.path" name="module"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.os_environ" name="os_environ (wsgiref.handlers.BaseHandler attribute)"/>
  <function link="library/exceptions.html#OSError" name="OSError"/>
  <function link="library/ossaudiodev.html#module-ossaudiodev" name="module"/>
  <function link="library/ossaudiodev.html#ossaudiodev.OSSAudioError" name="OSSAudioError"/>
  <function link="library/json.html#cmdoption-json.tool-arg-outfile" name="json.tool command line option"/>
  <function link="reference/simple_stmts.html#index-3" name="output"/>
  <function link="reference/simple_stmts.html#index-3" name="standard"/>
  <function link="library/subprocess.html#subprocess.CalledProcessError.output" name="output (subprocess.CalledProcessError attribute)"/>
  <function link="library/subprocess.html#subprocess.TimeoutExpired.output" name="(subprocess.TimeoutExpired attribute)"/>
  <function link="library/unittest.html#unittest.TestCase.output" name="(unittest.TestCase attribute)"/>
  <function link="library/http.cookies.html#http.cookies.BaseCookie.output" name="output() (http.cookies.BaseCookie method)"/>
  <function link="library/http.cookies.html#http.cookies.Morsel.output" name="(http.cookies.Morsel method)"/>
  <function link="library/email.charset.html#email.charset.Charset.output_charset" name="output_charset (email.charset.Charset attribute)"/>
  <function link="library/email.charset.html#email.charset.Charset.output_codec" name="output_codec (email.charset.Charset attribute)"/>
  <function link="library/doctest.html#doctest.OutputChecker.output_difference" name="output_difference() (doctest.OutputChecker method)"/>
  <function link="library/doctest.html#doctest.OutputChecker" name="OutputChecker (class in doctest)"/>
  <function link="library/http.cookies.html#http.cookies.Morsel.OutputString" name="OutputString() (http.cookies.Morsel method)"/>
  <function link="library/nntplib.html#nntplib.NNTP.over" name="over() (nntplib.NNTP method)"/>
  <function link="library/decimal.html#decimal.Overflow" name="Overflow (class in decimal)"/>
  <function link="library/exceptions.html#OverflowError" name="OverflowError"/>
  <function link="c-api/long.html#index-1" name="(built-in exception)"/>
  <function link="library/statistics.html#statistics.NormalDist.overlap" name="overlap() (statistics.NormalDist method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.overlaps" name="overlaps() (ipaddress.IPv4Network method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.overlaps" name="(ipaddress.IPv6Network method)"/>
  <function link="library/curses.html#curses.window.overlay" name="overlay() (curses.window method)"/>
  <function link="library/typing.html#typing.overload" name="overload() (in module typing)"/>
  <function link="reference/datamodel.html#index-68" name="operator"/>
  <function link="library/curses.html#curses.window.overwrite" name="overwrite() (curses.window method)"/>
  <function link="library/pathlib.html#pathlib.Path.owner" name="owner() (pathlib.Path method)"/>
  <function link="library/pdb.html#pdbcommand-p" name="p (pdb command)"/>
  <function link="library/os.html#os.P_ALL" name="P_ALL (in module os)"/>
  <function link="library/os.html#os.P_DETACH" name="P_DETACH (in module os)"/>
  <function link="library/os.html#os.P_NOWAIT" name="P_NOWAIT (in module os)"/>
  <function link="library/os.html#os.P_NOWAITO" name="P_NOWAITO (in module os)"/>
  <function link="library/os.html#os.P_OVERLAY" name="P_OVERLAY (in module os)"/>
  <function link="library/os.html#os.P_PGID" name="P_PGID (in module os)"/>
  <function link="library/os.html#os.P_PID" name="P_PID (in module os)"/>
  <function link="library/os.html#os.P_PIDFD" name="P_PIDFD (in module os)"/>
  <function link="library/os.html#os.P_WAIT" name="P_WAIT (in module os)"/>
  <function link="library/struct.html#struct.pack" name="pack() (in module struct)"/>
  <function link="library/mailbox.html#mailbox.MH.pack" name="(mailbox.MH method)"/>
  <function link="library/struct.html#struct.Struct.pack" name="(struct.Struct method)"/>
  <function link="library/xdrlib.html#xdrlib.Packer.pack_array" name="pack_array() (xdrlib.Packer method)"/>
  <function link="library/xdrlib.html#xdrlib.Packer.pack_bytes" name="pack_bytes() (xdrlib.Packer method)"/>
  <function link="library/xdrlib.html#xdrlib.Packer.pack_double" name="pack_double() (xdrlib.Packer method)"/>
  <function link="library/xdrlib.html#xdrlib.Packer.pack_farray" name="pack_farray() (xdrlib.Packer method)"/>
  <function link="library/xdrlib.html#xdrlib.Packer.pack_float" name="pack_float() (xdrlib.Packer method)"/>
  <function link="library/xdrlib.html#xdrlib.Packer.pack_fopaque" name="pack_fopaque() (xdrlib.Packer method)"/>
  <function link="library/xdrlib.html#xdrlib.Packer.pack_fstring" name="pack_fstring() (xdrlib.Packer method)"/>
  <function link="library/struct.html#struct.pack_into" name="pack_into() (in module struct)"/>
  <function link="library/struct.html#struct.Struct.pack_into" name="(struct.Struct method)"/>
  <function link="library/xdrlib.html#xdrlib.Packer.pack_list" name="pack_list() (xdrlib.Packer method)"/>
  <function link="library/xdrlib.html#xdrlib.Packer.pack_opaque" name="pack_opaque() (xdrlib.Packer method)"/>
  <function link="library/xdrlib.html#xdrlib.Packer.pack_string" name="pack_string() (xdrlib.Packer method)"/>
  <function link="glossary.html#term-package" name="package"/>
  <function link="reference/import.html#index-5" name="namespace"/>
  <function link="reference/import.html#index-5" name="portion"/>
  <function link="reference/import.html#index-4" name="regular"/>
  <function link="library/importlib.resources.html#importlib.resources.Package" name="Package (in module importlib.resources)"/>
  <function link="c-api/import.html#index-0" name="__all__"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Address.packed" name="packed (ipaddress.IPv4Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.packed" name="(ipaddress.IPv6Address attribute)"/>
  <function link="library/xdrlib.html#xdrlib.Packer" name="Packer (class in xdrlib)"/>
  <function link="library/struct.html#index-0" name="binary data"/>
  <function link="library/tkinter.html#index-2" name="packing (widgets)"/>
  <function link="library/pydoc.html#index-1" name="PAGER"/>
  <function link="library/curses.html#curses.pair_content" name="pair_content() (in module curses)"/>
  <function link="library/curses.html#curses.pair_number" name="pair_number() (in module curses)"/>
  <function link="library/itertools.html#itertools.pairwise" name="pairwise() (in module itertools)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.PanedWindow" name="PanedWindow (class in tkinter.tix)"/>
  <function link="glossary.html#term-parameter" name="parameter"/>
  <function link="reference/expressions.html#index-48" name="call semantics"/>
  <function link="faq/programming.html#index-1" name="difference from argument"/>
  <function link="reference/compound_stmts.html#index-27" name="function definition"/>
  <function link="reference/compound_stmts.html#index-31" name="value, default"/>
  <function link="library/inspect.html#inspect.Parameter" name="Parameter (class in inspect)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.ParameterizedMIMEHeader" name="ParameterizedMIMEHeader (class in email.headerregistry)"/>
  <function link="library/inspect.html#inspect.Signature.parameters" name="parameters (inspect.Signature attribute)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.ParameterizedMIMEHeader.params" name="params (email.headerregistry.ParameterizedMIMEHeader attribute)"/>
  <function link="library/typing.html#typing.ParamSpec" name="ParamSpec (class in typing)"/>
  <function link="library/typing.html#typing.ParamSpecArgs" name="ParamSpecArgs (in module typing)"/>
  <function link="library/typing.html#typing.ParamSpecKwargs" name="ParamSpecKwargs (in module typing)"/>
  <function link="library/sqlite3.html#sqlite3.paramstyle" name="paramstyle (in module sqlite3)"/>
  <function link="library/os.html#os.pardir" name="pardir (in module os)"/>
  <function link="library/2to3.html#to3fixer-paren" name="paren (2to3 fixer)"/>
  <function link="library/importlib.html#importlib.machinery.ModuleSpec.parent" name="parent (importlib.machinery.ModuleSpec attribute)"/>
  <function link="library/pathlib.html#pathlib.PurePath.parent" name="(pathlib.PurePath attribute)"/>
  <function link="library/pyclbr.html#pyclbr.Class.parent" name="(pyclbr.Class attribute)"/>
  <function link="library/pyclbr.html#pyclbr.Function.parent" name="(pyclbr.Function attribute)"/>
  <function link="library/urllib.request.html#urllib.request.BaseHandler.parent" name="(urllib.request.BaseHandler attribute)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.parent" name="parent() (tkinter.ttk.Treeview method)"/>
  <function link="library/multiprocessing.html#multiprocessing.parent_process" name="parent_process() (in module multiprocessing)"/>
  <function link="reference/expressions.html#index-8" name="parenthesized form"/>
  <function link="library/xml.dom.html#xml.dom.Node.parentNode" name="parentNode (xml.dom.Node attribute)"/>
  <function link="library/collections.html#collections.ChainMap.parents" name="parents (collections.ChainMap attribute)"/>
  <function link="library/pathlib.html#pathlib.PurePath.parents" name="(pathlib.PurePath attribute)"/>
  <function link="library/random.html#random.paretovariate" name="paretovariate() (in module random)"/>
  <function link="library/doctest.html#doctest.DocTestParser.parse" name="parse() (doctest.DocTestParser method)"/>
  <function link="library/email.parser.html#email.parser.BytesParser.parse" name="(email.parser.BytesParser method)"/>
  <function link="library/email.parser.html#email.parser.Parser.parse" name="(email.parser.Parser method)"/>
  <function link="library/ast.html#ast.parse" name="(in module ast)"/>
  <function link="library/cgi.html#cgi.parse" name="(in module cgi)"/>
  <function link="library/xml.dom.minidom.html#xml.dom.minidom.parse" name="(in module xml.dom.minidom)"/>
  <function link="library/xml.dom.pulldom.html#xml.dom.pulldom.parse" name="(in module xml.dom.pulldom)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.parse" name="(in module xml.etree.ElementTree)"/>
  <function link="library/xml.sax.html#xml.sax.parse" name="(in module xml.sax)"/>
  <function link="library/string.html#string.Formatter.parse" name="(string.Formatter method)"/>
  <function link="library/urllib.robotparser.html#urllib.robotparser.RobotFileParser.parse" name="(urllib.robotparser.RobotFileParser method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.ElementTree.parse" name="(xml.etree.ElementTree.ElementTree method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.Parse" name="Parse() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.parse" name="parse() (xml.sax.xmlreader.XMLReader method)"/>
  <function link="library/readline.html#readline.parse_and_bind" name="parse_and_bind() (in module readline)"/>
  <function link="library/argparse.html#argparse.ArgumentParser.parse_args" name="parse_args() (argparse.ArgumentParser method)"/>
  <function link="library/sqlite3.html#sqlite3.PARSE_COLNAMES" name="PARSE_COLNAMES (in module sqlite3)"/>
  <function link="library/sysconfig.html#sysconfig.parse_config_h" name="parse_config_h() (in module sysconfig)"/>
  <function link="library/sqlite3.html#sqlite3.PARSE_DECLTYPES" name="PARSE_DECLTYPES (in module sqlite3)"/>
  <function link="library/cgi.html#cgi.parse_header" name="parse_header() (in module cgi)"/>
  <function link="library/http.client.html#http.client.parse_headers" name="parse_headers() (in module http.client)"/>
  <function link="library/argparse.html#argparse.ArgumentParser.parse_intermixed_args" name="parse_intermixed_args() (argparse.ArgumentParser method)"/>
  <function link="library/argparse.html#argparse.ArgumentParser.parse_known_args" name="parse_known_args() (argparse.ArgumentParser method)"/>
  <function link="library/argparse.html#argparse.ArgumentParser.parse_known_intermixed_args" name="parse_known_intermixed_args() (argparse.ArgumentParser method)"/>
  <function link="library/cgi.html#cgi.parse_multipart" name="parse_multipart() (in module cgi)"/>
  <function link="library/urllib.parse.html#urllib.parse.parse_qs" name="parse_qs() (in module urllib.parse)"/>
  <function link="library/urllib.parse.html#urllib.parse.parse_qsl" name="parse_qsl() (in module urllib.parse)"/>
  <function link="library/email.utils.html#email.utils.parseaddr" name="parseaddr() (in module email.utils)"/>
  <function link="library/email.parser.html#email.parser.BytesParser.parsebytes" name="parsebytes() (email.parser.BytesParser method)"/>
  <function link="library/email.utils.html#email.utils.parsedate" name="parsedate() (in module email.utils)"/>
  <function link="library/email.utils.html#email.utils.parsedate_to_datetime" name="parsedate_to_datetime() (in module email.utils)"/>
  <function link="library/email.utils.html#email.utils.parsedate_tz" name="parsedate_tz() (in module email.utils)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.ParseError" name="ParseError (class in xml.etree.ElementTree)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.ParseFile" name="ParseFile() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/imaplib.html#imaplib.ParseFlags" name="ParseFlags() (in module imaplib)"/>
  <function link="reference/lexical_analysis.html#index-0" name="parser"/>
  <function link="library/email.parser.html#email.parser.Parser" name="Parser (class in email.parser)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.ParserCreate" name="ParserCreate() (in module xml.parsers.expat)"/>
  <function link="library/urllib.parse.html#urllib.parse.ParseResult" name="ParseResult (class in urllib.parse)"/>
  <function link="library/urllib.parse.html#urllib.parse.ParseResultBytes" name="ParseResultBytes (class in urllib.parse)"/>
  <function link="library/email.parser.html#email.parser.Parser.parsestr" name="parsestr() (email.parser.Parser method)"/>
  <function link="library/xml.dom.minidom.html#xml.dom.minidom.parseString" name="parseString() (in module xml.dom.minidom)"/>
  <function link="library/xml.dom.pulldom.html#xml.dom.pulldom.parseString" name="(in module xml.dom.pulldom)"/>
  <function link="library/xml.sax.html#xml.sax.parseString" name="(in module xml.sax)"/>
  <function link="library/urllib.parse.html#index-0" name="URL"/>
  <function link="library/configparser.html#configparser.ParsingError" name="ParsingError"/>
  <function link="library/asyncio-exceptions.html#asyncio.IncompleteReadError.partial" name="partial (asyncio.IncompleteReadError attribute)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.partial" name="partial() (imaplib.IMAP4 method)"/>
  <function link="library/functools.html#functools.partial" name="(in module functools)"/>
  <function link="library/functools.html#functools.partialmethod" name="partialmethod (class in functools)"/>
  <function link="library/asyncio-sync.html#asyncio.Barrier.parties" name="parties (asyncio.Barrier attribute)"/>
  <function link="library/threading.html#threading.Barrier.parties" name="(threading.Barrier attribute)"/>
  <function link="library/stdtypes.html#bytearray.partition" name="partition() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.partition" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.partition" name="(str method)"/>
  <function link="library/pathlib.html#pathlib.PurePath.parts" name="parts (pathlib.PurePath attribute)"/>
  <function link="reference/simple_stmts.html#index-20" name="statement"/>
  <function link="library/ast.html#ast.Pass" name="Pass (class in ast)"/>
  <function link="library/poplib.html#poplib.POP3.pass_" name="pass_() (poplib.POP3 method)"/>
  <function link="library/idle.html#index-4" name="Paste"/>
  <function link="library/test.html#test.support.patch" name="patch() (in module test.support)"/>
  <function link="library/unittest.mock.html#unittest.mock.patch" name="(in module unittest.mock)"/>
  <function link="library/unittest.mock.html#unittest.mock.patch.dict" name="patch.dict() (in module unittest.mock)"/>
  <function link="library/unittest.mock.html#unittest.mock.patch.multiple" name="patch.multiple() (in module unittest.mock)"/>
  <function link="library/unittest.mock.html#unittest.mock.patch.object" name="patch.object() (in module unittest.mock)"/>
  <function link="library/unittest.mock.html#unittest.mock.patch.stopall" name="patch.stopall() (in module unittest.mock)"/>
  <function link="c-api/intro.html#index-24" name="PATH"/>
  <function link="library/site.html#index-4" name="configuration file"/>
  <function link="reference/import.html#index-9" name="hooks"/>
  <function link="c-api/init.html#index-16" name="module search"/>
  <function link="library/os.path.html#index-0" name="operations"/>
  <function link="library/pathlib.html#pathlib.Path" name="Path (class in pathlib)"/>
  <function link="library/zipfile.html#zipfile.Path" name="(class in zipfile)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.path" name="path (http.cookiejar.Cookie attribute)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.path" name="(http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="library/importlib.html#importlib.abc.FileLoader.path" name="(importlib.abc.FileLoader attribute)"/>
  <function link="library/importlib.html#importlib.machinery.ExtensionFileLoader.path" name="(importlib.machinery.ExtensionFileLoader attribute)"/>
  <function link="library/importlib.html#importlib.machinery.FileFinder.path" name="(importlib.machinery.FileFinder attribute)"/>
  <function link="library/importlib.html#importlib.machinery.SourceFileLoader.path" name="(importlib.machinery.SourceFileLoader attribute)"/>
  <function link="library/importlib.html#importlib.machinery.SourcelessFileLoader.path" name="(importlib.machinery.SourcelessFileLoader attribute)"/>
  <function link="c-api/init.html#index-16" name="(in module sys)"/>
  <function link="library/os.html#os.DirEntry.path" name="(os.DirEntry attribute)"/>
  <function link="glossary.html#term-path-based-finder" name="path based finder"/>
  <function link="library/idle.html#index-1" name="Path browser"/>
  <function link="glossary.html#term-path-entry" name="path entry"/>
  <function link="glossary.html#term-path-entry-finder" name="path entry finder"/>
  <function link="glossary.html#term-path-entry-hook" name="path entry hook"/>
  <function link="reference/import.html#index-9" name="path hooks"/>
  <function link="library/importlib.resources.html#importlib.resources.path" name="path() (in module importlib.resources)"/>
  <function link="glossary.html#term-path-like-object" name="path-like object"/>
  <function link="library/zipfile.html#zipfile.Path.stem" name="Path.stem (in module zipfile)"/>
  <function link="library/zipfile.html#zipfile.Path.suffix" name="Path.suffix (in module zipfile)"/>
  <function link="library/zipfile.html#zipfile.Path.suffixes" name="Path.suffixes (in module zipfile)"/>
  <function link="library/importlib.html#importlib.machinery.FileFinder.path_hook" name="path_hook() (importlib.machinery.FileFinder class method)"/>
  <function link="library/sys.html#sys.path_hooks" name="path_hooks (in module sys)"/>
  <function link="library/sys.html#sys.path_importer_cache" name="path_importer_cache (in module sys)"/>
  <function link="library/importlib.html#importlib.abc.SourceLoader.path_mtime" name="path_mtime() (importlib.abc.SourceLoader method)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookiePolicy.path_return_ok" name="path_return_ok() (http.cookiejar.CookiePolicy method)"/>
  <function link="library/importlib.html#importlib.abc.SourceLoader.path_stats" name="path_stats() (importlib.abc.SourceLoader method)"/>
  <function link="library/importlib.html#importlib.machinery.SourceFileLoader.path_stats" name="(importlib.machinery.SourceFileLoader method)"/>
  <function link="library/os.html#os.pathconf" name="pathconf() (in module os)"/>
  <function link="library/os.html#os.pathconf_names" name="pathconf_names (in module os)"/>
  <function link="library/importlib.html#importlib.abc.PathEntryFinder" name="PathEntryFinder (class in importlib.abc)"/>
  <function link="using/windows.html#index-4" name="PATHEXT"/>
  <function link="library/importlib.html#importlib.machinery.PathFinder" name="PathFinder (class in importlib.machinery)"/>
  <function link="library/pathlib.html#module-pathlib" name="module"/>
  <function link="library/os.html#os.PathLike" name="PathLike (class in os)"/>
  <function link="library/urllib.request.html#urllib.request.pathname2url" name="pathname2url() (in module urllib.request)"/>
  <function link="library/os.html#os.pathsep" name="pathsep (in module os)"/>
  <function link="library/typing.html#typing.Pattern" name="Pattern (class in typing)"/>
  <function link="library/re.html#re.error.pattern" name="pattern (re.error attribute)"/>
  <function link="library/re.html#re.Pattern.pattern" name="(re.Pattern attribute)"/>
  <function link="reference/compound_stmts.html#index-18" name="pattern matching"/>
  <function link="library/signal.html#signal.pause" name="pause() (in module signal)"/>
  <function link="library/asyncio-protocol.html#asyncio.ReadTransport.pause_reading" name="pause_reading() (asyncio.ReadTransport method)"/>
  <function link="library/asyncio-protocol.html#asyncio.BaseProtocol.pause_writing" name="pause_writing() (asyncio.BaseProtocol method)"/>
  <function link="library/tarfile.html#tarfile.PAX_FORMAT" name="PAX_FORMAT (in module tarfile)"/>
  <function link="library/tarfile.html#tarfile.TarFile.pax_headers" name="pax_headers (tarfile.TarFile attribute)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.pax_headers" name="(tarfile.TarInfo attribute)"/>
  <function link="library/hashlib.html#hashlib.pbkdf2_hmac" name="pbkdf2_hmac() (in module hashlib)"/>
  <function link="library/turtle.html#turtle.pd" name="pd() (in module turtle)"/>
  <function link="library/pdb.html#module-pdb" name="module"/>
  <function link="library/pdb.html#index-1" name="Pdb (class in pdb)"/>
  <function link="library/statistics.html#statistics.NormalDist.pdf" name="pdf() (statistics.NormalDist method)"/>
  <function link="library/bz2.html#bz2.BZ2File.peek" name="peek() (bz2.BZ2File method)"/>
  <function link="library/gzip.html#gzip.GzipFile.peek" name="(gzip.GzipFile method)"/>
  <function link="library/io.html#io.BufferedReader.peek" name="(io.BufferedReader method)"/>
  <function link="library/lzma.html#lzma.LZMAFile.peek" name="(lzma.LZMAFile method)"/>
  <function link="library/weakref.html#weakref.finalize.peek" name="(weakref.finalize method)"/>
  <function link="library/smtpd.html#smtpd.SMTPChannel.peer" name="peer (smtpd.SMTPChannel attribute)"/>
  <function link="library/ssl.html#ssl.PEM_cert_to_DER_cert" name="PEM_cert_to_DER_cert() (in module ssl)"/>
  <function link="library/turtle.html#turtle.pen" name="pen() (in module turtle)"/>
  <function link="library/turtle.html#turtle.pencolor" name="pencolor() (in module turtle)"/>
  <function link="library/ssl.html#ssl.MemoryBIO.pending" name="pending (ssl.MemoryBIO attribute)"/>
  <function link="library/ssl.html#ssl.SSLSocket.pending" name="pending() (ssl.SSLSocket method)"/>
  <function link="library/exceptions.html#PendingDeprecationWarning" name="PendingDeprecationWarning"/>
  <function link="library/turtle.html#turtle.pendown" name="pendown() (in module turtle)"/>
  <function link="library/turtle.html#turtle.pensize" name="pensize() (in module turtle)"/>
  <function link="library/turtle.html#turtle.penup" name="penup() (in module turtle)"/>
  <function link="glossary.html#term-PEP" name="PEP"/>
  <function link="library/token.html#token.PERCENT" name="PERCENT (in module token)"/>
  <function link="library/token.html#token.PERCENTEQUAL" name="PERCENTEQUAL (in module token)"/>
  <function link="library/time.html#time.perf_counter" name="perf_counter() (in module time)"/>
  <function link="library/time.html#time.perf_counter_ns" name="perf_counter_ns() (in module time)"/>
  <function link="library/timeit.html#index-0" name="Performance"/>
  <function link="library/math.html#math.perm" name="perm() (in module math)"/>
  <function link="library/exceptions.html#PermissionError" name="PermissionError"/>
  <function link="library/itertools.html#itertools.permutations" name="permutations() (in module itertools)"/>
  <function link="library/msilib.html#msilib.SummaryInformation.Persist" name="Persist() (msilib.SummaryInformation method)"/>
  <function link="library/pickle.html#index-0" name="persistence"/>
  <function link="library/pickle.html#index-0" name="objects"/>
  <function link="library/pickle.html#index-6" name="persistent_id (pickle protocol)"/>
  <function link="library/pickle.html#pickle.Pickler.persistent_id" name="persistent_id() (pickle.Pickler method)"/>
  <function link="library/pickle.html#index-6" name="persistent_load (pickle protocol)"/>
  <function link="library/pickle.html#pickle.Unpickler.persistent_load" name="persistent_load() (pickle.Unpickler method)"/>
  <function link="library/socket.html#socket.PF_CAN" name="PF_CAN (in module socket)"/>
  <function link="library/socket.html#socket.PF_PACKET" name="PF_PACKET (in module socket)"/>
  <function link="library/socket.html#socket.PF_RDS" name="PF_RDS (in module socket)"/>
  <function link="library/pprint.html#pprint.pformat" name="pformat() (in module pprint)"/>
  <function link="library/pprint.html#pprint.PrettyPrinter.pformat" name="(pprint.PrettyPrinter method)"/>
  <function link="library/gettext.html#gettext.GNUTranslations.pgettext" name="pgettext() (gettext.GNUTranslations method)"/>
  <function link="library/gettext.html#gettext.NullTranslations.pgettext" name="(gettext.NullTranslations method)"/>
  <function link="library/gettext.html#gettext.pgettext" name="(in module gettext)"/>
  <function link="library/test.html#test.support.PGO" name="PGO (in module test.support)"/>
  <function link="library/cmath.html#cmath.phase" name="phase() (in module cmath)"/>
  <function link="extending/extending.html#index-4" name="Philbrick, Geoff"/>
  <function link="reference/lexical_analysis.html#index-23" name="physical line"/>
  <function link="library/cmath.html#cmath.pi" name="pi (in module cmath)"/>
  <function link="library/math.html#math.pi" name="(in module math)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.TreeBuilder.pi" name="pi() (xml.etree.ElementTree.TreeBuilder method)"/>
  <function link="library/copy.html#index-0" name="module"/>
  <function link="library/copyreg.html#copyreg.pickle" name="pickle() (in module copyreg)"/>
  <function link="library/pickle.html#pickle.PickleBuffer" name="PickleBuffer (class in pickle)"/>
  <function link="library/pickle.html#pickle.PickleError" name="PickleError"/>
  <function link="library/pickle.html#pickle.Pickler" name="Pickler (class in pickle)"/>
  <function link="library/pickletools.html#module-pickletools" name="module"/>
  <function link="library/pickletools.html#cmdoption-pickletools-a" name="--annotate"/>
  <function link="library/pickletools.html#cmdoption-pickletools-l" name="--indentlevel"/>
  <function link="library/pickletools.html#cmdoption-pickletools-m" name="--memo"/>
  <function link="library/pickletools.html#cmdoption-pickletools-o" name="--output"/>
  <function link="library/pickletools.html#cmdoption-pickletools-p" name="--preamble"/>
  <function link="library/pickletools.html#cmdoption-pickletools-a" name="-a"/>
  <function link="library/pickletools.html#cmdoption-pickletools-l" name="-l"/>
  <function link="library/pickletools.html#cmdoption-pickletools-m" name="-m"/>
  <function link="library/pickletools.html#cmdoption-pickletools-o" name="-o"/>
  <function link="library/pickletools.html#cmdoption-pickletools-p" name="-p"/>
  <function link="library/pickle.html#index-0" name="objects"/>
  <function link="library/pickle.html#pickle.PicklingError" name="PicklingError"/>
  <function link="library/asyncio-subprocess.html#asyncio.subprocess.Process.pid" name="pid (asyncio.subprocess.Process attribute)"/>
  <function link="library/multiprocessing.html#multiprocessing.Process.pid" name="(multiprocessing.Process attribute)"/>
  <function link="library/subprocess.html#subprocess.Popen.pid" name="(subprocess.Popen attribute)"/>
  <function link="library/os.html#os.pidfd_open" name="pidfd_open() (in module os)"/>
  <function link="library/signal.html#signal.pidfd_send_signal" name="pidfd_send_signal() (in module signal)"/>
  <function link="library/asyncio-policy.html#asyncio.PidfdChildWatcher" name="PidfdChildWatcher (class in asyncio)"/>
  <function link="whatsnew/changelog.html#index-164" name="PIP_USER"/>
  <function link="library/subprocess.html#subprocess.PIPE" name="PIPE (in module subprocess)"/>
  <function link="library/multiprocessing.html#multiprocessing.Pipe" name="Pipe() (in module multiprocessing)"/>
  <function link="library/os.html#os.pipe" name="pipe() (in module os)"/>
  <function link="library/os.html#os.pipe2" name="pipe2() (in module os)"/>
  <function link="library/select.html#select.PIPE_BUF" name="PIPE_BUF (in module select)"/>
  <function link="library/asyncio-protocol.html#asyncio.SubprocessProtocol.pipe_connection_lost" name="pipe_connection_lost() (asyncio.SubprocessProtocol method)"/>
  <function link="library/asyncio-protocol.html#asyncio.SubprocessProtocol.pipe_data_received" name="pipe_data_received() (asyncio.SubprocessProtocol method)"/>
  <function link="library/test.html#test.support.PIPE_MAX_SIZE" name="PIPE_MAX_SIZE (in module test.support)"/>
  <function link="library/pipes.html#module-pipes" name="module"/>
  <function link="library/imp.html#imp.PKG_DIRECTORY" name="PKG_DIRECTORY (in module imp)"/>
  <function link="library/pkgutil.html#module-pkgutil" name="module"/>
  <function link="library/textwrap.html#textwrap.TextWrapper.placeholder" name="placeholder (textwrap.TextWrapper attribute)"/>
  <function link="distutils/apiref.html#index-2" name="PLAT"/>
  <function link="library/platform.html#module-platform" name="module"/>
  <function link="c-api/init.html#index-26" name="platform (in module sys)"/>
  <function link="library/platform.html#platform.platform" name="platform() (in module platform)"/>
  <function link="library/sys.html#sys.platlibdir" name="platlibdir (in module sys)"/>
  <function link="library/winsound.html#winsound.PlaySound" name="PlaySound() (in module winsound)"/>
  <function link="library/plistlib.html#index-0" name="file"/>
  <function link="library/plistlib.html#module-plistlib" name="module"/>
  <function link="library/os.html#os.plock" name="plock() (in module os)"/>
  <function link="reference/expressions.html#index-61" name="plus"/>
  <function link="library/token.html#token.PLUS" name="PLUS (in module token)"/>
  <function link="library/decimal.html#decimal.Context.plus" name="plus() (decimal.Context method)"/>
  <function link="library/token.html#token.PLUSEQUAL" name="PLUSEQUAL (in module token)"/>
  <function link="library/pdb.html#pdb.pm" name="pm() (in module pdb)"/>
  <function link="library/ctypes.html#ctypes.POINTER" name="POINTER() (in module ctypes)"/>
  <function link="library/ctypes.html#ctypes.pointer" name="pointer() (in module ctypes)"/>
  <function link="library/cmath.html#cmath.polar" name="polar() (in module cmath)"/>
  <function link="library/email.policy.html#email.policy.Policy" name="Policy (class in email.policy)"/>
  <function link="library/select.html#select.poll" name="poll() (in module select)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.Connection.poll" name="(multiprocessing.connection.Connection method)"/>
  <function link="library/select.html#select.devpoll.poll" name="(select.devpoll method)"/>
  <function link="library/select.html#select.epoll.poll" name="(select.epoll method)"/>
  <function link="library/select.html#select.poll.poll" name="(select.poll method)"/>
  <function link="library/subprocess.html#subprocess.Popen.poll" name="(subprocess.Popen method)"/>
  <function link="library/selectors.html#selectors.PollSelector" name="PollSelector (class in selectors)"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.Pool" name="Pool (class in multiprocessing.pool)"/>
  <function link="library/array.html#array.array.pop" name="pop() (array.array method)"/>
  <function link="library/collections.html#collections.deque.pop" name="(collections.deque method)"/>
  <function link="library/stdtypes.html#dict.pop" name="(dict method)"/>
  <function link="library/stdtypes.html#frozenset.pop" name="(frozenset method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.pop" name="(mailbox.Mailbox method)"/>
  <function link="library/stdtypes.html#index-23" name="(sequence method)"/>
  <function link="library/poplib.html#index-0" name="protocol"/>
  <function link="library/poplib.html#poplib.POP3" name="POP3 (class in poplib)"/>
  <function link="library/poplib.html#poplib.POP3_SSL" name="POP3_SSL (class in poplib)"/>
  <function link="library/contextlib.html#contextlib.ExitStack.pop_all" name="pop_all() (contextlib.ExitStack method)"/>
  <function link="library/dis.html#opcode-POP_EXCEPT" name="POP_EXCEPT (opcode)"/>
  <function link="library/dis.html#opcode-POP_JUMP_BACKWARD_IF_FALSE" name="POP_JUMP_BACKWARD_IF_FALSE (opcode)"/>
  <function link="library/dis.html#opcode-POP_JUMP_BACKWARD_IF_NONE" name="POP_JUMP_BACKWARD_IF_NONE (opcode)"/>
  <function link="library/dis.html#opcode-POP_JUMP_BACKWARD_IF_NOT_NONE" name="POP_JUMP_BACKWARD_IF_NOT_NONE (opcode)"/>
  <function link="library/dis.html#opcode-POP_JUMP_BACKWARD_IF_TRUE" name="POP_JUMP_BACKWARD_IF_TRUE (opcode)"/>
  <function link="library/dis.html#opcode-POP_JUMP_FORWARD_IF_FALSE" name="POP_JUMP_FORWARD_IF_FALSE (opcode)"/>
  <function link="library/dis.html#opcode-POP_JUMP_FORWARD_IF_NONE" name="POP_JUMP_FORWARD_IF_NONE (opcode)"/>
  <function link="library/dis.html#opcode-POP_JUMP_FORWARD_IF_NOT_NONE" name="POP_JUMP_FORWARD_IF_NOT_NONE (opcode)"/>
  <function link="library/dis.html#opcode-POP_JUMP_FORWARD_IF_TRUE" name="POP_JUMP_FORWARD_IF_TRUE (opcode)"/>
  <function link="library/shlex.html#shlex.shlex.pop_source" name="pop_source() (shlex.shlex method)"/>
  <function link="library/dis.html#opcode-POP_TOP" name="POP_TOP (opcode)"/>
  <function link="library/subprocess.html#subprocess.Popen" name="Popen (class in subprocess)"/>
  <function link="library/os.html#os.popen" name="popen() (in module os)"/>
  <function link="library/collections.html#collections.OrderedDict.popitem" name="popitem() (collections.OrderedDict method)"/>
  <function link="library/stdtypes.html#dict.popitem" name="(dict method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.popitem" name="(mailbox.Mailbox method)"/>
  <function link="library/collections.html#collections.deque.popleft" name="popleft() (collections.deque method)"/>
  <function link="library/poplib.html#module-poplib" name="module"/>
  <function link="library/tkinter.tix.html#tkinter.tix.PopupMenu" name="PopupMenu (class in tkinter.tix)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.port" name="port (http.cookiejar.Cookie attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.port_specified" name="port_specified (http.cookiejar.Cookie attribute)"/>
  <function link="glossary.html#term-portion" name="portion"/>
  <function link="reference/import.html#index-5" name="package"/>
  <function link="library/json.html#json.JSONDecodeError.pos" name="pos (json.JSONDecodeError attribute)"/>
  <function link="library/re.html#re.error.pos" name="(re.error attribute)"/>
  <function link="library/re.html#re.Match.pos" name="(re.Match attribute)"/>
  <function link="library/operator.html#operator.pos" name="pos() (in module operator)"/>
  <function link="library/turtle.html#turtle.pos" name="(in module turtle)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.ParseError.position" name="position (xml.etree.ElementTree.ParseError attribute)"/>
  <function link="library/turtle.html#turtle.position" name="position() (in module turtle)"/>
  <function link="glossary.html#term-positional-argument" name="positional argument"/>
  <function link="library/dis.html#dis.Positions" name="Positions (class in dis)"/>
  <function link="library/inspect.html#inspect.FrameInfo.positions" name="positions (inspect.FrameInfo attribute)"/>
  <function link="library/inspect.html#inspect.Traceback.positions" name="(inspect.Traceback attribute)"/>
  <function link="library/dis.html#dis.Positions.col_offset" name="Positions.col_offset (in module dis)"/>
  <function link="library/dis.html#dis.Positions.end_col_offset" name="Positions.end_col_offset (in module dis)"/>
  <function link="library/dis.html#dis.Positions.end_lineno" name="Positions.end_lineno (in module dis)"/>
  <function link="library/dis.html#dis.Positions.lineno" name="Positions.lineno (in module dis)"/>
  <function link="library/termios.html#index-0" name="I/O control"/>
  <function link="library/_thread.html#index-1" name="threads"/>
  <function link="library/posix.html#module-posix" name="module"/>
  <function link="library/multiprocessing.shared_memory.html#index-0" name="POSIX Shared Memory"/>
  <function link="library/os.html#os.POSIX_FADV_DONTNEED" name="POSIX_FADV_DONTNEED (in module os)"/>
  <function link="library/os.html#os.POSIX_FADV_NOREUSE" name="POSIX_FADV_NOREUSE (in module os)"/>
  <function link="library/os.html#os.POSIX_FADV_NORMAL" name="POSIX_FADV_NORMAL (in module os)"/>
  <function link="library/os.html#os.POSIX_FADV_RANDOM" name="POSIX_FADV_RANDOM (in module os)"/>
  <function link="library/os.html#os.POSIX_FADV_SEQUENTIAL" name="POSIX_FADV_SEQUENTIAL (in module os)"/>
  <function link="library/os.html#os.POSIX_FADV_WILLNEED" name="POSIX_FADV_WILLNEED (in module os)"/>
  <function link="library/os.html#os.posix_fadvise" name="posix_fadvise() (in module os)"/>
  <function link="library/os.html#os.posix_fallocate" name="posix_fallocate() (in module os)"/>
  <function link="library/os.html#os.posix_spawn" name="posix_spawn() (in module os)"/>
  <function link="library/os.html#os.POSIX_SPAWN_CLOSE" name="POSIX_SPAWN_CLOSE (in module os)"/>
  <function link="library/os.html#os.POSIX_SPAWN_DUP2" name="POSIX_SPAWN_DUP2 (in module os)"/>
  <function link="library/os.html#os.POSIX_SPAWN_OPEN" name="POSIX_SPAWN_OPEN (in module os)"/>
  <function link="library/os.html#os.posix_spawnp" name="posix_spawnp() (in module os)"/>
  <function link="library/getopt.html#index-0" name="POSIXLY_CORRECT"/>
  <function link="library/pathlib.html#pathlib.PosixPath" name="PosixPath (class in pathlib)"/>
  <function link="library/nntplib.html#nntplib.NNTP.post" name="post() (nntplib.NNTP method)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.post" name="(ossaudiodev.oss_audio_device method)"/>
  <function link="library/ssl.html#ssl.SSLContext.post_handshake_auth" name="post_handshake_auth (ssl.SSLContext attribute)"/>
  <function link="library/pdb.html#pdb.post_mortem" name="post_mortem() (in module pdb)"/>
  <function link="library/venv.html#venv.EnvBuilder.post_setup" name="post_setup() (venv.EnvBuilder method)"/>
  <function link="library/cmd.html#cmd.Cmd.postcmd" name="postcmd() (cmd.Cmd method)"/>
  <function link="library/cmd.html#cmd.Cmd.postloop" name="postloop() (cmd.Cmd method)"/>
  <function link="c-api/number.html#index-1" name="built-in function"/>
  <function link="library/ast.html#ast.Pow" name="Pow (class in ast)"/>
  <function link="library/functions.html#pow" name="built-in function"/>
  <function link="library/math.html#math.pow" name="pow() (in module math)"/>
  <function link="library/operator.html#operator.pow" name="(in module operator)"/>
  <function link="reference/expressions.html#index-58" name="operation"/>
  <function link="library/decimal.html#decimal.Context.power" name="power() (decimal.Context method)"/>
  <function link="library/pdb.html#pdbcommand-pp" name="pp (pdb command)"/>
  <function link="library/pprint.html#pprint.pp" name="pp() (in module pprint)"/>
  <function link="library/pprint.html#module-pprint" name="module"/>
  <function link="library/pprint.html#pprint.pprint" name="pprint() (in module pprint)"/>
  <function link="library/pprint.html#pprint.PrettyPrinter.pprint" name="(pprint.PrettyPrinter method)"/>
  <function link="library/calendar.html#calendar.prcal" name="prcal() (in module calendar)"/>
  <function link="library/os.html#os.pread" name="pread() (in module os)"/>
  <function link="library/os.html#os.preadv" name="preadv() (in module os)"/>
  <function link="library/email.message.html#email.message.EmailMessage.preamble" name="preamble (email.message.EmailMessage attribute)"/>
  <function link="library/email.compat32-message.html#email.message.Message.preamble" name="(email.message.Message attribute)"/>
  <function link="library/dis.html#opcode-PRECALL" name="PRECALL (opcode)"/>
  <function link="reference/expressions.html#index-97" name="operator"/>
  <function link="library/cmd.html#cmd.Cmd.precmd" name="precmd() (cmd.Cmd method)"/>
  <function link="c-api/intro.html#index-1" name="prefix"/>
  <function link="distutils/apiref.html#distutils.sysconfig.PREFIX" name="PREFIX (in module distutils.sysconfig)"/>
  <function link="library/sys.html#sys.prefix" name="prefix (in module sys)"/>
  <function link="library/xml.dom.html#xml.dom.Attr.prefix" name="(xml.dom.Attr attribute)"/>
  <function link="library/xml.dom.html#xml.dom.Node.prefix" name="(xml.dom.Node attribute)"/>
  <function link="library/zipimport.html#zipimport.zipimporter.prefix" name="(zipimport.zipimporter attribute)"/>
  <function link="library/site.html#site.PREFIXES" name="PREFIXES (in module site)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.prefixlen" name="prefixlen (ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.prefixlen" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/cmd.html#cmd.Cmd.preloop" name="preloop() (cmd.Cmd method)"/>
  <function link="library/dis.html#opcode-PREP_RERAISE_STAR" name="PREP_RERAISE_STAR (opcode)"/>
  <function link="library/graphlib.html#graphlib.TopologicalSorter.prepare" name="prepare() (graphlib.TopologicalSorter method)"/>
  <function link="library/logging.handlers.html#logging.handlers.QueueHandler.prepare" name="(logging.handlers.QueueHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.QueueListener.prepare" name="(logging.handlers.QueueListener method)"/>
  <function link="library/types.html#types.prepare_class" name="prepare_class() (in module types)"/>
  <function link="library/xml.sax.utils.html#xml.sax.saxutils.prepare_input_source" name="prepare_input_source() (in module xml.sax.saxutils)"/>
  <function link="library/sqlite3.html#sqlite3.PrepareProtocol" name="PrepareProtocol (class in sqlite3)"/>
  <function link="library/pipes.html#pipes.Template.prepend" name="prepend() (pipes.Template method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.preprocess" name="preprocess() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/pprint.html#pprint.PrettyPrinter" name="PrettyPrinter (class in pprint)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.prev" name="prev() (tkinter.ttk.Treeview method)"/>
  <function link="library/xml.dom.html#xml.dom.Node.previousSibling" name="previousSibling (xml.dom.Node attribute)"/>
  <function link="reference/expressions.html#index-38" name="primary"/>
  <function link="reference/datamodel.html#index-75" name="built-in function"/>
  <function link="library/2to3.html#to3fixer-print" name="print (2to3 fixer)"/>
  <function link="library/functions.html#print" name="built-in function"/>
  <function link="reference/datamodel.html#index-73" name="__str__() (object method)"/>
  <function link="library/traceback.html#traceback.TracebackException.print" name="print() (traceback.TracebackException method)"/>
  <function link="library/profile.html#pstats.Stats.print_callees" name="print_callees() (pstats.Stats method)"/>
  <function link="library/profile.html#pstats.Stats.print_callers" name="print_callers() (pstats.Stats method)"/>
  <function link="library/cgi.html#cgi.print_directory" name="print_directory() (in module cgi)"/>
  <function link="library/cgi.html#cgi.print_environ" name="print_environ() (in module cgi)"/>
  <function link="library/cgi.html#cgi.print_environ_usage" name="print_environ_usage() (in module cgi)"/>
  <function link="library/traceback.html#traceback.print_exc" name="print_exc() (in module traceback)"/>
  <function link="library/timeit.html#timeit.Timer.print_exc" name="(timeit.Timer method)"/>
  <function link="library/traceback.html#traceback.print_exception" name="print_exception() (in module traceback)"/>
  <function link="library/dis.html#opcode-PRINT_EXPR" name="PRINT_EXPR (opcode)"/>
  <function link="library/cgi.html#cgi.print_form" name="print_form() (in module cgi)"/>
  <function link="library/argparse.html#argparse.ArgumentParser.print_help" name="print_help() (argparse.ArgumentParser method)"/>
  <function link="library/traceback.html#traceback.print_last" name="print_last() (in module traceback)"/>
  <function link="library/asyncio-task.html#asyncio.Task.print_stack" name="print_stack() (asyncio.Task method)"/>
  <function link="library/traceback.html#traceback.print_stack" name="(in module traceback)"/>
  <function link="library/profile.html#profile.Profile.print_stats" name="print_stats() (profile.Profile method)"/>
  <function link="library/profile.html#pstats.Stats.print_stats" name="(pstats.Stats method)"/>
  <function link="library/traceback.html#traceback.print_tb" name="print_tb() (in module traceback)"/>
  <function link="library/argparse.html#argparse.ArgumentParser.print_usage" name="print_usage() (argparse.ArgumentParser method)"/>
  <function link="library/optparse.html#optparse.OptionParser.print_usage" name="(optparse.OptionParser method)"/>
  <function link="library/optparse.html#optparse.OptionParser.print_version" name="print_version() (optparse.OptionParser method)"/>
  <function link="library/test.html#test.support.print_warning" name="print_warning() (in module test.support)"/>
  <function link="library/string.html#string.printable" name="printable (in module string)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.printdir" name="printdir() (zipfile.ZipFile method)"/>
  <function link="library/stdtypes.html#index-34" name="printf-style formatting"/>
  <function link="library/os.html#os.PRIO_PGRP" name="PRIO_PGRP (in module os)"/>
  <function link="library/os.html#os.PRIO_PROCESS" name="PRIO_PROCESS (in module os)"/>
  <function link="library/os.html#os.PRIO_USER" name="PRIO_USER (in module os)"/>
  <function link="library/asyncio-queue.html#asyncio.PriorityQueue" name="PriorityQueue (class in asyncio)"/>
  <function link="library/queue.html#queue.PriorityQueue" name="(class in queue)"/>
  <function link="reference/expressions.html#index-5" name="names"/>
  <function link="library/resource.html#resource.prlimit" name="prlimit() (in module resource)"/>
  <function link="library/calendar.html#calendar.TextCalendar.prmonth" name="prmonth() (calendar.TextCalendar method)"/>
  <function link="library/calendar.html#calendar.prmonth" name="(in module calendar)"/>
  <function link="library/asyncio-eventloop.html#asyncio.ProactorEventLoop" name="ProactorEventLoop (class in asyncio)"/>
  <function link="reference/simple_stmts.html#index-3" name="call"/>
  <function link="library/os.html#index-12" name="group"/>
  <function link="library/os.html#index-13" name="id"/>
  <function link="library/os.html#index-14" name="id of parent"/>
  <function link="library/os.html#index-37" name="killing"/>
  <function link="library/os.html#index-15" name="scheduling priority"/>
  <function link="library/os.html#index-37" name="signalling"/>
  <function link="library/multiprocessing.html#multiprocessing.Process" name="Process (class in multiprocessing)"/>
  <function link="library/logging.html#logging.LoggerAdapter.process" name="process() (logging.LoggerAdapter method)"/>
  <function link="library/asyncio-protocol.html#asyncio.SubprocessProtocol.process_exited" name="process_exited() (asyncio.SubprocessProtocol method)"/>
  <function link="library/smtpd.html#smtpd.SMTPServer.process_message" name="process_message() (smtpd.SMTPServer method)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.process_request" name="process_request() (socketserver.BaseServer method)"/>
  <function link="library/time.html#time.process_time" name="process_time() (in module time)"/>
  <function link="library/time.html#time.process_time_ns" name="process_time_ns() (in module time)"/>
  <function link="library/tabnanny.html#tabnanny.process_tokens" name="process_tokens() (in module tabnanny)"/>
  <function link="library/multiprocessing.html#multiprocessing.ProcessError" name="ProcessError"/>
  <function link="library/_thread.html#index-0" name="processes, light-weight"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.ProcessingInstruction" name="ProcessingInstruction() (in module xml.etree.ElementTree)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.processingInstruction" name="processingInstruction() (xml.sax.handler.ContentHandler method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.ProcessingInstructionHandler" name="ProcessingInstructionHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/exceptions.html#ProcessLookupError" name="ProcessLookupError"/>
  <function link="library/time.html#index-12" name="processor time"/>
  <function link="library/platform.html#platform.processor" name="processor() (in module platform)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.ProcessPoolExecutor" name="ProcessPoolExecutor (class in concurrent.futures)"/>
  <function link="library/math.html#math.prod" name="prod() (in module math)"/>
  <function link="library/itertools.html#itertools.product" name="product() (in module itertools)"/>
  <function link="library/profile.html#module-profile" name="module"/>
  <function link="library/profile.html#profile.Profile" name="Profile (class in profile)"/>
  <function link="library/sys.html#index-10" name="profile function"/>
  <function link="using/configure.html#index-2" name="PROFILE_TASK"/>
  <function link="library/sys.html#index-10" name="profiler"/>
  <function link="library/profile.html#index-0" name="profiling, deterministic"/>
  <function link="reference/toplevel_components.html#index-1" name="program"/>
  <function link="library/sqlite3.html#sqlite3.ProgrammingError" name="ProgrammingError"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Progressbar" name="Progressbar (class in tkinter.ttk)"/>
  <function link="library/cmd.html#cmd.Cmd.prompt" name="prompt (cmd.Cmd attribute)"/>
  <function link="library/urllib.request.html#urllib.request.FancyURLopener.prompt_user_passwd" name="prompt_user_passwd() (urllib.request.FancyURLopener method)"/>
  <function link="library/sys.html#index-27" name="prompts, interpreter"/>
  <function link="library/logging.html#logging.Logger.propagate" name="propagate (logging.Logger attribute)"/>
  <function link="library/functions.html#property" name="property (built-in class)"/>
  <function link="library/plistlib.html#index-0" name="property list"/>
  <function link="library/enum.html#enum.property" name="property() (in module enum)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.property_declaration_handler" name="property_declaration_handler (in module xml.sax.handler)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.property_dom_node" name="property_dom_node (in module xml.sax.handler)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.property_lexical_handler" name="property_lexical_handler (in module xml.sax.handler)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.property_xml_string" name="property_xml_string (in module xml.sax.handler)"/>
  <function link="library/unittest.mock.html#unittest.mock.PropertyMock" name="PropertyMock (class in unittest.mock)"/>
  <function link="library/ftplib.html#ftplib.FTP_TLS.prot_c" name="prot_c() (ftplib.FTP_TLS method)"/>
  <function link="library/ftplib.html#ftplib.FTP_TLS.prot_p" name="prot_p() (ftplib.FTP_TLS method)"/>
  <function link="library/socket.html#socket.socket.proto" name="proto (socket.socket attribute)"/>
  <function link="library/cgi.html#index-0" name="CGI"/>
  <function link="library/stdtypes.html#index-53" name="context management"/>
  <function link="library/pickle.html#index-5" name="copy"/>
  <function link="library/ftplib.html#index-0" name="FTP"/>
  <function link="library/cgi.html#index-0" name="HTTP"/>
  <function link="library/imaplib.html#index-0" name="IMAP4"/>
  <function link="library/imaplib.html#index-0" name="IMAP4_SSL"/>
  <function link="library/imaplib.html#index-0" name="IMAP4_stream"/>
  <function link="library/stdtypes.html#index-17" name="iterator"/>
  <function link="library/nntplib.html#index-0" name="NNTP"/>
  <function link="library/poplib.html#index-0" name="POP3"/>
  <function link="library/smtplib.html#index-0" name="SMTP"/>
  <function link="library/telnetlib.html#index-0" name="Telnet"/>
  <function link="library/asyncio-protocol.html#asyncio.Protocol" name="Protocol (class in asyncio)"/>
  <function link="library/typing.html#typing.Protocol" name="(class in typing)"/>
  <function link="library/ssl.html#ssl.SSLContext.protocol" name="protocol (ssl.SSLContext attribute)"/>
  <function link="library/ssl.html#ssl.PROTOCOL_SSLv2" name="PROTOCOL_SSLv2 (in module ssl)"/>
  <function link="library/ssl.html#ssl.PROTOCOL_SSLv23" name="PROTOCOL_SSLv23 (in module ssl)"/>
  <function link="library/ssl.html#ssl.PROTOCOL_SSLv3" name="PROTOCOL_SSLv3 (in module ssl)"/>
  <function link="library/ssl.html#ssl.PROTOCOL_TLS" name="PROTOCOL_TLS (in module ssl)"/>
  <function link="library/ssl.html#ssl.PROTOCOL_TLS_CLIENT" name="PROTOCOL_TLS_CLIENT (in module ssl)"/>
  <function link="library/ssl.html#ssl.PROTOCOL_TLS_SERVER" name="PROTOCOL_TLS_SERVER (in module ssl)"/>
  <function link="library/ssl.html#ssl.PROTOCOL_TLSv1" name="PROTOCOL_TLSv1 (in module ssl)"/>
  <function link="library/ssl.html#ssl.PROTOCOL_TLSv1_1" name="PROTOCOL_TLSv1_1 (in module ssl)"/>
  <function link="library/ssl.html#ssl.PROTOCOL_TLSv1_2" name="PROTOCOL_TLSv1_2 (in module ssl)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.protocol_version" name="protocol_version (http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.PROTOCOL_VERSION" name="PROTOCOL_VERSION (imaplib.IMAP4 attribute)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.ProtocolError" name="ProtocolError (class in xmlrpc.client)"/>
  <function link="glossary.html#term-provisional-API" name="provisional API"/>
  <function link="glossary.html#term-provisional-package" name="provisional package"/>
  <function link="library/weakref.html#weakref.proxy" name="proxy() (in module weakref)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.proxyauth" name="proxyauth() (imaplib.IMAP4 method)"/>
  <function link="library/urllib.request.html#urllib.request.ProxyBasicAuthHandler" name="ProxyBasicAuthHandler (class in urllib.request)"/>
  <function link="library/urllib.request.html#urllib.request.ProxyDigestAuthHandler" name="ProxyDigestAuthHandler (class in urllib.request)"/>
  <function link="library/urllib.request.html#urllib.request.ProxyHandler" name="ProxyHandler (class in urllib.request)"/>
  <function link="library/weakref.html#weakref.ProxyType" name="ProxyType (in module weakref)"/>
  <function link="library/weakref.html#weakref.ProxyTypes" name="ProxyTypes (in module weakref)"/>
  <function link="library/calendar.html#calendar.TextCalendar.pryear" name="pryear() (calendar.TextCalendar method)"/>
  <function link="library/sys.html#sys.ps1" name="ps1 (in module sys)"/>
  <function link="library/sys.html#sys.ps2" name="ps2 (in module sys)"/>
  <function link="library/profile.html#module-pstats" name="module"/>
  <function link="library/statistics.html#statistics.pstdev" name="pstdev() (in module statistics)"/>
  <function link="library/time.html#time.pthread_getcpuclockid" name="pthread_getcpuclockid() (in module time)"/>
  <function link="library/signal.html#signal.pthread_kill" name="pthread_kill() (in module signal)"/>
  <function link="library/signal.html#signal.pthread_sigmask" name="pthread_sigmask() (in module signal)"/>
  <function link="library/_thread.html#index-1" name="pthreads"/>
  <function link="library/os.html#index-23" name="module"/>
  <function link="library/turtle.html#turtle.pu" name="pu() (in module turtle)"/>
  <function link="library/xml.dom.html#xml.dom.DocumentType.publicId" name="publicId (xml.dom.DocumentType attribute)"/>
  <function link="library/xml.dom.pulldom.html#xml.dom.pulldom.PullDom" name="PullDom (class in xml.dom.pulldom)"/>
  <function link="library/string.html#string.punctuation" name="punctuation (in module string)"/>
  <function link="library/shlex.html#shlex.shlex.punctuation_chars" name="punctuation_chars (shlex.shlex attribute)"/>
  <function link="library/pathlib.html#pathlib.PurePath" name="PurePath (class in pathlib)"/>
  <function link="library/pathlib.html#pathlib.PurePosixPath" name="PurePosixPath (class in pathlib)"/>
  <function link="library/smtpd.html#smtpd.PureProxy" name="PureProxy (class in smtpd)"/>
  <function link="library/pathlib.html#pathlib.PureWindowsPath" name="PureWindowsPath (class in pathlib)"/>
  <function link="library/re.html#re.purge" name="purge() (in module re)"/>
  <function link="library/ssl.html#ssl.Purpose.CLIENT_AUTH" name="Purpose.CLIENT_AUTH (in module ssl)"/>
  <function link="library/ssl.html#ssl.Purpose.SERVER_AUTH" name="Purpose.SERVER_AUTH (in module ssl)"/>
  <function link="library/asynchat.html#asynchat.async_chat.push" name="push() (asynchat.async_chat method)"/>
  <function link="library/code.html#code.InteractiveConsole.push" name="(code.InteractiveConsole method)"/>
  <function link="library/contextlib.html#contextlib.ExitStack.push" name="(contextlib.ExitStack method)"/>
  <function link="library/contextlib.html#contextlib.AsyncExitStack.push_async_callback" name="push_async_callback() (contextlib.AsyncExitStack method)"/>
  <function link="library/contextlib.html#contextlib.AsyncExitStack.push_async_exit" name="push_async_exit() (contextlib.AsyncExitStack method)"/>
  <function link="library/dis.html#opcode-PUSH_EXC_INFO" name="PUSH_EXC_INFO (opcode)"/>
  <function link="library/dis.html#opcode-PUSH_NULL" name="PUSH_NULL (opcode)"/>
  <function link="library/shlex.html#shlex.shlex.push_source" name="push_source() (shlex.shlex method)"/>
  <function link="library/shlex.html#shlex.shlex.push_token" name="push_token() (shlex.shlex method)"/>
  <function link="library/asynchat.html#asynchat.async_chat.push_with_producer" name="push_with_producer() (asynchat.async_chat method)"/>
  <function link="library/msilib.html#msilib.Dialog.pushbutton" name="pushbutton() (msilib.Dialog method)"/>
  <function link="library/asyncio-queue.html#asyncio.Queue.put" name="put() (asyncio.Queue method)"/>
  <function link="library/multiprocessing.html#multiprocessing.Queue.put" name="(multiprocessing.Queue method)"/>
  <function link="library/multiprocessing.html#multiprocessing.SimpleQueue.put" name="(multiprocessing.SimpleQueue method)"/>
  <function link="library/queue.html#queue.Queue.put" name="(queue.Queue method)"/>
  <function link="library/queue.html#queue.SimpleQueue.put" name="(queue.SimpleQueue method)"/>
  <function link="library/asyncio-queue.html#asyncio.Queue.put_nowait" name="put_nowait() (asyncio.Queue method)"/>
  <function link="library/multiprocessing.html#multiprocessing.Queue.put_nowait" name="(multiprocessing.Queue method)"/>
  <function link="library/queue.html#queue.Queue.put_nowait" name="(queue.Queue method)"/>
  <function link="library/queue.html#queue.SimpleQueue.put_nowait" name="(queue.SimpleQueue method)"/>
  <function link="library/msvcrt.html#msvcrt.putch" name="putch() (in module msvcrt)"/>
  <function link="library/os.html#os.putenv" name="putenv() (in module os)"/>
  <function link="library/http.client.html#http.client.HTTPConnection.putheader" name="putheader() (http.client.HTTPConnection method)"/>
  <function link="library/curses.html#curses.putp" name="putp() (in module curses)"/>
  <function link="library/http.client.html#http.client.HTTPConnection.putrequest" name="putrequest() (http.client.HTTPConnection method)"/>
  <function link="library/msvcrt.html#msvcrt.putwch" name="putwch() (in module msvcrt)"/>
  <function link="library/curses.html#curses.window.putwin" name="putwin() (curses.window method)"/>
  <function link="library/statistics.html#statistics.pvariance" name="pvariance() (in module statistics)"/>
  <function link="library/os.path.html#index-2" name="module"/>
  <function link="library/ftplib.html#ftplib.FTP.pwd" name="pwd() (ftplib.FTP method)"/>
  <function link="library/os.html#os.pwrite" name="pwrite() (in module os)"/>
  <function link="library/os.html#os.pwritev" name="pwritev() (in module os)"/>
  <function link="c-api/intro.html#c.Py_ABS" name="Py_ABS (C macro)"/>
  <function link="c-api/init.html#c.Py_AddPendingCall" name="Py_AddPendingCall (C function)"/>
  <function link="c-api/init.html#index-46" name="Py_AddPendingCall()"/>
  <function link="c-api/intro.html#c.Py_ALWAYS_INLINE" name="Py_ALWAYS_INLINE (C macro)"/>
  <function link="c-api/sys.html#c.Py_AtExit" name="Py_AtExit (C function)"/>
  <function link="extending/newtypes.html#index-4" name="PY_AUDIT_READ"/>
  <function link="c-api/init.html#index-36" name="Py_BEGIN_ALLOW_THREADS"/>
  <function link="c-api/init.html#c.Py_BEGIN_ALLOW_THREADS" name="(C macro)"/>
  <function link="c-api/init.html#c.Py_BLOCK_THREADS" name="Py_BLOCK_THREADS (C macro)"/>
  <function link="c-api/buffer.html#c.Py_buffer" name="Py_buffer (C type)"/>
  <function link="c-api/buffer.html#c.Py_buffer.buf" name="Py_buffer.buf (C member)"/>
  <function link="c-api/buffer.html#c.Py_buffer.format" name="Py_buffer.format (C member)"/>
  <function link="c-api/buffer.html#c.Py_buffer.internal" name="Py_buffer.internal (C member)"/>
  <function link="c-api/buffer.html#c.Py_buffer.itemsize" name="Py_buffer.itemsize (C member)"/>
  <function link="c-api/buffer.html#c.Py_buffer.len" name="Py_buffer.len (C member)"/>
  <function link="c-api/buffer.html#c.Py_buffer.ndim" name="Py_buffer.ndim (C member)"/>
  <function link="c-api/buffer.html#c.Py_buffer.obj" name="Py_buffer.obj (C member)"/>
  <function link="c-api/buffer.html#c.Py_buffer.readonly" name="Py_buffer.readonly (C member)"/>
  <function link="c-api/buffer.html#c.Py_buffer.shape" name="Py_buffer.shape (C member)"/>
  <function link="c-api/buffer.html#c.Py_buffer.strides" name="Py_buffer.strides (C member)"/>
  <function link="c-api/buffer.html#c.Py_buffer.suboffsets" name="Py_buffer.suboffsets (C member)"/>
  <function link="c-api/arg.html#c.Py_BuildValue" name="Py_BuildValue (C function)"/>
  <function link="c-api/veryhigh.html#c.Py_BytesMain" name="Py_BytesMain (C function)"/>
  <function link="c-api/init.html#c.Py_BytesWarningFlag" name="Py_BytesWarningFlag (C var)"/>
  <function link="c-api/intro.html#c.Py_CHARMASK" name="Py_CHARMASK (C macro)"/>
  <function link="c-api/refcounting.html#c.Py_CLEAR" name="Py_CLEAR (C function)"/>
  <function link="library/py_compile.html#module-py_compile" name="module"/>
  <function link="library/imp.html#imp.PY_COMPILED" name="PY_COMPILED (in module imp)"/>
  <function link="c-api/veryhigh.html#c.Py_CompileString" name="Py_CompileString (C function)"/>
  <function link="c-api/veryhigh.html#index-0" name="Py_CompileString()"/>
  <function link="c-api/veryhigh.html#c.Py_CompileStringExFlags" name="Py_CompileStringExFlags (C function)"/>
  <function link="c-api/veryhigh.html#c.Py_CompileStringFlags" name="Py_CompileStringFlags (C function)"/>
  <function link="c-api/veryhigh.html#c.Py_CompileStringObject" name="Py_CompileStringObject (C function)"/>
  <function link="c-api/complex.html#c.Py_complex" name="Py_complex (C type)"/>
  <function link="c-api/init.html#c.Py_DebugFlag" name="Py_DebugFlag (C var)"/>
  <function link="c-api/sys.html#c.Py_DecodeLocale" name="Py_DecodeLocale (C function)"/>
  <function link="c-api/refcounting.html#c.Py_DECREF" name="Py_DECREF (C function)"/>
  <function link="c-api/refcounting.html#c.Py_DecRef" name="Py_DecRef (C function)"/>
  <function link="c-api/intro.html#index-9" name="Py_DECREF()"/>
  <function link="c-api/intro.html#c.Py_DEPRECATED" name="Py_DEPRECATED (C macro)"/>
  <function link="c-api/init.html#c.Py_DontWriteBytecodeFlag" name="Py_DontWriteBytecodeFlag (C var)"/>
  <function link="c-api/slice.html#c.Py_Ellipsis" name="Py_Ellipsis (C var)"/>
  <function link="c-api/sys.html#c.Py_EncodeLocale" name="Py_EncodeLocale (C function)"/>
  <function link="c-api/init.html#index-36" name="Py_END_ALLOW_THREADS"/>
  <function link="c-api/init.html#c.Py_END_ALLOW_THREADS" name="(C macro)"/>
  <function link="c-api/init.html#c.Py_EndInterpreter" name="Py_EndInterpreter (C function)"/>
  <function link="c-api/exceptions.html#c.Py_EnterRecursiveCall" name="Py_EnterRecursiveCall (C function)"/>
  <function link="c-api/veryhigh.html#c.Py_eval_input" name="Py_eval_input (C var)"/>
  <function link="c-api/sys.html#c.Py_Exit" name="Py_Exit (C function)"/>
  <function link="c-api/bool.html#c.Py_False" name="Py_False (C var)"/>
  <function link="c-api/sys.html#c.Py_FatalError" name="Py_FatalError (C function)"/>
  <function link="c-api/init.html#index-30" name="Py_FatalError()"/>
  <function link="c-api/sys.html#c.Py_FdIsInteractive" name="Py_FdIsInteractive (C function)"/>
  <function link="c-api/veryhigh.html#c.Py_file_input" name="Py_file_input (C var)"/>
  <function link="c-api/init.html#c.Py_Finalize" name="Py_Finalize (C function)"/>
  <function link="c-api/init.html#c.Py_FinalizeEx" name="Py_FinalizeEx (C function)"/>
  <function link="c-api/init.html#index-16" name="Py_FinalizeEx()"/>
  <function link="library/imp.html#imp.PY_FROZEN" name="PY_FROZEN (in module imp)"/>
  <function link="c-api/init.html#c.Py_FrozenFlag" name="Py_FrozenFlag (C var)"/>
  <function link="c-api/typehints.html#c.Py_GenericAlias" name="Py_GenericAlias (C function)"/>
  <function link="c-api/typehints.html#c.Py_GenericAliasType" name="Py_GenericAliasType (C var)"/>
  <function link="c-api/init_config.html#c.Py_GetArgcArgv" name="Py_GetArgcArgv (C function)"/>
  <function link="c-api/init.html#c.Py_GetBuildInfo" name="Py_GetBuildInfo (C function)"/>
  <function link="c-api/init.html#c.Py_GetCompiler" name="Py_GetCompiler (C function)"/>
  <function link="c-api/init.html#c.Py_GetCopyright" name="Py_GetCopyright (C function)"/>
  <function link="c-api/intro.html#c.Py_GETENV" name="Py_GETENV (C macro)"/>
  <function link="c-api/init.html#c.Py_GetExecPrefix" name="Py_GetExecPrefix (C function)"/>
  <function link="c-api/intro.html#index-28" name="Py_GetExecPrefix()"/>
  <function link="c-api/init.html#c.Py_GetPath" name="Py_GetPath (C function)"/>
  <function link="c-api/init.html#index-20" name="Py_GetPath()"/>
  <function link="c-api/init.html#c.Py_GetPlatform" name="Py_GetPlatform (C function)"/>
  <function link="c-api/init.html#c.Py_GetPrefix" name="Py_GetPrefix (C function)"/>
  <function link="c-api/intro.html#index-28" name="Py_GetPrefix()"/>
  <function link="c-api/init.html#c.Py_GetProgramFullPath" name="Py_GetProgramFullPath (C function)"/>
  <function link="c-api/intro.html#index-28" name="Py_GetProgramFullPath()"/>
  <function link="c-api/init.html#c.Py_GetProgramName" name="Py_GetProgramName (C function)"/>
  <function link="c-api/init.html#c.Py_GetPythonHome" name="Py_GetPythonHome (C function)"/>
  <function link="c-api/init.html#c.Py_GetVersion" name="Py_GetVersion (C function)"/>
  <function link="c-api/init.html#c.Py_HashRandomizationFlag" name="Py_HashRandomizationFlag (C var)"/>
  <function link="c-api/init.html#c.Py_IgnoreEnvironmentFlag" name="Py_IgnoreEnvironmentFlag (C var)"/>
  <function link="c-api/refcounting.html#c.Py_INCREF" name="Py_INCREF (C function)"/>
  <function link="c-api/refcounting.html#c.Py_IncRef" name="Py_IncRef (C function)"/>
  <function link="c-api/intro.html#index-9" name="Py_INCREF()"/>
  <function link="c-api/init.html#c.Py_Initialize" name="Py_Initialize (C function)"/>
  <function link="c-api/init.html#index-17" name="Py_Initialize()"/>
  <function link="c-api/init.html#c.Py_InitializeEx" name="Py_InitializeEx (C function)"/>
  <function link="c-api/init_config.html#c.Py_InitializeFromConfig" name="Py_InitializeFromConfig (C function)"/>
  <function link="c-api/init.html#c.Py_InspectFlag" name="Py_InspectFlag (C var)"/>
  <function link="c-api/init.html#c.Py_InteractiveFlag" name="Py_InteractiveFlag (C var)"/>
  <function link="c-api/structures.html#c.Py_Is" name="Py_Is (C function)"/>
  <function link="c-api/structures.html#c.Py_IS_TYPE" name="Py_IS_TYPE (C function)"/>
  <function link="c-api/structures.html#c.Py_IsFalse" name="Py_IsFalse (C function)"/>
  <function link="c-api/init.html#c.Py_IsInitialized" name="Py_IsInitialized (C function)"/>
  <function link="c-api/intro.html#index-31" name="Py_IsInitialized()"/>
  <function link="c-api/structures.html#c.Py_IsNone" name="Py_IsNone (C function)"/>
  <function link="c-api/init.html#c.Py_IsolatedFlag" name="Py_IsolatedFlag (C var)"/>
  <function link="c-api/structures.html#c.Py_IsTrue" name="Py_IsTrue (C function)"/>
  <function link="c-api/exceptions.html#c.Py_LeaveRecursiveCall" name="Py_LeaveRecursiveCall (C function)"/>
  <function link="c-api/init.html#c.Py_LegacyWindowsFSEncodingFlag" name="Py_LegacyWindowsFSEncodingFlag (C var)"/>
  <function link="c-api/init.html#c.Py_LegacyWindowsStdioFlag" name="Py_LegacyWindowsStdioFlag (C var)"/>
  <function link="c-api/stable.html#c.Py_LIMITED_API" name="Py_LIMITED_API (C macro)"/>
  <function link="c-api/veryhigh.html#c.Py_Main" name="Py_Main (C function)"/>
  <function link="c-api/apiabiversion.html#c.PY_MAJOR_VERSION" name="PY_MAJOR_VERSION (C macro)"/>
  <function link="c-api/intro.html#c.Py_MAX" name="Py_MAX (C macro)"/>
  <function link="c-api/intro.html#c.Py_MEMBER_SIZE" name="Py_MEMBER_SIZE (C macro)"/>
  <function link="c-api/apiabiversion.html#c.PY_MICRO_VERSION" name="PY_MICRO_VERSION (C macro)"/>
  <function link="c-api/intro.html#c.Py_MIN" name="Py_MIN (C macro)"/>
  <function link="c-api/apiabiversion.html#c.PY_MINOR_VERSION" name="PY_MINOR_VERSION (C macro)"/>
  <function link="c-api/module.html#c.Py_mod_create" name="Py_mod_create (C macro)"/>
  <function link="c-api/module.html#c.Py_mod_create.create_module" name="Py_mod_create.create_module (C function)"/>
  <function link="c-api/module.html#c.Py_mod_exec" name="Py_mod_exec (C macro)"/>
  <function link="c-api/module.html#c.Py_mod_exec.exec_module" name="Py_mod_exec.exec_module (C function)"/>
  <function link="c-api/init.html#c.Py_NewInterpreter" name="Py_NewInterpreter (C function)"/>
  <function link="c-api/refcounting.html#c.Py_NewRef" name="Py_NewRef (C function)"/>
  <function link="c-api/intro.html#c.Py_NO_INLINE" name="Py_NO_INLINE (C macro)"/>
  <function link="c-api/none.html#c.Py_None" name="Py_None (C var)"/>
  <function link="c-api/init.html#c.Py_NoSiteFlag" name="Py_NoSiteFlag (C var)"/>
  <function link="c-api/object.html#c.Py_NotImplemented" name="Py_NotImplemented (C var)"/>
  <function link="c-api/init.html#c.Py_NoUserSiteDirectory" name="Py_NoUserSiteDirectory (C var)"/>
  <function link="library/ctypes.html#ctypes.py_object" name="py_object (class in ctypes)"/>
  <function link="c-api/init.html#c.Py_OptimizeFlag" name="Py_OptimizeFlag (C var)"/>
  <function link="c-api/init_config.html#c.Py_PreInitialize" name="Py_PreInitialize (C function)"/>
  <function link="c-api/init_config.html#c.Py_PreInitializeFromArgs" name="Py_PreInitializeFromArgs (C function)"/>
  <function link="c-api/init_config.html#c.Py_PreInitializeFromBytesArgs" name="Py_PreInitializeFromBytesArgs (C function)"/>
  <function link="c-api/file.html#index-2" name="Py_PRINT_RAW"/>
  <function link="using/windows.html#index-26" name="PY_PYTHON"/>
  <function link="c-api/init.html#c.Py_QuietFlag" name="Py_QuietFlag (C var)"/>
  <function link="c-api/structures.html#c.Py_REFCNT" name="Py_REFCNT (C function)"/>
  <function link="c-api/apiabiversion.html#c.PY_RELEASE_LEVEL" name="PY_RELEASE_LEVEL (C macro)"/>
  <function link="c-api/apiabiversion.html#c.PY_RELEASE_SERIAL" name="PY_RELEASE_SERIAL (C macro)"/>
  <function link="c-api/exceptions.html#c.Py_ReprEnter" name="Py_ReprEnter (C function)"/>
  <function link="c-api/exceptions.html#c.Py_ReprLeave" name="Py_ReprLeave (C function)"/>
  <function link="c-api/bool.html#c.Py_RETURN_FALSE" name="Py_RETURN_FALSE (C macro)"/>
  <function link="c-api/none.html#c.Py_RETURN_NONE" name="Py_RETURN_NONE (C macro)"/>
  <function link="c-api/object.html#c.Py_RETURN_NOTIMPLEMENTED" name="Py_RETURN_NOTIMPLEMENTED (C macro)"/>
  <function link="c-api/bool.html#c.Py_RETURN_TRUE" name="Py_RETURN_TRUE (C macro)"/>
  <function link="c-api/init_config.html#c.Py_RunMain" name="Py_RunMain (C function)"/>
  <function link="c-api/structures.html#c.Py_SET_REFCNT" name="Py_SET_REFCNT (C function)"/>
  <function link="c-api/structures.html#c.Py_SET_SIZE" name="Py_SET_SIZE (C function)"/>
  <function link="c-api/structures.html#c.Py_SET_TYPE" name="Py_SET_TYPE (C function)"/>
  <function link="c-api/init.html#c.Py_SetPath" name="Py_SetPath (C function)"/>
  <function link="c-api/init.html#index-23" name="Py_SetPath()"/>
  <function link="c-api/init.html#c.Py_SetProgramName" name="Py_SetProgramName (C function)"/>
  <function link="c-api/init.html#index-16" name="Py_SetProgramName()"/>
  <function link="c-api/init.html#c.Py_SetPythonHome" name="Py_SetPythonHome (C function)"/>
  <function link="c-api/init.html#c.Py_SetStandardStreamEncoding" name="Py_SetStandardStreamEncoding (C function)"/>
  <function link="c-api/veryhigh.html#c.Py_single_input" name="Py_single_input (C var)"/>
  <function link="c-api/structures.html#c.Py_SIZE" name="Py_SIZE (C function)"/>
  <function link="library/imp.html#imp.PY_SOURCE" name="PY_SOURCE (in module imp)"/>
  <function link="c-api/intro.html#c.Py_ssize_t" name="Py_ssize_t (C type)"/>
  <function link="c-api/long.html#index-3" name="PY_SSIZE_T_MAX"/>
  <function link="c-api/intro.html#c.Py_STRINGIFY" name="Py_STRINGIFY (C macro)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_BASE_EXC_SUBCLASS" name="Py_TPFLAGS_BASE_EXC_SUBCLASS (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_BASETYPE" name="Py_TPFLAGS_BASETYPE (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_BYTES_SUBCLASS" name="Py_TPFLAGS_BYTES_SUBCLASS (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_DEFAULT" name="Py_TPFLAGS_DEFAULT (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_DICT_SUBCLASS" name="Py_TPFLAGS_DICT_SUBCLASS (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_DISALLOW_INSTANTIATION" name="Py_TPFLAGS_DISALLOW_INSTANTIATION (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_HAVE_FINALIZE" name="Py_TPFLAGS_HAVE_FINALIZE (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_HAVE_GC" name="Py_TPFLAGS_HAVE_GC (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_HAVE_VECTORCALL" name="Py_TPFLAGS_HAVE_VECTORCALL (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_HEAPTYPE" name="Py_TPFLAGS_HEAPTYPE (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_IMMUTABLETYPE" name="Py_TPFLAGS_IMMUTABLETYPE (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_LIST_SUBCLASS" name="Py_TPFLAGS_LIST_SUBCLASS (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_LONG_SUBCLASS" name="Py_TPFLAGS_LONG_SUBCLASS (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_MAPPING" name="Py_TPFLAGS_MAPPING (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_METHOD_DESCRIPTOR" name="Py_TPFLAGS_METHOD_DESCRIPTOR (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_READY" name="Py_TPFLAGS_READY (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_READYING" name="Py_TPFLAGS_READYING (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_SEQUENCE" name="Py_TPFLAGS_SEQUENCE (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_TUPLE_SUBCLASS" name="Py_TPFLAGS_TUPLE_SUBCLASS (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_TYPE_SUBCLASS" name="Py_TPFLAGS_TYPE_SUBCLASS (built-in variable)"/>
  <function link="c-api/typeobj.html#Py_TPFLAGS_UNICODE_SUBCLASS" name="Py_TPFLAGS_UNICODE_SUBCLASS (built-in variable)"/>
  <function link="c-api/init.html#c.Py_tracefunc" name="Py_tracefunc (C type)"/>
  <function link="c-api/bool.html#c.Py_True" name="Py_True (C var)"/>
  <function link="c-api/init.html#c.Py_tss_NEEDS_INIT" name="Py_tss_NEEDS_INIT (C macro)"/>
  <function link="c-api/init.html#c.Py_tss_t" name="Py_tss_t (C type)"/>
  <function link="c-api/structures.html#c.Py_TYPE" name="Py_TYPE (C function)"/>
  <function link="c-api/unicode.html#c.Py_UCS1" name="Py_UCS1 (C type)"/>
  <function link="c-api/unicode.html#c.Py_UCS2" name="Py_UCS2 (C type)"/>
  <function link="c-api/unicode.html#c.Py_UCS4" name="Py_UCS4 (C type)"/>
  <function link="c-api/init.html#c.Py_UNBLOCK_THREADS" name="Py_UNBLOCK_THREADS (C macro)"/>
  <function link="c-api/init.html#c.Py_UnbufferedStdioFlag" name="Py_UnbufferedStdioFlag (C var)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE" name="Py_UNICODE (C type)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_IS_HIGH_SURROGATE" name="Py_UNICODE_IS_HIGH_SURROGATE (C macro)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_IS_LOW_SURROGATE" name="Py_UNICODE_IS_LOW_SURROGATE (C macro)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_IS_SURROGATE" name="Py_UNICODE_IS_SURROGATE (C macro)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_ISALNUM" name="Py_UNICODE_ISALNUM (C function)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_ISALPHA" name="Py_UNICODE_ISALPHA (C function)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_ISDECIMAL" name="Py_UNICODE_ISDECIMAL (C function)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_ISDIGIT" name="Py_UNICODE_ISDIGIT (C function)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_ISLINEBREAK" name="Py_UNICODE_ISLINEBREAK (C function)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_ISLOWER" name="Py_UNICODE_ISLOWER (C function)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_ISNUMERIC" name="Py_UNICODE_ISNUMERIC (C function)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_ISPRINTABLE" name="Py_UNICODE_ISPRINTABLE (C function)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_ISSPACE" name="Py_UNICODE_ISSPACE (C function)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_ISTITLE" name="Py_UNICODE_ISTITLE (C function)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_ISUPPER" name="Py_UNICODE_ISUPPER (C function)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_JOIN_SURROGATES" name="Py_UNICODE_JOIN_SURROGATES (C macro)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_TODECIMAL" name="Py_UNICODE_TODECIMAL (C function)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_TODIGIT" name="Py_UNICODE_TODIGIT (C function)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_TOLOWER" name="Py_UNICODE_TOLOWER (C function)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_TONUMERIC" name="Py_UNICODE_TONUMERIC (C function)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_TOTITLE" name="Py_UNICODE_TOTITLE (C function)"/>
  <function link="c-api/unicode.html#c.Py_UNICODE_TOUPPER" name="Py_UNICODE_TOUPPER (C function)"/>
  <function link="c-api/intro.html#c.Py_UNREACHABLE" name="Py_UNREACHABLE (C macro)"/>
  <function link="c-api/intro.html#c.Py_UNUSED" name="Py_UNUSED (C macro)"/>
  <function link="c-api/arg.html#c.Py_VaBuildValue" name="Py_VaBuildValue (C function)"/>
  <function link="c-api/call.html#c.PY_VECTORCALL_ARGUMENTS_OFFSET" name="PY_VECTORCALL_ARGUMENTS_OFFSET (C macro)"/>
  <function link="c-api/init.html#c.Py_VerboseFlag" name="Py_VerboseFlag (C var)"/>
  <function link="c-api/apiabiversion.html#c.Py_Version" name="Py_Version (C var)"/>
  <function link="c-api/apiabiversion.html#c.PY_VERSION_HEX" name="PY_VERSION_HEX (C macro)"/>
  <function link="c-api/gcsupport.html#c.Py_VISIT" name="Py_VISIT (C function)"/>
  <function link="c-api/refcounting.html#c.Py_XDECREF" name="Py_XDECREF (C function)"/>
  <function link="c-api/intro.html#index-22" name="Py_XDECREF()"/>
  <function link="c-api/refcounting.html#c.Py_XINCREF" name="Py_XINCREF (C function)"/>
  <function link="c-api/refcounting.html#c.Py_XNewRef" name="Py_XNewRef (C function)"/>
  <function link="c-api/iter.html#c.PyAIter_Check" name="PyAIter_Check (C function)"/>
  <function link="c-api/set.html#c.PyAnySet_Check" name="PyAnySet_Check (C function)"/>
  <function link="c-api/set.html#c.PyAnySet_CheckExact" name="PyAnySet_CheckExact (C function)"/>
  <function link="c-api/arg.html#c.PyArg_Parse" name="PyArg_Parse (C function)"/>
  <function link="c-api/arg.html#c.PyArg_ParseTuple" name="PyArg_ParseTuple (C function)"/>
  <function link="extending/extending.html#index-2" name="PyArg_ParseTuple()"/>
  <function link="c-api/arg.html#c.PyArg_ParseTupleAndKeywords" name="PyArg_ParseTupleAndKeywords (C function)"/>
  <function link="extending/extending.html#index-3" name="PyArg_ParseTupleAndKeywords()"/>
  <function link="c-api/arg.html#c.PyArg_UnpackTuple" name="PyArg_UnpackTuple (C function)"/>
  <function link="c-api/arg.html#c.PyArg_ValidateKeywordArguments" name="PyArg_ValidateKeywordArguments (C function)"/>
  <function link="c-api/arg.html#c.PyArg_VaParse" name="PyArg_VaParse (C function)"/>
  <function link="c-api/arg.html#c.PyArg_VaParseTupleAndKeywords" name="PyArg_VaParseTupleAndKeywords (C function)"/>
  <function link="c-api/unicode.html#c.PyASCIIObject" name="PyASCIIObject (C type)"/>
  <function link="c-api/typeobj.html#c.PyAsyncMethods" name="PyAsyncMethods (C type)"/>
  <function link="c-api/typeobj.html#c.PyAsyncMethods.am_aiter" name="PyAsyncMethods.am_aiter (C member)"/>
  <function link="c-api/typeobj.html#c.PyAsyncMethods.am_anext" name="PyAsyncMethods.am_anext (C member)"/>
  <function link="c-api/typeobj.html#c.PyAsyncMethods.am_await" name="PyAsyncMethods.am_await (C member)"/>
  <function link="c-api/typeobj.html#c.PyAsyncMethods.am_send" name="PyAsyncMethods.am_send (C member)"/>
  <function link="c-api/bool.html#c.PyBool_Check" name="PyBool_Check (C function)"/>
  <function link="c-api/bool.html#c.PyBool_FromLong" name="PyBool_FromLong (C function)"/>
  <function link="c-api/buffer.html#c.PyBUF_ANY_CONTIGUOUS" name="PyBUF_ANY_CONTIGUOUS (C macro)"/>
  <function link="c-api/buffer.html#c.PyBUF_C_CONTIGUOUS" name="PyBUF_C_CONTIGUOUS (C macro)"/>
  <function link="c-api/buffer.html#c.PyBUF_CONTIG" name="PyBUF_CONTIG (C macro)"/>
  <function link="c-api/buffer.html#c.PyBUF_CONTIG_RO" name="PyBUF_CONTIG_RO (C macro)"/>
  <function link="c-api/buffer.html#c.PyBUF_F_CONTIGUOUS" name="PyBUF_F_CONTIGUOUS (C macro)"/>
  <function link="c-api/buffer.html#c.PyBUF_FORMAT" name="PyBUF_FORMAT (C macro)"/>
  <function link="c-api/buffer.html#c.PyBUF_FULL" name="PyBUF_FULL (C macro)"/>
  <function link="c-api/buffer.html#c.PyBUF_FULL_RO" name="PyBUF_FULL_RO (C macro)"/>
  <function link="c-api/buffer.html#c.PyBUF_INDIRECT" name="PyBUF_INDIRECT (C macro)"/>
  <function link="c-api/buffer.html#c.PyBUF_ND" name="PyBUF_ND (C macro)"/>
  <function link="c-api/buffer.html#c.PyBUF_RECORDS" name="PyBUF_RECORDS (C macro)"/>
  <function link="c-api/buffer.html#c.PyBUF_RECORDS_RO" name="PyBUF_RECORDS_RO (C macro)"/>
  <function link="c-api/buffer.html#c.PyBUF_SIMPLE" name="PyBUF_SIMPLE (C macro)"/>
  <function link="c-api/buffer.html#c.PyBUF_STRIDED" name="PyBUF_STRIDED (C macro)"/>
  <function link="c-api/buffer.html#c.PyBUF_STRIDED_RO" name="PyBUF_STRIDED_RO (C macro)"/>
  <function link="c-api/buffer.html#c.PyBUF_STRIDES" name="PyBUF_STRIDES (C macro)"/>
  <function link="c-api/buffer.html#c.PyBUF_WRITABLE" name="PyBUF_WRITABLE (C macro)"/>
  <function link="c-api/buffer.html#c.PyBuffer_FillContiguousStrides" name="PyBuffer_FillContiguousStrides (C function)"/>
  <function link="c-api/buffer.html#c.PyBuffer_FillInfo" name="PyBuffer_FillInfo (C function)"/>
  <function link="c-api/buffer.html#c.PyBuffer_FromContiguous" name="PyBuffer_FromContiguous (C function)"/>
  <function link="c-api/buffer.html#c.PyBuffer_GetPointer" name="PyBuffer_GetPointer (C function)"/>
  <function link="c-api/buffer.html#c.PyBuffer_IsContiguous" name="PyBuffer_IsContiguous (C function)"/>
  <function link="c-api/buffer.html#c.PyBuffer_Release" name="PyBuffer_Release (C function)"/>
  <function link="c-api/buffer.html#c.PyBuffer_SizeFromFormat" name="PyBuffer_SizeFromFormat (C function)"/>
  <function link="c-api/buffer.html#c.PyBuffer_ToContiguous" name="PyBuffer_ToContiguous (C function)"/>
  <function link="c-api/buffer.html#index-1" name="PyBufferProcs"/>
  <function link="c-api/typeobj.html#c.PyBufferProcs" name="(C type)"/>
  <function link="c-api/typeobj.html#c.PyBufferProcs.bf_getbuffer" name="PyBufferProcs.bf_getbuffer (C member)"/>
  <function link="c-api/typeobj.html#c.PyBufferProcs.bf_releasebuffer" name="PyBufferProcs.bf_releasebuffer (C member)"/>
  <function link="c-api/bytearray.html#c.PyByteArray_AS_STRING" name="PyByteArray_AS_STRING (C function)"/>
  <function link="c-api/bytearray.html#c.PyByteArray_AsString" name="PyByteArray_AsString (C function)"/>
  <function link="c-api/bytearray.html#c.PyByteArray_Check" name="PyByteArray_Check (C function)"/>
  <function link="c-api/bytearray.html#c.PyByteArray_CheckExact" name="PyByteArray_CheckExact (C function)"/>
  <function link="c-api/bytearray.html#c.PyByteArray_Concat" name="PyByteArray_Concat (C function)"/>
  <function link="c-api/bytearray.html#c.PyByteArray_FromObject" name="PyByteArray_FromObject (C function)"/>
  <function link="c-api/bytearray.html#c.PyByteArray_FromStringAndSize" name="PyByteArray_FromStringAndSize (C function)"/>
  <function link="c-api/bytearray.html#c.PyByteArray_GET_SIZE" name="PyByteArray_GET_SIZE (C function)"/>
  <function link="c-api/bytearray.html#c.PyByteArray_Resize" name="PyByteArray_Resize (C function)"/>
  <function link="c-api/bytearray.html#c.PyByteArray_Size" name="PyByteArray_Size (C function)"/>
  <function link="c-api/bytearray.html#c.PyByteArray_Type" name="PyByteArray_Type (C var)"/>
  <function link="c-api/bytearray.html#c.PyByteArrayObject" name="PyByteArrayObject (C type)"/>
  <function link="c-api/bytes.html#c.PyBytes_AS_STRING" name="PyBytes_AS_STRING (C function)"/>
  <function link="c-api/bytes.html#c.PyBytes_AsString" name="PyBytes_AsString (C function)"/>
  <function link="c-api/bytes.html#c.PyBytes_AsStringAndSize" name="PyBytes_AsStringAndSize (C function)"/>
  <function link="c-api/bytes.html#c.PyBytes_Check" name="PyBytes_Check (C function)"/>
  <function link="c-api/bytes.html#c.PyBytes_CheckExact" name="PyBytes_CheckExact (C function)"/>
  <function link="c-api/bytes.html#c.PyBytes_Concat" name="PyBytes_Concat (C function)"/>
  <function link="c-api/bytes.html#c.PyBytes_ConcatAndDel" name="PyBytes_ConcatAndDel (C function)"/>
  <function link="c-api/bytes.html#c.PyBytes_FromFormat" name="PyBytes_FromFormat (C function)"/>
  <function link="c-api/bytes.html#c.PyBytes_FromFormatV" name="PyBytes_FromFormatV (C function)"/>
  <function link="c-api/bytes.html#c.PyBytes_FromObject" name="PyBytes_FromObject (C function)"/>
  <function link="c-api/bytes.html#c.PyBytes_FromString" name="PyBytes_FromString (C function)"/>
  <function link="c-api/bytes.html#c.PyBytes_FromStringAndSize" name="PyBytes_FromStringAndSize (C function)"/>
  <function link="c-api/bytes.html#c.PyBytes_GET_SIZE" name="PyBytes_GET_SIZE (C function)"/>
  <function link="c-api/bytes.html#c.PyBytes_Size" name="PyBytes_Size (C function)"/>
  <function link="c-api/bytes.html#c.PyBytes_Type" name="PyBytes_Type (C var)"/>
  <function link="c-api/bytes.html#c.PyBytesObject" name="PyBytesObject (C type)"/>
  <function link="library/sys.html#sys.pycache_prefix" name="pycache_prefix (in module sys)"/>
  <function link="c-api/call.html#c.PyCallable_Check" name="PyCallable_Check (C function)"/>
  <function link="c-api/iterator.html#c.PyCallIter_Check" name="PyCallIter_Check (C function)"/>
  <function link="c-api/iterator.html#c.PyCallIter_New" name="PyCallIter_New (C function)"/>
  <function link="c-api/iterator.html#c.PyCallIter_Type" name="PyCallIter_Type (C var)"/>
  <function link="c-api/capsule.html#c.PyCapsule" name="PyCapsule (C type)"/>
  <function link="c-api/capsule.html#c.PyCapsule_CheckExact" name="PyCapsule_CheckExact (C function)"/>
  <function link="c-api/capsule.html#c.PyCapsule_Destructor" name="PyCapsule_Destructor (C type)"/>
  <function link="c-api/capsule.html#c.PyCapsule_GetContext" name="PyCapsule_GetContext (C function)"/>
  <function link="c-api/capsule.html#c.PyCapsule_GetDestructor" name="PyCapsule_GetDestructor (C function)"/>
  <function link="c-api/capsule.html#c.PyCapsule_GetName" name="PyCapsule_GetName (C function)"/>
  <function link="c-api/capsule.html#c.PyCapsule_GetPointer" name="PyCapsule_GetPointer (C function)"/>
  <function link="c-api/capsule.html#c.PyCapsule_Import" name="PyCapsule_Import (C function)"/>
  <function link="c-api/capsule.html#c.PyCapsule_IsValid" name="PyCapsule_IsValid (C function)"/>
  <function link="c-api/capsule.html#c.PyCapsule_New" name="PyCapsule_New (C function)"/>
  <function link="c-api/capsule.html#c.PyCapsule_SetContext" name="PyCapsule_SetContext (C function)"/>
  <function link="c-api/capsule.html#c.PyCapsule_SetDestructor" name="PyCapsule_SetDestructor (C function)"/>
  <function link="c-api/capsule.html#c.PyCapsule_SetName" name="PyCapsule_SetName (C function)"/>
  <function link="c-api/capsule.html#c.PyCapsule_SetPointer" name="PyCapsule_SetPointer (C function)"/>
  <function link="c-api/cell.html#c.PyCell_Check" name="PyCell_Check (C function)"/>
  <function link="c-api/cell.html#c.PyCell_GET" name="PyCell_GET (C function)"/>
  <function link="c-api/cell.html#c.PyCell_Get" name="PyCell_Get (C function)"/>
  <function link="c-api/cell.html#c.PyCell_New" name="PyCell_New (C function)"/>
  <function link="c-api/cell.html#c.PyCell_SET" name="PyCell_SET (C function)"/>
  <function link="c-api/cell.html#c.PyCell_Set" name="PyCell_Set (C function)"/>
  <function link="c-api/cell.html#c.PyCell_Type" name="PyCell_Type (C var)"/>
  <function link="c-api/cell.html#c.PyCellObject" name="PyCellObject (C type)"/>
  <function link="library/ast.html#ast.PyCF_ALLOW_TOP_LEVEL_AWAIT" name="PyCF_ALLOW_TOP_LEVEL_AWAIT (in module ast)"/>
  <function link="library/ast.html#ast.PyCF_ONLY_AST" name="PyCF_ONLY_AST (in module ast)"/>
  <function link="library/ast.html#ast.PyCF_TYPE_COMMENTS" name="PyCF_TYPE_COMMENTS (in module ast)"/>
  <function link="c-api/structures.html#c.PyCFunction" name="PyCFunction (C type)"/>
  <function link="c-api/structures.html#c.PyCFunctionWithKeywords" name="PyCFunctionWithKeywords (C type)"/>
  <function link="library/py_compile.html#py_compile.PycInvalidationMode" name="PycInvalidationMode (class in py_compile)"/>
  <function link="library/pyclbr.html#module-pyclbr" name="module"/>
  <function link="c-api/structures.html#c.PyCMethod" name="PyCMethod (C type)"/>
  <function link="c-api/code.html#c.PyCode_Addr2Line" name="PyCode_Addr2Line (C function)"/>
  <function link="c-api/code.html#c.PyCode_Addr2Location" name="PyCode_Addr2Location (C function)"/>
  <function link="c-api/code.html#c.PyCode_Check" name="PyCode_Check (C function)"/>
  <function link="c-api/code.html#c.PyCode_GetCellvars" name="PyCode_GetCellvars (C function)"/>
  <function link="c-api/code.html#c.PyCode_GetCode" name="PyCode_GetCode (C function)"/>
  <function link="c-api/code.html#c.PyCode_GetFreevars" name="PyCode_GetFreevars (C function)"/>
  <function link="c-api/code.html#c.PyCode_GetNumFree" name="PyCode_GetNumFree (C function)"/>
  <function link="c-api/code.html#c.PyCode_GetVarnames" name="PyCode_GetVarnames (C function)"/>
  <function link="c-api/code.html#c.PyCode_New" name="PyCode_New (C function)"/>
  <function link="c-api/code.html#c.PyCode_NewEmpty" name="PyCode_NewEmpty (C function)"/>
  <function link="c-api/code.html#c.PyCode_NewWithPosOnlyArgs" name="PyCode_NewWithPosOnlyArgs (C function)"/>
  <function link="c-api/code.html#c.PyCode_Type" name="PyCode_Type (C var)"/>
  <function link="c-api/codec.html#c.PyCodec_BackslashReplaceErrors" name="PyCodec_BackslashReplaceErrors (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_Decode" name="PyCodec_Decode (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_Decoder" name="PyCodec_Decoder (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_Encode" name="PyCodec_Encode (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_Encoder" name="PyCodec_Encoder (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_IgnoreErrors" name="PyCodec_IgnoreErrors (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_IncrementalDecoder" name="PyCodec_IncrementalDecoder (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_IncrementalEncoder" name="PyCodec_IncrementalEncoder (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_KnownEncoding" name="PyCodec_KnownEncoding (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_LookupError" name="PyCodec_LookupError (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_NameReplaceErrors" name="PyCodec_NameReplaceErrors (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_Register" name="PyCodec_Register (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_RegisterError" name="PyCodec_RegisterError (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_ReplaceErrors" name="PyCodec_ReplaceErrors (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_StreamReader" name="PyCodec_StreamReader (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_StreamWriter" name="PyCodec_StreamWriter (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_StrictErrors" name="PyCodec_StrictErrors (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_Unregister" name="PyCodec_Unregister (C function)"/>
  <function link="c-api/codec.html#c.PyCodec_XMLCharRefReplaceErrors" name="PyCodec_XMLCharRefReplaceErrors (C function)"/>
  <function link="c-api/code.html#c.PyCodeObject" name="PyCodeObject (C type)"/>
  <function link="c-api/unicode.html#c.PyCompactUnicodeObject" name="PyCompactUnicodeObject (C type)"/>
  <function link="library/py_compile.html#py_compile.PyCompileError" name="PyCompileError"/>
  <function link="c-api/veryhigh.html#c.PyCompilerFlags" name="PyCompilerFlags (C struct)"/>
  <function link="c-api/veryhigh.html#c.PyCompilerFlags.cf_feature_version" name="PyCompilerFlags.cf_feature_version (C member)"/>
  <function link="c-api/veryhigh.html#c.PyCompilerFlags.cf_flags" name="PyCompilerFlags.cf_flags (C member)"/>
  <function link="c-api/complex.html#c.PyComplex_AsCComplex" name="PyComplex_AsCComplex (C function)"/>
  <function link="c-api/complex.html#c.PyComplex_Check" name="PyComplex_Check (C function)"/>
  <function link="c-api/complex.html#c.PyComplex_CheckExact" name="PyComplex_CheckExact (C function)"/>
  <function link="c-api/complex.html#c.PyComplex_FromCComplex" name="PyComplex_FromCComplex (C function)"/>
  <function link="c-api/complex.html#c.PyComplex_FromDoubles" name="PyComplex_FromDoubles (C function)"/>
  <function link="c-api/complex.html#c.PyComplex_ImagAsDouble" name="PyComplex_ImagAsDouble (C function)"/>
  <function link="c-api/complex.html#c.PyComplex_RealAsDouble" name="PyComplex_RealAsDouble (C function)"/>
  <function link="c-api/complex.html#c.PyComplex_Type" name="PyComplex_Type (C var)"/>
  <function link="c-api/complex.html#c.PyComplexObject" name="PyComplexObject (C type)"/>
  <function link="c-api/init_config.html#c.PyConfig" name="PyConfig (C type)"/>
  <function link="c-api/init_config.html#c.PyConfig.argv" name="PyConfig.argv (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.base_exec_prefix" name="PyConfig.base_exec_prefix (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.base_executable" name="PyConfig.base_executable (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.base_prefix" name="PyConfig.base_prefix (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.buffered_stdio" name="PyConfig.buffered_stdio (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.bytes_warning" name="PyConfig.bytes_warning (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.check_hash_pycs_mode" name="PyConfig.check_hash_pycs_mode (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.code_debug_ranges" name="PyConfig.code_debug_ranges (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.configure_c_stdio" name="PyConfig.configure_c_stdio (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.dev_mode" name="PyConfig.dev_mode (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.dump_refs" name="PyConfig.dump_refs (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.exec_prefix" name="PyConfig.exec_prefix (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.executable" name="PyConfig.executable (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.faulthandler" name="PyConfig.faulthandler (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.filesystem_encoding" name="PyConfig.filesystem_encoding (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.filesystem_errors" name="PyConfig.filesystem_errors (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.hash_seed" name="PyConfig.hash_seed (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.home" name="PyConfig.home (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.import_time" name="PyConfig.import_time (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.inspect" name="PyConfig.inspect (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.install_signal_handlers" name="PyConfig.install_signal_handlers (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.interactive" name="PyConfig.interactive (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.isolated" name="PyConfig.isolated (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.legacy_windows_stdio" name="PyConfig.legacy_windows_stdio (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.malloc_stats" name="PyConfig.malloc_stats (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.module_search_paths" name="PyConfig.module_search_paths (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.module_search_paths_set" name="PyConfig.module_search_paths_set (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.optimization_level" name="PyConfig.optimization_level (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.orig_argv" name="PyConfig.orig_argv (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.parse_argv" name="PyConfig.parse_argv (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.parser_debug" name="PyConfig.parser_debug (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.pathconfig_warnings" name="PyConfig.pathconfig_warnings (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.platlibdir" name="PyConfig.platlibdir (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.prefix" name="PyConfig.prefix (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.program_name" name="PyConfig.program_name (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.pycache_prefix" name="PyConfig.pycache_prefix (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.PyConfig_Clear" name="PyConfig.PyConfig_Clear (C function)"/>
  <function link="c-api/init_config.html#c.PyConfig.PyConfig_InitIsolatedConfig" name="PyConfig.PyConfig_InitIsolatedConfig (C function)"/>
  <function link="c-api/init_config.html#c.PyConfig.PyConfig_InitPythonConfig" name="PyConfig.PyConfig_InitPythonConfig (C function)"/>
  <function link="c-api/init_config.html#c.PyConfig.PyConfig_Read" name="PyConfig.PyConfig_Read (C function)"/>
  <function link="c-api/init_config.html#c.PyConfig.PyConfig_SetArgv" name="PyConfig.PyConfig_SetArgv (C function)"/>
  <function link="c-api/init_config.html#c.PyConfig.PyConfig_SetBytesArgv" name="PyConfig.PyConfig_SetBytesArgv (C function)"/>
  <function link="c-api/init_config.html#c.PyConfig.PyConfig_SetBytesString" name="PyConfig.PyConfig_SetBytesString (C function)"/>
  <function link="c-api/init_config.html#c.PyConfig.PyConfig_SetString" name="PyConfig.PyConfig_SetString (C function)"/>
  <function link="c-api/init_config.html#c.PyConfig.PyConfig_SetWideStringList" name="PyConfig.PyConfig_SetWideStringList (C function)"/>
  <function link="c-api/init_config.html#c.PyConfig.pythonpath_env" name="PyConfig.pythonpath_env (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.quiet" name="PyConfig.quiet (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.run_command" name="PyConfig.run_command (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.run_filename" name="PyConfig.run_filename (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.run_module" name="PyConfig.run_module (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.safe_path" name="PyConfig.safe_path (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.show_ref_count" name="PyConfig.show_ref_count (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.site_import" name="PyConfig.site_import (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.skip_source_first_line" name="PyConfig.skip_source_first_line (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.stdio_encoding" name="PyConfig.stdio_encoding (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.stdio_errors" name="PyConfig.stdio_errors (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.tracemalloc" name="PyConfig.tracemalloc (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.use_environment" name="PyConfig.use_environment (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.use_hash_seed" name="PyConfig.use_hash_seed (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.user_site_directory" name="PyConfig.user_site_directory (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.verbose" name="PyConfig.verbose (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.warn_default_encoding" name="PyConfig.warn_default_encoding (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.warnoptions" name="PyConfig.warnoptions (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.write_bytecode" name="PyConfig.write_bytecode (C member)"/>
  <function link="c-api/init_config.html#c.PyConfig.xoptions" name="PyConfig.xoptions (C member)"/>
  <function link="c-api/contextvars.html#c.PyContext" name="PyContext (C type)"/>
  <function link="c-api/contextvars.html#c.PyContext_CheckExact" name="PyContext_CheckExact (C function)"/>
  <function link="c-api/contextvars.html#c.PyContext_Copy" name="PyContext_Copy (C function)"/>
  <function link="c-api/contextvars.html#c.PyContext_CopyCurrent" name="PyContext_CopyCurrent (C function)"/>
  <function link="c-api/contextvars.html#c.PyContext_Enter" name="PyContext_Enter (C function)"/>
  <function link="c-api/contextvars.html#c.PyContext_Exit" name="PyContext_Exit (C function)"/>
  <function link="c-api/contextvars.html#c.PyContext_New" name="PyContext_New (C function)"/>
  <function link="c-api/contextvars.html#c.PyContext_Type" name="PyContext_Type (C var)"/>
  <function link="c-api/contextvars.html#c.PyContextToken" name="PyContextToken (C type)"/>
  <function link="c-api/contextvars.html#c.PyContextToken_CheckExact" name="PyContextToken_CheckExact (C function)"/>
  <function link="c-api/contextvars.html#c.PyContextToken_Type" name="PyContextToken_Type (C var)"/>
  <function link="c-api/contextvars.html#c.PyContextVar" name="PyContextVar (C type)"/>
  <function link="c-api/contextvars.html#c.PyContextVar_CheckExact" name="PyContextVar_CheckExact (C function)"/>
  <function link="c-api/contextvars.html#c.PyContextVar_Get" name="PyContextVar_Get (C function)"/>
  <function link="c-api/contextvars.html#c.PyContextVar_New" name="PyContextVar_New (C function)"/>
  <function link="c-api/contextvars.html#c.PyContextVar_Reset" name="PyContextVar_Reset (C function)"/>
  <function link="c-api/contextvars.html#c.PyContextVar_Set" name="PyContextVar_Set (C function)"/>
  <function link="c-api/contextvars.html#c.PyContextVar_Type" name="PyContextVar_Type (C var)"/>
  <function link="c-api/coro.html#c.PyCoro_CheckExact" name="PyCoro_CheckExact (C function)"/>
  <function link="c-api/coro.html#c.PyCoro_New" name="PyCoro_New (C function)"/>
  <function link="c-api/coro.html#c.PyCoro_Type" name="PyCoro_Type (C var)"/>
  <function link="c-api/coro.html#c.PyCoroObject" name="PyCoroObject (C type)"/>
  <function link="c-api/datetime.html#c.PyDate_Check" name="PyDate_Check (C function)"/>
  <function link="c-api/datetime.html#c.PyDate_CheckExact" name="PyDate_CheckExact (C function)"/>
  <function link="c-api/datetime.html#c.PyDate_FromDate" name="PyDate_FromDate (C function)"/>
  <function link="c-api/datetime.html#c.PyDate_FromTimestamp" name="PyDate_FromTimestamp (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_Check" name="PyDateTime_Check (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_CheckExact" name="PyDateTime_CheckExact (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_DATE_GET_FOLD" name="PyDateTime_DATE_GET_FOLD (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_DATE_GET_HOUR" name="PyDateTime_DATE_GET_HOUR (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_DATE_GET_MICROSECOND" name="PyDateTime_DATE_GET_MICROSECOND (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_DATE_GET_MINUTE" name="PyDateTime_DATE_GET_MINUTE (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_DATE_GET_SECOND" name="PyDateTime_DATE_GET_SECOND (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_DATE_GET_TZINFO" name="PyDateTime_DATE_GET_TZINFO (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_DELTA_GET_DAYS" name="PyDateTime_DELTA_GET_DAYS (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_DELTA_GET_MICROSECONDS" name="PyDateTime_DELTA_GET_MICROSECONDS (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_DELTA_GET_SECONDS" name="PyDateTime_DELTA_GET_SECONDS (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_FromDateAndTime" name="PyDateTime_FromDateAndTime (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_FromDateAndTimeAndFold" name="PyDateTime_FromDateAndTimeAndFold (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_FromTimestamp" name="PyDateTime_FromTimestamp (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_GET_DAY" name="PyDateTime_GET_DAY (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_GET_MONTH" name="PyDateTime_GET_MONTH (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_GET_YEAR" name="PyDateTime_GET_YEAR (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_TIME_GET_FOLD" name="PyDateTime_TIME_GET_FOLD (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_TIME_GET_HOUR" name="PyDateTime_TIME_GET_HOUR (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_TIME_GET_MICROSECOND" name="PyDateTime_TIME_GET_MICROSECOND (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_TIME_GET_MINUTE" name="PyDateTime_TIME_GET_MINUTE (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_TIME_GET_SECOND" name="PyDateTime_TIME_GET_SECOND (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_TIME_GET_TZINFO" name="PyDateTime_TIME_GET_TZINFO (C function)"/>
  <function link="c-api/datetime.html#c.PyDateTime_TimeZone_UTC" name="PyDateTime_TimeZone_UTC (C var)"/>
  <function link="c-api/datetime.html#c.PyDelta_Check" name="PyDelta_Check (C function)"/>
  <function link="c-api/datetime.html#c.PyDelta_CheckExact" name="PyDelta_CheckExact (C function)"/>
  <function link="c-api/datetime.html#c.PyDelta_FromDSU" name="PyDelta_FromDSU (C function)"/>
  <function link="c-api/descriptor.html#c.PyDescr_IsData" name="PyDescr_IsData (C function)"/>
  <function link="c-api/descriptor.html#c.PyDescr_NewClassMethod" name="PyDescr_NewClassMethod (C function)"/>
  <function link="c-api/descriptor.html#c.PyDescr_NewGetSet" name="PyDescr_NewGetSet (C function)"/>
  <function link="c-api/descriptor.html#c.PyDescr_NewMember" name="PyDescr_NewMember (C function)"/>
  <function link="c-api/descriptor.html#c.PyDescr_NewMethod" name="PyDescr_NewMethod (C function)"/>
  <function link="c-api/descriptor.html#c.PyDescr_NewWrapper" name="PyDescr_NewWrapper (C function)"/>
  <function link="c-api/dict.html#c.PyDict_Check" name="PyDict_Check (C function)"/>
  <function link="c-api/dict.html#c.PyDict_CheckExact" name="PyDict_CheckExact (C function)"/>
  <function link="c-api/dict.html#c.PyDict_Clear" name="PyDict_Clear (C function)"/>
  <function link="c-api/dict.html#c.PyDict_Contains" name="PyDict_Contains (C function)"/>
  <function link="c-api/dict.html#c.PyDict_Copy" name="PyDict_Copy (C function)"/>
  <function link="c-api/dict.html#c.PyDict_DelItem" name="PyDict_DelItem (C function)"/>
  <function link="c-api/dict.html#c.PyDict_DelItemString" name="PyDict_DelItemString (C function)"/>
  <function link="c-api/dict.html#c.PyDict_GetItem" name="PyDict_GetItem (C function)"/>
  <function link="c-api/dict.html#c.PyDict_GetItemString" name="PyDict_GetItemString (C function)"/>
  <function link="c-api/dict.html#c.PyDict_GetItemWithError" name="PyDict_GetItemWithError (C function)"/>
  <function link="c-api/dict.html#c.PyDict_Items" name="PyDict_Items (C function)"/>
  <function link="c-api/dict.html#c.PyDict_Keys" name="PyDict_Keys (C function)"/>
  <function link="c-api/dict.html#c.PyDict_Merge" name="PyDict_Merge (C function)"/>
  <function link="c-api/dict.html#c.PyDict_MergeFromSeq2" name="PyDict_MergeFromSeq2 (C function)"/>
  <function link="c-api/dict.html#c.PyDict_New" name="PyDict_New (C function)"/>
  <function link="c-api/dict.html#c.PyDict_Next" name="PyDict_Next (C function)"/>
  <function link="c-api/dict.html#c.PyDict_SetDefault" name="PyDict_SetDefault (C function)"/>
  <function link="c-api/dict.html#c.PyDict_SetItem" name="PyDict_SetItem (C function)"/>
  <function link="c-api/dict.html#c.PyDict_SetItemString" name="PyDict_SetItemString (C function)"/>
  <function link="c-api/dict.html#c.PyDict_Size" name="PyDict_Size (C function)"/>
  <function link="c-api/dict.html#c.PyDict_Type" name="PyDict_Type (C var)"/>
  <function link="c-api/dict.html#c.PyDict_Update" name="PyDict_Update (C function)"/>
  <function link="c-api/dict.html#c.PyDict_Values" name="PyDict_Values (C function)"/>
  <function link="c-api/dict.html#c.PyDictObject" name="PyDictObject (C type)"/>
  <function link="c-api/dict.html#c.PyDictProxy_New" name="PyDictProxy_New (C function)"/>
  <function link="library/ctypes.html#ctypes.PyDLL" name="PyDLL (class in ctypes)"/>
  <function link="library/pydoc.html#module-pydoc" name="module"/>
  <function link="c-api/intro.html#c.PyDoc_STR" name="PyDoc_STR (C macro)"/>
  <function link="c-api/intro.html#c.PyDoc_STRVAR" name="PyDoc_STRVAR (C macro)"/>
  <function link="c-api/exceptions.html#c.PyErr_BadArgument" name="PyErr_BadArgument (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_BadInternalCall" name="PyErr_BadInternalCall (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_CheckSignals" name="PyErr_CheckSignals (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_Clear" name="PyErr_Clear (C function)"/>
  <function link="c-api/intro.html#index-17" name="PyErr_Clear()"/>
  <function link="c-api/exceptions.html#c.PyErr_ExceptionMatches" name="PyErr_ExceptionMatches (C function)"/>
  <function link="c-api/intro.html#index-22" name="PyErr_ExceptionMatches()"/>
  <function link="c-api/exceptions.html#c.PyErr_Fetch" name="PyErr_Fetch (C function)"/>
  <function link="extending/newtypes.html#index-1" name="PyErr_Fetch()"/>
  <function link="c-api/exceptions.html#c.PyErr_Format" name="PyErr_Format (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_FormatV" name="PyErr_FormatV (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_GetExcInfo" name="PyErr_GetExcInfo (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_GetHandledException" name="PyErr_GetHandledException (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_GivenExceptionMatches" name="PyErr_GivenExceptionMatches (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_NewException" name="PyErr_NewException (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_NewExceptionWithDoc" name="PyErr_NewExceptionWithDoc (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_NoMemory" name="PyErr_NoMemory (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_NormalizeException" name="PyErr_NormalizeException (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_Occurred" name="PyErr_Occurred (C function)"/>
  <function link="c-api/intro.html#index-16" name="PyErr_Occurred()"/>
  <function link="c-api/exceptions.html#c.PyErr_Print" name="PyErr_Print (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_PrintEx" name="PyErr_PrintEx (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_ResourceWarning" name="PyErr_ResourceWarning (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_Restore" name="PyErr_Restore (C function)"/>
  <function link="extending/newtypes.html#index-1" name="PyErr_Restore()"/>
  <function link="c-api/exceptions.html#c.PyErr_SetExcFromWindowsErr" name="PyErr_SetExcFromWindowsErr (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetExcFromWindowsErrWithFilename" name="PyErr_SetExcFromWindowsErrWithFilename (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetExcFromWindowsErrWithFilenameObject" name="PyErr_SetExcFromWindowsErrWithFilenameObject (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetExcFromWindowsErrWithFilenameObjects" name="PyErr_SetExcFromWindowsErrWithFilenameObjects (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetExcInfo" name="PyErr_SetExcInfo (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetFromErrno" name="PyErr_SetFromErrno (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetFromErrnoWithFilename" name="PyErr_SetFromErrnoWithFilename (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetFromErrnoWithFilenameObject" name="PyErr_SetFromErrnoWithFilenameObject (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetFromErrnoWithFilenameObjects" name="PyErr_SetFromErrnoWithFilenameObjects (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetFromWindowsErr" name="PyErr_SetFromWindowsErr (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetFromWindowsErrWithFilename" name="PyErr_SetFromWindowsErrWithFilename (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetHandledException" name="PyErr_SetHandledException (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetImportError" name="PyErr_SetImportError (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetImportErrorSubclass" name="PyErr_SetImportErrorSubclass (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetInterrupt" name="PyErr_SetInterrupt (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetInterruptEx" name="PyErr_SetInterruptEx (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetNone" name="PyErr_SetNone (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetObject" name="PyErr_SetObject (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SetString" name="PyErr_SetString (C function)"/>
  <function link="c-api/intro.html#index-17" name="PyErr_SetString()"/>
  <function link="c-api/exceptions.html#c.PyErr_SyntaxLocation" name="PyErr_SyntaxLocation (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SyntaxLocationEx" name="PyErr_SyntaxLocationEx (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_SyntaxLocationObject" name="PyErr_SyntaxLocationObject (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_WarnEx" name="PyErr_WarnEx (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_WarnExplicit" name="PyErr_WarnExplicit (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_WarnExplicitObject" name="PyErr_WarnExplicitObject (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_WarnFormat" name="PyErr_WarnFormat (C function)"/>
  <function link="c-api/exceptions.html#c.PyErr_WriteUnraisable" name="PyErr_WriteUnraisable (C function)"/>
  <function link="c-api/init.html#c.PyEval_AcquireLock" name="PyEval_AcquireLock (C function)"/>
  <function link="c-api/init.html#c.PyEval_AcquireThread" name="PyEval_AcquireThread (C function)"/>
  <function link="c-api/init.html#index-38" name="PyEval_AcquireThread()"/>
  <function link="c-api/veryhigh.html#c.PyEval_EvalCode" name="PyEval_EvalCode (C function)"/>
  <function link="c-api/veryhigh.html#c.PyEval_EvalCodeEx" name="PyEval_EvalCodeEx (C function)"/>
  <function link="c-api/veryhigh.html#c.PyEval_EvalFrame" name="PyEval_EvalFrame (C function)"/>
  <function link="c-api/veryhigh.html#c.PyEval_EvalFrameEx" name="PyEval_EvalFrameEx (C function)"/>
  <function link="c-api/reflection.html#c.PyEval_GetBuiltins" name="PyEval_GetBuiltins (C function)"/>
  <function link="c-api/reflection.html#c.PyEval_GetFrame" name="PyEval_GetFrame (C function)"/>
  <function link="c-api/reflection.html#c.PyEval_GetFuncDesc" name="PyEval_GetFuncDesc (C function)"/>
  <function link="c-api/reflection.html#c.PyEval_GetFuncName" name="PyEval_GetFuncName (C function)"/>
  <function link="c-api/reflection.html#c.PyEval_GetGlobals" name="PyEval_GetGlobals (C function)"/>
  <function link="c-api/reflection.html#c.PyEval_GetLocals" name="PyEval_GetLocals (C function)"/>
  <function link="c-api/init.html#c.PyEval_InitThreads" name="PyEval_InitThreads (C function)"/>
  <function link="c-api/init.html#index-16" name="PyEval_InitThreads()"/>
  <function link="c-api/veryhigh.html#c.PyEval_MergeCompilerFlags" name="PyEval_MergeCompilerFlags (C function)"/>
  <function link="c-api/init.html#c.PyEval_ReleaseLock" name="PyEval_ReleaseLock (C function)"/>
  <function link="c-api/init.html#c.PyEval_ReleaseThread" name="PyEval_ReleaseThread (C function)"/>
  <function link="c-api/init.html#index-38" name="PyEval_ReleaseThread()"/>
  <function link="c-api/init.html#c.PyEval_RestoreThread" name="PyEval_RestoreThread (C function)"/>
  <function link="c-api/init.html#index-37" name="PyEval_RestoreThread()"/>
  <function link="c-api/init.html#c.PyEval_SaveThread" name="PyEval_SaveThread (C function)"/>
  <function link="c-api/init.html#index-37" name="PyEval_SaveThread()"/>
  <function link="c-api/init.html#c.PyEval_SetProfile" name="PyEval_SetProfile (C function)"/>
  <function link="c-api/init.html#c.PyEval_SetTrace" name="PyEval_SetTrace (C function)"/>
  <function link="c-api/init.html#c.PyEval_ThreadsInitialized" name="PyEval_ThreadsInitialized (C function)"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_ArithmeticError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_AssertionError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_AttributeError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_BaseException"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_BlockingIOError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_BrokenPipeError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_BufferError"/>
  <function link="c-api/exceptions.html#index-7" name="PyExc_BytesWarning"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_ChildProcessError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_ConnectionAbortedError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_ConnectionError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_ConnectionRefusedError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_ConnectionResetError"/>
  <function link="c-api/exceptions.html#index-7" name="PyExc_DeprecationWarning"/>
  <function link="c-api/exceptions.html#index-6" name="PyExc_EnvironmentError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_EOFError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_Exception"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_FileExistsError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_FileNotFoundError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_FloatingPointError"/>
  <function link="c-api/exceptions.html#index-7" name="PyExc_FutureWarning"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_GeneratorExit"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_ImportError"/>
  <function link="c-api/exceptions.html#index-7" name="PyExc_ImportWarning"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_IndentationError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_IndexError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_InterruptedError"/>
  <function link="c-api/exceptions.html#index-6" name="PyExc_IOError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_IsADirectoryError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_KeyboardInterrupt"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_KeyError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_LookupError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_MemoryError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_ModuleNotFoundError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_NameError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_NotADirectoryError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_NotImplementedError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_OSError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_OverflowError"/>
  <function link="c-api/exceptions.html#index-7" name="PyExc_PendingDeprecationWarning"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_PermissionError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_ProcessLookupError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_RecursionError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_ReferenceError"/>
  <function link="c-api/exceptions.html#index-7" name="PyExc_ResourceWarning"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_RuntimeError"/>
  <function link="c-api/exceptions.html#index-7" name="PyExc_RuntimeWarning"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_StopAsyncIteration"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_StopIteration"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_SyntaxError"/>
  <function link="c-api/exceptions.html#index-7" name="PyExc_SyntaxWarning"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_SystemError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_SystemExit"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_TabError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_TimeoutError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_TypeError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_UnboundLocalError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_UnicodeDecodeError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_UnicodeEncodeError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_UnicodeError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_UnicodeTranslateError"/>
  <function link="c-api/exceptions.html#index-7" name="PyExc_UnicodeWarning"/>
  <function link="c-api/exceptions.html#index-7" name="PyExc_UserWarning"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_ValueError"/>
  <function link="c-api/exceptions.html#index-7" name="PyExc_Warning"/>
  <function link="c-api/exceptions.html#index-6" name="PyExc_WindowsError"/>
  <function link="c-api/exceptions.html#index-4" name="PyExc_ZeroDivisionError"/>
  <function link="c-api/exceptions.html#c.PyException_GetCause" name="PyException_GetCause (C function)"/>
  <function link="c-api/exceptions.html#c.PyException_GetContext" name="PyException_GetContext (C function)"/>
  <function link="c-api/exceptions.html#c.PyException_GetTraceback" name="PyException_GetTraceback (C function)"/>
  <function link="c-api/exceptions.html#c.PyException_SetCause" name="PyException_SetCause (C function)"/>
  <function link="c-api/exceptions.html#c.PyException_SetContext" name="PyException_SetContext (C function)"/>
  <function link="c-api/exceptions.html#c.PyException_SetTraceback" name="PyException_SetTraceback (C function)"/>
  <function link="library/pyexpat.html#index-1" name="module"/>
  <function link="c-api/file.html#c.PyFile_FromFd" name="PyFile_FromFd (C function)"/>
  <function link="c-api/file.html#c.PyFile_GetLine" name="PyFile_GetLine (C function)"/>
  <function link="c-api/file.html#c.PyFile_SetOpenCodeHook" name="PyFile_SetOpenCodeHook (C function)"/>
  <function link="c-api/file.html#c.PyFile_WriteObject" name="PyFile_WriteObject (C function)"/>
  <function link="c-api/file.html#c.PyFile_WriteString" name="PyFile_WriteString (C function)"/>
  <function link="c-api/float.html#c.PyFloat_AS_DOUBLE" name="PyFloat_AS_DOUBLE (C function)"/>
  <function link="c-api/float.html#c.PyFloat_AsDouble" name="PyFloat_AsDouble (C function)"/>
  <function link="c-api/float.html#c.PyFloat_Check" name="PyFloat_Check (C function)"/>
  <function link="c-api/float.html#c.PyFloat_CheckExact" name="PyFloat_CheckExact (C function)"/>
  <function link="c-api/float.html#c.PyFloat_FromDouble" name="PyFloat_FromDouble (C function)"/>
  <function link="c-api/float.html#c.PyFloat_FromString" name="PyFloat_FromString (C function)"/>
  <function link="c-api/float.html#c.PyFloat_GetInfo" name="PyFloat_GetInfo (C function)"/>
  <function link="c-api/float.html#c.PyFloat_GetMax" name="PyFloat_GetMax (C function)"/>
  <function link="c-api/float.html#c.PyFloat_GetMin" name="PyFloat_GetMin (C function)"/>
  <function link="c-api/float.html#c.PyFloat_Pack2" name="PyFloat_Pack2 (C function)"/>
  <function link="c-api/float.html#c.PyFloat_Pack4" name="PyFloat_Pack4 (C function)"/>
  <function link="c-api/float.html#c.PyFloat_Pack8" name="PyFloat_Pack8 (C function)"/>
  <function link="c-api/float.html#c.PyFloat_Type" name="PyFloat_Type (C var)"/>
  <function link="c-api/float.html#c.PyFloat_Unpack2" name="PyFloat_Unpack2 (C function)"/>
  <function link="c-api/float.html#c.PyFloat_Unpack4" name="PyFloat_Unpack4 (C function)"/>
  <function link="c-api/float.html#c.PyFloat_Unpack8" name="PyFloat_Unpack8 (C function)"/>
  <function link="c-api/float.html#c.PyFloatObject" name="PyFloatObject (C type)"/>
  <function link="c-api/frame.html#c.PyFrame_Check" name="PyFrame_Check (C function)"/>
  <function link="c-api/frame.html#c.PyFrame_GetBack" name="PyFrame_GetBack (C function)"/>
  <function link="c-api/frame.html#c.PyFrame_GetBuiltins" name="PyFrame_GetBuiltins (C function)"/>
  <function link="c-api/frame.html#c.PyFrame_GetCode" name="PyFrame_GetCode (C function)"/>
  <function link="c-api/frame.html#c.PyFrame_GetGenerator" name="PyFrame_GetGenerator (C function)"/>
  <function link="c-api/frame.html#c.PyFrame_GetGlobals" name="PyFrame_GetGlobals (C function)"/>
  <function link="c-api/frame.html#c.PyFrame_GetLasti" name="PyFrame_GetLasti (C function)"/>
  <function link="c-api/frame.html#c.PyFrame_GetLineNumber" name="PyFrame_GetLineNumber (C function)"/>
  <function link="c-api/frame.html#c.PyFrame_GetLocals" name="PyFrame_GetLocals (C function)"/>
  <function link="c-api/frame.html#c.PyFrame_Type" name="PyFrame_Type (C var)"/>
  <function link="c-api/frame.html#c.PyFrameObject" name="PyFrameObject (C type)"/>
  <function link="c-api/set.html#c.PyFrozenSet_Check" name="PyFrozenSet_Check (C function)"/>
  <function link="c-api/set.html#c.PyFrozenSet_CheckExact" name="PyFrozenSet_CheckExact (C function)"/>
  <function link="c-api/set.html#c.PyFrozenSet_New" name="PyFrozenSet_New (C function)"/>
  <function link="c-api/set.html#c.PyFrozenSet_Type" name="PyFrozenSet_Type (C var)"/>
  <function link="c-api/function.html#c.PyFunction_Check" name="PyFunction_Check (C function)"/>
  <function link="c-api/function.html#c.PyFunction_GetAnnotations" name="PyFunction_GetAnnotations (C function)"/>
  <function link="c-api/function.html#c.PyFunction_GetClosure" name="PyFunction_GetClosure (C function)"/>
  <function link="c-api/function.html#c.PyFunction_GetCode" name="PyFunction_GetCode (C function)"/>
  <function link="c-api/function.html#c.PyFunction_GetDefaults" name="PyFunction_GetDefaults (C function)"/>
  <function link="c-api/function.html#c.PyFunction_GetGlobals" name="PyFunction_GetGlobals (C function)"/>
  <function link="c-api/function.html#c.PyFunction_GetModule" name="PyFunction_GetModule (C function)"/>
  <function link="c-api/function.html#c.PyFunction_New" name="PyFunction_New (C function)"/>
  <function link="c-api/function.html#c.PyFunction_NewWithQualName" name="PyFunction_NewWithQualName (C function)"/>
  <function link="c-api/function.html#c.PyFunction_SetAnnotations" name="PyFunction_SetAnnotations (C function)"/>
  <function link="c-api/function.html#c.PyFunction_SetClosure" name="PyFunction_SetClosure (C function)"/>
  <function link="c-api/function.html#c.PyFunction_SetDefaults" name="PyFunction_SetDefaults (C function)"/>
  <function link="c-api/function.html#c.PyFunction_Type" name="PyFunction_Type (C var)"/>
  <function link="c-api/function.html#c.PyFunctionObject" name="PyFunctionObject (C type)"/>
  <function link="library/ctypes.html#ctypes.PYFUNCTYPE" name="PYFUNCTYPE() (in module ctypes)"/>
  <function link="c-api/gcsupport.html#c.PyGC_Collect" name="PyGC_Collect (C function)"/>
  <function link="c-api/gcsupport.html#c.PyGC_Disable" name="PyGC_Disable (C function)"/>
  <function link="c-api/gcsupport.html#c.PyGC_Enable" name="PyGC_Enable (C function)"/>
  <function link="c-api/gcsupport.html#c.PyGC_IsEnabled" name="PyGC_IsEnabled (C function)"/>
  <function link="c-api/gen.html#c.PyGen_Check" name="PyGen_Check (C function)"/>
  <function link="c-api/gen.html#c.PyGen_CheckExact" name="PyGen_CheckExact (C function)"/>
  <function link="c-api/gen.html#c.PyGen_New" name="PyGen_New (C function)"/>
  <function link="c-api/gen.html#c.PyGen_NewWithQualName" name="PyGen_NewWithQualName (C function)"/>
  <function link="c-api/gen.html#c.PyGen_Type" name="PyGen_Type (C var)"/>
  <function link="c-api/gen.html#c.PyGenObject" name="PyGenObject (C type)"/>
  <function link="c-api/structures.html#c.PyGetSetDef" name="PyGetSetDef (C type)"/>
  <function link="c-api/init.html#c.PyGILState_Check" name="PyGILState_Check (C function)"/>
  <function link="c-api/init.html#c.PyGILState_Ensure" name="PyGILState_Ensure (C function)"/>
  <function link="c-api/init.html#c.PyGILState_GetThisThreadState" name="PyGILState_GetThisThreadState (C function)"/>
  <function link="c-api/init.html#c.PyGILState_Release" name="PyGILState_Release (C function)"/>
  <function link="c-api/import.html#c.PyImport_AddModule" name="PyImport_AddModule (C function)"/>
  <function link="c-api/import.html#c.PyImport_AddModuleObject" name="PyImport_AddModuleObject (C function)"/>
  <function link="c-api/import.html#c.PyImport_AppendInittab" name="PyImport_AppendInittab (C function)"/>
  <function link="c-api/import.html#c.PyImport_ExecCodeModule" name="PyImport_ExecCodeModule (C function)"/>
  <function link="c-api/import.html#c.PyImport_ExecCodeModuleEx" name="PyImport_ExecCodeModuleEx (C function)"/>
  <function link="c-api/import.html#c.PyImport_ExecCodeModuleObject" name="PyImport_ExecCodeModuleObject (C function)"/>
  <function link="c-api/import.html#c.PyImport_ExecCodeModuleWithPathnames" name="PyImport_ExecCodeModuleWithPathnames (C function)"/>
  <function link="c-api/import.html#c.PyImport_ExtendInittab" name="PyImport_ExtendInittab (C function)"/>
  <function link="c-api/import.html#c.PyImport_FrozenModules" name="PyImport_FrozenModules (C var)"/>
  <function link="c-api/import.html#c.PyImport_GetImporter" name="PyImport_GetImporter (C function)"/>
  <function link="c-api/import.html#c.PyImport_GetMagicNumber" name="PyImport_GetMagicNumber (C function)"/>
  <function link="c-api/import.html#c.PyImport_GetMagicTag" name="PyImport_GetMagicTag (C function)"/>
  <function link="c-api/import.html#c.PyImport_GetModule" name="PyImport_GetModule (C function)"/>
  <function link="c-api/import.html#c.PyImport_GetModuleDict" name="PyImport_GetModuleDict (C function)"/>
  <function link="c-api/import.html#c.PyImport_Import" name="PyImport_Import (C function)"/>
  <function link="c-api/import.html#c.PyImport_ImportFrozenModule" name="PyImport_ImportFrozenModule (C function)"/>
  <function link="c-api/import.html#c.PyImport_ImportFrozenModuleObject" name="PyImport_ImportFrozenModuleObject (C function)"/>
  <function link="c-api/import.html#c.PyImport_ImportModule" name="PyImport_ImportModule (C function)"/>
  <function link="c-api/import.html#c.PyImport_ImportModuleEx" name="PyImport_ImportModuleEx (C function)"/>
  <function link="c-api/import.html#c.PyImport_ImportModuleLevel" name="PyImport_ImportModuleLevel (C function)"/>
  <function link="c-api/import.html#c.PyImport_ImportModuleLevelObject" name="PyImport_ImportModuleLevelObject (C function)"/>
  <function link="c-api/import.html#c.PyImport_ImportModuleNoBlock" name="PyImport_ImportModuleNoBlock (C function)"/>
  <function link="c-api/import.html#c.PyImport_ReloadModule" name="PyImport_ReloadModule (C function)"/>
  <function link="c-api/number.html#c.PyIndex_Check" name="PyIndex_Check (C function)"/>
  <function link="extending/building.html#c.PyInit_modulename" name="PyInit_modulename (C function)"/>
  <function link="c-api/method.html#c.PyInstanceMethod_Check" name="PyInstanceMethod_Check (C function)"/>
  <function link="c-api/method.html#c.PyInstanceMethod_Function" name="PyInstanceMethod_Function (C function)"/>
  <function link="c-api/method.html#c.PyInstanceMethod_GET_FUNCTION" name="PyInstanceMethod_GET_FUNCTION (C function)"/>
  <function link="c-api/method.html#c.PyInstanceMethod_New" name="PyInstanceMethod_New (C function)"/>
  <function link="c-api/method.html#c.PyInstanceMethod_Type" name="PyInstanceMethod_Type (C var)"/>
  <function link="c-api/init.html#c.PyInterpreterState" name="PyInterpreterState (C type)"/>
  <function link="c-api/init.html#c.PyInterpreterState_Clear" name="PyInterpreterState_Clear (C function)"/>
  <function link="c-api/init.html#c.PyInterpreterState_Delete" name="PyInterpreterState_Delete (C function)"/>
  <function link="c-api/init.html#c.PyInterpreterState_Get" name="PyInterpreterState_Get (C function)"/>
  <function link="c-api/init.html#c.PyInterpreterState_GetDict" name="PyInterpreterState_GetDict (C function)"/>
  <function link="c-api/init.html#c.PyInterpreterState_GetID" name="PyInterpreterState_GetID (C function)"/>
  <function link="c-api/init.html#c.PyInterpreterState_Head" name="PyInterpreterState_Head (C function)"/>
  <function link="c-api/init.html#c.PyInterpreterState_Main" name="PyInterpreterState_Main (C function)"/>
  <function link="c-api/init.html#c.PyInterpreterState_New" name="PyInterpreterState_New (C function)"/>
  <function link="c-api/init.html#c.PyInterpreterState_Next" name="PyInterpreterState_Next (C function)"/>
  <function link="c-api/init.html#c.PyInterpreterState_ThreadHead" name="PyInterpreterState_ThreadHead (C function)"/>
  <function link="c-api/iter.html#c.PyIter_Check" name="PyIter_Check (C function)"/>
  <function link="c-api/iter.html#c.PyIter_Next" name="PyIter_Next (C function)"/>
  <function link="c-api/iter.html#c.PyIter_Send" name="PyIter_Send (C function)"/>
  <function link="using/windows.html#index-29" name="PYLAUNCHER_ALLOW_INSTALL"/>
  <function link="using/windows.html#index-30" name="PYLAUNCHER_ALWAYS_INSTALL"/>
  <function link="using/windows.html#index-27" name="PYLAUNCHER_DEBUG"/>
  <function link="using/windows.html#index-28" name="PYLAUNCHER_DRYRUN"/>
  <function link="using/windows.html#index-24" name="PYLAUNCHER_NO_SEARCH_PATH"/>
  <function link="c-api/list.html#c.PyList_Append" name="PyList_Append (C function)"/>
  <function link="c-api/list.html#c.PyList_AsTuple" name="PyList_AsTuple (C function)"/>
  <function link="c-api/list.html#c.PyList_Check" name="PyList_Check (C function)"/>
  <function link="c-api/list.html#c.PyList_CheckExact" name="PyList_CheckExact (C function)"/>
  <function link="c-api/list.html#c.PyList_GET_ITEM" name="PyList_GET_ITEM (C function)"/>
  <function link="c-api/list.html#c.PyList_GET_SIZE" name="PyList_GET_SIZE (C function)"/>
  <function link="c-api/list.html#c.PyList_GetItem" name="PyList_GetItem (C function)"/>
  <function link="c-api/intro.html#index-12" name="PyList_GetItem()"/>
  <function link="c-api/list.html#c.PyList_GetSlice" name="PyList_GetSlice (C function)"/>
  <function link="c-api/list.html#c.PyList_Insert" name="PyList_Insert (C function)"/>
  <function link="c-api/list.html#c.PyList_New" name="PyList_New (C function)"/>
  <function link="c-api/list.html#c.PyList_Reverse" name="PyList_Reverse (C function)"/>
  <function link="c-api/list.html#c.PyList_SET_ITEM" name="PyList_SET_ITEM (C function)"/>
  <function link="c-api/list.html#c.PyList_SetItem" name="PyList_SetItem (C function)"/>
  <function link="c-api/intro.html#index-10" name="PyList_SetItem()"/>
  <function link="c-api/list.html#c.PyList_SetSlice" name="PyList_SetSlice (C function)"/>
  <function link="c-api/list.html#c.PyList_Size" name="PyList_Size (C function)"/>
  <function link="c-api/list.html#c.PyList_Sort" name="PyList_Sort (C function)"/>
  <function link="c-api/list.html#c.PyList_Type" name="PyList_Type (C var)"/>
  <function link="c-api/list.html#c.PyListObject" name="PyListObject (C type)"/>
  <function link="c-api/long.html#c.PyLong_AsDouble" name="PyLong_AsDouble (C function)"/>
  <function link="c-api/long.html#c.PyLong_AsLong" name="PyLong_AsLong (C function)"/>
  <function link="c-api/long.html#c.PyLong_AsLongAndOverflow" name="PyLong_AsLongAndOverflow (C function)"/>
  <function link="c-api/long.html#c.PyLong_AsLongLong" name="PyLong_AsLongLong (C function)"/>
  <function link="c-api/long.html#c.PyLong_AsLongLongAndOverflow" name="PyLong_AsLongLongAndOverflow (C function)"/>
  <function link="c-api/long.html#c.PyLong_AsSize_t" name="PyLong_AsSize_t (C function)"/>
  <function link="c-api/long.html#c.PyLong_AsSsize_t" name="PyLong_AsSsize_t (C function)"/>
  <function link="c-api/long.html#c.PyLong_AsUnsignedLong" name="PyLong_AsUnsignedLong (C function)"/>
  <function link="c-api/long.html#c.PyLong_AsUnsignedLongLong" name="PyLong_AsUnsignedLongLong (C function)"/>
  <function link="c-api/long.html#c.PyLong_AsUnsignedLongLongMask" name="PyLong_AsUnsignedLongLongMask (C function)"/>
  <function link="c-api/long.html#c.PyLong_AsUnsignedLongMask" name="PyLong_AsUnsignedLongMask (C function)"/>
  <function link="c-api/long.html#c.PyLong_AsVoidPtr" name="PyLong_AsVoidPtr (C function)"/>
  <function link="c-api/long.html#c.PyLong_Check" name="PyLong_Check (C function)"/>
  <function link="c-api/long.html#c.PyLong_CheckExact" name="PyLong_CheckExact (C function)"/>
  <function link="c-api/long.html#c.PyLong_FromDouble" name="PyLong_FromDouble (C function)"/>
  <function link="c-api/long.html#c.PyLong_FromLong" name="PyLong_FromLong (C function)"/>
  <function link="c-api/long.html#c.PyLong_FromLongLong" name="PyLong_FromLongLong (C function)"/>
  <function link="c-api/long.html#c.PyLong_FromSize_t" name="PyLong_FromSize_t (C function)"/>
  <function link="c-api/long.html#c.PyLong_FromSsize_t" name="PyLong_FromSsize_t (C function)"/>
  <function link="c-api/long.html#c.PyLong_FromString" name="PyLong_FromString (C function)"/>
  <function link="c-api/long.html#c.PyLong_FromUnicodeObject" name="PyLong_FromUnicodeObject (C function)"/>
  <function link="c-api/long.html#c.PyLong_FromUnsignedLong" name="PyLong_FromUnsignedLong (C function)"/>
  <function link="c-api/long.html#c.PyLong_FromUnsignedLongLong" name="PyLong_FromUnsignedLongLong (C function)"/>
  <function link="c-api/long.html#c.PyLong_FromVoidPtr" name="PyLong_FromVoidPtr (C function)"/>
  <function link="c-api/long.html#c.PyLong_Type" name="PyLong_Type (C var)"/>
  <function link="c-api/long.html#c.PyLongObject" name="PyLongObject (C type)"/>
  <function link="c-api/mapping.html#c.PyMapping_Check" name="PyMapping_Check (C function)"/>
  <function link="c-api/mapping.html#c.PyMapping_DelItem" name="PyMapping_DelItem (C function)"/>
  <function link="c-api/mapping.html#c.PyMapping_DelItemString" name="PyMapping_DelItemString (C function)"/>
  <function link="c-api/mapping.html#c.PyMapping_GetItemString" name="PyMapping_GetItemString (C function)"/>
  <function link="c-api/mapping.html#c.PyMapping_HasKey" name="PyMapping_HasKey (C function)"/>
  <function link="c-api/mapping.html#c.PyMapping_HasKeyString" name="PyMapping_HasKeyString (C function)"/>
  <function link="c-api/mapping.html#c.PyMapping_Items" name="PyMapping_Items (C function)"/>
  <function link="c-api/mapping.html#c.PyMapping_Keys" name="PyMapping_Keys (C function)"/>
  <function link="c-api/mapping.html#c.PyMapping_Length" name="PyMapping_Length (C function)"/>
  <function link="c-api/mapping.html#c.PyMapping_SetItemString" name="PyMapping_SetItemString (C function)"/>
  <function link="c-api/mapping.html#c.PyMapping_Size" name="PyMapping_Size (C function)"/>
  <function link="c-api/mapping.html#c.PyMapping_Values" name="PyMapping_Values (C function)"/>
  <function link="c-api/typeobj.html#c.PyMappingMethods" name="PyMappingMethods (C type)"/>
  <function link="c-api/typeobj.html#c.PyMappingMethods.mp_ass_subscript" name="PyMappingMethods.mp_ass_subscript (C member)"/>
  <function link="c-api/typeobj.html#c.PyMappingMethods.mp_length" name="PyMappingMethods.mp_length (C member)"/>
  <function link="c-api/typeobj.html#c.PyMappingMethods.mp_subscript" name="PyMappingMethods.mp_subscript (C member)"/>
  <function link="c-api/marshal.html#c.PyMarshal_ReadLastObjectFromFile" name="PyMarshal_ReadLastObjectFromFile (C function)"/>
  <function link="c-api/marshal.html#c.PyMarshal_ReadLongFromFile" name="PyMarshal_ReadLongFromFile (C function)"/>
  <function link="c-api/marshal.html#c.PyMarshal_ReadObjectFromFile" name="PyMarshal_ReadObjectFromFile (C function)"/>
  <function link="c-api/marshal.html#c.PyMarshal_ReadObjectFromString" name="PyMarshal_ReadObjectFromString (C function)"/>
  <function link="c-api/marshal.html#c.PyMarshal_ReadShortFromFile" name="PyMarshal_ReadShortFromFile (C function)"/>
  <function link="c-api/marshal.html#c.PyMarshal_WriteLongToFile" name="PyMarshal_WriteLongToFile (C function)"/>
  <function link="c-api/marshal.html#c.PyMarshal_WriteObjectToFile" name="PyMarshal_WriteObjectToFile (C function)"/>
  <function link="c-api/marshal.html#c.PyMarshal_WriteObjectToString" name="PyMarshal_WriteObjectToString (C function)"/>
  <function link="c-api/memory.html#c.PyMem_Calloc" name="PyMem_Calloc (C function)"/>
  <function link="c-api/memory.html#c.PyMem_Del" name="PyMem_Del (C function)"/>
  <function link="c-api/memory.html#c.PyMem_Free" name="PyMem_Free (C function)"/>
  <function link="c-api/memory.html#c.PyMem_GetAllocator" name="PyMem_GetAllocator (C function)"/>
  <function link="c-api/memory.html#c.PyMem_Malloc" name="PyMem_Malloc (C function)"/>
  <function link="c-api/memory.html#c.PyMem_New" name="PyMem_New (C function)"/>
  <function link="c-api/memory.html#c.PyMem_RawCalloc" name="PyMem_RawCalloc (C function)"/>
  <function link="c-api/memory.html#c.PyMem_RawFree" name="PyMem_RawFree (C function)"/>
  <function link="c-api/memory.html#c.PyMem_RawMalloc" name="PyMem_RawMalloc (C function)"/>
  <function link="c-api/memory.html#c.PyMem_RawRealloc" name="PyMem_RawRealloc (C function)"/>
  <function link="c-api/memory.html#c.PyMem_Realloc" name="PyMem_Realloc (C function)"/>
  <function link="c-api/memory.html#c.PyMem_Resize" name="PyMem_Resize (C function)"/>
  <function link="c-api/memory.html#c.PyMem_SetAllocator" name="PyMem_SetAllocator (C function)"/>
  <function link="c-api/memory.html#c.PyMem_SetupDebugHooks" name="PyMem_SetupDebugHooks (C function)"/>
  <function link="c-api/memory.html#c.PyMemAllocatorDomain" name="PyMemAllocatorDomain (C type)"/>
  <function link="c-api/memory.html#c.PyMemAllocatorDomain.PYMEM_DOMAIN_MEM" name="PyMemAllocatorDomain.PYMEM_DOMAIN_MEM (C macro)"/>
  <function link="c-api/memory.html#c.PyMemAllocatorDomain.PYMEM_DOMAIN_OBJ" name="PyMemAllocatorDomain.PYMEM_DOMAIN_OBJ (C macro)"/>
  <function link="c-api/memory.html#c.PyMemAllocatorDomain.PYMEM_DOMAIN_RAW" name="PyMemAllocatorDomain.PYMEM_DOMAIN_RAW (C macro)"/>
  <function link="c-api/memory.html#c.PyMemAllocatorEx" name="PyMemAllocatorEx (C type)"/>
  <function link="c-api/structures.html#c.PyMember_GetOne" name="PyMember_GetOne (C function)"/>
  <function link="c-api/structures.html#c.PyMember_SetOne" name="PyMember_SetOne (C function)"/>
  <function link="c-api/structures.html#c.PyMemberDef" name="PyMemberDef (C type)"/>
  <function link="c-api/memoryview.html#c.PyMemoryView_Check" name="PyMemoryView_Check (C function)"/>
  <function link="c-api/memoryview.html#c.PyMemoryView_FromBuffer" name="PyMemoryView_FromBuffer (C function)"/>
  <function link="c-api/memoryview.html#c.PyMemoryView_FromMemory" name="PyMemoryView_FromMemory (C function)"/>
  <function link="c-api/memoryview.html#c.PyMemoryView_FromObject" name="PyMemoryView_FromObject (C function)"/>
  <function link="c-api/memoryview.html#c.PyMemoryView_GET_BASE" name="PyMemoryView_GET_BASE (C function)"/>
  <function link="c-api/memoryview.html#c.PyMemoryView_GET_BUFFER" name="PyMemoryView_GET_BUFFER (C function)"/>
  <function link="c-api/memoryview.html#c.PyMemoryView_GetContiguous" name="PyMemoryView_GetContiguous (C function)"/>
  <function link="c-api/method.html#c.PyMethod_Check" name="PyMethod_Check (C function)"/>
  <function link="c-api/method.html#c.PyMethod_Function" name="PyMethod_Function (C function)"/>
  <function link="c-api/method.html#c.PyMethod_GET_FUNCTION" name="PyMethod_GET_FUNCTION (C function)"/>
  <function link="c-api/method.html#c.PyMethod_GET_SELF" name="PyMethod_GET_SELF (C function)"/>
  <function link="c-api/method.html#c.PyMethod_New" name="PyMethod_New (C function)"/>
  <function link="c-api/method.html#c.PyMethod_Self" name="PyMethod_Self (C function)"/>
  <function link="c-api/method.html#c.PyMethod_Type" name="PyMethod_Type (C var)"/>
  <function link="c-api/structures.html#c.PyMethodDef" name="PyMethodDef (C type)"/>
  <function link="c-api/structures.html#c.PyMethodDef.ml_doc" name="PyMethodDef.ml_doc (C member)"/>
  <function link="c-api/structures.html#c.PyMethodDef.ml_flags" name="PyMethodDef.ml_flags (C member)"/>
  <function link="c-api/structures.html#c.PyMethodDef.ml_meth" name="PyMethodDef.ml_meth (C member)"/>
  <function link="c-api/structures.html#c.PyMethodDef.ml_name" name="PyMethodDef.ml_name (C member)"/>
  <function link="c-api/module.html#c.PyModule_AddFunctions" name="PyModule_AddFunctions (C function)"/>
  <function link="c-api/module.html#c.PyModule_AddIntConstant" name="PyModule_AddIntConstant (C function)"/>
  <function link="c-api/module.html#c.PyModule_AddIntMacro" name="PyModule_AddIntMacro (C function)"/>
  <function link="c-api/module.html#c.PyModule_AddObject" name="PyModule_AddObject (C function)"/>
  <function link="c-api/module.html#c.PyModule_AddObjectRef" name="PyModule_AddObjectRef (C function)"/>
  <function link="c-api/module.html#c.PyModule_AddStringConstant" name="PyModule_AddStringConstant (C function)"/>
  <function link="c-api/module.html#c.PyModule_AddStringMacro" name="PyModule_AddStringMacro (C function)"/>
  <function link="c-api/module.html#c.PyModule_AddType" name="PyModule_AddType (C function)"/>
  <function link="c-api/module.html#c.PyModule_Check" name="PyModule_Check (C function)"/>
  <function link="c-api/module.html#c.PyModule_CheckExact" name="PyModule_CheckExact (C function)"/>
  <function link="c-api/module.html#c.PyModule_Create" name="PyModule_Create (C function)"/>
  <function link="c-api/module.html#c.PyModule_Create2" name="PyModule_Create2 (C function)"/>
  <function link="c-api/module.html#c.PyModule_ExecDef" name="PyModule_ExecDef (C function)"/>
  <function link="c-api/module.html#c.PyModule_FromDefAndSpec" name="PyModule_FromDefAndSpec (C function)"/>
  <function link="c-api/module.html#c.PyModule_FromDefAndSpec2" name="PyModule_FromDefAndSpec2 (C function)"/>
  <function link="c-api/module.html#c.PyModule_GetDef" name="PyModule_GetDef (C function)"/>
  <function link="c-api/module.html#c.PyModule_GetDict" name="PyModule_GetDict (C function)"/>
  <function link="c-api/module.html#c.PyModule_GetFilename" name="PyModule_GetFilename (C function)"/>
  <function link="c-api/module.html#c.PyModule_GetFilenameObject" name="PyModule_GetFilenameObject (C function)"/>
  <function link="c-api/module.html#c.PyModule_GetName" name="PyModule_GetName (C function)"/>
  <function link="c-api/module.html#c.PyModule_GetNameObject" name="PyModule_GetNameObject (C function)"/>
  <function link="c-api/module.html#c.PyModule_GetState" name="PyModule_GetState (C function)"/>
  <function link="c-api/module.html#c.PyModule_New" name="PyModule_New (C function)"/>
  <function link="c-api/module.html#c.PyModule_NewObject" name="PyModule_NewObject (C function)"/>
  <function link="c-api/module.html#c.PyModule_SetDocString" name="PyModule_SetDocString (C function)"/>
  <function link="c-api/module.html#c.PyModule_Type" name="PyModule_Type (C var)"/>
  <function link="c-api/module.html#c.PyModuleDef" name="PyModuleDef (C type)"/>
  <function link="c-api/module.html#c.PyModuleDef.m_base" name="PyModuleDef.m_base (C member)"/>
  <function link="c-api/module.html#c.PyModuleDef.m_clear" name="PyModuleDef.m_clear (C member)"/>
  <function link="c-api/module.html#c.PyModuleDef.m_doc" name="PyModuleDef.m_doc (C member)"/>
  <function link="c-api/module.html#c.PyModuleDef.m_free" name="PyModuleDef.m_free (C member)"/>
  <function link="c-api/module.html#c.PyModuleDef.m_methods" name="PyModuleDef.m_methods (C member)"/>
  <function link="c-api/module.html#c.PyModuleDef.m_name" name="PyModuleDef.m_name (C member)"/>
  <function link="c-api/module.html#c.PyModuleDef.m_size" name="PyModuleDef.m_size (C member)"/>
  <function link="c-api/module.html#c.PyModuleDef.m_slots" name="PyModuleDef.m_slots (C member)"/>
  <function link="c-api/module.html#c.PyModuleDef.m_slots.m_reload" name="PyModuleDef.m_slots.m_reload (C member)"/>
  <function link="c-api/module.html#c.PyModuleDef.m_traverse" name="PyModuleDef.m_traverse (C member)"/>
  <function link="c-api/module.html#c.PyModuleDef_Init" name="PyModuleDef_Init (C function)"/>
  <function link="c-api/module.html#c.PyModuleDef_Slot" name="PyModuleDef_Slot (C type)"/>
  <function link="c-api/module.html#c.PyModuleDef_Slot.slot" name="PyModuleDef_Slot.slot (C member)"/>
  <function link="c-api/module.html#c.PyModuleDef_Slot.value" name="PyModuleDef_Slot.value (C member)"/>
  <function link="c-api/number.html#c.PyNumber_Absolute" name="PyNumber_Absolute (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Add" name="PyNumber_Add (C function)"/>
  <function link="c-api/number.html#c.PyNumber_And" name="PyNumber_And (C function)"/>
  <function link="c-api/number.html#c.PyNumber_AsSsize_t" name="PyNumber_AsSsize_t (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Check" name="PyNumber_Check (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Divmod" name="PyNumber_Divmod (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Float" name="PyNumber_Float (C function)"/>
  <function link="c-api/number.html#c.PyNumber_FloorDivide" name="PyNumber_FloorDivide (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Index" name="PyNumber_Index (C function)"/>
  <function link="c-api/number.html#c.PyNumber_InPlaceAdd" name="PyNumber_InPlaceAdd (C function)"/>
  <function link="c-api/number.html#c.PyNumber_InPlaceAnd" name="PyNumber_InPlaceAnd (C function)"/>
  <function link="c-api/number.html#c.PyNumber_InPlaceFloorDivide" name="PyNumber_InPlaceFloorDivide (C function)"/>
  <function link="c-api/number.html#c.PyNumber_InPlaceLshift" name="PyNumber_InPlaceLshift (C function)"/>
  <function link="c-api/number.html#c.PyNumber_InPlaceMatrixMultiply" name="PyNumber_InPlaceMatrixMultiply (C function)"/>
  <function link="c-api/number.html#c.PyNumber_InPlaceMultiply" name="PyNumber_InPlaceMultiply (C function)"/>
  <function link="c-api/number.html#c.PyNumber_InPlaceOr" name="PyNumber_InPlaceOr (C function)"/>
  <function link="c-api/number.html#c.PyNumber_InPlacePower" name="PyNumber_InPlacePower (C function)"/>
  <function link="c-api/number.html#c.PyNumber_InPlaceRemainder" name="PyNumber_InPlaceRemainder (C function)"/>
  <function link="c-api/number.html#c.PyNumber_InPlaceRshift" name="PyNumber_InPlaceRshift (C function)"/>
  <function link="c-api/number.html#c.PyNumber_InPlaceSubtract" name="PyNumber_InPlaceSubtract (C function)"/>
  <function link="c-api/number.html#c.PyNumber_InPlaceTrueDivide" name="PyNumber_InPlaceTrueDivide (C function)"/>
  <function link="c-api/number.html#c.PyNumber_InPlaceXor" name="PyNumber_InPlaceXor (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Invert" name="PyNumber_Invert (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Long" name="PyNumber_Long (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Lshift" name="PyNumber_Lshift (C function)"/>
  <function link="c-api/number.html#c.PyNumber_MatrixMultiply" name="PyNumber_MatrixMultiply (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Multiply" name="PyNumber_Multiply (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Negative" name="PyNumber_Negative (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Or" name="PyNumber_Or (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Positive" name="PyNumber_Positive (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Power" name="PyNumber_Power (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Remainder" name="PyNumber_Remainder (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Rshift" name="PyNumber_Rshift (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Subtract" name="PyNumber_Subtract (C function)"/>
  <function link="c-api/number.html#c.PyNumber_ToBase" name="PyNumber_ToBase (C function)"/>
  <function link="c-api/number.html#c.PyNumber_TrueDivide" name="PyNumber_TrueDivide (C function)"/>
  <function link="c-api/number.html#c.PyNumber_Xor" name="PyNumber_Xor (C function)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods" name="PyNumberMethods (C type)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_absolute" name="PyNumberMethods.nb_absolute (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_add" name="PyNumberMethods.nb_add (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_and" name="PyNumberMethods.nb_and (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_bool" name="PyNumberMethods.nb_bool (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_divmod" name="PyNumberMethods.nb_divmod (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_float" name="PyNumberMethods.nb_float (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_floor_divide" name="PyNumberMethods.nb_floor_divide (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_index" name="PyNumberMethods.nb_index (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_inplace_add" name="PyNumberMethods.nb_inplace_add (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_inplace_and" name="PyNumberMethods.nb_inplace_and (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_inplace_floor_divide" name="PyNumberMethods.nb_inplace_floor_divide (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_inplace_lshift" name="PyNumberMethods.nb_inplace_lshift (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_inplace_matrix_multiply" name="PyNumberMethods.nb_inplace_matrix_multiply (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_inplace_multiply" name="PyNumberMethods.nb_inplace_multiply (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_inplace_or" name="PyNumberMethods.nb_inplace_or (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_inplace_power" name="PyNumberMethods.nb_inplace_power (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_inplace_remainder" name="PyNumberMethods.nb_inplace_remainder (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_inplace_rshift" name="PyNumberMethods.nb_inplace_rshift (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_inplace_subtract" name="PyNumberMethods.nb_inplace_subtract (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_inplace_true_divide" name="PyNumberMethods.nb_inplace_true_divide (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_inplace_xor" name="PyNumberMethods.nb_inplace_xor (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_int" name="PyNumberMethods.nb_int (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_invert" name="PyNumberMethods.nb_invert (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_lshift" name="PyNumberMethods.nb_lshift (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_matrix_multiply" name="PyNumberMethods.nb_matrix_multiply (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_multiply" name="PyNumberMethods.nb_multiply (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_negative" name="PyNumberMethods.nb_negative (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_or" name="PyNumberMethods.nb_or (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_positive" name="PyNumberMethods.nb_positive (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_power" name="PyNumberMethods.nb_power (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_remainder" name="PyNumberMethods.nb_remainder (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_reserved" name="PyNumberMethods.nb_reserved (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_rshift" name="PyNumberMethods.nb_rshift (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_subtract" name="PyNumberMethods.nb_subtract (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_true_divide" name="PyNumberMethods.nb_true_divide (C member)"/>
  <function link="c-api/typeobj.html#c.PyNumberMethods.nb_xor" name="PyNumberMethods.nb_xor (C member)"/>
  <function link="c-api/structures.html#c.PyObject" name="PyObject (C type)"/>
  <function link="c-api/typeobj.html#c.PyObject._ob_next" name="PyObject._ob_next (C member)"/>
  <function link="c-api/typeobj.html#c.PyObject._ob_prev" name="PyObject._ob_prev (C member)"/>
  <function link="c-api/typeobj.html#c.PyObject.ob_refcnt" name="PyObject.ob_refcnt (C member)"/>
  <function link="c-api/typeobj.html#c.PyObject.ob_type" name="PyObject.ob_type (C member)"/>
  <function link="c-api/objbuffer.html#c.PyObject_AsCharBuffer" name="PyObject_AsCharBuffer (C function)"/>
  <function link="c-api/object.html#c.PyObject_ASCII" name="PyObject_ASCII (C function)"/>
  <function link="c-api/file.html#c.PyObject_AsFileDescriptor" name="PyObject_AsFileDescriptor (C function)"/>
  <function link="c-api/objbuffer.html#c.PyObject_AsReadBuffer" name="PyObject_AsReadBuffer (C function)"/>
  <function link="c-api/objbuffer.html#c.PyObject_AsWriteBuffer" name="PyObject_AsWriteBuffer (C function)"/>
  <function link="c-api/object.html#c.PyObject_Bytes" name="PyObject_Bytes (C function)"/>
  <function link="c-api/call.html#c.PyObject_Call" name="PyObject_Call (C function)"/>
  <function link="c-api/call.html#c.PyObject_CallFunction" name="PyObject_CallFunction (C function)"/>
  <function link="c-api/call.html#c.PyObject_CallFunctionObjArgs" name="PyObject_CallFunctionObjArgs (C function)"/>
  <function link="c-api/call.html#c.PyObject_CallMethod" name="PyObject_CallMethod (C function)"/>
  <function link="c-api/call.html#c.PyObject_CallMethodNoArgs" name="PyObject_CallMethodNoArgs (C function)"/>
  <function link="c-api/call.html#c.PyObject_CallMethodObjArgs" name="PyObject_CallMethodObjArgs (C function)"/>
  <function link="c-api/call.html#c.PyObject_CallMethodOneArg" name="PyObject_CallMethodOneArg (C function)"/>
  <function link="c-api/call.html#c.PyObject_CallNoArgs" name="PyObject_CallNoArgs (C function)"/>
  <function link="c-api/call.html#c.PyObject_CallObject" name="PyObject_CallObject (C function)"/>
  <function link="extending/extending.html#index-1" name="PyObject_CallObject()"/>
  <function link="c-api/memory.html#c.PyObject_Calloc" name="PyObject_Calloc (C function)"/>
  <function link="c-api/call.html#c.PyObject_CallOneArg" name="PyObject_CallOneArg (C function)"/>
  <function link="c-api/buffer.html#c.PyObject_CheckBuffer" name="PyObject_CheckBuffer (C function)"/>
  <function link="c-api/objbuffer.html#c.PyObject_CheckReadBuffer" name="PyObject_CheckReadBuffer (C function)"/>
  <function link="c-api/buffer.html#c.PyObject_CopyData" name="PyObject_CopyData (C function)"/>
  <function link="c-api/allocation.html#c.PyObject_Del" name="PyObject_Del (C function)"/>
  <function link="c-api/object.html#c.PyObject_DelAttr" name="PyObject_DelAttr (C function)"/>
  <function link="c-api/object.html#c.PyObject_DelAttrString" name="PyObject_DelAttrString (C function)"/>
  <function link="c-api/object.html#c.PyObject_DelItem" name="PyObject_DelItem (C function)"/>
  <function link="c-api/object.html#c.PyObject_Dir" name="PyObject_Dir (C function)"/>
  <function link="c-api/memory.html#c.PyObject_Free" name="PyObject_Free (C function)"/>
  <function link="c-api/gcsupport.html#c.PyObject_GC_Del" name="PyObject_GC_Del (C function)"/>
  <function link="c-api/gcsupport.html#c.PyObject_GC_IsFinalized" name="PyObject_GC_IsFinalized (C function)"/>
  <function link="c-api/gcsupport.html#c.PyObject_GC_IsTracked" name="PyObject_GC_IsTracked (C function)"/>
  <function link="c-api/gcsupport.html#c.PyObject_GC_New" name="PyObject_GC_New (C function)"/>
  <function link="c-api/gcsupport.html#c.PyObject_GC_NewVar" name="PyObject_GC_NewVar (C function)"/>
  <function link="c-api/gcsupport.html#c.PyObject_GC_Resize" name="PyObject_GC_Resize (C function)"/>
  <function link="c-api/gcsupport.html#c.PyObject_GC_Track" name="PyObject_GC_Track (C function)"/>
  <function link="c-api/gcsupport.html#c.PyObject_GC_UnTrack" name="PyObject_GC_UnTrack (C function)"/>
  <function link="c-api/object.html#c.PyObject_GenericGetAttr" name="PyObject_GenericGetAttr (C function)"/>
  <function link="c-api/object.html#c.PyObject_GenericGetDict" name="PyObject_GenericGetDict (C function)"/>
  <function link="c-api/object.html#c.PyObject_GenericSetAttr" name="PyObject_GenericSetAttr (C function)"/>
  <function link="c-api/object.html#c.PyObject_GenericSetDict" name="PyObject_GenericSetDict (C function)"/>
  <function link="c-api/object.html#c.PyObject_GetAIter" name="PyObject_GetAIter (C function)"/>
  <function link="c-api/memory.html#c.PyObject_GetArenaAllocator" name="PyObject_GetArenaAllocator (C function)"/>
  <function link="c-api/object.html#c.PyObject_GetAttr" name="PyObject_GetAttr (C function)"/>
  <function link="c-api/object.html#c.PyObject_GetAttrString" name="PyObject_GetAttrString (C function)"/>
  <function link="c-api/buffer.html#c.PyObject_GetBuffer" name="PyObject_GetBuffer (C function)"/>
  <function link="c-api/object.html#c.PyObject_GetItem" name="PyObject_GetItem (C function)"/>
  <function link="c-api/object.html#c.PyObject_GetIter" name="PyObject_GetIter (C function)"/>
  <function link="c-api/object.html#c.PyObject_HasAttr" name="PyObject_HasAttr (C function)"/>
  <function link="c-api/object.html#c.PyObject_HasAttrString" name="PyObject_HasAttrString (C function)"/>
  <function link="c-api/object.html#c.PyObject_Hash" name="PyObject_Hash (C function)"/>
  <function link="c-api/object.html#c.PyObject_HashNotImplemented" name="PyObject_HashNotImplemented (C function)"/>
  <function link="c-api/structures.html#c.PyObject_HEAD" name="PyObject_HEAD (C macro)"/>
  <function link="c-api/structures.html#c.PyObject_HEAD_INIT" name="PyObject_HEAD_INIT (C macro)"/>
  <function link="c-api/allocation.html#c.PyObject_Init" name="PyObject_Init (C function)"/>
  <function link="c-api/allocation.html#c.PyObject_InitVar" name="PyObject_InitVar (C function)"/>
  <function link="c-api/gcsupport.html#c.PyObject_IS_GC" name="PyObject_IS_GC (C function)"/>
  <function link="c-api/object.html#c.PyObject_IsInstance" name="PyObject_IsInstance (C function)"/>
  <function link="c-api/object.html#c.PyObject_IsSubclass" name="PyObject_IsSubclass (C function)"/>
  <function link="c-api/object.html#c.PyObject_IsTrue" name="PyObject_IsTrue (C function)"/>
  <function link="c-api/object.html#c.PyObject_Length" name="PyObject_Length (C function)"/>
  <function link="c-api/object.html#c.PyObject_LengthHint" name="PyObject_LengthHint (C function)"/>
  <function link="c-api/memory.html#c.PyObject_Malloc" name="PyObject_Malloc (C function)"/>
  <function link="c-api/allocation.html#c.PyObject_New" name="PyObject_New (C function)"/>
  <function link="c-api/allocation.html#c.PyObject_NewVar" name="PyObject_NewVar (C function)"/>
  <function link="c-api/object.html#c.PyObject_Not" name="PyObject_Not (C function)"/>
  <function link="c-api/object.html#c.PyObject_Print" name="PyObject_Print (C function)"/>
  <function link="c-api/memory.html#c.PyObject_Realloc" name="PyObject_Realloc (C function)"/>
  <function link="c-api/object.html#c.PyObject_Repr" name="PyObject_Repr (C function)"/>
  <function link="c-api/object.html#c.PyObject_RichCompare" name="PyObject_RichCompare (C function)"/>
  <function link="c-api/object.html#c.PyObject_RichCompareBool" name="PyObject_RichCompareBool (C function)"/>
  <function link="c-api/memory.html#c.PyObject_SetArenaAllocator" name="PyObject_SetArenaAllocator (C function)"/>
  <function link="c-api/object.html#c.PyObject_SetAttr" name="PyObject_SetAttr (C function)"/>
  <function link="c-api/object.html#c.PyObject_SetAttrString" name="PyObject_SetAttrString (C function)"/>
  <function link="c-api/object.html#c.PyObject_SetItem" name="PyObject_SetItem (C function)"/>
  <function link="c-api/object.html#c.PyObject_Size" name="PyObject_Size (C function)"/>
  <function link="c-api/object.html#c.PyObject_Str" name="PyObject_Str (C function)"/>
  <function link="c-api/object.html#c.PyObject_Type" name="PyObject_Type (C function)"/>
  <function link="c-api/object.html#c.PyObject_TypeCheck" name="PyObject_TypeCheck (C function)"/>
  <function link="c-api/structures.html#c.PyObject_VAR_HEAD" name="PyObject_VAR_HEAD (C macro)"/>
  <function link="c-api/call.html#c.PyObject_Vectorcall" name="PyObject_Vectorcall (C function)"/>
  <function link="c-api/call.html#c.PyObject_VectorcallDict" name="PyObject_VectorcallDict (C function)"/>
  <function link="c-api/call.html#c.PyObject_VectorcallMethod" name="PyObject_VectorcallMethod (C function)"/>
  <function link="c-api/memory.html#c.PyObjectArenaAllocator" name="PyObjectArenaAllocator (C type)"/>
  <function link="c-api/sys.html#c.PyOS_AfterFork" name="PyOS_AfterFork (C function)"/>
  <function link="c-api/sys.html#c.PyOS_AfterFork_Child" name="PyOS_AfterFork_Child (C function)"/>
  <function link="c-api/sys.html#c.PyOS_AfterFork_Parent" name="PyOS_AfterFork_Parent (C function)"/>
  <function link="c-api/sys.html#c.PyOS_BeforeFork" name="PyOS_BeforeFork (C function)"/>
  <function link="c-api/sys.html#c.PyOS_CheckStack" name="PyOS_CheckStack (C function)"/>
  <function link="c-api/conversion.html#c.PyOS_double_to_string" name="PyOS_double_to_string (C function)"/>
  <function link="c-api/sys.html#c.PyOS_FSPath" name="PyOS_FSPath (C function)"/>
  <function link="c-api/sys.html#c.PyOS_getsig" name="PyOS_getsig (C function)"/>
  <function link="c-api/veryhigh.html#c.PyOS_InputHook" name="PyOS_InputHook (C var)"/>
  <function link="c-api/veryhigh.html#c.PyOS_ReadlineFunctionPointer" name="PyOS_ReadlineFunctionPointer (C var)"/>
  <function link="c-api/sys.html#c.PyOS_setsig" name="PyOS_setsig (C function)"/>
  <function link="c-api/conversion.html#c.PyOS_snprintf" name="PyOS_snprintf (C function)"/>
  <function link="c-api/conversion.html#c.PyOS_stricmp" name="PyOS_stricmp (C function)"/>
  <function link="c-api/conversion.html#c.PyOS_string_to_double" name="PyOS_string_to_double (C function)"/>
  <function link="c-api/conversion.html#c.PyOS_strnicmp" name="PyOS_strnicmp (C function)"/>
  <function link="c-api/conversion.html#c.PyOS_vsnprintf" name="PyOS_vsnprintf (C function)"/>
  <function link="distributing/index.html#index-1" name="(see Python Package Index (PyPI))"/>
  <function link="c-api/init_config.html#c.PyPreConfig" name="PyPreConfig (C type)"/>
  <function link="c-api/init_config.html#c.PyPreConfig.allocator" name="PyPreConfig.allocator (C member)"/>
  <function link="c-api/init_config.html#c.PyPreConfig.coerce_c_locale" name="PyPreConfig.coerce_c_locale (C member)"/>
  <function link="c-api/init_config.html#c.PyPreConfig.coerce_c_locale_warn" name="PyPreConfig.coerce_c_locale_warn (C member)"/>
  <function link="c-api/init_config.html#c.PyPreConfig.configure_locale" name="PyPreConfig.configure_locale (C member)"/>
  <function link="c-api/init_config.html#c.PyPreConfig.dev_mode" name="PyPreConfig.dev_mode (C member)"/>
  <function link="c-api/init_config.html#c.PyPreConfig.isolated" name="PyPreConfig.isolated (C member)"/>
  <function link="c-api/init_config.html#c.PyPreConfig.legacy_windows_fs_encoding" name="PyPreConfig.legacy_windows_fs_encoding (C member)"/>
  <function link="c-api/init_config.html#c.PyPreConfig.parse_argv" name="PyPreConfig.parse_argv (C member)"/>
  <function link="c-api/init_config.html#c.PyPreConfig.PyPreConfig_InitIsolatedConfig" name="PyPreConfig.PyPreConfig_InitIsolatedConfig (C function)"/>
  <function link="c-api/init_config.html#c.PyPreConfig.PyPreConfig_InitPythonConfig" name="PyPreConfig.PyPreConfig_InitPythonConfig (C function)"/>
  <function link="c-api/init_config.html#c.PyPreConfig.use_environment" name="PyPreConfig.use_environment (C member)"/>
  <function link="c-api/init_config.html#c.PyPreConfig.utf8_mode" name="PyPreConfig.utf8_mode (C member)"/>
  <function link="c-api/descriptor.html#c.PyProperty_Type" name="PyProperty_Type (C var)"/>
  <function link="c-api/veryhigh.html#c.PyRun_AnyFile" name="PyRun_AnyFile (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_AnyFileEx" name="PyRun_AnyFileEx (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_AnyFileExFlags" name="PyRun_AnyFileExFlags (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_AnyFileFlags" name="PyRun_AnyFileFlags (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_File" name="PyRun_File (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_FileEx" name="PyRun_FileEx (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_FileExFlags" name="PyRun_FileExFlags (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_FileFlags" name="PyRun_FileFlags (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_InteractiveLoop" name="PyRun_InteractiveLoop (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_InteractiveLoopFlags" name="PyRun_InteractiveLoopFlags (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_InteractiveOne" name="PyRun_InteractiveOne (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_InteractiveOneFlags" name="PyRun_InteractiveOneFlags (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_SimpleFile" name="PyRun_SimpleFile (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_SimpleFileEx" name="PyRun_SimpleFileEx (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_SimpleFileExFlags" name="PyRun_SimpleFileExFlags (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_SimpleString" name="PyRun_SimpleString (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_SimpleStringFlags" name="PyRun_SimpleStringFlags (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_String" name="PyRun_String (C function)"/>
  <function link="c-api/veryhigh.html#c.PyRun_StringFlags" name="PyRun_StringFlags (C function)"/>
  <function link="c-api/iter.html#c.PySendResult" name="PySendResult (C type)"/>
  <function link="c-api/iterator.html#c.PySeqIter_Check" name="PySeqIter_Check (C function)"/>
  <function link="c-api/iterator.html#c.PySeqIter_New" name="PySeqIter_New (C function)"/>
  <function link="c-api/iterator.html#c.PySeqIter_Type" name="PySeqIter_Type (C var)"/>
  <function link="c-api/sequence.html#c.PySequence_Check" name="PySequence_Check (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_Concat" name="PySequence_Concat (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_Contains" name="PySequence_Contains (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_Count" name="PySequence_Count (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_DelItem" name="PySequence_DelItem (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_DelSlice" name="PySequence_DelSlice (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_Fast" name="PySequence_Fast (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_Fast_GET_ITEM" name="PySequence_Fast_GET_ITEM (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_Fast_GET_SIZE" name="PySequence_Fast_GET_SIZE (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_Fast_ITEMS" name="PySequence_Fast_ITEMS (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_GetItem" name="PySequence_GetItem (C function)"/>
  <function link="c-api/intro.html#index-12" name="PySequence_GetItem()"/>
  <function link="c-api/sequence.html#c.PySequence_GetSlice" name="PySequence_GetSlice (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_Index" name="PySequence_Index (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_InPlaceConcat" name="PySequence_InPlaceConcat (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_InPlaceRepeat" name="PySequence_InPlaceRepeat (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_ITEM" name="PySequence_ITEM (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_Length" name="PySequence_Length (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_List" name="PySequence_List (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_Repeat" name="PySequence_Repeat (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_SetItem" name="PySequence_SetItem (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_SetSlice" name="PySequence_SetSlice (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_Size" name="PySequence_Size (C function)"/>
  <function link="c-api/sequence.html#c.PySequence_Tuple" name="PySequence_Tuple (C function)"/>
  <function link="c-api/typeobj.html#c.PySequenceMethods" name="PySequenceMethods (C type)"/>
  <function link="c-api/typeobj.html#c.PySequenceMethods.sq_ass_item" name="PySequenceMethods.sq_ass_item (C member)"/>
  <function link="c-api/typeobj.html#c.PySequenceMethods.sq_concat" name="PySequenceMethods.sq_concat (C member)"/>
  <function link="c-api/typeobj.html#c.PySequenceMethods.sq_contains" name="PySequenceMethods.sq_contains (C member)"/>
  <function link="c-api/typeobj.html#c.PySequenceMethods.sq_inplace_concat" name="PySequenceMethods.sq_inplace_concat (C member)"/>
  <function link="c-api/typeobj.html#c.PySequenceMethods.sq_inplace_repeat" name="PySequenceMethods.sq_inplace_repeat (C member)"/>
  <function link="c-api/typeobj.html#c.PySequenceMethods.sq_item" name="PySequenceMethods.sq_item (C member)"/>
  <function link="c-api/typeobj.html#c.PySequenceMethods.sq_length" name="PySequenceMethods.sq_length (C member)"/>
  <function link="c-api/typeobj.html#c.PySequenceMethods.sq_repeat" name="PySequenceMethods.sq_repeat (C member)"/>
  <function link="c-api/set.html#c.PySet_Add" name="PySet_Add (C function)"/>
  <function link="c-api/set.html#c.PySet_Check" name="PySet_Check (C function)"/>
  <function link="c-api/set.html#c.PySet_CheckExact" name="PySet_CheckExact (C function)"/>
  <function link="c-api/set.html#c.PySet_Clear" name="PySet_Clear (C function)"/>
  <function link="c-api/set.html#c.PySet_Contains" name="PySet_Contains (C function)"/>
  <function link="c-api/set.html#c.PySet_Discard" name="PySet_Discard (C function)"/>
  <function link="c-api/set.html#c.PySet_GET_SIZE" name="PySet_GET_SIZE (C function)"/>
  <function link="c-api/set.html#c.PySet_New" name="PySet_New (C function)"/>
  <function link="c-api/set.html#c.PySet_Pop" name="PySet_Pop (C function)"/>
  <function link="c-api/set.html#c.PySet_Size" name="PySet_Size (C function)"/>
  <function link="c-api/set.html#c.PySet_Type" name="PySet_Type (C var)"/>
  <function link="c-api/set.html#c.PySetObject" name="PySetObject (C type)"/>
  <function link="c-api/exceptions.html#c.PySignal_SetWakeupFd" name="PySignal_SetWakeupFd (C function)"/>
  <function link="c-api/slice.html#c.PySlice_AdjustIndices" name="PySlice_AdjustIndices (C function)"/>
  <function link="c-api/slice.html#c.PySlice_Check" name="PySlice_Check (C function)"/>
  <function link="c-api/slice.html#c.PySlice_GetIndices" name="PySlice_GetIndices (C function)"/>
  <function link="c-api/slice.html#c.PySlice_GetIndicesEx" name="PySlice_GetIndicesEx (C function)"/>
  <function link="c-api/slice.html#c.PySlice_New" name="PySlice_New (C function)"/>
  <function link="c-api/slice.html#c.PySlice_Type" name="PySlice_Type (C var)"/>
  <function link="c-api/slice.html#c.PySlice_Unpack" name="PySlice_Unpack (C function)"/>
  <function link="c-api/module.html#c.PyState_AddModule" name="PyState_AddModule (C function)"/>
  <function link="c-api/module.html#c.PyState_FindModule" name="PyState_FindModule (C function)"/>
  <function link="c-api/module.html#c.PyState_RemoveModule" name="PyState_RemoveModule (C function)"/>
  <function link="c-api/init_config.html#c.PyStatus" name="PyStatus (C type)"/>
  <function link="c-api/init_config.html#c.PyStatus.err_msg" name="PyStatus.err_msg (C member)"/>
  <function link="c-api/init_config.html#c.PyStatus.exitcode" name="PyStatus.exitcode (C member)"/>
  <function link="c-api/init_config.html#c.PyStatus.func" name="PyStatus.func (C member)"/>
  <function link="c-api/init_config.html#c.PyStatus.Py_ExitStatusException" name="PyStatus.Py_ExitStatusException (C function)"/>
  <function link="c-api/init_config.html#c.PyStatus.PyStatus_Error" name="PyStatus.PyStatus_Error (C function)"/>
  <function link="c-api/init_config.html#c.PyStatus.PyStatus_Exception" name="PyStatus.PyStatus_Exception (C function)"/>
  <function link="c-api/init_config.html#c.PyStatus.PyStatus_Exit" name="PyStatus.PyStatus_Exit (C function)"/>
  <function link="c-api/init_config.html#c.PyStatus.PyStatus_IsError" name="PyStatus.PyStatus_IsError (C function)"/>
  <function link="c-api/init_config.html#c.PyStatus.PyStatus_IsExit" name="PyStatus.PyStatus_IsExit (C function)"/>
  <function link="c-api/init_config.html#c.PyStatus.PyStatus_NoMemory" name="PyStatus.PyStatus_NoMemory (C function)"/>
  <function link="c-api/init_config.html#c.PyStatus.PyStatus_Ok" name="PyStatus.PyStatus_Ok (C function)"/>
  <function link="c-api/tuple.html#c.PyStructSequence_Desc" name="PyStructSequence_Desc (C type)"/>
  <function link="c-api/tuple.html#c.PyStructSequence_Field" name="PyStructSequence_Field (C type)"/>
  <function link="c-api/tuple.html#c.PyStructSequence_GET_ITEM" name="PyStructSequence_GET_ITEM (C function)"/>
  <function link="c-api/tuple.html#c.PyStructSequence_GetItem" name="PyStructSequence_GetItem (C function)"/>
  <function link="c-api/tuple.html#c.PyStructSequence_InitType" name="PyStructSequence_InitType (C function)"/>
  <function link="c-api/tuple.html#c.PyStructSequence_InitType2" name="PyStructSequence_InitType2 (C function)"/>
  <function link="c-api/tuple.html#c.PyStructSequence_New" name="PyStructSequence_New (C function)"/>
  <function link="c-api/tuple.html#c.PyStructSequence_NewType" name="PyStructSequence_NewType (C function)"/>
  <function link="c-api/tuple.html#c.PyStructSequence_SET_ITEM" name="PyStructSequence_SET_ITEM (C function)"/>
  <function link="c-api/tuple.html#c.PyStructSequence_SetItem" name="PyStructSequence_SetItem (C function)"/>
  <function link="c-api/tuple.html#c.PyStructSequence_UnnamedField" name="PyStructSequence_UnnamedField (C var)"/>
  <function link="c-api/sys.html#c.PySys_AddAuditHook" name="PySys_AddAuditHook (C function)"/>
  <function link="c-api/sys.html#c.PySys_AddWarnOption" name="PySys_AddWarnOption (C function)"/>
  <function link="c-api/sys.html#c.PySys_AddWarnOptionUnicode" name="PySys_AddWarnOptionUnicode (C function)"/>
  <function link="c-api/sys.html#c.PySys_AddXOption" name="PySys_AddXOption (C function)"/>
  <function link="c-api/sys.html#c.PySys_Audit" name="PySys_Audit (C function)"/>
  <function link="c-api/sys.html#c.PySys_FormatStderr" name="PySys_FormatStderr (C function)"/>
  <function link="c-api/sys.html#c.PySys_FormatStdout" name="PySys_FormatStdout (C function)"/>
  <function link="c-api/sys.html#c.PySys_GetObject" name="PySys_GetObject (C function)"/>
  <function link="c-api/sys.html#c.PySys_GetXOptions" name="PySys_GetXOptions (C function)"/>
  <function link="c-api/sys.html#c.PySys_ResetWarnOptions" name="PySys_ResetWarnOptions (C function)"/>
  <function link="c-api/init.html#c.PySys_SetArgv" name="PySys_SetArgv (C function)"/>
  <function link="c-api/init.html#index-16" name="PySys_SetArgv()"/>
  <function link="c-api/init.html#c.PySys_SetArgvEx" name="PySys_SetArgvEx (C function)"/>
  <function link="c-api/init.html#index-16" name="PySys_SetArgvEx()"/>
  <function link="c-api/sys.html#c.PySys_SetObject" name="PySys_SetObject (C function)"/>
  <function link="c-api/sys.html#c.PySys_SetPath" name="PySys_SetPath (C function)"/>
  <function link="c-api/sys.html#c.PySys_WriteStderr" name="PySys_WriteStderr (C function)"/>
  <function link="c-api/sys.html#c.PySys_WriteStdout" name="PySys_WriteStdout (C function)"/>
  <function link="glossary.html#term-Python-3000" name="Python 3000"/>
  <function link="library/idle.html#index-0" name="Python Editor"/>
  <function link="glossary.html#index-30" name="PEP 1"/>
  <function link="whatsnew/2.0.html#index-3" name="PEP 100"/>
  <function link="using/windows.html#index-0" name="PEP 11"/>
  <function link="whatsnew/3.11.html#index-35" name="PEP 11#tier-3"/>
  <function link="whatsnew/2.0.html#index-2" name="PEP 201"/>
  <function link="library/weakref.html#index-2" name="PEP 205"/>
  <function link="whatsnew/2.1.html#index-4" name="PEP 207"/>
  <function link="whatsnew/2.1.html#index-13" name="PEP 208"/>
  <function link="whatsnew/2.1.html#index-12" name="PEP 217"/>
  <function link="whatsnew/2.3.html#index-0" name="PEP 218"/>
  <function link="library/__future__.html#index-0" name="PEP 227"/>
  <function link="whatsnew/2.1.html#index-8" name="PEP 229"/>
  <function link="whatsnew/2.1.html#index-7" name="PEP 230"/>
  <function link="whatsnew/2.1.html#index-10" name="PEP 232"/>
  <function link="whatsnew/2.2.html#index-7" name="PEP 234"/>
  <function link="library/importlib.html#index-0" name="PEP 235"/>
  <function link="reference/simple_stmts.html#index-42" name="PEP 236"/>
  <function link="library/stdtypes.html#index-37" name="PEP 237"/>
  <function link="c-api/veryhigh.html#index-3" name="PEP 238"/>
  <function link="whatsnew/2.1.html#index-14" name="PEP 241"/>
  <function link="whatsnew/2.1.html#index-17" name="PEP 243"/>
  <function link="library/sqlite3.html#index-4" name="PEP 246"/>
  <function link="whatsnew/3.4.html#index-37" name="PEP 247"/>
  <function link="library/sqlite3.html#index-0" name="PEP 249"/>
  <function link="reference/datamodel.html#index-82" name="PEP 252"/>
  <function link="whatsnew/2.2.html#index-0" name="PEP 253"/>
  <function link="library/__future__.html#index-1" name="PEP 255"/>
  <function link="whatsnew/2.2.html#index-14" name="PEP 261"/>
  <function link="howto/unicode.html#index-0" name="PEP 263"/>
  <function link="whatsnew/2.2.html#index-22" name="PEP 264"/>
  <function link="library/zipimport.html#index-0" name="PEP 273"/>
  <function link="whatsnew/3.0.html#index-10" name="PEP 274"/>
  <function link="whatsnew/2.3.html#index-7" name="PEP 277"/>
  <function link="glossary.html#index-37" name="PEP 278"/>
  <function link="whatsnew/2.3.html#index-10" name="PEP 279"/>
  <function link="distutils/apiref.html#index-7" name="PEP 282"/>
  <function link="whatsnew/2.3.html#index-13" name="PEP 285"/>
  <function link="whatsnew/2.5.html#index-12" name="PEP 288"/>
  <function link="howto/functional.html#index-1" name="PEP 289"/>
  <function link="library/string.html#index-12" name="PEP 292"/>
  <function link="whatsnew/2.3.html#index-15" name="PEP 293"/>
  <function link="whatsnew/2.6.html#index-1" name="PEP 3000"/>
  <function link="distutils/apiref.html#index-8" name="PEP 301"/>
  <function link="glossary.html#index-14" name="PEP 302"/>
  <function link="library/csv.html#index-2" name="PEP 305"/>
  <function link="library/pickle.html#index-2" name="PEP 307"/>
  <function link="reference/expressions.html#index-89" name="PEP 308"/>
  <function link="whatsnew/2.5.html#index-3" name="PEP 309"/>
  <function link="whatsnew/2.6.html#index-2" name="PEP 3100"/>
  <function link="library/string.html#index-0" name="PEP 3101"/>
  <function link="whatsnew/3.0.html#index-7" name="PEP 3102"/>
  <function link="reference/simple_stmts.html#index-46" name="PEP 3104"/>
  <function link="library/__future__.html#index-5" name="PEP 3105"/>
  <function link="whatsnew/2.7.html#index-6" name="PEP 3106"/>
  <function link="reference/compound_stmts.html#index-36" name="PEP 3107"/>
  <function link="whatsnew/3.0.html#index-17" name="PEP 3108"/>
  <function link="whatsnew/3.0.html#index-11" name="PEP 3109"/>
  <function link="whatsnew/2.6.html#index-11" name="PEP 3110"/>
  <function link="whatsnew/3.0.html#index-32" name="PEP 3111"/>
  <function link="library/__future__.html#index-6" name="PEP 3112"/>
  <function link="whatsnew/3.0.html#index-15" name="PEP 3113"/>
  <function link="whatsnew/3.0.html#index-30" name="PEP 3114"/>
  <function link="library/types.html#index-0" name="PEP 3115"/>
  <function link="glossary.html#index-38" name="PEP 3116"/>
  <function link="library/stdtypes.html#index-49" name="PEP 3118"/>
  <function link="c-api/object.html#index-4" name="PEP 3119"/>
  <function link="library/importlib.html#index-10" name="PEP 3120"/>
  <function link="c-api/module.html#index-6" name="PEP 3121"/>
  <function link="whatsnew/3.0.html#index-35" name="PEP 3123"/>
  <function link="whatsnew/2.6.html#index-17" name="PEP 3127"/>
  <function link="reference/compound_stmts.html#index-44" name="PEP 3129"/>
  <function link="reference/lexical_analysis.html#index-11" name="PEP 3131"/>
  <function link="reference/simple_stmts.html#index-13" name="PEP 3132"/>
  <function link="library/exceptions.html#index-2" name="PEP 3134"/>
  <function link="reference/datamodel.html#index-90" name="PEP 3135"/>
  <function link="whatsnew/2.7.html#index-7" name="PEP 3137"/>
  <function link="whatsnew/3.0.html#index-3" name="PEP 3138"/>
  <function link="distutils/apiref.html#index-0" name="PEP 314"/>
  <function link="library/abc.html#index-1" name="PEP 3141"/>
  <function link="whatsnew/3.3.html#index-25" name="PEP 3144"/>
  <function link="c-api/import.html#index-3" name="PEP 3147"/>
  <function link="library/concurrent.futures.html#index-0" name="PEP 3148"/>
  <function link="library/sys.html#index-0" name="PEP 3149"/>
  <function link="c-api/exceptions.html#index-5" name="PEP 3151"/>
  <function link="library/pickle.html#index-3" name="PEP 3154"/>
  <function link="glossary.html#index-33" name="PEP 3155"/>
  <function link="whatsnew/3.4.html#index-25" name="PEP 3156"/>
  <function link="reference/compound_stmts.html#index-45" name="PEP 318"/>
  <function link="whatsnew/2.4.html#index-14" name="PEP 322"/>
  <function link="library/subprocess.html#index-0" name="PEP 324"/>
  <function link="whatsnew/2.5.html#index-13" name="PEP 325"/>
  <function link="whatsnew/2.4.html#index-9" name="PEP 327"/>
  <function link="library/__future__.html#index-3" name="PEP 328"/>
  <function link="whatsnew/2.4.html#index-11" name="PEP 331"/>
  <function link="whatsnew/2.5.html#index-26" name="PEP 333"/>
  <function link="library/wsgiref.html#index-0" name="PEP 3333"/>
  <function link="library/runpy.html#index-6" name="PEP 338"/>
  <function link="whatsnew/2.5.html#index-30" name="PEP 339"/>
  <function link="whatsnew/2.5.html#index-8" name="PEP 341"/>
  <function link="howto/functional.html#index-0" name="PEP 342"/>
  <function link="glossary.html#index-9" name="PEP 343"/>
  <function link="whatsnew/2.5.html#index-28" name="PEP 347"/>
  <function link="whatsnew/2.5.html#index-15" name="PEP 352"/>
  <function link="c-api/intro.html#index-15" name="PEP 353"/>
  <function link="whatsnew/2.5.html#index-0" name="PEP 356"/>
  <function link="whatsnew/2.5.html#index-18" name="PEP 357"/>
  <function link="whatsnew/2.6.html#index-0" name="PEP 361"/>
  <function link="glossary.html#index-2" name="PEP 362"/>
  <function link="library/importlib.html#index-4" name="PEP 366"/>
  <function link="library/site.html#index-11" name="PEP 370"/>
  <function link="whatsnew/2.6.html#index-8" name="PEP 371"/>
  <function link="whatsnew/2.7.html#index-2" name="PEP 372"/>
  <function link="whatsnew/2.7.html#index-0" name="PEP 373"/>
  <function link="library/string.html#index-9" name="PEP 378"/>
  <function link="reference/expressions.html#index-28" name="PEP 380"/>
  <function link="c-api/unicode.html#index-3" name="PEP 383"/>
  <function link="whatsnew/3.10.html#index-39" name="PEP 384"/>
  <function link="whatsnew/3.2.html#index-14" name="PEP 385"/>
  <function link="c-api/stable.html#index-0" name="PEP 387"/>
  <function link="whatsnew/2.7.html#index-4" name="PEP 389"/>
  <function link="whatsnew/2.7.html#index-5" name="PEP 391"/>
  <function link="whatsnew/3.2.html#index-0" name="PEP 392"/>
  <function link="c-api/unicode.html#index-0" name="PEP 393"/>
  <function link="using/windows.html#index-19" name="PEP 397"/>
  <function link="whatsnew/3.3.html#index-0" name="PEP 398"/>
  <function link="whatsnew/3.0.html#index-18" name="PEP 4"/>
  <function link="library/venv.html#index-1" name="PEP 405"/>
  <function link="whatsnew/3.3.html#index-13" name="PEP 409"/>
  <function link="glossary.html#index-32" name="PEP 411"/>
  <function link="library/functools.html#index-0" name="PEP 412"/>
  <function link="reference/lexical_analysis.html#index-21" name="PEP 414"/>
  <function link="whatsnew/3.3.html#index-28" name="PEP 418"/>
  <function link="glossary.html#index-15" name="PEP 420"/>
  <function link="library/sys.html#index-15" name="PEP 421"/>
  <function link="whatsnew/3.4.html#index-24" name="PEP 424"/>
  <function link="distributing/index.html#index-0" name="PEP 427"/>
  <function link="library/pathlib.html#index-1" name="PEP 428"/>
  <function link="whatsnew/3.4.html#index-0" name="PEP 429"/>
  <function link="c-api/init_config.html#index-35" name="PEP 432"/>
  <function link="library/idle.html#index-7" name="PEP 434"/>
  <function link="whatsnew/3.4.html#index-28" name="PEP 435"/>
  <function link="whatsnew/3.4.html#index-18" name="PEP 436"/>
  <function link="whatsnew/3.5.html#index-29" name="PEP 441"/>
  <function link="c-api/typeobj.html#index-5" name="PEP 442"/>
  <function link="glossary.html#index-21" name="PEP 443"/>
  <function link="whatsnew/3.4.html#index-17" name="PEP 445"/>
  <function link="whatsnew/3.4.html#index-14" name="PEP 446"/>
  <function link="reference/expressions.html#index-19" name="PEP 448"/>
  <function link="whatsnew/3.4.html#index-32" name="PEP 450"/>
  <function link="c-api/module.html#index-7" name="PEP 451"/>
  <function link="library/ensurepip.html#index-0" name="PEP 453"/>
  <function link="whatsnew/3.4.html#index-10" name="PEP 454"/>
  <function link="whatsnew/3.4.html#index-13" name="PEP 456"/>
  <function link="library/stdtypes.html#index-48" name="PEP 461"/>
  <function link="whatsnew/3.5.html#index-3" name="PEP 465"/>
  <function link="whatsnew/2.7.html#index-17" name="PEP 466"/>
  <function link="library/collections.html#index-2" name="PEP 468"/>
  <function link="whatsnew/3.5.html#index-13" name="PEP 471"/>
  <function link="library/exceptions.html#index-7" name="PEP 475"/>
  <function link="whatsnew/2.7.html#index-25" name="PEP 476"/>
  <function link="whatsnew/2.7.html#index-21" name="PEP 477"/>
  <function link="whatsnew/3.5.html#index-0" name="PEP 478"/>
  <function link="library/__future__.html#index-7" name="PEP 479"/>
  <function link="glossary.html#index-22" name="PEP 483"/>
  <function link="glossary.html#index-0" name="PEP 484"/>
  <function link="whatsnew/3.11.html#index-16" name="PEP 484#annotating-instance-and-class-methods"/>
  <function link="library/cmath.html#index-0" name="PEP 485"/>
  <function link="whatsnew/3.5.html#index-21" name="PEP 486"/>
  <function link="whatsnew/3.6.html#index-13" name="PEP 487"/>
  <function link="distutils/apiref.html#index-4" name="PEP 488"/>
  <function link="c-api/module.html#index-8" name="PEP 489"/>
  <function link="glossary.html#index-11" name="PEP 492"/>
  <function link="whatsnew/2.7.html#index-26" name="PEP 493"/>
  <function link="whatsnew/3.6.html#index-0" name="PEP 494"/>
  <function link="library/zoneinfo.html#index-1" name="PEP 495"/>
  <function link="glossary.html#index-13" name="PEP 498"/>
  <function link="faq/general.html#index-2" name="PEP 5"/>
  <function link="library/secrets.html#index-0" name="PEP 506"/>
  <function link="whatsnew/3.6.html#index-36" name="PEP 511"/>
  <function link="using/windows.html#index-21" name="PEP 514"/>
  <function link="library/fractions.html#index-0" name="PEP 515"/>
  <function link="glossary.html#index-29" name="PEP 519"/>
  <function link="whatsnew/3.6.html#index-23" name="PEP 520"/>
  <function link="c-api/init.html#index-40" name="PEP 523"/>
  <function link="library/os.html#index-53" name="PEP 524"/>
  <function link="glossary.html#index-5" name="PEP 525"/>
  <function link="glossary.html#index-1" name="PEP 526"/>
  <function link="c-api/init.html#index-11" name="PEP 528"/>
  <function link="c-api/init.html#index-9" name="PEP 529"/>
  <function link="reference/expressions.html#index-14" name="PEP 530"/>
  <function link="c-api/init_config.html#index-31" name="PEP 538"/>
  <function link="c-api/init.html#index-47" name="PEP 539"/>
  <function link="c-api/init_config.html#index-32" name="PEP 540"/>
  <function link="library/typing.html#index-25" name="PEP 544"/>
  <function link="whatsnew/3.7.html#index-24" name="PEP 545"/>
  <function link="c-api/init_config.html#index-7" name="PEP 552"/>
  <function link="whatsnew/3.7.html#index-13" name="PEP 553"/>
  <function link="library/dataclasses.html#index-0" name="PEP 557"/>
  <function link="library/types.html#index-1" name="PEP 560"/>
  <function link="reference/datamodel.html#index-81" name="PEP 562"/>
  <function link="library/__future__.html#index-8" name="PEP 563"/>
  <function link="whatsnew/3.7.html#index-17" name="PEP 564"/>
  <function link="library/exceptions.html#index-9" name="PEP 565"/>
  <function link="library/importlib.metadata.html#index-0" name="PEP 566"/>
  <function link="library/asyncio-eventloop.html#index-0" name="PEP 567"/>
  <function link="reference/compound_stmts.html#index-33" name="PEP 570"/>
  <function link="faq/design.html#index-0" name="PEP 572"/>
  <function link="howto/clinic.html#index-1" name="PEP 573"/>
  <function link="library/pickle.html#index-4" name="PEP 574"/>
  <function link="c-api/sys.html#index-0" name="PEP 578"/>
  <function link="library/collections.html#index-0" name="PEP 584"/>
  <function link="glossary.html#index-24" name="PEP 585"/>
  <function link="library/typing.html#index-36" name="PEP 586"/>
  <function link="c-api/init_config.html#index-0" name="PEP 587"/>
  <function link="library/typing.html#index-48" name="PEP 589"/>
  <function link="c-api/call.html#index-0" name="PEP 590"/>
  <function link="library/typing.html#index-38" name="PEP 591"/>
  <function link="library/typing.html#index-10" name="PEP 593"/>
  <function link="library/nntplib.html#index-1" name="PEP 594"/>
  <function link="library/aifc.html#index-1" name="PEP 594#aifc"/>
  <function link="library/asynchat.html#index-0" name="PEP 594#asynchat"/>
  <function link="library/asyncore.html#index-0" name="PEP 594#asyncore"/>
  <function link="library/audioop.html#index-0" name="PEP 594#audioop"/>
  <function link="library/cgi.html#index-1" name="PEP 594#cgi"/>
  <function link="library/cgitb.html#index-1" name="PEP 594#cgitb"/>
  <function link="library/chunk.html#index-1" name="PEP 594#chunk"/>
  <function link="library/crypt.html#index-1" name="PEP 594#crypt"/>
  <function link="library/imghdr.html#index-0" name="PEP 594#imghdr"/>
  <function link="library/mailcap.html#index-0" name="PEP 594#mailcap"/>
  <function link="library/msilib.html#index-1" name="PEP 594#msilib"/>
  <function link="library/nis.html#index-0" name="PEP 594#nis"/>
  <function link="library/ossaudiodev.html#index-0" name="PEP 594#ossaudiodev"/>
  <function link="library/pipes.html#index-0" name="PEP 594#pipes"/>
  <function link="library/smtpd.html#index-0" name="PEP 594#smtpd"/>
  <function link="library/sndhdr.html#index-1" name="PEP 594#sndhdr"/>
  <function link="library/spwd.html#index-0" name="PEP 594#spwd"/>
  <function link="library/sunau.html#index-0" name="PEP 594#sunau"/>
  <function link="library/telnetlib.html#index-1" name="PEP 594#telnetlib"/>
  <function link="library/uu.html#index-0" name="PEP 594#uu-and-the-uu-encoding"/>
  <function link="library/xdrlib.html#index-1" name="PEP 594#xdrlib"/>
  <function link="whatsnew/3.9.html#index-0" name="PEP 596"/>
  <function link="library/io.html#index-2" name="PEP 597"/>
  <function link="faq/general.html#index-0" name="PEP 6"/>
  <function link="faq/general.html#index-1" name="PEP 602"/>
  <function link="howto/annotations.html#index-0" name="PEP 604"/>
  <function link="library/typing.html#index-12" name="PEP 612"/>
  <function link="library/typing.html#index-13" name="PEP 613"/>
  <function link="reference/compound_stmts.html#index-30" name="PEP 614"/>
  <function link="library/zoneinfo.html#index-0" name="PEP 615"/>
  <function link="whatsnew/3.9.html#index-12" name="PEP 616"/>
  <function link="library/2to3.html#index-0" name="PEP 617"/>
  <function link="whatsnew/3.10.html#index-26" name="PEP 618"/>
  <function link="c-api/unicode.html#index-1" name="PEP 623"/>
  <function link="whatsnew/3.10.html#index-12" name="PEP 624"/>
  <function link="whatsnew/3.11.html#index-41" name="PEP 624#alternative-apis"/>
  <function link="library/dis.html#index-0" name="PEP 626"/>
  <function link="whatsnew/3.6.html#index-29" name="PEP 628"/>
  <function link="whatsnew/3.10.html#index-10" name="PEP 632"/>
  <function link="c-api/typeobj.html#index-3" name="PEP 634"/>
  <function link="whatsnew/3.10.html#index-1" name="PEP 635"/>
  <function link="reference/compound_stmts.html#index-20" name="PEP 636"/>
  <function link="library/ssl.html#index-2" name="PEP 644"/>
  <function link="library/typing.html#index-14" name="PEP 646"/>
  <function link="library/typing.html#index-15" name="PEP 647"/>
  <function link="library/__future__.html#index-10" name="PEP 649"/>
  <function link="whatsnew/3.10.html#index-36" name="PEP 652"/>
  <function link="whatsnew/3.11.html#index-30" name="PEP 654"/>
  <function link="library/typing.html#index-16" name="PEP 655"/>
  <function link="whatsnew/3.11.html#index-27" name="PEP 657"/>
  <function link="whatsnew/3.11.html#index-28" name="PEP 659"/>
  <function link="whatsnew/3.11.html#index-36" name="PEP 670"/>
  <function link="library/typing.html#index-17" name="PEP 673"/>
  <function link="library/typing.html#index-18" name="PEP 675"/>
  <function link="whatsnew/changelog.html#index-28" name="PEP 676"/>
  <function link="whatsnew/3.11.html#index-9" name="PEP 678"/>
  <function link="whatsnew/3.11.html#index-0" name="PEP 680"/>
  <function link="library/typing.html#index-19" name="PEP 681"/>
  <function link="library/string.html#index-6" name="PEP 682"/>
  <function link="library/io.html#index-1" name="PEP 686"/>
  <function link="c-api/intro.html#index-0" name="PEP 7"/>
  <function link="faq/programming.html#index-0" name="PEP 8"/>
  <function link="distributing/index.html#index-1" name="Python Package Index (PyPI)"/>
  <function link="c-api/init.html#index-4" name="PYTHON*"/>
  <function link="library/py_compile.html#cmdoption-python-m-py_compile" name="-"/>
  <function link="library/py_compile.html#cmdoption-python-m-py_compile-q" name="--quiet"/>
  <function link="library/py_compile.html#cmdoption-python-m-py_compile-q" name="-q"/>
  <function link="library/py_compile.html#cmdoption-python-m-py_compile-arg-file" name="&lt;file&gt;"/>
  <function link="library/platform.html#platform.python_branch" name="python_branch() (in module platform)"/>
  <function link="library/platform.html#platform.python_build" name="python_build() (in module platform)"/>
  <function link="library/platform.html#platform.python_compiler" name="python_compiler() (in module platform)"/>
  <function link="library/xml.dom.html#index-0" name="PYTHON_DOM"/>
  <function link="library/platform.html#platform.python_implementation" name="python_implementation() (in module platform)"/>
  <function link="library/test.html#test.support.python_is_optimized" name="python_is_optimized() (in module test.support)"/>
  <function link="library/platform.html#platform.python_revision" name="python_revision() (in module platform)"/>
  <function link="library/platform.html#platform.python_version" name="python_version() (in module platform)"/>
  <function link="library/platform.html#platform.python_version_tuple" name="python_version_tuple() (in module platform)"/>
  <function link="library/asyncio-dev.html#index-0" name="PYTHONASYNCIODEBUG"/>
  <function link="library/sys.html#index-3" name="PYTHONBREAKPOINT"/>
  <function link="library/functions.html#index-15" name="PYTHONCASEOK"/>
  <function link="c-api/init_config.html#index-34" name="PYTHONCOERCECLOCALE"/>
  <function link="c-api/init.html#index-0" name="PYTHONDEBUG"/>
  <function link="c-api/init_config.html#index-8" name="PYTHONDEVMODE"/>
  <function link="library/pydoc.html#index-2" name="PYTHONDOCS"/>
  <function link="c-api/init.html#index-1" name="PYTHONDONTWRITEBYTECODE"/>
  <function link="c-api/init_config.html#index-9" name="PYTHONDUMPREFS"/>
  <function link="whatsnew/changelog.html#index-42" name="PYTHONDUMPREFSFILE"/>
  <function link="c-api/init_config.html#index-22" name="PYTHONEXECUTABLE"/>
  <function link="c-api/init_config.html#index-10" name="PYTHONFAULTHANDLER"/>
  <function link="c-api/init.html#index-2" name="PYTHONHASHSEED"/>
  <function link="c-api/init.html#index-31" name="PYTHONHOME"/>
  <function link="glossary.html#term-Pythonic" name="Pythonic"/>
  <function link="c-api/init.html#index-7" name="PYTHONINSPECT"/>
  <function link="library/stdtypes.html#index-67" name="PYTHONINTMAXSTRDIGITS"/>
  <function link="c-api/init.html#index-18" name="PYTHONIOENCODING"/>
  <function link="c-api/init.html#index-8" name="PYTHONLEGACYWINDOWSFSENCODING"/>
  <function link="c-api/init.html#index-10" name="PYTHONLEGACYWINDOWSSTDIO"/>
  <function link="c-api/memory.html#index-1" name="PYTHONMALLOC"/>
  <function link="c-api/init_config.html#index-17" name="PYTHONMALLOCSTATS"/>
  <function link="c-api/init_config.html#index-6" name="PYTHONNODEBUGRANGES"/>
  <function link="c-api/init.html#index-12" name="PYTHONNOUSERSITE"/>
  <function link="c-api/init.html#index-13" name="PYTHONOPTIMIZE"/>
  <function link="c-api/init.html#index-5" name="PYTHONPATH"/>
  <function link="c-api/init_config.html#index-18" name="PYTHONPLATLIBDIR"/>
  <function link="c-api/init_config.html#index-13" name="PYTHONPROFILEIMPORTTIME"/>
  <function link="c-api/init_config.html#index-24" name="PYTHONPYCACHEPREFIX"/>
  <function link="whatsnew/changelog.html#index-19" name="PYTHONREGRTEST_UNICODE_GUARD"/>
  <function link="c-api/init_config.html#index-3" name="PYTHONSAFEPATH"/>
  <function link="whatsnew/2.7.html#index-15" name="PYTHONSHOWALLOCCOUNT"/>
  <function link="whatsnew/2.7.html#index-14" name="PYTHONSHOWREFCOUNT"/>
  <function link="library/idle.html#index-6" name="PYTHONSTARTUP"/>
  <function link="using/configure.html#index-4" name="PYTHONTHREADDEBUG"/>
  <function link="c-api/init_config.html#index-26" name="PYTHONTRACEMALLOC"/>
  <function link="library/zoneinfo.html#index-2" name="PYTHONTZPATH"/>
  <function link="c-api/init.html#index-14" name="PYTHONUNBUFFERED"/>
  <function link="library/site.html#index-10" name="PYTHONUSERBASE"/>
  <function link="library/test.html#index-2" name="PYTHONUSERSITE"/>
  <function link="c-api/init_config.html#index-2" name="PYTHONUTF8"/>
  <function link="c-api/init.html#index-15" name="PYTHONVERBOSE"/>
  <function link="library/io.html#index-3" name="PYTHONWARNDEFAULTENCODING"/>
  <function link="c-api/init_config.html#index-29" name="PYTHONWARNINGS"/>
  <function link="c-api/init.html#c.PyThread_create_key" name="PyThread_create_key (C function)"/>
  <function link="c-api/init.html#c.PyThread_delete_key" name="PyThread_delete_key (C function)"/>
  <function link="c-api/init.html#c.PyThread_delete_key_value" name="PyThread_delete_key_value (C function)"/>
  <function link="c-api/init.html#c.PyThread_get_key_value" name="PyThread_get_key_value (C function)"/>
  <function link="c-api/init.html#c.PyThread_ReInitTLS" name="PyThread_ReInitTLS (C function)"/>
  <function link="c-api/init.html#c.PyThread_set_key_value" name="PyThread_set_key_value (C function)"/>
  <function link="c-api/init.html#c.PyThread_tss_alloc" name="PyThread_tss_alloc (C function)"/>
  <function link="c-api/init.html#c.PyThread_tss_create" name="PyThread_tss_create (C function)"/>
  <function link="c-api/init.html#c.PyThread_tss_delete" name="PyThread_tss_delete (C function)"/>
  <function link="c-api/init.html#c.PyThread_tss_free" name="PyThread_tss_free (C function)"/>
  <function link="c-api/init.html#c.PyThread_tss_get" name="PyThread_tss_get (C function)"/>
  <function link="c-api/init.html#c.PyThread_tss_is_created" name="PyThread_tss_is_created (C function)"/>
  <function link="c-api/init.html#c.PyThread_tss_set" name="PyThread_tss_set (C function)"/>
  <function link="c-api/init.html#index-35" name="PyThreadState"/>
  <function link="c-api/init.html#c.PyThreadState" name="(C type)"/>
  <function link="c-api/init.html#c.PyThreadState_Clear" name="PyThreadState_Clear (C function)"/>
  <function link="c-api/init.html#c.PyThreadState_Delete" name="PyThreadState_Delete (C function)"/>
  <function link="c-api/init.html#c.PyThreadState_DeleteCurrent" name="PyThreadState_DeleteCurrent (C function)"/>
  <function link="c-api/init.html#c.PyThreadState_EnterTracing" name="PyThreadState_EnterTracing (C function)"/>
  <function link="c-api/init.html#c.PyThreadState_Get" name="PyThreadState_Get (C function)"/>
  <function link="c-api/init.html#c.PyThreadState_GetDict" name="PyThreadState_GetDict (C function)"/>
  <function link="c-api/init.html#c.PyThreadState_GetFrame" name="PyThreadState_GetFrame (C function)"/>
  <function link="c-api/init.html#c.PyThreadState_GetID" name="PyThreadState_GetID (C function)"/>
  <function link="c-api/init.html#c.PyThreadState_GetInterpreter" name="PyThreadState_GetInterpreter (C function)"/>
  <function link="c-api/init.html#c.PyThreadState_LeaveTracing" name="PyThreadState_LeaveTracing (C function)"/>
  <function link="c-api/init.html#c.PyThreadState_New" name="PyThreadState_New (C function)"/>
  <function link="c-api/init.html#c.PyThreadState_Next" name="PyThreadState_Next (C function)"/>
  <function link="c-api/init.html#c.PyThreadState_SetAsyncExc" name="PyThreadState_SetAsyncExc (C function)"/>
  <function link="c-api/init.html#c.PyThreadState_Swap" name="PyThreadState_Swap (C function)"/>
  <function link="c-api/datetime.html#c.PyTime_Check" name="PyTime_Check (C function)"/>
  <function link="c-api/datetime.html#c.PyTime_CheckExact" name="PyTime_CheckExact (C function)"/>
  <function link="c-api/datetime.html#c.PyTime_FromTime" name="PyTime_FromTime (C function)"/>
  <function link="c-api/datetime.html#c.PyTime_FromTimeAndFold" name="PyTime_FromTimeAndFold (C function)"/>
  <function link="c-api/datetime.html#c.PyTimeZone_FromOffset" name="PyTimeZone_FromOffset (C function)"/>
  <function link="c-api/datetime.html#c.PyTimeZone_FromOffsetAndName" name="PyTimeZone_FromOffsetAndName (C function)"/>
  <function link="c-api/init.html#c.PyTrace_C_CALL" name="PyTrace_C_CALL (C var)"/>
  <function link="c-api/init.html#c.PyTrace_C_EXCEPTION" name="PyTrace_C_EXCEPTION (C var)"/>
  <function link="c-api/init.html#c.PyTrace_C_RETURN" name="PyTrace_C_RETURN (C var)"/>
  <function link="c-api/init.html#c.PyTrace_CALL" name="PyTrace_CALL (C var)"/>
  <function link="c-api/init.html#c.PyTrace_EXCEPTION" name="PyTrace_EXCEPTION (C var)"/>
  <function link="c-api/init.html#c.PyTrace_LINE" name="PyTrace_LINE (C var)"/>
  <function link="c-api/init.html#c.PyTrace_OPCODE" name="PyTrace_OPCODE (C var)"/>
  <function link="c-api/init.html#c.PyTrace_RETURN" name="PyTrace_RETURN (C var)"/>
  <function link="c-api/memory.html#c.PyTraceMalloc_Track" name="PyTraceMalloc_Track (C function)"/>
  <function link="c-api/memory.html#c.PyTraceMalloc_Untrack" name="PyTraceMalloc_Untrack (C function)"/>
  <function link="c-api/tuple.html#c.PyTuple_Check" name="PyTuple_Check (C function)"/>
  <function link="c-api/tuple.html#c.PyTuple_CheckExact" name="PyTuple_CheckExact (C function)"/>
  <function link="c-api/tuple.html#c.PyTuple_GET_ITEM" name="PyTuple_GET_ITEM (C function)"/>
  <function link="c-api/tuple.html#c.PyTuple_GET_SIZE" name="PyTuple_GET_SIZE (C function)"/>
  <function link="c-api/tuple.html#c.PyTuple_GetItem" name="PyTuple_GetItem (C function)"/>
  <function link="c-api/tuple.html#c.PyTuple_GetSlice" name="PyTuple_GetSlice (C function)"/>
  <function link="c-api/tuple.html#c.PyTuple_New" name="PyTuple_New (C function)"/>
  <function link="c-api/tuple.html#c.PyTuple_Pack" name="PyTuple_Pack (C function)"/>
  <function link="c-api/tuple.html#c.PyTuple_SET_ITEM" name="PyTuple_SET_ITEM (C function)"/>
  <function link="c-api/tuple.html#c.PyTuple_SetItem" name="PyTuple_SetItem (C function)"/>
  <function link="c-api/intro.html#index-10" name="PyTuple_SetItem()"/>
  <function link="c-api/tuple.html#c.PyTuple_Size" name="PyTuple_Size (C function)"/>
  <function link="c-api/tuple.html#c.PyTuple_Type" name="PyTuple_Type (C var)"/>
  <function link="c-api/tuple.html#c.PyTupleObject" name="PyTupleObject (C type)"/>
  <function link="c-api/type.html#c.PyType_Check" name="PyType_Check (C function)"/>
  <function link="c-api/type.html#c.PyType_CheckExact" name="PyType_CheckExact (C function)"/>
  <function link="c-api/type.html#c.PyType_ClearCache" name="PyType_ClearCache (C function)"/>
  <function link="c-api/type.html#c.PyType_FromModuleAndSpec" name="PyType_FromModuleAndSpec (C function)"/>
  <function link="c-api/type.html#c.PyType_FromSpec" name="PyType_FromSpec (C function)"/>
  <function link="c-api/type.html#c.PyType_FromSpecWithBases" name="PyType_FromSpecWithBases (C function)"/>
  <function link="c-api/type.html#c.PyType_GenericAlloc" name="PyType_GenericAlloc (C function)"/>
  <function link="c-api/type.html#c.PyType_GenericNew" name="PyType_GenericNew (C function)"/>
  <function link="c-api/type.html#c.PyType_GetFlags" name="PyType_GetFlags (C function)"/>
  <function link="c-api/type.html#c.PyType_GetModule" name="PyType_GetModule (C function)"/>
  <function link="c-api/type.html#c.PyType_GetModuleByDef" name="PyType_GetModuleByDef (C function)"/>
  <function link="c-api/type.html#c.PyType_GetModuleState" name="PyType_GetModuleState (C function)"/>
  <function link="c-api/type.html#c.PyType_GetName" name="PyType_GetName (C function)"/>
  <function link="c-api/type.html#c.PyType_GetQualName" name="PyType_GetQualName (C function)"/>
  <function link="c-api/type.html#c.PyType_GetSlot" name="PyType_GetSlot (C function)"/>
  <function link="c-api/type.html#c.PyType_HasFeature" name="PyType_HasFeature (C function)"/>
  <function link="c-api/type.html#c.PyType_IS_GC" name="PyType_IS_GC (C function)"/>
  <function link="c-api/type.html#c.PyType_IsSubtype" name="PyType_IsSubtype (C function)"/>
  <function link="c-api/type.html#c.PyType_Modified" name="PyType_Modified (C function)"/>
  <function link="c-api/type.html#c.PyType_Ready" name="PyType_Ready (C function)"/>
  <function link="c-api/type.html#c.PyType_Slot" name="PyType_Slot (C type)"/>
  <function link="c-api/type.html#c.PyType_Slot.PyType_Slot.pfunc" name="PyType_Slot.PyType_Slot.pfunc (C member)"/>
  <function link="c-api/type.html#c.PyType_Slot.PyType_Slot.slot" name="PyType_Slot.PyType_Slot.slot (C member)"/>
  <function link="c-api/type.html#c.PyType_Spec" name="PyType_Spec (C type)"/>
  <function link="c-api/type.html#c.PyType_Spec.PyType_Spec.basicsize" name="PyType_Spec.PyType_Spec.basicsize (C member)"/>
  <function link="c-api/type.html#c.PyType_Spec.PyType_Spec.flags" name="PyType_Spec.PyType_Spec.flags (C member)"/>
  <function link="c-api/type.html#c.PyType_Spec.PyType_Spec.itemsize" name="PyType_Spec.PyType_Spec.itemsize (C member)"/>
  <function link="c-api/type.html#c.PyType_Spec.PyType_Spec.name" name="PyType_Spec.PyType_Spec.name (C member)"/>
  <function link="c-api/type.html#c.PyType_Spec.PyType_Spec.slots" name="PyType_Spec.PyType_Spec.slots (C member)"/>
  <function link="c-api/type.html#c.PyType_Type" name="PyType_Type (C var)"/>
  <function link="c-api/type.html#c.PyTypeObject" name="PyTypeObject (C type)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_alloc" name="PyTypeObject.tp_alloc (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_as_async" name="PyTypeObject.tp_as_async (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_as_buffer" name="PyTypeObject.tp_as_buffer (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_as_mapping" name="PyTypeObject.tp_as_mapping (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_as_number" name="PyTypeObject.tp_as_number (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_as_sequence" name="PyTypeObject.tp_as_sequence (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_base" name="PyTypeObject.tp_base (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_bases" name="PyTypeObject.tp_bases (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_basicsize" name="PyTypeObject.tp_basicsize (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_cache" name="PyTypeObject.tp_cache (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_call" name="PyTypeObject.tp_call (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_clear" name="PyTypeObject.tp_clear (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_dealloc" name="PyTypeObject.tp_dealloc (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_del" name="PyTypeObject.tp_del (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_descr_get" name="PyTypeObject.tp_descr_get (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_descr_set" name="PyTypeObject.tp_descr_set (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_dict" name="PyTypeObject.tp_dict (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_dictoffset" name="PyTypeObject.tp_dictoffset (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_doc" name="PyTypeObject.tp_doc (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_finalize" name="PyTypeObject.tp_finalize (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_flags" name="PyTypeObject.tp_flags (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_free" name="PyTypeObject.tp_free (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_getattr" name="PyTypeObject.tp_getattr (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_getattro" name="PyTypeObject.tp_getattro (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_getset" name="PyTypeObject.tp_getset (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_hash" name="PyTypeObject.tp_hash (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_init" name="PyTypeObject.tp_init (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_is_gc" name="PyTypeObject.tp_is_gc (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_itemsize" name="PyTypeObject.tp_itemsize (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_iter" name="PyTypeObject.tp_iter (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_iternext" name="PyTypeObject.tp_iternext (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_members" name="PyTypeObject.tp_members (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_methods" name="PyTypeObject.tp_methods (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_mro" name="PyTypeObject.tp_mro (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_name" name="PyTypeObject.tp_name (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_new" name="PyTypeObject.tp_new (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_repr" name="PyTypeObject.tp_repr (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_richcompare" name="PyTypeObject.tp_richcompare (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_richcompare.Py_RETURN_RICHCOMPARE" name="PyTypeObject.tp_richcompare.Py_RETURN_RICHCOMPARE (C macro)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_setattr" name="PyTypeObject.tp_setattr (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_setattro" name="PyTypeObject.tp_setattro (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_str" name="PyTypeObject.tp_str (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_subclasses" name="PyTypeObject.tp_subclasses (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_traverse" name="PyTypeObject.tp_traverse (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_vectorcall" name="PyTypeObject.tp_vectorcall (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_vectorcall_offset" name="PyTypeObject.tp_vectorcall_offset (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_version_tag" name="PyTypeObject.tp_version_tag (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_weaklist" name="PyTypeObject.tp_weaklist (C member)"/>
  <function link="c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset" name="PyTypeObject.tp_weaklistoffset (C member)"/>
  <function link="c-api/datetime.html#c.PyTZInfo_Check" name="PyTZInfo_Check (C function)"/>
  <function link="c-api/datetime.html#c.PyTZInfo_CheckExact" name="PyTZInfo_CheckExact (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_1BYTE_DATA" name="PyUnicode_1BYTE_DATA (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_1BYTE_KIND" name="PyUnicode_1BYTE_KIND (C macro)"/>
  <function link="c-api/unicode.html#c.PyUnicode_2BYTE_DATA" name="PyUnicode_2BYTE_DATA (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_2BYTE_KIND" name="PyUnicode_2BYTE_KIND (C macro)"/>
  <function link="c-api/unicode.html#c.PyUnicode_4BYTE_DATA" name="PyUnicode_4BYTE_DATA (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_4BYTE_KIND" name="PyUnicode_4BYTE_KIND (C macro)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AS_DATA" name="PyUnicode_AS_DATA (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AS_UNICODE" name="PyUnicode_AS_UNICODE (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsASCIIString" name="PyUnicode_AsASCIIString (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsCharmapString" name="PyUnicode_AsCharmapString (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsEncodedString" name="PyUnicode_AsEncodedString (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsLatin1String" name="PyUnicode_AsLatin1String (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsMBCSString" name="PyUnicode_AsMBCSString (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsRawUnicodeEscapeString" name="PyUnicode_AsRawUnicodeEscapeString (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsUCS4" name="PyUnicode_AsUCS4 (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsUCS4Copy" name="PyUnicode_AsUCS4Copy (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsUnicode" name="PyUnicode_AsUnicode (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsUnicodeAndSize" name="PyUnicode_AsUnicodeAndSize (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsUnicodeEscapeString" name="PyUnicode_AsUnicodeEscapeString (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsUTF16String" name="PyUnicode_AsUTF16String (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsUTF32String" name="PyUnicode_AsUTF32String (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsUTF8" name="PyUnicode_AsUTF8 (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsUTF8AndSize" name="PyUnicode_AsUTF8AndSize (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsUTF8String" name="PyUnicode_AsUTF8String (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsWideChar" name="PyUnicode_AsWideChar (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_AsWideCharString" name="PyUnicode_AsWideCharString (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Check" name="PyUnicode_Check (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_CheckExact" name="PyUnicode_CheckExact (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Compare" name="PyUnicode_Compare (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_CompareWithASCIIString" name="PyUnicode_CompareWithASCIIString (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Concat" name="PyUnicode_Concat (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Contains" name="PyUnicode_Contains (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_CopyCharacters" name="PyUnicode_CopyCharacters (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Count" name="PyUnicode_Count (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DATA" name="PyUnicode_DATA (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Decode" name="PyUnicode_Decode (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeASCII" name="PyUnicode_DecodeASCII (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeCharmap" name="PyUnicode_DecodeCharmap (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeFSDefault" name="PyUnicode_DecodeFSDefault (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeFSDefaultAndSize" name="PyUnicode_DecodeFSDefaultAndSize (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeLatin1" name="PyUnicode_DecodeLatin1 (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeLocale" name="PyUnicode_DecodeLocale (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeLocaleAndSize" name="PyUnicode_DecodeLocaleAndSize (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeMBCS" name="PyUnicode_DecodeMBCS (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeMBCSStateful" name="PyUnicode_DecodeMBCSStateful (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeRawUnicodeEscape" name="PyUnicode_DecodeRawUnicodeEscape (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeUnicodeEscape" name="PyUnicode_DecodeUnicodeEscape (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeUTF16" name="PyUnicode_DecodeUTF16 (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeUTF16Stateful" name="PyUnicode_DecodeUTF16Stateful (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeUTF32" name="PyUnicode_DecodeUTF32 (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeUTF32Stateful" name="PyUnicode_DecodeUTF32Stateful (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeUTF7" name="PyUnicode_DecodeUTF7 (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeUTF7Stateful" name="PyUnicode_DecodeUTF7Stateful (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeUTF8" name="PyUnicode_DecodeUTF8 (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_DecodeUTF8Stateful" name="PyUnicode_DecodeUTF8Stateful (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_EncodeCodePage" name="PyUnicode_EncodeCodePage (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_EncodeFSDefault" name="PyUnicode_EncodeFSDefault (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_EncodeLocale" name="PyUnicode_EncodeLocale (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Fill" name="PyUnicode_Fill (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Find" name="PyUnicode_Find (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_FindChar" name="PyUnicode_FindChar (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Format" name="PyUnicode_Format (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_FromEncodedObject" name="PyUnicode_FromEncodedObject (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_FromFormat" name="PyUnicode_FromFormat (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_FromFormatV" name="PyUnicode_FromFormatV (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_FromKindAndData" name="PyUnicode_FromKindAndData (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_FromObject" name="PyUnicode_FromObject (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_FromString" name="PyUnicode_FromString (C function)"/>
  <function link="c-api/dict.html#index-1" name="PyUnicode_FromString()"/>
  <function link="c-api/unicode.html#c.PyUnicode_FromStringAndSize" name="PyUnicode_FromStringAndSize (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_FromUnicode" name="PyUnicode_FromUnicode (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_FromWideChar" name="PyUnicode_FromWideChar (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_FSConverter" name="PyUnicode_FSConverter (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_FSDecoder" name="PyUnicode_FSDecoder (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_GET_DATA_SIZE" name="PyUnicode_GET_DATA_SIZE (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_GET_LENGTH" name="PyUnicode_GET_LENGTH (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_GET_SIZE" name="PyUnicode_GET_SIZE (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_GetLength" name="PyUnicode_GetLength (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_GetSize" name="PyUnicode_GetSize (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_InternFromString" name="PyUnicode_InternFromString (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_InternInPlace" name="PyUnicode_InternInPlace (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_IsIdentifier" name="PyUnicode_IsIdentifier (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Join" name="PyUnicode_Join (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_KIND" name="PyUnicode_KIND (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_MAX_CHAR_VALUE" name="PyUnicode_MAX_CHAR_VALUE (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_New" name="PyUnicode_New (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_READ" name="PyUnicode_READ (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_READ_CHAR" name="PyUnicode_READ_CHAR (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_ReadChar" name="PyUnicode_ReadChar (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_READY" name="PyUnicode_READY (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Replace" name="PyUnicode_Replace (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_RichCompare" name="PyUnicode_RichCompare (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Split" name="PyUnicode_Split (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Splitlines" name="PyUnicode_Splitlines (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Substring" name="PyUnicode_Substring (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Tailmatch" name="PyUnicode_Tailmatch (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Translate" name="PyUnicode_Translate (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_Type" name="PyUnicode_Type (C var)"/>
  <function link="c-api/unicode.html#c.PyUnicode_WCHAR_KIND" name="PyUnicode_WCHAR_KIND (C macro)"/>
  <function link="c-api/unicode.html#c.PyUnicode_WRITE" name="PyUnicode_WRITE (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicode_WriteChar" name="PyUnicode_WriteChar (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeDecodeError_Create" name="PyUnicodeDecodeError_Create (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeDecodeError_GetEncoding" name="PyUnicodeDecodeError_GetEncoding (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeDecodeError_GetEnd" name="PyUnicodeDecodeError_GetEnd (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeDecodeError_GetObject" name="PyUnicodeDecodeError_GetObject (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeDecodeError_GetReason" name="PyUnicodeDecodeError_GetReason (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeDecodeError_GetStart" name="PyUnicodeDecodeError_GetStart (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeDecodeError_SetEnd" name="PyUnicodeDecodeError_SetEnd (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeDecodeError_SetReason" name="PyUnicodeDecodeError_SetReason (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeDecodeError_SetStart" name="PyUnicodeDecodeError_SetStart (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeEncodeError_GetEncoding" name="PyUnicodeEncodeError_GetEncoding (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeEncodeError_GetEnd" name="PyUnicodeEncodeError_GetEnd (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeEncodeError_GetObject" name="PyUnicodeEncodeError_GetObject (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeEncodeError_GetReason" name="PyUnicodeEncodeError_GetReason (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeEncodeError_GetStart" name="PyUnicodeEncodeError_GetStart (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeEncodeError_SetEnd" name="PyUnicodeEncodeError_SetEnd (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeEncodeError_SetReason" name="PyUnicodeEncodeError_SetReason (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeEncodeError_SetStart" name="PyUnicodeEncodeError_SetStart (C function)"/>
  <function link="c-api/unicode.html#c.PyUnicodeObject" name="PyUnicodeObject (C type)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeTranslateError_GetEnd" name="PyUnicodeTranslateError_GetEnd (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeTranslateError_GetObject" name="PyUnicodeTranslateError_GetObject (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeTranslateError_GetReason" name="PyUnicodeTranslateError_GetReason (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeTranslateError_GetStart" name="PyUnicodeTranslateError_GetStart (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeTranslateError_SetEnd" name="PyUnicodeTranslateError_SetEnd (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeTranslateError_SetReason" name="PyUnicodeTranslateError_SetReason (C function)"/>
  <function link="c-api/exceptions.html#c.PyUnicodeTranslateError_SetStart" name="PyUnicodeTranslateError_SetStart (C function)"/>
  <function link="c-api/structures.html#c.PyVarObject" name="PyVarObject (C type)"/>
  <function link="c-api/typeobj.html#c.PyVarObject.ob_size" name="PyVarObject.ob_size (C member)"/>
  <function link="c-api/structures.html#c.PyVarObject_HEAD_INIT" name="PyVarObject_HEAD_INIT (C macro)"/>
  <function link="c-api/call.html#c.PyVectorcall_Call" name="PyVectorcall_Call (C function)"/>
  <function link="c-api/call.html#c.PyVectorcall_Function" name="PyVectorcall_Function (C function)"/>
  <function link="c-api/call.html#c.PyVectorcall_NARGS" name="PyVectorcall_NARGS (C function)"/>
  <function link="c-api/weakref.html#c.PyWeakref_Check" name="PyWeakref_Check (C function)"/>
  <function link="c-api/weakref.html#c.PyWeakref_CheckProxy" name="PyWeakref_CheckProxy (C function)"/>
  <function link="c-api/weakref.html#c.PyWeakref_CheckRef" name="PyWeakref_CheckRef (C function)"/>
  <function link="c-api/weakref.html#c.PyWeakref_GET_OBJECT" name="PyWeakref_GET_OBJECT (C function)"/>
  <function link="c-api/weakref.html#c.PyWeakref_GetObject" name="PyWeakref_GetObject (C function)"/>
  <function link="c-api/weakref.html#c.PyWeakref_NewProxy" name="PyWeakref_NewProxy (C function)"/>
  <function link="c-api/weakref.html#c.PyWeakref_NewRef" name="PyWeakref_NewRef (C function)"/>
  <function link="c-api/init_config.html#c.PyWideStringList" name="PyWideStringList (C type)"/>
  <function link="c-api/init_config.html#c.PyWideStringList.items" name="PyWideStringList.items (C member)"/>
  <function link="c-api/init_config.html#c.PyWideStringList.length" name="PyWideStringList.length (C member)"/>
  <function link="c-api/init_config.html#c.PyWideStringList.PyWideStringList_Append" name="PyWideStringList.PyWideStringList_Append (C function)"/>
  <function link="c-api/init_config.html#c.PyWideStringList.PyWideStringList_Insert" name="PyWideStringList.PyWideStringList_Insert (C function)"/>
  <function link="c-api/descriptor.html#c.PyWrapper_New" name="PyWrapper_New (C function)"/>
  <function link="library/zipfile.html#zipfile.PyZipFile" name="PyZipFile (class in zipfile)"/>
  <function link="library/curses.html#curses.qiflush" name="qiflush() (in module curses)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.QName" name="QName (class in xml.etree.ElementTree)"/>
  <function link="library/asyncio-queue.html#asyncio.Queue.qsize" name="qsize() (asyncio.Queue method)"/>
  <function link="library/multiprocessing.html#multiprocessing.Queue.qsize" name="(multiprocessing.Queue method)"/>
  <function link="library/queue.html#queue.Queue.qsize" name="(queue.Queue method)"/>
  <function link="library/queue.html#queue.SimpleQueue.qsize" name="(queue.SimpleQueue method)"/>
  <function link="glossary.html#term-qualified-name" name="qualified name"/>
  <function link="library/statistics.html#statistics.quantiles" name="quantiles() (in module statistics)"/>
  <function link="library/statistics.html#statistics.NormalDist.quantiles" name="(statistics.NormalDist method)"/>
  <function link="library/decimal.html#decimal.Context.quantize" name="quantize() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.quantize" name="(decimal.Decimal method)"/>
  <function link="library/winreg.html#winreg.QueryInfoKey" name="QueryInfoKey() (in module winreg)"/>
  <function link="library/winreg.html#winreg.QueryReflectionKey" name="QueryReflectionKey() (in module winreg)"/>
  <function link="library/winreg.html#winreg.QueryValue" name="QueryValue() (in module winreg)"/>
  <function link="library/winreg.html#winreg.QueryValueEx" name="QueryValueEx() (in module winreg)"/>
  <function link="library/queue.html#module-queue" name="module"/>
  <function link="library/asyncio-queue.html#asyncio.Queue" name="Queue (class in asyncio)"/>
  <function link="library/multiprocessing.html#multiprocessing.Queue" name="(class in multiprocessing)"/>
  <function link="library/queue.html#queue.Queue" name="(class in queue)"/>
  <function link="library/sched.html#sched.scheduler.queue" name="queue (sched.scheduler attribute)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.SyncManager.Queue" name="Queue() (multiprocessing.managers.SyncManager method)"/>
  <function link="library/asyncio-queue.html#asyncio.QueueEmpty" name="QueueEmpty"/>
  <function link="library/asyncio-queue.html#asyncio.QueueFull" name="QueueFull"/>
  <function link="library/logging.handlers.html#logging.handlers.QueueHandler" name="QueueHandler (class in logging.handlers)"/>
  <function link="library/logging.handlers.html#logging.handlers.QueueListener" name="QueueListener (class in logging.handlers)"/>
  <function link="library/difflib.html#difflib.SequenceMatcher.quick_ratio" name="quick_ratio() (difflib.SequenceMatcher method)"/>
  <function link="library/constants.html#quit" name="quit (built-in variable)"/>
  <function link="library/pdb.html#pdbcommand-quit" name="(pdb command)"/>
  <function link="library/ftplib.html#ftplib.FTP.quit" name="quit() (ftplib.FTP method)"/>
  <function link="library/nntplib.html#nntplib.NNTP.quit" name="(nntplib.NNTP method)"/>
  <function link="library/poplib.html#poplib.POP3.quit" name="(poplib.POP3 method)"/>
  <function link="library/smtplib.html#smtplib.SMTP.quit" name="(smtplib.SMTP method)"/>
  <function link="library/dialog.html#tkinter.filedialog.FileDialog.quit" name="(tkinter.filedialog.FileDialog method)"/>
  <function link="library/quopri.html#module-quopri" name="module"/>
  <function link="library/email.utils.html#email.utils.quote" name="quote() (in module email.utils)"/>
  <function link="library/shlex.html#shlex.quote" name="(in module shlex)"/>
  <function link="library/urllib.parse.html#urllib.parse.quote" name="(in module urllib.parse)"/>
  <function link="library/csv.html#csv.QUOTE_ALL" name="QUOTE_ALL (in module csv)"/>
  <function link="library/urllib.parse.html#urllib.parse.quote_from_bytes" name="quote_from_bytes() (in module urllib.parse)"/>
  <function link="library/csv.html#csv.QUOTE_MINIMAL" name="QUOTE_MINIMAL (in module csv)"/>
  <function link="library/csv.html#csv.QUOTE_NONE" name="QUOTE_NONE (in module csv)"/>
  <function link="library/csv.html#csv.QUOTE_NONNUMERIC" name="QUOTE_NONNUMERIC (in module csv)"/>
  <function link="library/urllib.parse.html#urllib.parse.quote_plus" name="quote_plus() (in module urllib.parse)"/>
  <function link="library/xml.sax.utils.html#xml.sax.saxutils.quoteattr" name="quoteattr() (in module xml.sax.saxutils)"/>
  <function link="library/csv.html#csv.Dialect.quotechar" name="quotechar (csv.Dialect attribute)"/>
  <function link="library/quopri.html#index-0" name="encoding"/>
  <function link="library/shlex.html#shlex.shlex.quotes" name="quotes (shlex.shlex attribute)"/>
  <function link="library/csv.html#csv.Dialect.quoting" name="quoting (csv.Dialect attribute)"/>
  <function link="reference/lexical_analysis.html#index-20" name="raw string literal"/>
  <function link="reference/lexical_analysis.html#index-20" name="raw string literal"/>
  <function link="library/os.html#os.R_OK" name="R_OK (in module os)"/>
  <function link="library/math.html#math.radians" name="radians() (in module math)"/>
  <function link="library/turtle.html#turtle.radians" name="(in module turtle)"/>
  <function link="library/msilib.html#msilib.RadioButtonGroup" name="RadioButtonGroup (class in msilib)"/>
  <function link="library/msilib.html#msilib.Dialog.radiogroup" name="radiogroup() (msilib.Dialog method)"/>
  <function link="library/decimal.html#decimal.Context.radix" name="radix() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.radix" name="(decimal.Decimal method)"/>
  <function link="library/locale.html#locale.RADIXCHAR" name="RADIXCHAR (in module locale)"/>
  <function link="reference/simple_stmts.html#index-27" name="statement"/>
  <function link="library/2to3.html#to3fixer-raise" name="raise (2to3 fixer)"/>
  <function link="library/ast.html#ast.Raise" name="Raise (class in ast)"/>
  <function link="reference/executionmodel.html#index-13" name="raise an exception"/>
  <function link="library/email.policy.html#email.policy.Policy.raise_on_defect" name="raise_on_defect (email.policy.Policy attribute)"/>
  <function link="library/signal.html#signal.raise_signal" name="raise_signal() (in module signal)"/>
  <function link="library/dis.html#opcode-RAISE_VARARGS" name="RAISE_VARARGS (opcode)"/>
  <function link="reference/simple_stmts.html#index-27" name="exception"/>
  <function link="library/ssl.html#ssl.RAND_add" name="RAND_add() (in module ssl)"/>
  <function link="library/ssl.html#ssl.RAND_bytes" name="RAND_bytes() (in module ssl)"/>
  <function link="library/ssl.html#ssl.RAND_pseudo_bytes" name="RAND_pseudo_bytes() (in module ssl)"/>
  <function link="library/ssl.html#ssl.RAND_status" name="RAND_status() (in module ssl)"/>
  <function link="library/secrets.html#secrets.randbelow" name="randbelow() (in module secrets)"/>
  <function link="library/secrets.html#secrets.randbits" name="randbits() (in module secrets)"/>
  <function link="library/random.html#random.randbytes" name="randbytes() (in module random)"/>
  <function link="library/random.html#random.randint" name="randint() (in module random)"/>
  <function link="library/random.html#module-random" name="module"/>
  <function link="library/random.html#random.Random" name="Random (class in random)"/>
  <function link="library/random.html#random.random" name="random() (in module random)"/>
  <function link="library/random.html#random.randrange" name="randrange() (in module random)"/>
  <function link="reference/compound_stmts.html#index-8" name="built-in function"/>
  <function link="library/stdtypes.html#index-26" name="object"/>
  <function link="library/stdtypes.html#range" name="range (built-in class)"/>
  <function link="library/token.html#token.RARROW" name="RARROW (in module token)"/>
  <function link="library/audioop.html#audioop.ratecv" name="ratecv() (in module audioop)"/>
  <function link="library/difflib.html#difflib.SequenceMatcher.ratio" name="ratio() (difflib.SequenceMatcher method)"/>
  <function link="library/numbers.html#numbers.Rational" name="Rational (class in numbers)"/>
  <function link="library/io.html#io.BufferedIOBase.raw" name="raw (io.BufferedIOBase attribute)"/>
  <function link="reference/lexical_analysis.html#index-18" name="raw string"/>
  <function link="library/curses.html#curses.raw" name="raw() (in module curses)"/>
  <function link="library/pickle.html#pickle.PickleBuffer.raw" name="(pickle.PickleBuffer method)"/>
  <function link="library/email.contentmanager.html#email.contentmanager.raw_data_manager" name="raw_data_manager (in module email.contentmanager)"/>
  <function link="library/json.html#json.JSONDecoder.raw_decode" name="raw_decode() (json.JSONDecoder method)"/>
  <function link="library/2to3.html#to3fixer-raw_input" name="raw_input (2to3 fixer)"/>
  <function link="library/code.html#code.InteractiveConsole.raw_input" name="raw_input() (code.InteractiveConsole method)"/>
  <function link="library/multiprocessing.html#multiprocessing.sharedctypes.RawArray" name="RawArray() (in module multiprocessing.sharedctypes)"/>
  <function link="library/configparser.html#configparser.RawConfigParser" name="RawConfigParser (class in configparser)"/>
  <function link="library/argparse.html#argparse.RawDescriptionHelpFormatter" name="RawDescriptionHelpFormatter (class in argparse)"/>
  <function link="library/io.html#io.RawIOBase" name="RawIOBase (class in io)"/>
  <function link="library/turtle.html#turtle.RawPen" name="RawPen (class in turtle)"/>
  <function link="library/argparse.html#argparse.RawTextHelpFormatter" name="RawTextHelpFormatter (class in argparse)"/>
  <function link="library/turtle.html#turtle.RawTurtle" name="RawTurtle (class in turtle)"/>
  <function link="library/multiprocessing.html#multiprocessing.sharedctypes.RawValue" name="RawValue() (in module multiprocessing.sharedctypes)"/>
  <function link="library/token.html#token.RBRACE" name="RBRACE (in module token)"/>
  <function link="library/smtpd.html#smtpd.SMTPChannel.rcpttos" name="rcpttos (smtpd.SMTPChannel attribute)"/>
  <function link="library/fnmatch.html#index-1" name="module"/>
  <function link="library/re.html#re.Match.re" name="re (re.Match attribute)"/>
  <function link="library/asyncio-stream.html#asyncio.StreamReader.read" name="read() (asyncio.StreamReader method)"/>
  <function link="library/chunk.html#chunk.Chunk.read" name="(chunk.Chunk method)"/>
  <function link="library/codecs.html#codecs.StreamReader.read" name="(codecs.StreamReader method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.read" name="(configparser.ConfigParser method)"/>
  <function link="library/http.client.html#http.client.HTTPResponse.read" name="(http.client.HTTPResponse method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.read" name="(imaplib.IMAP4 method)"/>
  <function link="library/os.html#os.read" name="(in module os)"/>
  <function link="library/io.html#io.BufferedIOBase.read" name="(io.BufferedIOBase method)"/>
  <function link="library/io.html#io.BufferedReader.read" name="(io.BufferedReader method)"/>
  <function link="library/io.html#io.RawIOBase.read" name="(io.RawIOBase method)"/>
  <function link="library/io.html#io.TextIOBase.read" name="(io.TextIOBase method)"/>
  <function link="library/mimetypes.html#mimetypes.MimeTypes.read" name="(mimetypes.MimeTypes method)"/>
  <function link="library/mmap.html#mmap.mmap.read" name="(mmap.mmap method)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.read" name="(ossaudiodev.oss_audio_device method)"/>
  <function link="library/sqlite3.html#sqlite3.Blob.read" name="(sqlite3.Blob method)"/>
  <function link="library/ssl.html#ssl.MemoryBIO.read" name="(ssl.MemoryBIO method)"/>
  <function link="library/ssl.html#ssl.SSLSocket.read" name="(ssl.SSLSocket method)"/>
  <function link="library/urllib.robotparser.html#urllib.robotparser.RobotFileParser.read" name="(urllib.robotparser.RobotFileParser method)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.read" name="(zipfile.ZipFile method)"/>
  <function link="library/io.html#io.BufferedIOBase.read1" name="read1() (io.BufferedIOBase method)"/>
  <function link="library/io.html#io.BufferedReader.read1" name="(io.BufferedReader method)"/>
  <function link="library/io.html#io.BytesIO.read1" name="(io.BytesIO method)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.read_all" name="read_all() (telnetlib.Telnet method)"/>
  <function link="library/importlib.resources.html#importlib.resources.read_binary" name="read_binary() (in module importlib.resources)"/>
  <function link="library/mmap.html#mmap.mmap.read_byte" name="read_byte() (mmap.mmap method)"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.Traversable.read_bytes" name="read_bytes() (importlib.resources.abc.Traversable method)"/>
  <function link="library/pathlib.html#pathlib.Path.read_bytes" name="(pathlib.Path method)"/>
  <function link="library/zipfile.html#zipfile.Path.read_bytes" name="(zipfile.Path method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.read_dict" name="read_dict() (configparser.ConfigParser method)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.read_eager" name="read_eager() (telnetlib.Telnet method)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.read_environ" name="read_environ() (in module wsgiref.handlers)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.XMLPullParser.read_events" name="read_events() (xml.etree.ElementTree.XMLPullParser method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.read_file" name="read_file() (configparser.ConfigParser method)"/>
  <function link="library/readline.html#readline.read_history_file" name="read_history_file() (in module readline)"/>
  <function link="library/readline.html#readline.read_init_file" name="read_init_file() (in module readline)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.read_lazy" name="read_lazy() (telnetlib.Telnet method)"/>
  <function link="library/mimetypes.html#mimetypes.read_mime_types" name="read_mime_types() (in module mimetypes)"/>
  <function link="extending/newtypes.html#index-4" name="READ_RESTRICTED"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.read_sb_data" name="read_sb_data() (telnetlib.Telnet method)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.read_some" name="read_some() (telnetlib.Telnet method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.read_string" name="read_string() (configparser.ConfigParser method)"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.Traversable.read_text" name="read_text() (importlib.resources.abc.Traversable method)"/>
  <function link="library/importlib.resources.html#importlib.resources.read_text" name="(in module importlib.resources)"/>
  <function link="library/pathlib.html#pathlib.Path.read_text" name="(pathlib.Path method)"/>
  <function link="library/zipfile.html#zipfile.Path.read_text" name="(zipfile.Path method)"/>
  <function link="library/shlex.html#shlex.shlex.read_token" name="read_token() (shlex.shlex method)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.read_until" name="read_until() (telnetlib.Telnet method)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.read_very_eager" name="read_very_eager() (telnetlib.Telnet method)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.read_very_lazy" name="read_very_lazy() (telnetlib.Telnet method)"/>
  <function link="library/mimetypes.html#mimetypes.MimeTypes.read_windows_registry" name="read_windows_registry() (mimetypes.MimeTypes method)"/>
  <function link="library/tkinter.html#tkinter.READABLE" name="READABLE (in module tkinter)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.readable" name="readable() (asyncore.dispatcher method)"/>
  <function link="library/io.html#io.IOBase.readable" name="(io.IOBase method)"/>
  <function link="library/io.html#io.RawIOBase.readall" name="readall() (io.RawIOBase method)"/>
  <function link="library/csv.html#csv.reader" name="reader() (in module csv)"/>
  <function link="library/tarfile.html#tarfile.ReadError" name="ReadError"/>
  <function link="library/asyncio-stream.html#asyncio.StreamReader.readexactly" name="readexactly() (asyncio.StreamReader method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.readfp" name="readfp() (configparser.ConfigParser method)"/>
  <function link="library/mimetypes.html#mimetypes.MimeTypes.readfp" name="(mimetypes.MimeTypes method)"/>
  <function link="library/aifc.html#aifc.aifc.readframes" name="readframes() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_read.readframes" name="(sunau.AU_read method)"/>
  <function link="library/wave.html#wave.Wave_read.readframes" name="(wave.Wave_read method)"/>
  <function link="library/http.client.html#http.client.HTTPResponse.readinto" name="readinto() (http.client.HTTPResponse method)"/>
  <function link="library/io.html#io.BufferedIOBase.readinto" name="(io.BufferedIOBase method)"/>
  <function link="library/io.html#io.RawIOBase.readinto" name="(io.RawIOBase method)"/>
  <function link="library/io.html#io.BufferedIOBase.readinto1" name="readinto1() (io.BufferedIOBase method)"/>
  <function link="library/io.html#io.BytesIO.readinto1" name="(io.BytesIO method)"/>
  <function link="library/readline.html#module-readline" name="module"/>
  <function link="library/asyncio-stream.html#asyncio.StreamReader.readline" name="readline() (asyncio.StreamReader method)"/>
  <function link="library/codecs.html#codecs.StreamReader.readline" name="(codecs.StreamReader method)"/>
  <function link="distutils/apiref.html#distutils.text_file.TextFile.readline" name="(distutils.text_file.TextFile method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.readline" name="(imaplib.IMAP4 method)"/>
  <function link="library/io.html#io.IOBase.readline" name="(io.IOBase method)"/>
  <function link="library/io.html#io.TextIOBase.readline" name="(io.TextIOBase method)"/>
  <function link="library/mmap.html#mmap.mmap.readline" name="(mmap.mmap method)"/>
  <function link="library/codecs.html#codecs.StreamReader.readlines" name="readlines() (codecs.StreamReader method)"/>
  <function link="distutils/apiref.html#distutils.text_file.TextFile.readlines" name="(distutils.text_file.TextFile method)"/>
  <function link="library/io.html#io.IOBase.readlines" name="(io.IOBase method)"/>
  <function link="library/os.html#os.readlink" name="readlink() (in module os)"/>
  <function link="library/pathlib.html#pathlib.Path.readlink" name="(pathlib.Path method)"/>
  <function link="library/pyclbr.html#pyclbr.readmodule" name="readmodule() (in module pyclbr)"/>
  <function link="library/pyclbr.html#pyclbr.readmodule_ex" name="readmodule_ex() (in module pyclbr)"/>
  <function link="extending/newtypes.html#index-4" name="READONLY"/>
  <function link="library/stdtypes.html#memoryview.readonly" name="readonly (memoryview attribute)"/>
  <function link="library/asyncio-protocol.html#asyncio.ReadTransport" name="ReadTransport (class in asyncio)"/>
  <function link="library/asyncio-stream.html#asyncio.StreamReader.readuntil" name="readuntil() (asyncio.StreamReader method)"/>
  <function link="library/os.html#os.readv" name="readv() (in module os)"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.AsyncResult.ready" name="ready() (multiprocessing.pool.AsyncResult method)"/>
  <function link="library/numbers.html#numbers.Real" name="Real (class in numbers)"/>
  <function link="library/numbers.html#numbers.Complex.real" name="real (numbers.Complex attribute)"/>
  <function link="library/chunk.html#index-0" name="Real Media File Format"/>
  <function link="library/test.html#test.support.real_max_memuse" name="real_max_memuse (in module test.support)"/>
  <function link="library/difflib.html#difflib.SequenceMatcher.real_quick_ratio" name="real_quick_ratio() (difflib.SequenceMatcher method)"/>
  <function link="c-api/memory.html#index-0" name="realloc()"/>
  <function link="library/os.path.html#os.path.realpath" name="realpath() (in module os.path)"/>
  <function link="library/subprocess.html#subprocess.REALTIME_PRIORITY_CLASS" name="REALTIME_PRIORITY_CLASS (in module subprocess)"/>
  <function link="library/test.html#test.support.reap_children" name="reap_children() (in module test.support)"/>
  <function link="library/test.html#test.support.threading_helper.reap_threads" name="reap_threads() (in module test.support.threading_helper)"/>
  <function link="library/http.client.html#http.client.HTTPResponse.reason" name="reason (http.client.HTTPResponse attribute)"/>
  <function link="library/ssl.html#ssl.SSLError.reason" name="(ssl.SSLError attribute)"/>
  <function link="library/exceptions.html#UnicodeError.reason" name="(UnicodeError attribute)"/>
  <function link="library/urllib.error.html#urllib.error.HTTPError.reason" name="(urllib.error.HTTPError attribute)"/>
  <function link="library/urllib.error.html#urllib.error.URLError.reason" name="(urllib.error.URLError attribute)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.reattach" name="reattach() (tkinter.ttk.Treeview method)"/>
  <function link="reference/simple_stmts.html#index-4" name="name"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_mixer_device.reccontrols" name="reccontrols() (ossaudiodev.oss_mixer_device method)"/>
  <function link="library/smtpd.html#smtpd.SMTPChannel.received_data" name="received_data (smtpd.SMTPChannel attribute)"/>
  <function link="library/smtpd.html#smtpd.SMTPChannel.received_lines" name="received_lines (smtpd.SMTPChannel attribute)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.recent" name="recent() (imaplib.IMAP4 method)"/>
  <function link="library/io.html#io.TextIOWrapper.reconfigure" name="reconfigure() (io.TextIOWrapper method)"/>
  <function link="library/test.html#test.support.record_original_stdout" name="record_original_stdout() (in module test.support)"/>
  <function link="library/unittest.html#unittest.TestCase.records" name="records (unittest.TestCase attribute)"/>
  <function link="library/cmath.html#cmath.rect" name="rect() (in module cmath)"/>
  <function link="library/curses.html#curses.textpad.rectangle" name="rectangle() (in module curses.textpad)"/>
  <function link="library/exceptions.html#RecursionError" name="RecursionError"/>
  <function link="library/reprlib.html#reprlib.recursive_repr" name="recursive_repr() (in module reprlib)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.recv" name="recv() (asyncore.dispatcher method)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.Connection.recv" name="(multiprocessing.connection.Connection method)"/>
  <function link="library/socket.html#socket.socket.recv" name="(socket.socket method)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.Connection.recv_bytes" name="recv_bytes() (multiprocessing.connection.Connection method)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.Connection.recv_bytes_into" name="recv_bytes_into() (multiprocessing.connection.Connection method)"/>
  <function link="library/socket.html#socket.recv_fds" name="recv_fds() (in module socket)"/>
  <function link="library/socket.html#socket.socket.recv_into" name="recv_into() (socket.socket method)"/>
  <function link="library/socket.html#socket.socket.recvfrom" name="recvfrom() (socket.socket method)"/>
  <function link="library/socket.html#socket.socket.recvfrom_into" name="recvfrom_into() (socket.socket method)"/>
  <function link="library/socket.html#socket.socket.recvmsg" name="recvmsg() (socket.socket method)"/>
  <function link="library/socket.html#socket.socket.recvmsg_into" name="recvmsg_into() (socket.socket method)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPRedirectHandler.redirect_request" name="redirect_request() (urllib.request.HTTPRedirectHandler method)"/>
  <function link="library/contextlib.html#contextlib.redirect_stderr" name="redirect_stderr() (in module contextlib)"/>
  <function link="library/contextlib.html#contextlib.redirect_stdout" name="redirect_stdout() (in module contextlib)"/>
  <function link="library/readline.html#readline.redisplay" name="redisplay() (in module readline)"/>
  <function link="library/curses.html#curses.window.redrawln" name="redrawln() (curses.window method)"/>
  <function link="library/curses.html#curses.window.redrawwin" name="redrawwin() (curses.window method)"/>
  <function link="library/2to3.html#to3fixer-reduce" name="reduce (2to3 fixer)"/>
  <function link="library/functools.html#functools.reduce" name="reduce() (in module functools)"/>
  <function link="library/pickle.html#pickle.Pickler.reducer_override" name="reducer_override() (pickle.Pickler method)"/>
  <function link="library/weakref.html#weakref.ref" name="ref (class in weakref)"/>
  <function link="library/test.html#test.support.refcount_test" name="refcount_test() (in module test.support)"/>
  <function link="reference/expressions.html#index-39" name="attribute"/>
  <function link="glossary.html#term-reference-count" name="reference count"/>
  <function link="reference/datamodel.html#index-2" name="reference counting"/>
  <function link="library/exceptions.html#ReferenceError" name="ReferenceError"/>
  <function link="library/weakref.html#weakref.ReferenceType" name="ReferenceType (in module weakref)"/>
  <function link="library/email.policy.html#email.policy.EmailPolicy.refold_source" name="refold_source (email.policy.EmailPolicy attribute)"/>
  <function link="library/curses.html#curses.window.refresh" name="refresh() (curses.window method)"/>
  <function link="library/winreg.html#winreg.REG_BINARY" name="REG_BINARY (in module winreg)"/>
  <function link="library/winreg.html#winreg.REG_DWORD" name="REG_DWORD (in module winreg)"/>
  <function link="library/winreg.html#winreg.REG_DWORD_BIG_ENDIAN" name="REG_DWORD_BIG_ENDIAN (in module winreg)"/>
  <function link="library/winreg.html#winreg.REG_DWORD_LITTLE_ENDIAN" name="REG_DWORD_LITTLE_ENDIAN (in module winreg)"/>
  <function link="library/winreg.html#winreg.REG_EXPAND_SZ" name="REG_EXPAND_SZ (in module winreg)"/>
  <function link="library/winreg.html#winreg.REG_FULL_RESOURCE_DESCRIPTOR" name="REG_FULL_RESOURCE_DESCRIPTOR (in module winreg)"/>
  <function link="library/winreg.html#winreg.REG_LINK" name="REG_LINK (in module winreg)"/>
  <function link="library/winreg.html#winreg.REG_MULTI_SZ" name="REG_MULTI_SZ (in module winreg)"/>
  <function link="library/winreg.html#winreg.REG_NONE" name="REG_NONE (in module winreg)"/>
  <function link="library/winreg.html#winreg.REG_QWORD" name="REG_QWORD (in module winreg)"/>
  <function link="library/winreg.html#winreg.REG_QWORD_LITTLE_ENDIAN" name="REG_QWORD_LITTLE_ENDIAN (in module winreg)"/>
  <function link="library/winreg.html#winreg.REG_RESOURCE_LIST" name="REG_RESOURCE_LIST (in module winreg)"/>
  <function link="library/winreg.html#winreg.REG_RESOURCE_REQUIREMENTS_LIST" name="REG_RESOURCE_REQUIREMENTS_LIST (in module winreg)"/>
  <function link="library/winreg.html#winreg.REG_SZ" name="REG_SZ (in module winreg)"/>
  <function link="library/re.html#re.RegexFlag" name="RegexFlag (class in re)"/>
  <function link="library/abc.html#abc.ABCMeta.register" name="register() (abc.ABCMeta method)"/>
  <function link="library/atexit.html#atexit.register" name="(in module atexit)"/>
  <function link="library/codecs.html#codecs.register" name="(in module codecs)"/>
  <function link="library/faulthandler.html#faulthandler.register" name="(in module faulthandler)"/>
  <function link="library/webbrowser.html#webbrowser.register" name="(in module webbrowser)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.BaseManager.register" name="(multiprocessing.managers.BaseManager method)"/>
  <function link="library/select.html#select.devpoll.register" name="(select.devpoll method)"/>
  <function link="library/select.html#select.epoll.register" name="(select.epoll method)"/>
  <function link="library/select.html#select.poll.register" name="(select.poll method)"/>
  <function link="library/selectors.html#selectors.BaseSelector.register" name="(selectors.BaseSelector method)"/>
  <function link="library/sqlite3.html#sqlite3.register_adapter" name="register_adapter() (in module sqlite3)"/>
  <function link="library/shutil.html#shutil.register_archive_format" name="register_archive_format() (in module shutil)"/>
  <function link="library/os.html#os.register_at_fork" name="register_at_fork() (in module os)"/>
  <function link="library/sqlite3.html#sqlite3.register_converter" name="register_converter() (in module sqlite3)"/>
  <function link="library/email.policy.html#email.policy.Policy.register_defect" name="register_defect() (email.policy.Policy method)"/>
  <function link="library/csv.html#csv.register_dialect" name="register_dialect() (in module csv)"/>
  <function link="library/codecs.html#codecs.register_error" name="register_error() (in module codecs)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.CGIXMLRPCRequestHandler.register_function" name="register_function() (xmlrpc.server.CGIXMLRPCRequestHandler method)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.SimpleXMLRPCServer.register_function" name="(xmlrpc.server.SimpleXMLRPCServer method)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.CGIXMLRPCRequestHandler.register_instance" name="register_instance() (xmlrpc.server.CGIXMLRPCRequestHandler method)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.SimpleXMLRPCServer.register_instance" name="(xmlrpc.server.SimpleXMLRPCServer method)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.CGIXMLRPCRequestHandler.register_introspection_functions" name="register_introspection_functions() (xmlrpc.server.CGIXMLRPCRequestHandler method)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.SimpleXMLRPCServer.register_introspection_functions" name="(xmlrpc.server.SimpleXMLRPCServer method)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.CGIXMLRPCRequestHandler.register_multicall_functions" name="register_multicall_functions() (xmlrpc.server.CGIXMLRPCRequestHandler method)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.SimpleXMLRPCServer.register_multicall_functions" name="(xmlrpc.server.SimpleXMLRPCServer method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.register_namespace" name="register_namespace() (in module xml.etree.ElementTree)"/>
  <function link="library/doctest.html#doctest.register_optionflag" name="register_optionflag() (in module doctest)"/>
  <function link="library/turtle.html#turtle.register_shape" name="register_shape() (in module turtle)"/>
  <function link="library/shutil.html#shutil.register_unpack_format" name="register_unpack_format() (in module shutil)"/>
  <function link="library/xml.dom.html#xml.dom.registerDOMImplementation" name="registerDOMImplementation() (in module xml.dom)"/>
  <function link="library/unittest.html#unittest.registerResult" name="registerResult() (in module unittest)"/>
  <function link="reference/import.html#index-4" name="package"/>
  <function link="glossary.html#term-regular-package" name="regular package"/>
  <function link="reference/simple_stmts.html#index-39" name="import"/>
  <function link="library/urllib.parse.html#index-0" name="URL"/>
  <function link="library/pathlib.html#pathlib.PurePath.relative_to" name="relative_to() (pathlib.PurePath method)"/>
  <function link="library/_thread.html#thread.lock.release" name="release() (_thread.lock method)"/>
  <function link="library/asyncio-sync.html#asyncio.Condition.release" name="(asyncio.Condition method)"/>
  <function link="library/asyncio-sync.html#asyncio.Lock.release" name="(asyncio.Lock method)"/>
  <function link="library/asyncio-sync.html#asyncio.Semaphore.release" name="(asyncio.Semaphore method)"/>
  <function link="library/platform.html#platform.release" name="(in module platform)"/>
  <function link="library/logging.html#logging.Handler.release" name="(logging.Handler method)"/>
  <function link="library/stdtypes.html#memoryview.release" name="(memoryview method)"/>
  <function link="library/multiprocessing.html#multiprocessing.Lock.release" name="(multiprocessing.Lock method)"/>
  <function link="library/multiprocessing.html#multiprocessing.RLock.release" name="(multiprocessing.RLock method)"/>
  <function link="library/pickle.html#pickle.PickleBuffer.release" name="(pickle.PickleBuffer method)"/>
  <function link="library/threading.html#threading.Condition.release" name="(threading.Condition method)"/>
  <function link="library/threading.html#threading.Lock.release" name="(threading.Lock method)"/>
  <function link="library/threading.html#threading.RLock.release" name="(threading.RLock method)"/>
  <function link="library/threading.html#threading.Semaphore.release" name="(threading.Semaphore method)"/>
  <function link="library/imp.html#imp.release_lock" name="release_lock() (in module imp)"/>
  <function link="c-api/typeobj.html#c.releasebufferproc" name="releasebufferproc (C type)"/>
  <function link="library/2to3.html#to3fixer-reload" name="reload (2to3 fixer)"/>
  <function link="library/imp.html#imp.reload" name="reload() (in module imp)"/>
  <function link="library/importlib.html#importlib.reload" name="(in module importlib)"/>
  <function link="library/os.path.html#os.path.relpath" name="relpath() (in module os.path)"/>
  <function link="library/decimal.html#decimal.Context.remainder" name="remainder() (decimal.Context method)"/>
  <function link="library/math.html#math.remainder" name="(in module math)"/>
  <function link="library/decimal.html#decimal.Context.remainder_near" name="remainder_near() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.remainder_near" name="(decimal.Decimal method)"/>
  <function link="library/http.client.html#http.client.RemoteDisconnected" name="RemoteDisconnected"/>
  <function link="library/array.html#array.array.remove" name="remove() (array.array method)"/>
  <function link="library/collections.html#collections.deque.remove" name="(collections.deque method)"/>
  <function link="library/stdtypes.html#frozenset.remove" name="(frozenset method)"/>
  <function link="library/os.html#os.remove" name="(in module os)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.remove" name="(mailbox.Mailbox method)"/>
  <function link="library/mailbox.html#mailbox.MH.remove" name="(mailbox.MH method)"/>
  <function link="library/stdtypes.html#index-23" name="(sequence method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.remove" name="(xml.etree.ElementTree.Element method)"/>
  <function link="library/asyncio-policy.html#asyncio.AbstractChildWatcher.remove_child_handler" name="remove_child_handler() (asyncio.AbstractChildWatcher method)"/>
  <function link="library/asyncio-future.html#asyncio.Future.remove_done_callback" name="remove_done_callback() (asyncio.Future method)"/>
  <function link="library/asyncio-task.html#asyncio.Task.remove_done_callback" name="(asyncio.Task method)"/>
  <function link="library/mailbox.html#mailbox.MaildirMessage.remove_flag" name="remove_flag() (mailbox.MaildirMessage method)"/>
  <function link="library/mailbox.html#mailbox.mboxMessage.remove_flag" name="(mailbox.mboxMessage method)"/>
  <function link="library/mailbox.html#mailbox.MMDFMessage.remove_flag" name="(mailbox.MMDFMessage method)"/>
  <function link="library/mailbox.html#mailbox.Maildir.remove_folder" name="remove_folder() (mailbox.Maildir method)"/>
  <function link="library/mailbox.html#mailbox.MH.remove_folder" name="(mailbox.MH method)"/>
  <function link="library/urllib.request.html#urllib.request.Request.remove_header" name="remove_header() (urllib.request.Request method)"/>
  <function link="library/readline.html#readline.remove_history_item" name="remove_history_item() (in module readline)"/>
  <function link="library/mailbox.html#mailbox.BabylMessage.remove_label" name="remove_label() (mailbox.BabylMessage method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.remove_option" name="remove_option() (configparser.ConfigParser method)"/>
  <function link="library/optparse.html#optparse.OptionParser.remove_option" name="(optparse.OptionParser method)"/>
  <function link="library/msilib.html#msilib.Directory.remove_pyc" name="remove_pyc() (msilib.Directory method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.remove_reader" name="remove_reader() (asyncio.loop method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.remove_section" name="remove_section() (configparser.ConfigParser method)"/>
  <function link="library/mailbox.html#mailbox.MHMessage.remove_sequence" name="remove_sequence() (mailbox.MHMessage method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.remove_signal_handler" name="remove_signal_handler() (asyncio.loop method)"/>
  <function link="distutils/apiref.html#distutils.dir_util.remove_tree" name="remove_tree() (in module distutils.dir_util)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.remove_writer" name="remove_writer() (asyncio.loop method)"/>
  <function link="library/xml.dom.html#xml.dom.Element.removeAttribute" name="removeAttribute() (xml.dom.Element method)"/>
  <function link="library/xml.dom.html#xml.dom.Element.removeAttributeNode" name="removeAttributeNode() (xml.dom.Element method)"/>
  <function link="library/xml.dom.html#xml.dom.Element.removeAttributeNS" name="removeAttributeNS() (xml.dom.Element method)"/>
  <function link="library/xml.dom.html#xml.dom.Node.removeChild" name="removeChild() (xml.dom.Node method)"/>
  <function link="library/os.html#os.removedirs" name="removedirs() (in module os)"/>
  <function link="library/logging.html#logging.Handler.removeFilter" name="removeFilter() (logging.Handler method)"/>
  <function link="library/logging.html#logging.Logger.removeFilter" name="(logging.Logger method)"/>
  <function link="library/unittest.html#unittest.removeHandler" name="removeHandler() (in module unittest)"/>
  <function link="library/logging.html#logging.Logger.removeHandler" name="(logging.Logger method)"/>
  <function link="library/stdtypes.html#bytearray.removeprefix" name="removeprefix() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.removeprefix" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.removeprefix" name="(str method)"/>
  <function link="library/unittest.html#unittest.removeResult" name="removeResult() (in module unittest)"/>
  <function link="library/stdtypes.html#bytearray.removesuffix" name="removesuffix() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.removesuffix" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.removesuffix" name="(str method)"/>
  <function link="library/os.html#os.removexattr" name="removexattr() (in module os)"/>
  <function link="library/ftplib.html#ftplib.FTP.rename" name="rename() (ftplib.FTP method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.rename" name="(imaplib.IMAP4 method)"/>
  <function link="library/os.html#os.rename" name="(in module os)"/>
  <function link="library/pathlib.html#pathlib.Path.rename" name="(pathlib.Path method)"/>
  <function link="library/2to3.html#to3fixer-renames" name="renames (2to3 fixer)"/>
  <function link="library/os.html#os.renames" name="renames() (in module os)"/>
  <function link="library/logging.handlers.html#logging.handlers.WatchedFileHandler.reopenIfNeeded" name="reopenIfNeeded() (logging.handlers.WatchedFileHandler method)"/>
  <function link="library/dbm.html#dbm.gnu.gdbm.reorganize" name="reorganize() (dbm.gnu.gdbm method)"/>
  <function link="library/itertools.html#itertools.repeat" name="repeat() (in module itertools)"/>
  <function link="library/timeit.html#timeit.repeat" name="(in module timeit)"/>
  <function link="library/timeit.html#timeit.Timer.repeat" name="(timeit.Timer method)"/>
  <function link="library/stdtypes.html#index-19" name="operation"/>
  <function link="library/codecs.html#index-1" name="error handler's name"/>
  <function link="library/stdtypes.html#bytearray.replace" name="replace() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.replace" name="(bytes method)"/>
  <function link="library/curses.panel.html#curses.panel.Panel.replace" name="(curses.panel.Panel method)"/>
  <function link="library/datetime.html#datetime.date.replace" name="(datetime.date method)"/>
  <function link="library/datetime.html#datetime.datetime.replace" name="(datetime.datetime method)"/>
  <function link="library/datetime.html#datetime.time.replace" name="(datetime.time method)"/>
  <function link="library/dataclasses.html#dataclasses.replace" name="(in module dataclasses)"/>
  <function link="library/os.html#os.replace" name="(in module os)"/>
  <function link="library/inspect.html#inspect.Parameter.replace" name="(inspect.Parameter method)"/>
  <function link="library/inspect.html#inspect.Signature.replace" name="(inspect.Signature method)"/>
  <function link="library/pathlib.html#pathlib.Path.replace" name="(pathlib.Path method)"/>
  <function link="library/stdtypes.html#str.replace" name="(str method)"/>
  <function link="library/types.html#types.CodeType.replace" name="(types.CodeType method)"/>
  <function link="library/codecs.html#codecs.replace_errors" name="replace_errors() (in module codecs)"/>
  <function link="library/email.message.html#email.message.EmailMessage.replace_header" name="replace_header() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.replace_header" name="(email.message.Message method)"/>
  <function link="library/readline.html#readline.replace_history_item" name="replace_history_item() (in module readline)"/>
  <function link="library/textwrap.html#textwrap.TextWrapper.replace_whitespace" name="replace_whitespace (textwrap.TextWrapper attribute)"/>
  <function link="library/xml.dom.html#xml.dom.Node.replaceChild" name="replaceChild() (xml.dom.Node method)"/>
  <function link="library/modulefinder.html#modulefinder.ReplacePackage" name="ReplacePackage() (in module modulefinder)"/>
  <function link="library/filecmp.html#filecmp.dircmp.report" name="report() (filecmp.dircmp method)"/>
  <function link="library/modulefinder.html#modulefinder.ModuleFinder.report" name="(modulefinder.ModuleFinder method)"/>
  <function link="library/doctest.html#doctest.REPORT_CDIFF" name="REPORT_CDIFF (in module doctest)"/>
  <function link="library/doctest.html#doctest.DocTestRunner.report_failure" name="report_failure() (doctest.DocTestRunner method)"/>
  <function link="library/filecmp.html#filecmp.dircmp.report_full_closure" name="report_full_closure() (filecmp.dircmp method)"/>
  <function link="library/doctest.html#doctest.REPORT_NDIFF" name="REPORT_NDIFF (in module doctest)"/>
  <function link="library/doctest.html#doctest.REPORT_ONLY_FIRST_FAILURE" name="REPORT_ONLY_FIRST_FAILURE (in module doctest)"/>
  <function link="library/filecmp.html#filecmp.dircmp.report_partial_closure" name="report_partial_closure() (filecmp.dircmp method)"/>
  <function link="library/doctest.html#doctest.DocTestRunner.report_start" name="report_start() (doctest.DocTestRunner method)"/>
  <function link="library/doctest.html#doctest.DocTestRunner.report_success" name="report_success() (doctest.DocTestRunner method)"/>
  <function link="library/doctest.html#doctest.REPORT_UDIFF" name="REPORT_UDIFF (in module doctest)"/>
  <function link="library/doctest.html#doctest.DocTestRunner.report_unexpected_exception" name="report_unexpected_exception() (doctest.DocTestRunner method)"/>
  <function link="library/doctest.html#doctest.REPORTING_FLAGS" name="REPORTING_FLAGS (in module doctest)"/>
  <function link="c-api/object.html#index-0" name="built-in function"/>
  <function link="library/2to3.html#to3fixer-repr" name="repr (2to3 fixer)"/>
  <function link="library/reprlib.html#reprlib.Repr" name="Repr (class in reprlib)"/>
  <function link="library/functions.html#repr" name="built-in function"/>
  <function link="reference/datamodel.html#index-72" name="__repr__() (object method)"/>
  <function link="library/reprlib.html#reprlib.repr" name="repr() (in module reprlib)"/>
  <function link="library/reprlib.html#reprlib.Repr.repr" name="(reprlib.Repr method)"/>
  <function link="library/reprlib.html#reprlib.Repr.repr1" name="repr1() (reprlib.Repr method)"/>
  <function link="library/enum.html#enum.ReprEnum" name="ReprEnum (class in enum)"/>
  <function link="reference/datamodel.html#index-12" name="integer"/>
  <function link="c-api/typeobj.html#c.reprfunc" name="reprfunc (C type)"/>
  <function link="library/reprlib.html#module-reprlib" name="module"/>
  <function link="library/urllib.request.html#urllib.request.Request" name="Request (class in urllib.request)"/>
  <function link="library/http.client.html#http.client.HTTPConnection.request" name="request() (http.client.HTTPConnection method)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.request_queue_size" name="request_queue_size (socketserver.BaseServer attribute)"/>
  <function link="library/urllib.robotparser.html#urllib.robotparser.RobotFileParser.request_rate" name="request_rate() (urllib.robotparser.RobotFileParser method)"/>
  <function link="library/wsgiref.html#wsgiref.util.request_uri" name="request_uri() (in module wsgiref.util)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.request_version" name="request_version (http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.RequestHandlerClass" name="RequestHandlerClass (socketserver.BaseServer attribute)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.requestline" name="requestline (http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="library/typing.html#typing.Required" name="Required (in module typing)"/>
  <function link="library/test.html#test.support.requires" name="requires() (in module test.support)"/>
  <function link="library/test.html#test.support.requires_bz2" name="requires_bz2() (in module test.support)"/>
  <function link="library/test.html#test.support.requires_docstrings" name="requires_docstrings() (in module test.support)"/>
  <function link="library/test.html#test.support.requires_freebsd_version" name="requires_freebsd_version() (in module test.support)"/>
  <function link="library/test.html#test.support.requires_gzip" name="requires_gzip() (in module test.support)"/>
  <function link="library/test.html#test.support.requires_IEEE_754" name="requires_IEEE_754() (in module test.support)"/>
  <function link="library/test.html#test.support.requires_linux_version" name="requires_linux_version() (in module test.support)"/>
  <function link="library/test.html#test.support.requires_lzma" name="requires_lzma() (in module test.support)"/>
  <function link="library/test.html#test.support.requires_mac_version" name="requires_mac_version() (in module test.support)"/>
  <function link="library/test.html#test.support.requires_resource" name="requires_resource() (in module test.support)"/>
  <function link="library/test.html#test.support.requires_zlib" name="requires_zlib() (in module test.support)"/>
  <function link="library/dis.html#opcode-RERAISE" name="RERAISE (opcode)"/>
  <function link="library/asyncio-task.html#asyncio.Timeout.reschedule" name="reschedule() (asyncio.Timeout method)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.reserved" name="reserved (zipfile.ZipInfo attribute)"/>
  <function link="reference/lexical_analysis.html#index-13" name="reserved word"/>
  <function link="library/uuid.html#uuid.RESERVED_FUTURE" name="RESERVED_FUTURE (in module uuid)"/>
  <function link="library/uuid.html#uuid.RESERVED_MICROSOFT" name="RESERVED_MICROSOFT (in module uuid)"/>
  <function link="library/uuid.html#uuid.RESERVED_NCS" name="RESERVED_NCS (in module uuid)"/>
  <function link="library/asyncio-sync.html#asyncio.Barrier.reset" name="reset() (asyncio.Barrier method)"/>
  <function link="library/bdb.html#bdb.Bdb.reset" name="(bdb.Bdb method)"/>
  <function link="library/codecs.html#codecs.IncrementalDecoder.reset" name="(codecs.IncrementalDecoder method)"/>
  <function link="library/codecs.html#codecs.IncrementalEncoder.reset" name="(codecs.IncrementalEncoder method)"/>
  <function link="library/codecs.html#codecs.StreamReader.reset" name="(codecs.StreamReader method)"/>
  <function link="library/codecs.html#codecs.StreamWriter.reset" name="(codecs.StreamWriter method)"/>
  <function link="library/contextvars.html#contextvars.ContextVar.reset" name="(contextvars.ContextVar method)"/>
  <function link="library/html.parser.html#html.parser.HTMLParser.reset" name="(html.parser.HTMLParser method)"/>
  <function link="library/turtle.html#turtle.reset" name="(in module turtle)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.reset" name="(ossaudiodev.oss_audio_device method)"/>
  <function link="library/pipes.html#pipes.Template.reset" name="(pipes.Template method)"/>
  <function link="library/threading.html#threading.Barrier.reset" name="(threading.Barrier method)"/>
  <function link="library/xdrlib.html#xdrlib.Packer.reset" name="(xdrlib.Packer method)"/>
  <function link="library/xdrlib.html#xdrlib.Unpacker.reset" name="(xdrlib.Unpacker method)"/>
  <function link="library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.reset" name="(xml.dom.pulldom.DOMEventStream method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.IncrementalParser.reset" name="(xml.sax.xmlreader.IncrementalParser method)"/>
  <function link="library/unittest.mock.html#unittest.mock.AsyncMock.reset_mock" name="reset_mock() (unittest.mock.AsyncMock method)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.reset_mock" name="(unittest.mock.Mock method)"/>
  <function link="library/tracemalloc.html#tracemalloc.reset_peak" name="reset_peak() (in module tracemalloc)"/>
  <function link="library/curses.html#curses.reset_prog_mode" name="reset_prog_mode() (in module curses)"/>
  <function link="library/curses.html#curses.reset_shell_mode" name="reset_shell_mode() (in module curses)"/>
  <function link="library/zoneinfo.html#zoneinfo.reset_tzpath" name="reset_tzpath() (in module zoneinfo)"/>
  <function link="library/code.html#code.InteractiveConsole.resetbuffer" name="resetbuffer() (code.InteractiveConsole method)"/>
  <function link="library/locale.html#locale.resetlocale" name="resetlocale() (in module locale)"/>
  <function link="library/turtle.html#turtle.resetscreen" name="resetscreen() (in module turtle)"/>
  <function link="library/curses.html#curses.resetty" name="resetty() (in module curses)"/>
  <function link="library/warnings.html#warnings.resetwarnings" name="resetwarnings() (in module warnings)"/>
  <function link="library/curses.html#curses.window.resize" name="resize() (curses.window method)"/>
  <function link="library/ctypes.html#ctypes.resize" name="(in module ctypes)"/>
  <function link="library/mmap.html#mmap.mmap.resize" name="(mmap.mmap method)"/>
  <function link="library/curses.html#curses.resize_term" name="resize_term() (in module curses)"/>
  <function link="library/turtle.html#turtle.resizemode" name="resizemode() (in module turtle)"/>
  <function link="library/curses.html#curses.resizeterm" name="resizeterm() (in module curses)"/>
  <function link="library/datetime.html#datetime.date.resolution" name="resolution (datetime.date attribute)"/>
  <function link="library/datetime.html#datetime.datetime.resolution" name="(datetime.datetime attribute)"/>
  <function link="library/datetime.html#datetime.time.resolution" name="(datetime.time attribute)"/>
  <function link="library/datetime.html#datetime.timedelta.resolution" name="(datetime.timedelta attribute)"/>
  <function link="library/pathlib.html#pathlib.Path.resolve" name="resolve() (pathlib.Path method)"/>
  <function link="library/types.html#types.resolve_bases" name="resolve_bases() (in module types)"/>
  <function link="library/importlib.html#importlib.util.resolve_name" name="resolve_name() (in module importlib.util)"/>
  <function link="library/pkgutil.html#pkgutil.resolve_name" name="(in module pkgutil)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.EntityResolver.resolveEntity" name="resolveEntity() (xml.sax.handler.EntityResolver method)"/>
  <function link="library/resource.html#module-resource" name="module"/>
  <function link="library/importlib.resources.html#importlib.resources.Resource" name="Resource (in module importlib.resources)"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.ResourceReader.resource_path" name="resource_path() (importlib.resources.abc.ResourceReader method)"/>
  <function link="library/test.html#test.support.ResourceDenied" name="ResourceDenied"/>
  <function link="library/importlib.html#importlib.abc.ResourceLoader" name="ResourceLoader (class in importlib.abc)"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.ResourceReader" name="ResourceReader (class in importlib.resources.abc)"/>
  <function link="library/exceptions.html#ResourceWarning" name="ResourceWarning"/>
  <function link="library/nntplib.html#nntplib.NNTPError.response" name="response (nntplib.NNTPError attribute)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.response" name="response() (imaplib.IMAP4 method)"/>
  <function link="library/http.client.html#http.client.ResponseNotReady" name="ResponseNotReady"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.responses" name="responses (http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="library/http.client.html#http.client.responses" name="(in module http.client)"/>
  <function link="library/pdb.html#pdbcommand-restart" name="restart (pdb command)"/>
  <function link="library/difflib.html#difflib.restore" name="restore() (in module difflib)"/>
  <function link="library/test.html#test.support.SaveSignals.restore" name="(test.support.SaveSignals method)"/>
  <function link="extending/newtypes.html#index-4" name="RESTRICTED"/>
  <function link="reference/executionmodel.html#index-11" name="execution"/>
  <function link="library/ctypes.html#ctypes._FuncPtr.restype" name="restype (ctypes._FuncPtr attribute)"/>
  <function link="library/asyncio-future.html#asyncio.Future.result" name="result() (asyncio.Future method)"/>
  <function link="library/asyncio-task.html#asyncio.Task.result" name="(asyncio.Task method)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.Future.result" name="(concurrent.futures.Future method)"/>
  <function link="library/trace.html#trace.Trace.results" name="results() (trace.Trace method)"/>
  <function link="library/dis.html#opcode-RESUME" name="RESUME (opcode)"/>
  <function link="library/asyncio-protocol.html#asyncio.ReadTransport.resume_reading" name="resume_reading() (asyncio.ReadTransport method)"/>
  <function link="library/asyncio-protocol.html#asyncio.BaseProtocol.resume_writing" name="resume_writing() (asyncio.BaseProtocol method)"/>
  <function link="library/poplib.html#poplib.POP3.retr" name="retr() (poplib.POP3 method)"/>
  <function link="library/ftplib.html#ftplib.FTP.retrbinary" name="retrbinary() (ftplib.FTP method)"/>
  <function link="library/urllib.request.html#urllib.request.URLopener.retrieve" name="retrieve() (urllib.request.URLopener method)"/>
  <function link="library/ftplib.html#ftplib.FTP.retrlines" name="retrlines() (ftplib.FTP method)"/>
  <function link="reference/simple_stmts.html#index-24" name="statement"/>
  <function link="library/ast.html#ast.Return" name="Return (class in ast)"/>
  <function link="library/pdb.html#pdbcommand-return" name="return (pdb command)"/>
  <function link="library/inspect.html#inspect.Signature.return_annotation" name="return_annotation (inspect.Signature attribute)"/>
  <function link="library/dis.html#opcode-RETURN_GENERATOR" name="RETURN_GENERATOR (opcode)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookiePolicy.return_ok" name="return_ok() (http.cookiejar.CookiePolicy method)"/>
  <function link="library/dis.html#opcode-RETURN_VALUE" name="RETURN_VALUE (opcode)"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.return_value" name="return_value (unittest.mock.Mock attribute)"/>
  <function link="library/asyncio-subprocess.html#asyncio.subprocess.Process.returncode" name="returncode (asyncio.subprocess.Process attribute)"/>
  <function link="library/subprocess.html#subprocess.CalledProcessError.returncode" name="(subprocess.CalledProcessError attribute)"/>
  <function link="library/subprocess.html#subprocess.CompletedProcess.returncode" name="(subprocess.CompletedProcess attribute)"/>
  <function link="library/subprocess.html#subprocess.Popen.returncode" name="(subprocess.Popen attribute)"/>
  <function link="library/pdb.html#pdbcommand-retval" name="retval (pdb command)"/>
  <function link="library/typing.html#typing.reveal_type" name="reveal_type() (in module typing)"/>
  <function link="library/array.html#array.array.reverse" name="reverse() (array.array method)"/>
  <function link="library/collections.html#collections.deque.reverse" name="(collections.deque method)"/>
  <function link="library/audioop.html#audioop.reverse" name="(in module audioop)"/>
  <function link="library/stdtypes.html#index-23" name="(sequence method)"/>
  <function link="library/profile.html#pstats.Stats.reverse_order" name="reverse_order() (pstats.Stats method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Address.reverse_pointer" name="reverse_pointer (ipaddress.IPv4Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.reverse_pointer" name="(ipaddress.IPv6Address attribute)"/>
  <function link="library/functions.html#reversed" name="built-in function"/>
  <function link="library/collections.abc.html#collections.abc.Reversible" name="Reversible (class in collections.abc)"/>
  <function link="library/typing.html#typing.Reversible" name="(class in typing)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.FileCookieJar.revert" name="revert() (http.cookiejar.FileCookieJar method)"/>
  <function link="library/aifc.html#aifc.aifc.rewind" name="rewind() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_read.rewind" name="(sunau.AU_read method)"/>
  <function link="library/wave.html#wave.Wave_read.rewind" name="(wave.Wave_read method)"/>
  <function link="library/xdrlib.html#index-2" name="RFC 1014"/>
  <function link="library/time.html#index-21" name="RFC 1123"/>
  <function link="library/hashlib.html#index-1" name="RFC 1321"/>
  <function link="library/ssl.html#index-20" name="RFC 1422"/>
  <function link="library/base64.html#index-12" name="RFC 1521"/>
  <function link="library/binascii.html#index-3" name="RFC 1522"/>
  <function link="library/mailcap.html#index-1" name="RFC 1524"/>
  <function link="library/imaplib.html#index-2" name="RFC 1730"/>
  <function link="library/urllib.parse.html#index-12" name="RFC 1738"/>
  <function link="library/ssl.html#index-5" name="RFC 1750"/>
  <function link="library/locale.html#index-4" name="RFC 1766"/>
  <function link="library/urllib.parse.html#index-1" name="RFC 1808"/>
  <function link="library/xdrlib.html#index-4" name="RFC 1832"/>
  <function link="library/smtplib.html#index-2" name="RFC 1869"/>
  <function link="library/smtpd.html#index-2" name="RFC 1870"/>
  <function link="library/poplib.html#index-1" name="RFC 1939"/>
  <function link="whatsnew/2.6.html#index-22" name="RFC 2033"/>
  <function link="library/base64.html#index-10" name="RFC 2045"/>
  <function link="library/xmlrpc.client.html#index-0" name="RFC 2045#section-6.8"/>
  <function link="library/email.contentmanager.html#index-0" name="RFC 2046"/>
  <function link="library/email.header.html#index-11" name="RFC 2047"/>
  <function link="library/imaplib.html#index-1" name="RFC 2060"/>
  <function link="library/http.cookies.html#index-1" name="RFC 2068"/>
  <function link="library/hmac.html#index-0" name="RFC 2104"/>
  <function link="library/http.cookiejar.html#index-1" name="RFC 2109"/>
  <function link="library/email.compat32-message.html#index-11" name="RFC 2183"/>
  <function link="library/email.compat32-message.html#index-10" name="RFC 2231"/>
  <function link="library/http.html#index-58" name="RFC 2295"/>
  <function link="library/http.html#index-41" name="RFC 2324"/>
  <function link="library/imaplib.html#index-6" name="RFC 2342"/>
  <function link="library/urllib.parse.html#index-10" name="RFC 2368"/>
  <function link="library/ipaddress.html#index-1" name="RFC 2373"/>
  <function link="library/urllib.parse.html#index-3" name="RFC 2396"/>
  <function link="library/urllib.request.html#index-8" name="RFC 2397"/>
  <function link="library/poplib.html#index-4" name="RFC 2449"/>
  <function link="whatsnew/2.2.html#index-18" name="RFC 2487"/>
  <function link="library/http.html#index-3" name="RFC 2518"/>
  <function link="library/poplib.html#index-3" name="RFC 2595"/>
  <function link="howto/urllib2.html#index-0" name="RFC 2616"/>
  <function link="library/ftplib.html#index-2" name="RFC 2640"/>
  <function link="library/urllib.parse.html#index-8" name="RFC 2732"/>
  <function link="library/http.html#index-61" name="RFC 2774"/>
  <function link="library/ssl.html#index-6" name="RFC 2818"/>
  <function link="library/email.html#index-0" name="RFC 2821"/>
  <function link="library/email.compat32-message.html#index-1" name="RFC 2822"/>
  <function link="library/http.cookiejar.html#index-10" name="RFC 2964"/>
  <function link="library/http.cookiejar.html#index-0" name="RFC 2965"/>
  <function link="library/nntplib.html#index-4" name="RFC 2980"/>
  <function link="library/ipaddress.html#index-12" name="RFC 3056"/>
  <function link="howto/logging-cookbook.html#index-5" name="RFC 3164"/>
  <function link="library/ipaddress.html#index-0" name="RFC 3171"/>
  <function link="whatsnew/2.6.html#index-23" name="RFC 3207"/>
  <function link="library/http.html#index-14" name="RFC 3229"/>
  <function link="library/ssl.html#index-14" name="RFC 3280"/>
  <function link="library/ipaddress.html#index-4" name="RFC 3330"/>
  <function link="howto/logging.html#index-0" name="RFC 3339"/>
  <function link="library/stringprep.html#index-0" name="RFC 3454"/>
  <function link="library/codecs.html#index-13" name="RFC 3490"/>
  <function link="library/codecs.html#index-12" name="RFC 3490#section-3.1"/>
  <function link="library/codecs.html#index-7" name="RFC 3492"/>
  <function link="library/socket.html#index-15" name="RFC 3493"/>
  <function link="library/imaplib.html#index-8" name="RFC 3501"/>
  <function link="library/socket.html#index-3" name="RFC 3542"/>
  <function link="library/binascii.html#index-1" name="RFC 3548"/>
  <function link="library/ftplib.html#index-6" name="RFC 3659"/>
  <function link="library/ipaddress.html#index-9" name="RFC 3879"/>
  <function link="library/ipaddress.html#index-6" name="RFC 3927"/>
  <function link="library/nntplib.html#index-10" name="RFC 3977"/>
  <function link="library/http.server.html#index-1" name="RFC 3986"/>
  <function link="library/ipaddress.html#index-11" name="RFC 4007"/>
  <function link="library/ssl.html#index-22" name="RFC 4086"/>
  <function link="library/uuid.html#index-0" name="RFC 4122"/>
  <function link="library/csv.html#index-1" name="RFC 4180"/>
  <function link="library/ipaddress.html#index-10" name="RFC 4193"/>
  <function link="library/ftplib.html#index-4" name="RFC 4217"/>
  <function link="library/ipaddress.html#index-7" name="RFC 4291"/>
  <function link="library/ipaddress.html#index-13" name="RFC 4380"/>
  <function link="library/json.html#index-1" name="RFC 4627"/>
  <function link="library/nntplib.html#index-5" name="RFC 4642"/>
  <function link="library/base64.html#index-1" name="RFC 4648"/>
  <function link="library/http.html#index-12" name="RFC 4918"/>
  <function link="library/smtplib.html#index-7" name="RFC 4954"/>
  <function link="library/imaplib.html#index-3" name="RFC 5161"/>
  <function link="library/ssl.html#index-13" name="RFC 5246"/>
  <function link="library/ssl.html#index-10" name="RFC 5280"/>
  <function link="library/email.headerregistry.html#index-13" name="RFC 5321"/>
  <function link="library/email.compat32-message.html#index-0" name="RFC 5322"/>
  <function link="howto/logging-cookbook.html#index-0" name="RFC 5424"/>
  <function link="howto/logging-cookbook.html#index-1" name="RFC 5424#section-6"/>
  <function link="library/ipaddress.html#index-2" name="RFC 5735"/>
  <function link="library/http.html#index-71" name="RFC 5789"/>
  <function link="library/http.html#index-13" name="RFC 5842"/>
  <function link="library/codecs.html#index-10" name="RFC 5891"/>
  <function link="library/codecs.html#index-11" name="RFC 5895"/>
  <function link="library/ssl.html#index-15" name="RFC 5929"/>
  <function link="library/ssl.html#index-12" name="RFC 6066"/>
  <function link="library/ssl.html#index-8" name="RFC 6125"/>
  <function link="library/smtpd.html#index-5" name="RFC 6152"/>
  <function link="library/email.message.html#index-3" name="RFC 6531"/>
  <function link="library/email.html#index-2" name="RFC 6532"/>
  <function link="library/http.html#index-48" name="RFC 6585"/>
  <function link="library/imaplib.html#index-4" name="RFC 6855"/>
  <function link="library/poplib.html#index-5" name="RFC 6856"/>
  <function link="library/json.html#index-0" name="RFC 7159"/>
  <function link="library/http.client.html#index-4" name="RFC 7230"/>
  <function link="library/http.html#index-1" name="RFC 7231"/>
  <function link="library/http.html#index-19" name="RFC 7232"/>
  <function link="library/http.html#index-11" name="RFC 7233"/>
  <function link="library/http.html#index-24" name="RFC 7235"/>
  <function link="library/http.html#index-22" name="RFC 7238"/>
  <function link="library/ssl.html#index-11" name="RFC 7301"/>
  <function link="library/ssl.html#index-26" name="RFC 7525"/>
  <function link="whatsnew/changelog.html#index-40" name="RFC 7538"/>
  <function link="library/http.html#index-42" name="RFC 7540"/>
  <function link="library/hashlib.html#index-5" name="RFC 7693"/>
  <function link="library/http.html#index-51" name="RFC 7725"/>
  <function link="library/hashlib.html#index-3" name="RFC 7914"/>
  <function link="library/smtplib.html#index-1" name="RFC 821"/>
  <function link="distutils/apiref.html#index-6" name="RFC 822"/>
  <function link="library/http.html#index-4" name="RFC 8297"/>
  <function link="library/asyncio-eventloop.html#index-3" name="RFC 8305"/>
  <function link="library/http.html#index-46" name="RFC 8470"/>
  <function link="library/telnetlib.html#index-2" name="RFC 854"/>
  <function link="library/ftplib.html#index-1" name="RFC 959"/>
  <function link="library/nntplib.html#index-3" name="RFC 977"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.rfc2109" name="rfc2109 (http.cookiejar.Cookie attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.rfc2109_as_netscape" name="rfc2109_as_netscape (http.cookiejar.DefaultCookiePolicy attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookiePolicy.rfc2965" name="rfc2965 (http.cookiejar.CookiePolicy attribute)"/>
  <function link="distutils/apiref.html#distutils.util.rfc822_escape" name="rfc822_escape() (in module distutils.util)"/>
  <function link="library/uuid.html#uuid.RFC_4122" name="RFC_4122 (in module uuid)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.rfile" name="rfile (http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="library/stdtypes.html#bytearray.rfind" name="rfind() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.rfind" name="(bytes method)"/>
  <function link="library/mmap.html#mmap.mmap.rfind" name="(mmap.mmap method)"/>
  <function link="library/stdtypes.html#str.rfind" name="(str method)"/>
  <function link="library/colorsys.html#colorsys.rgb_to_hls" name="rgb_to_hls() (in module colorsys)"/>
  <function link="library/colorsys.html#colorsys.rgb_to_hsv" name="rgb_to_hsv() (in module colorsys)"/>
  <function link="library/colorsys.html#colorsys.rgb_to_yiq" name="rgb_to_yiq() (in module colorsys)"/>
  <function link="library/pathlib.html#pathlib.Path.rglob" name="rglob() (pathlib.Path method)"/>
  <function link="c-api/typeobj.html#c.richcmpfunc" name="richcmpfunc (C type)"/>
  <function link="library/filecmp.html#filecmp.dircmp.right" name="right (filecmp.dircmp attribute)"/>
  <function link="library/turtle.html#turtle.right" name="right() (in module turtle)"/>
  <function link="library/filecmp.html#filecmp.dircmp.right_list" name="right_list (filecmp.dircmp attribute)"/>
  <function link="library/filecmp.html#filecmp.dircmp.right_only" name="right_only (filecmp.dircmp attribute)"/>
  <function link="library/token.html#token.RIGHTSHIFT" name="RIGHTSHIFT (in module token)"/>
  <function link="library/token.html#token.RIGHTSHIFTEQUAL" name="RIGHTSHIFTEQUAL (in module token)"/>
  <function link="library/stdtypes.html#bytearray.rindex" name="rindex() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.rindex" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.rindex" name="(str method)"/>
  <function link="library/stdtypes.html#bytearray.rjust" name="rjust() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.rjust" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.rjust" name="(str method)"/>
  <function link="library/rlcompleter.html#module-rlcompleter" name="module"/>
  <function link="library/resource.html#resource.RLIM_INFINITY" name="RLIM_INFINITY (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_AS" name="RLIMIT_AS (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_CORE" name="RLIMIT_CORE (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_CPU" name="RLIMIT_CPU (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_DATA" name="RLIMIT_DATA (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_FSIZE" name="RLIMIT_FSIZE (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_KQUEUES" name="RLIMIT_KQUEUES (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_MEMLOCK" name="RLIMIT_MEMLOCK (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_MSGQUEUE" name="RLIMIT_MSGQUEUE (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_NICE" name="RLIMIT_NICE (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_NOFILE" name="RLIMIT_NOFILE (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_NPROC" name="RLIMIT_NPROC (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_NPTS" name="RLIMIT_NPTS (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_OFILE" name="RLIMIT_OFILE (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_RSS" name="RLIMIT_RSS (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_RTPRIO" name="RLIMIT_RTPRIO (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_RTTIME" name="RLIMIT_RTTIME (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_SBSIZE" name="RLIMIT_SBSIZE (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_SIGPENDING" name="RLIMIT_SIGPENDING (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_STACK" name="RLIMIT_STACK (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_SWAP" name="RLIMIT_SWAP (in module resource)"/>
  <function link="library/resource.html#resource.RLIMIT_VMEM" name="RLIMIT_VMEM (in module resource)"/>
  <function link="library/multiprocessing.html#multiprocessing.RLock" name="RLock (class in multiprocessing)"/>
  <function link="library/threading.html#threading.RLock" name="(class in threading)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.SyncManager.RLock" name="RLock() (multiprocessing.managers.SyncManager method)"/>
  <function link="library/ftplib.html#ftplib.FTP.rmd" name="rmd() (ftplib.FTP method)"/>
  <function link="library/os.html#os.rmdir" name="rmdir() (in module os)"/>
  <function link="library/test.html#test.support.os_helper.rmdir" name="(in module test.support.os_helper)"/>
  <function link="library/pathlib.html#pathlib.Path.rmdir" name="(pathlib.Path method)"/>
  <function link="library/chunk.html#index-0" name="RMFF"/>
  <function link="library/audioop.html#audioop.rms" name="rms() (in module audioop)"/>
  <function link="library/shutil.html#shutil.rmtree" name="rmtree() (in module shutil)"/>
  <function link="library/test.html#test.support.os_helper.rmtree" name="(in module test.support.os_helper)"/>
  <function link="library/urllib.robotparser.html#urllib.robotparser.RobotFileParser" name="RobotFileParser (class in urllib.robotparser)"/>
  <function link="library/urllib.robotparser.html#index-0" name="robots.txt"/>
  <function link="library/sqlite3.html#sqlite3.Connection.rollback" name="rollback() (sqlite3.Connection method)"/>
  <function link="library/tkinter.font.html#tkinter.font.ROMAN" name="ROMAN (in module tkinter.font)"/>
  <function link="library/pathlib.html#pathlib.PurePath.root" name="root (pathlib.PurePath attribute)"/>
  <function link="library/collections.html#collections.deque.rotate" name="rotate() (collections.deque method)"/>
  <function link="library/decimal.html#decimal.Context.rotate" name="(decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.rotate" name="(decimal.Decimal method)"/>
  <function link="library/logging.handlers.html#logging.handlers.BaseRotatingHandler.rotate" name="(logging.handlers.BaseRotatingHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.RotatingFileHandler" name="RotatingFileHandler (class in logging.handlers)"/>
  <function link="library/logging.handlers.html#logging.handlers.BaseRotatingHandler.rotation_filename" name="rotation_filename() (logging.handlers.BaseRotatingHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.BaseRotatingHandler.rotator" name="rotator (logging.handlers.BaseRotatingHandler attribute)"/>
  <function link="reference/datamodel.html#index-102" name="built-in function"/>
  <function link="library/functions.html#round" name="built-in function"/>
  <function link="library/decimal.html#decimal.ROUND_05UP" name="ROUND_05UP (in module decimal)"/>
  <function link="library/decimal.html#decimal.ROUND_CEILING" name="ROUND_CEILING (in module decimal)"/>
  <function link="library/decimal.html#decimal.ROUND_DOWN" name="ROUND_DOWN (in module decimal)"/>
  <function link="library/decimal.html#decimal.ROUND_FLOOR" name="ROUND_FLOOR (in module decimal)"/>
  <function link="library/decimal.html#decimal.ROUND_HALF_DOWN" name="ROUND_HALF_DOWN (in module decimal)"/>
  <function link="library/decimal.html#decimal.ROUND_HALF_EVEN" name="ROUND_HALF_EVEN (in module decimal)"/>
  <function link="library/decimal.html#decimal.ROUND_HALF_UP" name="ROUND_HALF_UP (in module decimal)"/>
  <function link="library/decimal.html#decimal.ROUND_UP" name="ROUND_UP (in module decimal)"/>
  <function link="library/decimal.html#decimal.Rounded" name="Rounded (class in decimal)"/>
  <function link="library/sqlite3.html#sqlite3.Row" name="Row (class in sqlite3)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.row_factory" name="row_factory (sqlite3.Connection attribute)"/>
  <function link="library/sqlite3.html#sqlite3.Cursor.row_factory" name="(sqlite3.Cursor attribute)"/>
  <function link="library/sqlite3.html#sqlite3.Cursor.rowcount" name="rowcount (sqlite3.Cursor attribute)"/>
  <function link="library/token.html#token.RPAR" name="RPAR (in module token)"/>
  <function link="library/stdtypes.html#bytearray.rpartition" name="rpartition() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.rpartition" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.rpartition" name="(str method)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.SimpleXMLRPCRequestHandler.rpc_paths" name="rpc_paths (xmlrpc.server.SimpleXMLRPCRequestHandler attribute)"/>
  <function link="library/poplib.html#poplib.POP3.rpop" name="rpop() (poplib.POP3 method)"/>
  <function link="library/poplib.html#poplib.POP3.rset" name="rset() (poplib.POP3 method)"/>
  <function link="library/ast.html#ast.RShift" name="RShift (class in ast)"/>
  <function link="library/operator.html#operator.rshift" name="rshift() (in module operator)"/>
  <function link="library/stdtypes.html#bytearray.rsplit" name="rsplit() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.rsplit" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.rsplit" name="(str method)"/>
  <function link="library/token.html#token.RSQB" name="RSQB (in module token)"/>
  <function link="library/stdtypes.html#bytearray.rstrip" name="rstrip() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.rstrip" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.rstrip" name="(str method)"/>
  <function link="library/turtle.html#turtle.rt" name="rt() (in module turtle)"/>
  <function link="library/os.html#os.RTLD_DEEPBIND" name="RTLD_DEEPBIND (in module os)"/>
  <function link="library/os.html#os.RTLD_GLOBAL" name="RTLD_GLOBAL (in module os)"/>
  <function link="library/os.html#os.RTLD_LAZY" name="RTLD_LAZY (in module os)"/>
  <function link="library/os.html#os.RTLD_LOCAL" name="RTLD_LOCAL (in module os)"/>
  <function link="library/os.html#os.RTLD_NODELETE" name="RTLD_NODELETE (in module os)"/>
  <function link="library/os.html#os.RTLD_NOLOAD" name="RTLD_NOLOAD (in module os)"/>
  <function link="library/os.html#os.RTLD_NOW" name="RTLD_NOW (in module os)"/>
  <function link="library/cmd.html#cmd.Cmd.ruler" name="ruler (cmd.Cmd attribute)"/>
  <function link="library/pdb.html#pdbcommand-run" name="run (pdb command)"/>
  <function link="library/idle.html#index-2" name="Run script"/>
  <function link="library/asyncio-runner.html#asyncio.Runner.run" name="run() (asyncio.Runner method)"/>
  <function link="library/bdb.html#bdb.Bdb.run" name="(bdb.Bdb method)"/>
  <function link="library/contextvars.html#contextvars.Context.run" name="(contextvars.Context method)"/>
  <function link="distutils/apiref.html#distutils.cmd.Command.run" name="(distutils.cmd.Command method)"/>
  <function link="library/doctest.html#doctest.DocTestRunner.run" name="(doctest.DocTestRunner method)"/>
  <function link="library/asyncio-runner.html#asyncio.run" name="(in module asyncio)"/>
  <function link="library/pdb.html#pdb.run" name="(in module pdb)"/>
  <function link="library/profile.html#profile.run" name="(in module profile)"/>
  <function link="library/subprocess.html#subprocess.run" name="(in module subprocess)"/>
  <function link="library/multiprocessing.html#multiprocessing.Process.run" name="(multiprocessing.Process method)"/>
  <function link="library/pdb.html#pdb.Pdb.run" name="(pdb.Pdb method)"/>
  <function link="library/profile.html#profile.Profile.run" name="(profile.Profile method)"/>
  <function link="library/sched.html#sched.scheduler.run" name="(sched.scheduler method)"/>
  <function link="library/test.html#test.support.BasicTestRunner.run" name="(test.support.BasicTestRunner method)"/>
  <function link="library/threading.html#threading.Thread.run" name="(threading.Thread method)"/>
  <function link="library/trace.html#trace.Trace.run" name="(trace.Trace method)"/>
  <function link="library/unittest.html#unittest.IsolatedAsyncioTestCase.run" name="(unittest.IsolatedAsyncioTestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.run" name="(unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestSuite.run" name="(unittest.TestSuite method)"/>
  <function link="library/unittest.html#unittest.TextTestRunner.run" name="(unittest.TextTestRunner method)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.run" name="(wsgiref.handlers.BaseHandler method)"/>
  <function link="library/asyncio-task.html#asyncio.run_coroutine_threadsafe" name="run_coroutine_threadsafe() (in module asyncio)"/>
  <function link="library/doctest.html#doctest.run_docstring_examples" name="run_docstring_examples() (in module doctest)"/>
  <function link="library/test.html#test.support.run_doctest" name="run_doctest() (in module test.support)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.run_forever" name="run_forever() (asyncio.loop method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.run_in_executor" name="run_in_executor() (asyncio.loop method)"/>
  <function link="library/test.html#test.support.run_in_subinterp" name="run_in_subinterp() (in module test.support)"/>
  <function link="library/runpy.html#runpy.run_module" name="run_module() (in module runpy)"/>
  <function link="library/runpy.html#runpy.run_path" name="run_path() (in module runpy)"/>
  <function link="library/test.html#test.support.script_helper.run_python_until_end" name="run_python_until_end() (in module test.support.script_helper)"/>
  <function link="library/modulefinder.html#modulefinder.ModuleFinder.run_script" name="run_script() (modulefinder.ModuleFinder method)"/>
  <function link="distutils/apiref.html#distutils.core.run_setup" name="run_setup() (in module distutils.core)"/>
  <function link="library/test.html#test.support.run_unittest" name="run_unittest() (in module test.support)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.run_until_complete" name="run_until_complete() (asyncio.loop method)"/>
  <function link="library/test.html#test.support.run_with_locale" name="run_with_locale() (in module test.support)"/>
  <function link="library/test.html#test.support.run_with_tz" name="run_with_tz() (in module test.support)"/>
  <function link="library/bdb.html#bdb.Bdb.runcall" name="runcall() (bdb.Bdb method)"/>
  <function link="library/pdb.html#pdb.runcall" name="(in module pdb)"/>
  <function link="library/pdb.html#pdb.Pdb.runcall" name="(pdb.Pdb method)"/>
  <function link="library/profile.html#profile.Profile.runcall" name="(profile.Profile method)"/>
  <function link="library/code.html#code.InteractiveInterpreter.runcode" name="runcode() (code.InteractiveInterpreter method)"/>
  <function link="library/bdb.html#bdb.Bdb.runctx" name="runctx() (bdb.Bdb method)"/>
  <function link="library/profile.html#profile.runctx" name="(in module profile)"/>
  <function link="library/profile.html#profile.Profile.runctx" name="(profile.Profile method)"/>
  <function link="library/trace.html#trace.Trace.runctx" name="(trace.Trace method)"/>
  <function link="library/bdb.html#bdb.Bdb.runeval" name="runeval() (bdb.Bdb method)"/>
  <function link="library/pdb.html#pdb.runeval" name="(in module pdb)"/>
  <function link="library/pdb.html#pdb.Pdb.runeval" name="(pdb.Pdb method)"/>
  <function link="library/trace.html#trace.Trace.runfunc" name="runfunc() (trace.Trace method)"/>
  <function link="library/asyncio-runner.html#asyncio.Runner" name="Runner (class in asyncio)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.Future.running" name="running() (concurrent.futures.Future method)"/>
  <function link="library/runpy.html#module-runpy" name="module"/>
  <function link="library/code.html#code.InteractiveInterpreter.runsource" name="runsource() (code.InteractiveInterpreter method)"/>
  <function link="library/typing.html#typing.runtime_checkable" name="runtime_checkable() (in module typing)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.runtime_library_dir_option" name="runtime_library_dir_option() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/exceptions.html#RuntimeError" name="RuntimeError"/>
  <function link="library/exceptions.html#RuntimeWarning" name="RuntimeWarning"/>
  <function link="library/resource.html#resource.RUSAGE_BOTH" name="RUSAGE_BOTH (in module resource)"/>
  <function link="library/resource.html#resource.RUSAGE_CHILDREN" name="RUSAGE_CHILDREN (in module resource)"/>
  <function link="library/resource.html#resource.RUSAGE_SELF" name="RUSAGE_SELF (in module resource)"/>
  <function link="library/resource.html#resource.RUSAGE_THREAD" name="RUSAGE_THREAD (in module resource)"/>
  <function link="library/os.html#os.RWF_APPEND" name="RWF_APPEND (in module os)"/>
  <function link="library/os.html#os.RWF_DSYNC" name="RWF_DSYNC (in module os)"/>
  <function link="library/os.html#os.RWF_HIPRI" name="RWF_HIPRI (in module os)"/>
  <function link="library/os.html#os.RWF_NOWAIT" name="RWF_NOWAIT (in module os)"/>
  <function link="library/os.html#os.RWF_SYNC" name="RWF_SYNC (in module os)"/>
  <function link="library/re.html#re.S" name="S (in module re)"/>
  <function link="library/stat.html#stat.S_ENFMT" name="S_ENFMT (in module stat)"/>
  <function link="library/stat.html#stat.S_IEXEC" name="S_IEXEC (in module stat)"/>
  <function link="library/stat.html#stat.S_IFBLK" name="S_IFBLK (in module stat)"/>
  <function link="library/stat.html#stat.S_IFCHR" name="S_IFCHR (in module stat)"/>
  <function link="library/stat.html#stat.S_IFDIR" name="S_IFDIR (in module stat)"/>
  <function link="library/stat.html#stat.S_IFDOOR" name="S_IFDOOR (in module stat)"/>
  <function link="library/stat.html#stat.S_IFIFO" name="S_IFIFO (in module stat)"/>
  <function link="library/stat.html#stat.S_IFLNK" name="S_IFLNK (in module stat)"/>
  <function link="library/stat.html#stat.S_IFMT" name="S_IFMT() (in module stat)"/>
  <function link="library/stat.html#stat.S_IFPORT" name="S_IFPORT (in module stat)"/>
  <function link="library/stat.html#stat.S_IFREG" name="S_IFREG (in module stat)"/>
  <function link="library/stat.html#stat.S_IFSOCK" name="S_IFSOCK (in module stat)"/>
  <function link="library/stat.html#stat.S_IFWHT" name="S_IFWHT (in module stat)"/>
  <function link="library/stat.html#stat.S_IMODE" name="S_IMODE() (in module stat)"/>
  <function link="library/stat.html#stat.S_IREAD" name="S_IREAD (in module stat)"/>
  <function link="library/stat.html#stat.S_IRGRP" name="S_IRGRP (in module stat)"/>
  <function link="library/stat.html#stat.S_IROTH" name="S_IROTH (in module stat)"/>
  <function link="library/stat.html#stat.S_IRUSR" name="S_IRUSR (in module stat)"/>
  <function link="library/stat.html#stat.S_IRWXG" name="S_IRWXG (in module stat)"/>
  <function link="library/stat.html#stat.S_IRWXO" name="S_IRWXO (in module stat)"/>
  <function link="library/stat.html#stat.S_IRWXU" name="S_IRWXU (in module stat)"/>
  <function link="library/stat.html#stat.S_ISBLK" name="S_ISBLK() (in module stat)"/>
  <function link="library/stat.html#stat.S_ISCHR" name="S_ISCHR() (in module stat)"/>
  <function link="library/stat.html#stat.S_ISDIR" name="S_ISDIR() (in module stat)"/>
  <function link="library/stat.html#stat.S_ISDOOR" name="S_ISDOOR() (in module stat)"/>
  <function link="library/stat.html#stat.S_ISFIFO" name="S_ISFIFO() (in module stat)"/>
  <function link="library/stat.html#stat.S_ISGID" name="S_ISGID (in module stat)"/>
  <function link="library/stat.html#stat.S_ISLNK" name="S_ISLNK() (in module stat)"/>
  <function link="library/stat.html#stat.S_ISPORT" name="S_ISPORT() (in module stat)"/>
  <function link="library/stat.html#stat.S_ISREG" name="S_ISREG() (in module stat)"/>
  <function link="library/stat.html#stat.S_ISSOCK" name="S_ISSOCK() (in module stat)"/>
  <function link="library/stat.html#stat.S_ISUID" name="S_ISUID (in module stat)"/>
  <function link="library/stat.html#stat.S_ISVTX" name="S_ISVTX (in module stat)"/>
  <function link="library/stat.html#stat.S_ISWHT" name="S_ISWHT() (in module stat)"/>
  <function link="library/stat.html#stat.S_IWGRP" name="S_IWGRP (in module stat)"/>
  <function link="library/stat.html#stat.S_IWOTH" name="S_IWOTH (in module stat)"/>
  <function link="library/stat.html#stat.S_IWRITE" name="S_IWRITE (in module stat)"/>
  <function link="library/stat.html#stat.S_IWUSR" name="S_IWUSR (in module stat)"/>
  <function link="library/stat.html#stat.S_IXGRP" name="S_IXGRP (in module stat)"/>
  <function link="library/stat.html#stat.S_IXOTH" name="S_IXOTH (in module stat)"/>
  <function link="library/stat.html#stat.S_IXUSR" name="S_IXUSR (in module stat)"/>
  <function link="library/uuid.html#uuid.SafeUUID.safe" name="safe (uuid.SafeUUID attribute)"/>
  <function link="library/string.html#string.Template.safe_substitute" name="safe_substitute() (string.Template method)"/>
  <function link="library/asyncio-policy.html#asyncio.SafeChildWatcher" name="SafeChildWatcher (class in asyncio)"/>
  <function link="library/pprint.html#pprint.saferepr" name="saferepr() (in module pprint)"/>
  <function link="library/uuid.html#uuid.SafeUUID" name="SafeUUID (class in uuid)"/>
  <function link="library/filecmp.html#filecmp.dircmp.same_files" name="same_files (filecmp.dircmp attribute)"/>
  <function link="library/decimal.html#decimal.Context.same_quantum" name="same_quantum() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.same_quantum" name="(decimal.Decimal method)"/>
  <function link="library/os.path.html#os.path.samefile" name="samefile() (in module os.path)"/>
  <function link="library/pathlib.html#pathlib.Path.samefile" name="(pathlib.Path method)"/>
  <function link="library/shutil.html#shutil.SameFileError" name="SameFileError"/>
  <function link="library/os.path.html#os.path.sameopenfile" name="sameopenfile() (in module os.path)"/>
  <function link="library/os.path.html#os.path.samestat" name="samestat() (in module os.path)"/>
  <function link="library/random.html#random.sample" name="sample() (in module random)"/>
  <function link="library/statistics.html#statistics.NormalDist.samples" name="samples() (statistics.NormalDist method)"/>
  <function link="library/calendar.html#calendar.SATURDAY" name="SATURDAY (in module calendar)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.FileCookieJar.save" name="save() (http.cookiejar.FileCookieJar method)"/>
  <function link="library/test.html#test.support.SaveSignals.save" name="(test.support.SaveSignals method)"/>
  <function link="library/dialog.html#tkinter.filedialog.SaveAs" name="SaveAs (class in tkinter.filedialog)"/>
  <function link="library/test.html#test.support.os_helper.SAVEDCWD" name="SAVEDCWD (in module test.support.os_helper)"/>
  <function link="library/dialog.html#tkinter.filedialog.SaveFileDialog" name="SaveFileDialog (class in tkinter.filedialog)"/>
  <function link="library/winreg.html#winreg.SaveKey" name="SaveKey() (in module winreg)"/>
  <function link="library/test.html#test.support.SaveSignals" name="SaveSignals (class in test.support)"/>
  <function link="library/curses.html#curses.savetty" name="savetty() (in module curses)"/>
  <function link="library/xml.dom.pulldom.html#xml.dom.pulldom.SAX2DOM" name="SAX2DOM (class in xml.dom.pulldom)"/>
  <function link="library/xml.sax.html#xml.sax.SAXException" name="SAXException"/>
  <function link="library/xml.sax.html#xml.sax.SAXNotRecognizedException" name="SAXNotRecognizedException"/>
  <function link="library/xml.sax.html#xml.sax.SAXNotSupportedException" name="SAXNotSupportedException"/>
  <function link="library/xml.sax.html#xml.sax.SAXParseException" name="SAXParseException"/>
  <function link="library/decimal.html#decimal.Context.scaleb" name="scaleb() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.scaleb" name="(decimal.Decimal method)"/>
  <function link="library/os.html#os.scandir" name="scandir() (in module os)"/>
  <function link="library/re.html#index-40" name="scanf()"/>
  <function link="library/sched.html#module-sched" name="module"/>
  <function link="library/os.html#os.SCHED_BATCH" name="SCHED_BATCH (in module os)"/>
  <function link="library/os.html#os.SCHED_FIFO" name="SCHED_FIFO (in module os)"/>
  <function link="library/os.html#os.sched_get_priority_max" name="sched_get_priority_max() (in module os)"/>
  <function link="library/os.html#os.sched_get_priority_min" name="sched_get_priority_min() (in module os)"/>
  <function link="library/os.html#os.sched_getaffinity" name="sched_getaffinity() (in module os)"/>
  <function link="library/os.html#os.sched_getparam" name="sched_getparam() (in module os)"/>
  <function link="library/os.html#os.sched_getscheduler" name="sched_getscheduler() (in module os)"/>
  <function link="library/os.html#os.SCHED_IDLE" name="SCHED_IDLE (in module os)"/>
  <function link="library/os.html#os.SCHED_OTHER" name="SCHED_OTHER (in module os)"/>
  <function link="library/os.html#os.sched_param" name="sched_param (class in os)"/>
  <function link="library/os.html#os.sched_param.sched_priority" name="sched_priority (os.sched_param attribute)"/>
  <function link="library/os.html#os.SCHED_RESET_ON_FORK" name="SCHED_RESET_ON_FORK (in module os)"/>
  <function link="library/os.html#os.SCHED_RR" name="SCHED_RR (in module os)"/>
  <function link="library/os.html#os.sched_rr_get_interval" name="sched_rr_get_interval() (in module os)"/>
  <function link="library/os.html#os.sched_setaffinity" name="sched_setaffinity() (in module os)"/>
  <function link="library/os.html#os.sched_setparam" name="sched_setparam() (in module os)"/>
  <function link="library/os.html#os.sched_setscheduler" name="sched_setscheduler() (in module os)"/>
  <function link="library/os.html#os.SCHED_SPORADIC" name="SCHED_SPORADIC (in module os)"/>
  <function link="library/os.html#os.sched_yield" name="sched_yield() (in module os)"/>
  <function link="library/sched.html#sched.scheduler" name="scheduler (class in sched)"/>
  <function link="library/msilib.html#msilib.schema" name="schema (in module msilib)"/>
  <function link="library/socket.html#socket.SCM_CREDS2" name="SCM_CREDS2 (in module socket)"/>
  <function link="reference/executionmodel.html#index-3" name="scope"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.scope_id" name="scope_id (ipaddress.IPv6Address attribute)"/>
  <function link="library/turtle.html#turtle.Screen" name="Screen (class in turtle)"/>
  <function link="library/turtle.html#turtle.screensize" name="screensize() (in module turtle)"/>
  <function link="library/doctest.html#doctest.script_from_examples" name="script_from_examples() (in module doctest)"/>
  <function link="library/curses.html#curses.window.scroll" name="scroll() (curses.window method)"/>
  <function link="library/turtle.html#turtle.ScrolledCanvas" name="ScrolledCanvas (class in turtle)"/>
  <function link="library/tkinter.scrolledtext.html#tkinter.scrolledtext.ScrolledText" name="ScrolledText (class in tkinter.scrolledtext)"/>
  <function link="library/curses.html#curses.window.scrollok" name="scrollok() (curses.window method)"/>
  <function link="library/hashlib.html#hashlib.scrypt" name="scrypt() (in module hashlib)"/>
  <function link="c-api/init.html#index-17" name="stdin stdout"/>
  <function link="library/unittest.mock.html#unittest.mock.seal" name="seal() (in module unittest.mock)"/>
  <function link="c-api/init.html#index-16" name="path, module"/>
  <function link="library/imaplib.html#imaplib.IMAP4.search" name="search() (imaplib.IMAP4 method)"/>
  <function link="library/re.html#re.search" name="(in module re)"/>
  <function link="library/re.html#re.Pattern.search" name="(re.Pattern method)"/>
  <function link="library/datetime.html#datetime.datetime.second" name="second (datetime.datetime attribute)"/>
  <function link="library/datetime.html#datetime.time.second" name="(datetime.time attribute)"/>
  <function link="library/time.html#index-1" name="seconds since the epoch"/>
  <function link="library/secrets.html#module-secrets" name="module"/>
  <function link="library/configparser.html#configparser.ConfigParser.SECTCRE" name="SECTCRE (configparser.ConfigParser attribute)"/>
  <function link="library/configparser.html#configparser.ConfigParser.sections" name="sections() (configparser.ConfigParser method)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.secure" name="secure (http.cookiejar.Cookie attribute)"/>
  <function link="library/hashlib.html#index-0" name="secure hash algorithm, SHA1, SHA224, SHA256, SHA384, SHA512"/>
  <function link="library/ssl.html#index-1" name="Secure Sockets Layer"/>
  <function link="library/cgi.html#index-2" name="CGI"/>
  <function link="library/http.server.html#index-3" name="http.server"/>
  <function link="library/security_warnings.html#index-0" name="security considerations"/>
  <function link="library/ssl.html#ssl.SSLContext.security_level" name="security_level (ssl.SSLContext attribute)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.see" name="see() (tkinter.ttk.Treeview method)"/>
  <function link="library/random.html#random.seed" name="seed() (in module random)"/>
  <function link="library/chunk.html#chunk.Chunk.seek" name="seek() (chunk.Chunk method)"/>
  <function link="library/io.html#io.IOBase.seek" name="(io.IOBase method)"/>
  <function link="library/io.html#io.TextIOBase.seek" name="(io.TextIOBase method)"/>
  <function link="library/mmap.html#mmap.mmap.seek" name="(mmap.mmap method)"/>
  <function link="library/sqlite3.html#sqlite3.Blob.seek" name="(sqlite3.Blob method)"/>
  <function link="library/os.html#os.SEEK_CUR" name="SEEK_CUR (in module os)"/>
  <function link="library/os.html#os.SEEK_END" name="SEEK_END (in module os)"/>
  <function link="library/os.html#os.SEEK_SET" name="SEEK_SET (in module os)"/>
  <function link="library/io.html#io.IOBase.seekable" name="seekable() (io.IOBase method)"/>
  <function link="library/smtpd.html#smtpd.SMTPChannel.seen_greeting" name="seen_greeting (smtpd.SMTPChannel attribute)"/>
  <function link="library/select.html#module-select" name="module"/>
  <function link="library/tkinter.tix.html#tkinter.tix.Select" name="Select (class in tkinter.tix)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.select" name="select() (imaplib.IMAP4 method)"/>
  <function link="library/select.html#select.select" name="(in module select)"/>
  <function link="library/selectors.html#selectors.BaseSelector.select" name="(selectors.BaseSelector method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Notebook.select" name="(tkinter.ttk.Notebook method)"/>
  <function link="library/ssl.html#ssl.SSLSocket.selected_alpn_protocol" name="selected_alpn_protocol() (ssl.SSLSocket method)"/>
  <function link="library/ssl.html#ssl.SSLSocket.selected_npn_protocol" name="selected_npn_protocol() (ssl.SSLSocket method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.selection" name="selection() (tkinter.ttk.Treeview method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.selection_add" name="selection_add() (tkinter.ttk.Treeview method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.selection_remove" name="selection_remove() (tkinter.ttk.Treeview method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.selection_set" name="selection_set() (tkinter.ttk.Treeview method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.selection_toggle" name="selection_toggle() (tkinter.ttk.Treeview method)"/>
  <function link="library/urllib.request.html#urllib.request.Request.selector" name="selector (urllib.request.Request attribute)"/>
  <function link="library/asyncio-eventloop.html#asyncio.SelectorEventLoop" name="SelectorEventLoop (class in asyncio)"/>
  <function link="library/selectors.html#selectors.SelectorKey" name="SelectorKey (class in selectors)"/>
  <function link="library/selectors.html#module-selectors" name="module"/>
  <function link="library/selectors.html#selectors.SelectSelector" name="SelectSelector (class in selectors)"/>
  <function link="library/typing.html#typing.Self" name="Self (in module typing)"/>
  <function link="library/asyncio-sync.html#asyncio.Semaphore" name="Semaphore (class in asyncio)"/>
  <function link="library/multiprocessing.html#multiprocessing.Semaphore" name="(class in multiprocessing)"/>
  <function link="library/threading.html#threading.Semaphore" name="(class in threading)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.SyncManager.Semaphore" name="Semaphore() (multiprocessing.managers.SyncManager method)"/>
  <function link="library/_thread.html#index-0" name="semaphores, binary"/>
  <function link="library/token.html#token.SEMI" name="SEMI (in module token)"/>
  <function link="library/dis.html#opcode-SEND" name="SEND (opcode)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.send" name="send() (asyncore.dispatcher method)"/>
  <function link="reference/datamodel.html#coroutine.send" name="(coroutine method)"/>
  <function link="reference/expressions.html#generator.send" name="(generator method)"/>
  <function link="library/http.client.html#http.client.HTTPConnection.send" name="(http.client.HTTPConnection method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.send" name="(imaplib.IMAP4 method)"/>
  <function link="library/logging.handlers.html#logging.handlers.DatagramHandler.send" name="(logging.handlers.DatagramHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.SocketHandler.send" name="(logging.handlers.SocketHandler method)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.Connection.send" name="(multiprocessing.connection.Connection method)"/>
  <function link="library/socket.html#socket.socket.send" name="(socket.socket method)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.Connection.send_bytes" name="send_bytes() (multiprocessing.connection.Connection method)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.send_error" name="send_error() (http.server.BaseHTTPRequestHandler method)"/>
  <function link="library/socket.html#socket.send_fds" name="send_fds() (in module socket)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.send_header" name="send_header() (http.server.BaseHTTPRequestHandler method)"/>
  <function link="library/smtplib.html#smtplib.SMTP.send_message" name="send_message() (smtplib.SMTP method)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.send_response" name="send_response() (http.server.BaseHTTPRequestHandler method)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.send_response_only" name="send_response_only() (http.server.BaseHTTPRequestHandler method)"/>
  <function link="library/asyncio-subprocess.html#asyncio.subprocess.Process.send_signal" name="send_signal() (asyncio.subprocess.Process method)"/>
  <function link="library/asyncio-protocol.html#asyncio.SubprocessTransport.send_signal" name="(asyncio.SubprocessTransport method)"/>
  <function link="library/subprocess.html#subprocess.Popen.send_signal" name="(subprocess.Popen method)"/>
  <function link="library/socket.html#socket.socket.sendall" name="sendall() (socket.socket method)"/>
  <function link="library/ftplib.html#ftplib.FTP.sendcmd" name="sendcmd() (ftplib.FTP method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.sendfile" name="sendfile() (asyncio.loop method)"/>
  <function link="library/os.html#os.sendfile" name="(in module os)"/>
  <function link="library/socket.html#socket.socket.sendfile" name="(socket.socket method)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.sendfile" name="(wsgiref.handlers.BaseHandler method)"/>
  <function link="library/asyncio-exceptions.html#asyncio.SendfileNotAvailableError" name="SendfileNotAvailableError"/>
  <function link="c-api/typeobj.html#c.sendfunc" name="sendfunc (C type)"/>
  <function link="library/smtplib.html#smtplib.SMTP.sendmail" name="sendmail() (smtplib.SMTP method)"/>
  <function link="library/socket.html#socket.socket.sendmsg" name="sendmsg() (socket.socket method)"/>
  <function link="library/socket.html#socket.socket.sendmsg_afalg" name="sendmsg_afalg() (socket.socket method)"/>
  <function link="library/asyncio-protocol.html#asyncio.DatagramTransport.sendto" name="sendto() (asyncio.DatagramTransport method)"/>
  <function link="library/socket.html#socket.socket.sendto" name="(socket.socket method)"/>
  <function link="library/unittest.mock.html#unittest.mock.sentinel" name="sentinel (in module unittest.mock)"/>
  <function link="library/multiprocessing.html#multiprocessing.Process.sentinel" name="(multiprocessing.Process attribute)"/>
  <function link="library/os.html#os.sep" name="sep (in module os)"/>
  <function link="glossary.html#term-sequence" name="sequence"/>
  <function link="reference/expressions.html#index-42" name="item"/>
  <function link="library/stdtypes.html#index-17" name="iteration"/>
  <function link="c-api/concrete.html#index-1" name="object"/>
  <function link="library/stdtypes.html#index-21" name="types, immutable"/>
  <function link="library/stdtypes.html#index-22" name="types, mutable"/>
  <function link="library/stdtypes.html#index-19" name="types, operations on"/>
  <function link="library/collections.abc.html#collections.abc.Sequence" name="Sequence (class in collections.abc)"/>
  <function link="library/typing.html#typing.Sequence" name="(class in typing)"/>
  <function link="library/msilib.html#msilib.sequence" name="sequence (in module msilib)"/>
  <function link="library/difflib.html#difflib.SequenceMatcher" name="SequenceMatcher (class in difflib)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.serialize" name="serialize() (sqlite3.Connection method)"/>
  <function link="library/pickle.html#index-0" name="objects"/>
  <function link="library/asyncio-eventloop.html#asyncio.Server.serve_forever" name="serve_forever() (asyncio.Server method)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.serve_forever" name="(socketserver.BaseServer method)"/>
  <function link="library/cgi.html#index-0" name="WWW"/>
  <function link="library/asyncio-eventloop.html#asyncio.Server" name="Server (class in asyncio)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.server" name="server (http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.server_activate" name="server_activate() (socketserver.BaseServer method)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.server_address" name="server_address (socketserver.BaseServer attribute)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.server_bind" name="server_bind() (socketserver.BaseServer method)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.server_close" name="server_close() (socketserver.BaseServer method)"/>
  <function link="library/ssl.html#ssl.SSLSocket.server_hostname" name="server_hostname (ssl.SSLSocket attribute)"/>
  <function link="library/ssl.html#ssl.SSLSocket.server_side" name="server_side (ssl.SSLSocket attribute)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.server_software" name="server_software (wsgiref.handlers.BaseHandler attribute)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.server_version" name="server_version (http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="library/http.server.html#http.server.SimpleHTTPRequestHandler.server_version" name="(http.server.SimpleHTTPRequestHandler attribute)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.ServerProxy" name="ServerProxy (class in xmlrpc.client)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.service_actions" name="service_actions() (socketserver.BaseServer method)"/>
  <function link="library/ssl.html#ssl.SSLSocket.session" name="session (ssl.SSLSocket attribute)"/>
  <function link="library/ssl.html#ssl.SSLSocket.session_reused" name="session_reused (ssl.SSLSocket attribute)"/>
  <function link="library/ssl.html#ssl.SSLContext.session_stats" name="session_stats() (ssl.SSLContext method)"/>
  <function link="reference/expressions.html#index-16" name="comprehensions"/>
  <function link="reference/expressions.html#index-16" name="display"/>
  <function link="c-api/set.html#index-0" name="object"/>
  <function link="library/stdtypes.html#set" name="set (built-in class)"/>
  <function link="library/ast.html#ast.Set" name="Set (class in ast)"/>
  <function link="library/collections.abc.html#collections.abc.Set" name="(class in collections.abc)"/>
  <function link="library/typing.html#typing.Set" name="(class in typing)"/>
  <function link="library/idle.html#index-4" name="Set Breakpoint"/>
  <function link="glossary.html#term-set-comprehension" name="set comprehension"/>
  <function link="reference/datamodel.html#index-26" name="object"/>
  <function link="library/asyncio-sync.html#asyncio.Event.set" name="set() (asyncio.Event method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.set" name="(configparser.ConfigParser method)"/>
  <function link="library/configparser.html#configparser.RawConfigParser.set" name="(configparser.RawConfigParser method)"/>
  <function link="library/contextvars.html#contextvars.ContextVar.set" name="(contextvars.ContextVar method)"/>
  <function link="library/http.cookies.html#http.cookies.Morsel.set" name="(http.cookies.Morsel method)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_mixer_device.set" name="(ossaudiodev.oss_mixer_device method)"/>
  <function link="library/test.html#test.support.os_helper.EnvironmentVarGuard.set" name="(test.support.os_helper.EnvironmentVarGuard method)"/>
  <function link="library/threading.html#threading.Event.set" name="(threading.Event method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Combobox.set" name="(tkinter.ttk.Combobox method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Spinbox.set" name="(tkinter.ttk.Spinbox method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.set" name="(tkinter.ttk.Treeview method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.set" name="(xml.etree.ElementTree.Element method)"/>
  <function link="library/dis.html#opcode-SET_ADD" name="SET_ADD (opcode)"/>
  <function link="c-api/intro.html#index-11" name="set_all()"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.set_allowed_domains" name="set_allowed_domains() (http.cookiejar.DefaultCookiePolicy method)"/>
  <function link="library/ssl.html#ssl.SSLContext.set_alpn_protocols" name="set_alpn_protocols() (ssl.SSLContext method)"/>
  <function link="library/wsgiref.html#wsgiref.simple_server.WSGIServer.set_app" name="set_app() (wsgiref.simple_server.WSGIServer method)"/>
  <function link="library/sys.html#sys.set_asyncgen_hooks" name="set_asyncgen_hooks() (in module sys)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.set_authorizer" name="set_authorizer() (sqlite3.Connection method)"/>
  <function link="library/readline.html#readline.set_auto_history" name="set_auto_history() (in module readline)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.set_blocked_domains" name="set_blocked_domains() (http.cookiejar.DefaultCookiePolicy method)"/>
  <function link="library/os.html#os.set_blocking" name="set_blocking() (in module os)"/>
  <function link="library/email.message.html#email.message.EmailMessage.set_boundary" name="set_boundary() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.set_boundary" name="(email.message.Message method)"/>
  <function link="library/bdb.html#bdb.Bdb.set_break" name="set_break() (bdb.Bdb method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.set_charset" name="set_charset() (email.message.Message method)"/>
  <function link="library/asyncio-policy.html#asyncio.AbstractEventLoopPolicy.set_child_watcher" name="set_child_watcher() (asyncio.AbstractEventLoopPolicy method)"/>
  <function link="library/asyncio-policy.html#asyncio.set_child_watcher" name="(in module asyncio)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.set_children" name="set_children() (tkinter.ttk.Treeview method)"/>
  <function link="library/ssl.html#ssl.SSLContext.set_ciphers" name="set_ciphers() (ssl.SSLContext method)"/>
  <function link="library/readline.html#readline.set_completer" name="set_completer() (in module readline)"/>
  <function link="library/readline.html#readline.set_completer_delims" name="set_completer_delims() (in module readline)"/>
  <function link="library/readline.html#readline.set_completion_display_matches_hook" name="set_completion_display_matches_hook() (in module readline)"/>
  <function link="library/email.contentmanager.html#email.contentmanager.ContentManager.set_content" name="set_content() (email.contentmanager.ContentManager method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.set_content" name="(email.message.EmailMessage method)"/>
  <function link="library/email.contentmanager.html#email.contentmanager.set_content" name="(in module email.contentmanager)"/>
  <function link="library/bdb.html#bdb.Bdb.set_continue" name="set_continue() (bdb.Bdb method)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookieJar.set_cookie" name="set_cookie() (http.cookiejar.CookieJar method)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookieJar.set_cookie_if_ok" name="set_cookie_if_ok() (http.cookiejar.CookieJar method)"/>
  <function link="library/sys.html#sys.set_coroutine_origin_tracking_depth" name="set_coroutine_origin_tracking_depth() (in module sys)"/>
  <function link="library/msilib.html#msilib.Feature.set_current" name="set_current() (msilib.Feature method)"/>
  <function link="library/importlib.html#importlib.abc.SourceLoader.set_data" name="set_data() (importlib.abc.SourceLoader method)"/>
  <function link="library/importlib.html#importlib.machinery.SourceFileLoader.set_data" name="(importlib.machinery.SourceFileLoader method)"/>
  <function link="library/mailbox.html#mailbox.MaildirMessage.set_date" name="set_date() (mailbox.MaildirMessage method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.set_debug" name="set_debug() (asyncio.loop method)"/>
  <function link="library/gc.html#gc.set_debug" name="(in module gc)"/>
  <function link="library/ftplib.html#ftplib.FTP.set_debuglevel" name="set_debuglevel() (ftplib.FTP method)"/>
  <function link="library/http.client.html#http.client.HTTPConnection.set_debuglevel" name="(http.client.HTTPConnection method)"/>
  <function link="library/nntplib.html#nntplib.NNTP.set_debuglevel" name="(nntplib.NNTP method)"/>
  <function link="library/poplib.html#poplib.POP3.set_debuglevel" name="(poplib.POP3 method)"/>
  <function link="library/smtplib.html#smtplib.SMTP.set_debuglevel" name="(smtplib.SMTP method)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.set_debuglevel" name="(telnetlib.Telnet method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.set_default_executor" name="set_default_executor() (asyncio.loop method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.set_default_type" name="set_default_type() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.set_default_type" name="(email.message.Message method)"/>
  <function link="library/ssl.html#ssl.SSLContext.set_default_verify_paths" name="set_default_verify_paths() (ssl.SSLContext method)"/>
  <function link="library/argparse.html#argparse.ArgumentParser.set_defaults" name="set_defaults() (argparse.ArgumentParser method)"/>
  <function link="library/optparse.html#optparse.OptionParser.set_defaults" name="(optparse.OptionParser method)"/>
  <function link="library/ssl.html#ssl.SSLContext.set_ecdh_curve" name="set_ecdh_curve() (ssl.SSLContext method)"/>
  <function link="library/ctypes.html#ctypes.set_errno" name="set_errno() (in module ctypes)"/>
  <function link="library/curses.html#curses.set_escdelay" name="set_escdelay() (in module curses)"/>
  <function link="library/asyncio-policy.html#asyncio.AbstractEventLoopPolicy.set_event_loop" name="set_event_loop() (asyncio.AbstractEventLoopPolicy method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.set_event_loop" name="(in module asyncio)"/>
  <function link="library/asyncio-policy.html#asyncio.set_event_loop_policy" name="set_event_loop_policy() (in module asyncio)"/>
  <function link="library/asyncio-future.html#asyncio.Future.set_exception" name="set_exception() (asyncio.Future method)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.Future.set_exception" name="(concurrent.futures.Future method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.set_exception_handler" name="set_exception_handler() (asyncio.loop method)"/>
  <function link="library/multiprocessing.html#multiprocessing.set_executable" name="set_executable() (in module multiprocessing)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.set_executables" name="set_executables() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/dialog.html#tkinter.filedialog.FileDialog.set_filter" name="set_filter() (tkinter.filedialog.FileDialog method)"/>
  <function link="library/mailbox.html#mailbox.MaildirMessage.set_flags" name="set_flags() (mailbox.MaildirMessage method)"/>
  <function link="library/mailbox.html#mailbox.mboxMessage.set_flags" name="(mailbox.mboxMessage method)"/>
  <function link="library/mailbox.html#mailbox.MMDFMessage.set_flags" name="(mailbox.MMDFMessage method)"/>
  <function link="library/mailbox.html#mailbox.mboxMessage.set_from" name="set_from() (mailbox.mboxMessage method)"/>
  <function link="library/mailbox.html#mailbox.MMDFMessage.set_from" name="(mailbox.MMDFMessage method)"/>
  <function link="library/os.html#os.set_handle_inheritable" name="set_handle_inheritable() (in module os)"/>
  <function link="library/readline.html#readline.set_history_length" name="set_history_length() (in module readline)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.set_include_dirs" name="set_include_dirs() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/mailbox.html#mailbox.MaildirMessage.set_info" name="set_info() (mailbox.MaildirMessage method)"/>
  <function link="library/os.html#os.set_inheritable" name="set_inheritable() (in module os)"/>
  <function link="library/socket.html#socket.socket.set_inheritable" name="(socket.socket method)"/>
  <function link="library/sys.html#sys.set_int_max_str_digits" name="set_int_max_str_digits() (in module sys)"/>
  <function link="library/mailbox.html#mailbox.BabylMessage.set_labels" name="set_labels() (mailbox.BabylMessage method)"/>
  <function link="library/ctypes.html#ctypes.set_last_error" name="set_last_error() (in module ctypes)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.set_libraries" name="set_libraries() (distutils.ccompiler.CCompiler method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.set_library_dirs" name="set_library_dirs() (distutils.ccompiler.CCompiler method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.set_link_objects" name="set_link_objects() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/2to3.html#to3fixer-set_literal" name="set_literal (2to3 fixer)"/>
  <function link="library/importlib.html#importlib.util.set_loader" name="set_loader() (in module importlib.util)"/>
  <function link="library/test.html#test.support.set_match_tests" name="set_match_tests() (in module test.support)"/>
  <function link="library/test.html#test.support.set_memlimit" name="set_memlimit() (in module test.support)"/>
  <function link="library/asyncio-task.html#asyncio.Task.set_name" name="set_name() (asyncio.Task method)"/>
  <function link="library/bdb.html#bdb.Bdb.set_next" name="set_next() (bdb.Bdb method)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.set_nonstandard_attr" name="set_nonstandard_attr() (http.cookiejar.Cookie method)"/>
  <function link="library/ssl.html#ssl.SSLContext.set_npn_protocols" name="set_npn_protocols() (ssl.SSLContext method)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookiePolicy.set_ok" name="set_ok() (http.cookiejar.CookiePolicy method)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.set_option_negotiation_callback" name="set_option_negotiation_callback() (telnetlib.Telnet method)"/>
  <function link="library/importlib.html#importlib.util.set_package" name="set_package() (in module importlib.util)"/>
  <function link="library/email.message.html#email.message.EmailMessage.set_param" name="set_param() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.set_param" name="(email.message.Message method)"/>
  <function link="library/ftplib.html#ftplib.FTP.set_pasv" name="set_pasv() (ftplib.FTP method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.set_payload" name="set_payload() (email.message.Message method)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.CookieJar.set_policy" name="set_policy() (http.cookiejar.CookieJar method)"/>
  <function link="library/xdrlib.html#xdrlib.Unpacker.set_position" name="set_position() (xdrlib.Unpacker method)"/>
  <function link="library/readline.html#readline.set_pre_input_hook" name="set_pre_input_hook() (in module readline)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.set_progress_handler" name="set_progress_handler() (sqlite3.Connection method)"/>
  <function link="library/asyncio-protocol.html#asyncio.BaseTransport.set_protocol" name="set_protocol() (asyncio.BaseTransport method)"/>
  <function link="library/urllib.request.html#urllib.request.Request.set_proxy" name="set_proxy() (urllib.request.Request method)"/>
  <function link="distutils/apiref.html#distutils.sysconfig.set_python_build" name="set_python_build() (in module distutils.sysconfig)"/>
  <function link="library/bdb.html#bdb.Bdb.set_quit" name="set_quit() (bdb.Bdb method)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_mixer_device.set_recsrc" name="set_recsrc() (ossaudiodev.oss_mixer_device method)"/>
  <function link="library/asyncio-future.html#asyncio.Future.set_result" name="set_result() (asyncio.Future method)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.Future.set_result" name="(concurrent.futures.Future method)"/>
  <function link="library/bdb.html#bdb.Bdb.set_return" name="set_return() (bdb.Bdb method)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.Future.set_running_or_notify_cancel" name="set_running_or_notify_cancel() (concurrent.futures.Future method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.set_runtime_library_dirs" name="set_runtime_library_dirs() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/dialog.html#tkinter.filedialog.FileDialog.set_selection" name="set_selection() (tkinter.filedialog.FileDialog method)"/>
  <function link="library/difflib.html#difflib.SequenceMatcher.set_seq1" name="set_seq1() (difflib.SequenceMatcher method)"/>
  <function link="library/difflib.html#difflib.SequenceMatcher.set_seq2" name="set_seq2() (difflib.SequenceMatcher method)"/>
  <function link="library/difflib.html#difflib.SequenceMatcher.set_seqs" name="set_seqs() (difflib.SequenceMatcher method)"/>
  <function link="library/mailbox.html#mailbox.MH.set_sequences" name="set_sequences() (mailbox.MH method)"/>
  <function link="library/mailbox.html#mailbox.MHMessage.set_sequences" name="(mailbox.MHMessage method)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.DocCGIXMLRPCRequestHandler.set_server_documentation" name="set_server_documentation() (xmlrpc.server.DocCGIXMLRPCRequestHandler method)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.DocXMLRPCServer.set_server_documentation" name="(xmlrpc.server.DocXMLRPCServer method)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.DocCGIXMLRPCRequestHandler.set_server_name" name="set_server_name() (xmlrpc.server.DocCGIXMLRPCRequestHandler method)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.DocXMLRPCServer.set_server_name" name="(xmlrpc.server.DocXMLRPCServer method)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.DocCGIXMLRPCRequestHandler.set_server_title" name="set_server_title() (xmlrpc.server.DocCGIXMLRPCRequestHandler method)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.DocXMLRPCServer.set_server_title" name="(xmlrpc.server.DocXMLRPCServer method)"/>
  <function link="library/ssl.html#ssl.SSLContext.set_servername_callback" name="set_servername_callback (ssl.SSLContext attribute)"/>
  <function link="library/multiprocessing.html#multiprocessing.set_start_method" name="set_start_method() (in module multiprocessing)"/>
  <function link="library/readline.html#readline.set_startup_hook" name="set_startup_hook() (in module readline)"/>
  <function link="library/bdb.html#bdb.Bdb.set_step" name="set_step() (bdb.Bdb method)"/>
  <function link="library/mailbox.html#mailbox.MaildirMessage.set_subdir" name="set_subdir() (mailbox.MaildirMessage method)"/>
  <function link="library/curses.html#curses.set_tabsize" name="set_tabsize() (in module curses)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.set_task_factory" name="set_task_factory() (asyncio.loop method)"/>
  <function link="library/asynchat.html#asynchat.async_chat.set_terminator" name="set_terminator() (asynchat.async_chat method)"/>
  <function link="library/gc.html#gc.set_threshold" name="set_threshold() (in module gc)"/>
  <function link="library/bdb.html#bdb.Bdb.set_trace" name="set_trace() (bdb.Bdb method)"/>
  <function link="library/bdb.html#bdb.set_trace" name="(in module bdb)"/>
  <function link="library/pdb.html#pdb.set_trace" name="(in module pdb)"/>
  <function link="library/pdb.html#pdb.Pdb.set_trace" name="(pdb.Pdb method)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.set_trace_callback" name="set_trace_callback() (sqlite3.Connection method)"/>
  <function link="library/http.client.html#http.client.HTTPConnection.set_tunnel" name="set_tunnel() (http.client.HTTPConnection method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.set_type" name="set_type() (email.message.Message method)"/>
  <function link="library/doctest.html#doctest.set_unittest_reportflags" name="set_unittest_reportflags() (in module doctest)"/>
  <function link="library/email.message.html#email.message.EmailMessage.set_unixfrom" name="set_unixfrom() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.set_unixfrom" name="(email.message.Message method)"/>
  <function link="library/bdb.html#bdb.Bdb.set_until" name="set_until() (bdb.Bdb method)"/>
  <function link="library/dis.html#opcode-SET_UPDATE" name="SET_UPDATE (opcode)"/>
  <function link="library/urllib.robotparser.html#urllib.robotparser.RobotFileParser.set_url" name="set_url() (urllib.robotparser.RobotFileParser method)"/>
  <function link="library/optparse.html#optparse.OptionParser.set_usage" name="set_usage() (optparse.OptionParser method)"/>
  <function link="library/curses.panel.html#curses.panel.Panel.set_userptr" name="set_userptr() (curses.panel.Panel method)"/>
  <function link="library/mailbox.html#mailbox.BabylMessage.set_visible" name="set_visible() (mailbox.BabylMessage method)"/>
  <function link="library/signal.html#signal.set_wakeup_fd" name="set_wakeup_fd() (in module signal)"/>
  <function link="library/asyncio-protocol.html#asyncio.WriteTransport.set_write_buffer_limits" name="set_write_buffer_limits() (asyncio.WriteTransport method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.setacl" name="setacl() (imaplib.IMAP4 method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.setannotation" name="setannotation() (imaplib.IMAP4 method)"/>
  <function link="library/functions.html#setattr" name="built-in function"/>
  <function link="c-api/typeobj.html#c.setattrfunc" name="setattrfunc (C type)"/>
  <function link="library/xml.dom.html#xml.dom.Element.setAttribute" name="setAttribute() (xml.dom.Element method)"/>
  <function link="library/xml.dom.html#xml.dom.Element.setAttributeNode" name="setAttributeNode() (xml.dom.Element method)"/>
  <function link="library/xml.dom.html#xml.dom.Element.setAttributeNodeNS" name="setAttributeNodeNS() (xml.dom.Element method)"/>
  <function link="library/xml.dom.html#xml.dom.Element.setAttributeNS" name="setAttributeNS() (xml.dom.Element method)"/>
  <function link="c-api/typeobj.html#c.setattrofunc" name="setattrofunc (C type)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.SetBase" name="SetBase() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/socket.html#socket.socket.setblocking" name="setblocking() (socket.socket method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.InputSource.setByteStream" name="setByteStream() (xml.sax.xmlreader.InputSource method)"/>
  <function link="library/tty.html#tty.setcbreak" name="setcbreak() (in module tty)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.InputSource.setCharacterStream" name="setCharacterStream() (xml.sax.xmlreader.InputSource method)"/>
  <function link="library/ast.html#ast.SetComp" name="SetComp (class in ast)"/>
  <function link="library/aifc.html#aifc.aifc.setcomptype" name="setcomptype() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_write.setcomptype" name="(sunau.AU_write method)"/>
  <function link="library/wave.html#wave.Wave_write.setcomptype" name="(wave.Wave_write method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.setContentHandler" name="setContentHandler() (xml.sax.xmlreader.XMLReader method)"/>
  <function link="library/decimal.html#decimal.setcontext" name="setcontext() (in module decimal)"/>
  <function link="library/threading.html#threading.Thread.setDaemon" name="setDaemon() (threading.Thread method)"/>
  <function link="library/stdtypes.html#dict.setdefault" name="setdefault() (dict method)"/>
  <function link="library/http.cookies.html#http.cookies.Morsel.setdefault" name="(http.cookies.Morsel method)"/>
  <function link="library/socket.html#socket.setdefaulttimeout" name="setdefaulttimeout() (in module socket)"/>
  <function link="library/sys.html#sys.setdlopenflags" name="setdlopenflags() (in module sys)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.setDocumentLocator" name="setDocumentLocator() (xml.sax.handler.ContentHandler method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.setDTDHandler" name="setDTDHandler() (xml.sax.xmlreader.XMLReader method)"/>
  <function link="library/os.html#os.setegid" name="setegid() (in module os)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.InputSource.setEncoding" name="setEncoding() (xml.sax.xmlreader.InputSource method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.setEntityResolver" name="setEntityResolver() (xml.sax.xmlreader.XMLReader method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.setErrorHandler" name="setErrorHandler() (xml.sax.xmlreader.XMLReader method)"/>
  <function link="library/os.html#os.seteuid" name="seteuid() (in module os)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.setFeature" name="setFeature() (xml.sax.xmlreader.XMLReader method)"/>
  <function link="library/calendar.html#calendar.setfirstweekday" name="setfirstweekday() (in module calendar)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.setfmt" name="setfmt() (ossaudiodev.oss_audio_device method)"/>
  <function link="library/logging.html#logging.Handler.setFormatter" name="setFormatter() (logging.Handler method)"/>
  <function link="library/aifc.html#aifc.aifc.setframerate" name="setframerate() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_write.setframerate" name="(sunau.AU_write method)"/>
  <function link="library/wave.html#wave.Wave_write.setframerate" name="(wave.Wave_write method)"/>
  <function link="library/os.html#os.setgid" name="setgid() (in module os)"/>
  <function link="library/os.html#os.setgroups" name="setgroups() (in module os)"/>
  <function link="library/turtle.html#turtle.seth" name="seth() (in module turtle)"/>
  <function link="library/turtle.html#turtle.setheading" name="setheading() (in module turtle)"/>
  <function link="library/socket.html#socket.sethostname" name="sethostname() (in module socket)"/>
  <function link="library/sqlite3.html#sqlite3.Cursor.setinputsizes" name="setinputsizes() (sqlite3.Cursor method)"/>
  <function link="library/msilib.html#msilib.Record.SetInteger" name="SetInteger() (msilib.Record method)"/>
  <function link="library/operator.html#operator.setitem" name="setitem() (in module operator)"/>
  <function link="library/signal.html#signal.setitimer" name="setitimer() (in module signal)"/>
  <function link="library/logging.html#logging.Handler.setLevel" name="setLevel() (logging.Handler method)"/>
  <function link="library/logging.html#logging.Logger.setLevel" name="(logging.Logger method)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.setlimit" name="setlimit() (sqlite3.Connection method)"/>
  <function link="library/locale.html#locale.setlocale" name="setlocale() (in module locale)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.setLocale" name="setLocale() (xml.sax.xmlreader.XMLReader method)"/>
  <function link="library/logging.html#logging.setLoggerClass" name="setLoggerClass() (in module logging)"/>
  <function link="library/syslog.html#syslog.setlogmask" name="setlogmask() (in module syslog)"/>
  <function link="library/logging.html#logging.setLogRecordFactory" name="setLogRecordFactory() (in module logging)"/>
  <function link="library/aifc.html#aifc.aifc.setmark" name="setmark() (aifc.aifc method)"/>
  <function link="library/urllib.request.html#urllib.request.CacheFTPHandler.setMaxConns" name="setMaxConns() (urllib.request.CacheFTPHandler method)"/>
  <function link="library/msvcrt.html#msvcrt.setmode" name="setmode() (in module msvcrt)"/>
  <function link="library/threading.html#threading.Thread.setName" name="setName() (threading.Thread method)"/>
  <function link="library/aifc.html#aifc.aifc.setnchannels" name="setnchannels() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_write.setnchannels" name="(sunau.AU_write method)"/>
  <function link="library/wave.html#wave.Wave_write.setnchannels" name="(wave.Wave_write method)"/>
  <function link="library/aifc.html#aifc.aifc.setnframes" name="setnframes() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_write.setnframes" name="(sunau.AU_write method)"/>
  <function link="library/wave.html#wave.Wave_write.setnframes" name="(wave.Wave_write method)"/>
  <function link="library/sqlite3.html#sqlite3.Cursor.setoutputsize" name="setoutputsize() (sqlite3.Cursor method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.SetParamEntityParsing" name="SetParamEntityParsing() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.setparameters" name="setparameters() (ossaudiodev.oss_audio_device method)"/>
  <function link="library/aifc.html#aifc.aifc.setparams" name="setparams() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_write.setparams" name="(sunau.AU_write method)"/>
  <function link="library/wave.html#wave.Wave_write.setparams" name="(wave.Wave_write method)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.setpassword" name="setpassword() (zipfile.ZipFile method)"/>
  <function link="library/os.html#os.setpgid" name="setpgid() (in module os)"/>
  <function link="library/os.html#os.setpgrp" name="setpgrp() (in module os)"/>
  <function link="library/aifc.html#aifc.aifc.setpos" name="setpos() (aifc.aifc method)"/>
  <function link="library/turtle.html#turtle.setpos" name="(in module turtle)"/>
  <function link="library/sunau.html#sunau.AU_read.setpos" name="(sunau.AU_read method)"/>
  <function link="library/wave.html#wave.Wave_read.setpos" name="(wave.Wave_read method)"/>
  <function link="library/turtle.html#turtle.setposition" name="setposition() (in module turtle)"/>
  <function link="library/os.html#os.setpriority" name="setpriority() (in module os)"/>
  <function link="library/sys.html#sys.setprofile" name="setprofile() (in module sys)"/>
  <function link="library/threading.html#threading.setprofile" name="(in module threading)"/>
  <function link="library/msilib.html#msilib.SummaryInformation.SetProperty" name="SetProperty() (msilib.SummaryInformation method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.setProperty" name="setProperty() (xml.sax.xmlreader.XMLReader method)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.InputSource.setPublicId" name="setPublicId() (xml.sax.xmlreader.InputSource method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.setquota" name="setquota() (imaplib.IMAP4 method)"/>
  <function link="library/tty.html#tty.setraw" name="setraw() (in module tty)"/>
  <function link="library/sys.html#sys.setrecursionlimit" name="setrecursionlimit() (in module sys)"/>
  <function link="library/os.html#os.setregid" name="setregid() (in module os)"/>
  <function link="library/os.html#os.setresgid" name="setresgid() (in module os)"/>
  <function link="library/os.html#os.setresuid" name="setresuid() (in module os)"/>
  <function link="library/os.html#os.setreuid" name="setreuid() (in module os)"/>
  <function link="library/resource.html#resource.setrlimit" name="setrlimit() (in module resource)"/>
  <function link="library/aifc.html#aifc.aifc.setsampwidth" name="setsampwidth() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_write.setsampwidth" name="(sunau.AU_write method)"/>
  <function link="library/wave.html#wave.Wave_write.setsampwidth" name="(wave.Wave_write method)"/>
  <function link="library/curses.html#curses.window.setscrreg" name="setscrreg() (curses.window method)"/>
  <function link="library/os.html#os.setsid" name="setsid() (in module os)"/>
  <function link="library/socket.html#socket.socket.setsockopt" name="setsockopt() (socket.socket method)"/>
  <function link="library/codecs.html#codecs.IncrementalDecoder.setstate" name="setstate() (codecs.IncrementalDecoder method)"/>
  <function link="library/codecs.html#codecs.IncrementalEncoder.setstate" name="(codecs.IncrementalEncoder method)"/>
  <function link="library/random.html#random.setstate" name="(in module random)"/>
  <function link="library/logging.handlers.html#logging.StreamHandler.setStream" name="setStream() (logging.StreamHandler method)"/>
  <function link="library/msilib.html#msilib.Record.SetStream" name="SetStream() (msilib.Record method)"/>
  <function link="library/msilib.html#msilib.Record.SetString" name="SetString() (msilib.Record method)"/>
  <function link="c-api/init.html#index-34" name="setswitchinterval() (in module sys)"/>
  <function link="library/test.html#test.support.setswitchinterval" name="(in module test.support)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.InputSource.setSystemId" name="setSystemId() (xml.sax.xmlreader.InputSource method)"/>
  <function link="library/curses.html#curses.setsyx" name="setsyx() (in module curses)"/>
  <function link="library/logging.handlers.html#logging.handlers.MemoryHandler.setTarget" name="setTarget() (logging.handlers.MemoryHandler method)"/>
  <function link="library/turtle.html#turtle.settiltangle" name="settiltangle() (in module turtle)"/>
  <function link="library/socket.html#socket.socket.settimeout" name="settimeout() (socket.socket method)"/>
  <function link="library/urllib.request.html#urllib.request.CacheFTPHandler.setTimeout" name="setTimeout() (urllib.request.CacheFTPHandler method)"/>
  <function link="library/sys.html#sys.settrace" name="settrace() (in module sys)"/>
  <function link="library/threading.html#threading.settrace" name="(in module threading)"/>
  <function link="library/os.html#os.setuid" name="setuid() (in module os)"/>
  <function link="library/turtle.html#turtle.setundobuffer" name="setundobuffer() (in module turtle)"/>
  <function link="distutils/apiref.html#distutils.core.setup" name="setup() (in module distutils.core)"/>
  <function link="library/turtle.html#turtle.setup" name="(in module turtle)"/>
  <function link="library/socketserver.html#socketserver.BaseRequestHandler.setup" name="(socketserver.BaseRequestHandler method)"/>
  <function link="library/unittest.html#unittest.TestCase.setUp" name="setUp() (unittest.TestCase method)"/>
  <function link="library/dis.html#opcode-SETUP_ANNOTATIONS" name="SETUP_ANNOTATIONS (opcode)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.setup_environ" name="setup_environ() (wsgiref.handlers.BaseHandler method)"/>
  <function link="library/venv.html#venv.EnvBuilder.setup_python" name="setup_python() (venv.EnvBuilder method)"/>
  <function link="library/venv.html#venv.EnvBuilder.setup_scripts" name="setup_scripts() (venv.EnvBuilder method)"/>
  <function link="library/wsgiref.html#wsgiref.util.setup_testing_defaults" name="setup_testing_defaults() (in module wsgiref.util)"/>
  <function link="library/unittest.html#unittest.TestCase.setUpClass" name="setUpClass() (unittest.TestCase method)"/>
  <function link="library/curses.html#curses.setupterm" name="setupterm() (in module curses)"/>
  <function link="library/winreg.html#winreg.SetValue" name="SetValue() (in module winreg)"/>
  <function link="library/winreg.html#winreg.SetValueEx" name="SetValueEx() (in module winreg)"/>
  <function link="library/turtle.html#turtle.setworldcoordinates" name="setworldcoordinates() (in module turtle)"/>
  <function link="library/turtle.html#turtle.setx" name="setx() (in module turtle)"/>
  <function link="library/os.html#os.setxattr" name="setxattr() (in module os)"/>
  <function link="library/turtle.html#turtle.sety" name="sety() (in module turtle)"/>
  <function link="library/stat.html#stat.SF_APPEND" name="SF_APPEND (in module stat)"/>
  <function link="library/stat.html#stat.SF_ARCHIVED" name="SF_ARCHIVED (in module stat)"/>
  <function link="library/stat.html#stat.SF_IMMUTABLE" name="SF_IMMUTABLE (in module stat)"/>
  <function link="library/os.html#os.SF_MNOWAIT" name="SF_MNOWAIT (in module os)"/>
  <function link="library/os.html#os.SF_NOCACHE" name="SF_NOCACHE (in module os)"/>
  <function link="library/os.html#os.SF_NODISKIO" name="SF_NODISKIO (in module os)"/>
  <function link="library/stat.html#stat.SF_NOUNLINK" name="SF_NOUNLINK (in module stat)"/>
  <function link="library/stat.html#stat.SF_SNAPSHOT" name="SF_SNAPSHOT (in module stat)"/>
  <function link="library/os.html#os.SF_SYNC" name="SF_SYNC (in module os)"/>
  <function link="library/turtle.html#turtle.Shape" name="Shape (class in turtle)"/>
  <function link="library/stdtypes.html#memoryview.shape" name="shape (memoryview attribute)"/>
  <function link="library/turtle.html#turtle.shape" name="shape() (in module turtle)"/>
  <function link="library/turtle.html#turtle.shapesize" name="shapesize() (in module turtle)"/>
  <function link="library/turtle.html#turtle.shapetransform" name="shapetransform() (in module turtle)"/>
  <function link="library/socket.html#socket.socket.share" name="share() (socket.socket method)"/>
  <function link="library/multiprocessing.shared_memory.html#multiprocessing.shared_memory.ShareableList" name="ShareableList (class in multiprocessing.shared_memory)"/>
  <function link="library/multiprocessing.shared_memory.html#multiprocessing.managers.SharedMemoryManager.ShareableList" name="ShareableList() (multiprocessing.managers.SharedMemoryManager method)"/>
  <function link="library/multiprocessing.shared_memory.html#index-0" name="Shared Memory"/>
  <function link="library/ssl.html#ssl.SSLSocket.shared_ciphers" name="shared_ciphers() (ssl.SSLSocket method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.shared_object_filename" name="shared_object_filename() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/multiprocessing.shared_memory.html#multiprocessing.shared_memory.SharedMemory" name="SharedMemory (class in multiprocessing.shared_memory)"/>
  <function link="library/multiprocessing.shared_memory.html#multiprocessing.managers.SharedMemoryManager.SharedMemory" name="SharedMemory() (multiprocessing.managers.SharedMemoryManager method)"/>
  <function link="library/multiprocessing.shared_memory.html#multiprocessing.managers.SharedMemoryManager" name="SharedMemoryManager (class in multiprocessing.managers)"/>
  <function link="library/turtle.html#turtle.shearfactor" name="shearfactor() (in module turtle)"/>
  <function link="library/shelve.html#shelve.Shelf" name="Shelf (class in shelve)"/>
  <function link="library/marshal.html#index-0" name="module"/>
  <function link="library/asyncio-task.html#asyncio.shield" name="shield() (in module asyncio)"/>
  <function link="library/decimal.html#decimal.Context.shift" name="shift() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.shift" name="(decimal.Decimal method)"/>
  <function link="library/wsgiref.html#wsgiref.util.shift_path_info" name="shift_path_info() (in module wsgiref.util)"/>
  <function link="reference/expressions.html#index-71" name="operation"/>
  <function link="library/stdtypes.html#index-16" name="operations"/>
  <function link="library/shlex.html#module-shlex" name="module"/>
  <function link="library/shlex.html#shlex.shlex" name="shlex (class in shlex)"/>
  <function link="library/multiprocessing.shared_memory.html#multiprocessing.shared_memory.ShareableList.shm" name="shm (multiprocessing.shared_memory.ShareableList attribute)"/>
  <function link="library/test.html#test.support.SHORT_TIMEOUT" name="SHORT_TIMEOUT (in module test.support)"/>
  <function link="library/unittest.html#unittest.TestCase.shortDescription" name="shortDescription() (unittest.TestCase method)"/>
  <function link="library/textwrap.html#textwrap.shorten" name="shorten() (in module textwrap)"/>
  <function link="library/logging.handlers.html#logging.handlers.BufferingHandler.shouldFlush" name="shouldFlush() (logging.handlers.BufferingHandler method)"/>
  <function link="library/logging.handlers.html#logging.handlers.MemoryHandler.shouldFlush" name="(logging.handlers.MemoryHandler method)"/>
  <function link="library/unittest.html#unittest.TestResult.shouldStop" name="shouldStop (unittest.TestResult attribute)"/>
  <function link="library/curses.panel.html#curses.panel.Panel.show" name="show() (curses.panel.Panel method)"/>
  <function link="library/dialog.html#tkinter.commondialog.Dialog.show" name="(tkinter.commondialog.Dialog method)"/>
  <function link="library/dis.html#dis.show_code" name="show_code() (in module dis)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.show_compilers" name="show_compilers() (in module distutils.ccompiler)"/>
  <function link="library/enum.html#enum.show_flag_values" name="show_flag_values() (in module enum)"/>
  <function link="library/tkinter.messagebox.html#tkinter.messagebox.showerror" name="showerror() (in module tkinter.messagebox)"/>
  <function link="library/tkinter.messagebox.html#tkinter.messagebox.showinfo" name="showinfo() (in module tkinter.messagebox)"/>
  <function link="library/code.html#code.InteractiveInterpreter.showsyntaxerror" name="showsyntaxerror() (code.InteractiveInterpreter method)"/>
  <function link="library/code.html#code.InteractiveInterpreter.showtraceback" name="showtraceback() (code.InteractiveInterpreter method)"/>
  <function link="library/turtle.html#turtle.showturtle" name="showturtle() (in module turtle)"/>
  <function link="library/tkinter.messagebox.html#tkinter.messagebox.showwarning" name="showwarning() (in module tkinter.messagebox)"/>
  <function link="library/warnings.html#warnings.showwarning" name="(in module warnings)"/>
  <function link="library/random.html#random.shuffle" name="shuffle() (in module random)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.Executor.shutdown" name="shutdown() (concurrent.futures.Executor method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.shutdown" name="(imaplib.IMAP4 method)"/>
  <function link="library/logging.html#logging.shutdown" name="(in module logging)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.BaseManager.shutdown" name="(multiprocessing.managers.BaseManager method)"/>
  <function link="library/socket.html#socket.socket.shutdown" name="(socket.socket method)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.shutdown" name="(socketserver.BaseServer method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.shutdown_asyncgens" name="shutdown_asyncgens() (asyncio.loop method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.shutdown_default_executor" name="shutdown_default_executor() (asyncio.loop method)"/>
  <function link="library/shutil.html#module-shutil" name="module"/>
  <function link="library/unittest.mock.html#unittest.mock.Mock.side_effect" name="side_effect (unittest.mock.Mock attribute)"/>
  <function link="library/signal.html#signal.SIG_BLOCK" name="SIG_BLOCK (in module signal)"/>
  <function link="library/signal.html#signal.SIG_DFL" name="SIG_DFL (in module signal)"/>
  <function link="library/signal.html#signal.SIG_IGN" name="SIG_IGN (in module signal)"/>
  <function link="library/signal.html#signal.SIG_SETMASK" name="SIG_SETMASK (in module signal)"/>
  <function link="library/signal.html#signal.SIG_UNBLOCK" name="SIG_UNBLOCK (in module signal)"/>
  <function link="library/signal.html#signal.SIGABRT" name="SIGABRT (in module signal)"/>
  <function link="library/signal.html#signal.SIGALRM" name="SIGALRM (in module signal)"/>
  <function link="library/signal.html#signal.SIGBREAK" name="SIGBREAK (in module signal)"/>
  <function link="library/signal.html#signal.SIGBUS" name="SIGBUS (in module signal)"/>
  <function link="library/signal.html#signal.SIGCHLD" name="SIGCHLD (in module signal)"/>
  <function link="library/signal.html#signal.SIGCLD" name="SIGCLD (in module signal)"/>
  <function link="library/signal.html#signal.SIGCONT" name="SIGCONT (in module signal)"/>
  <function link="library/signal.html#signal.SIGFPE" name="SIGFPE (in module signal)"/>
  <function link="library/signal.html#signal.SIGHUP" name="SIGHUP (in module signal)"/>
  <function link="library/signal.html#signal.SIGILL" name="SIGILL (in module signal)"/>
  <function link="c-api/exceptions.html#index-1" name="SIGINT"/>
  <function link="library/signal.html#signal.SIGINT" name="(in module signal)"/>
  <function link="library/signal.html#signal.siginterrupt" name="siginterrupt() (in module signal)"/>
  <function link="library/signal.html#signal.SIGKILL" name="SIGKILL (in module signal)"/>
  <function link="library/signal.html#signal.Sigmasks" name="Sigmasks (class in signal)"/>
  <function link="c-api/exceptions.html#index-1" name="module"/>
  <function link="library/signal.html#signal.signal" name="signal() (in module signal)"/>
  <function link="library/signal.html#signal.Signals" name="Signals (class in signal)"/>
  <function link="library/inspect.html#inspect.Signature" name="Signature (class in inspect)"/>
  <function link="library/inspect.html#inspect.BoundArguments.signature" name="signature (inspect.BoundArguments attribute)"/>
  <function link="library/inspect.html#inspect.signature" name="signature() (in module inspect)"/>
  <function link="library/signal.html#signal.sigpending" name="sigpending() (in module signal)"/>
  <function link="library/signal.html#signal.SIGPIPE" name="SIGPIPE (in module signal)"/>
  <function link="library/signal.html#signal.SIGSEGV" name="SIGSEGV (in module signal)"/>
  <function link="library/signal.html#signal.SIGSTKFLT" name="SIGSTKFLT (in module signal)"/>
  <function link="library/signal.html#signal.SIGTERM" name="SIGTERM (in module signal)"/>
  <function link="library/signal.html#signal.sigtimedwait" name="sigtimedwait() (in module signal)"/>
  <function link="library/signal.html#signal.SIGUSR1" name="SIGUSR1 (in module signal)"/>
  <function link="library/signal.html#signal.SIGUSR2" name="SIGUSR2 (in module signal)"/>
  <function link="library/signal.html#signal.sigwait" name="sigwait() (in module signal)"/>
  <function link="library/signal.html#signal.sigwaitinfo" name="sigwaitinfo() (in module signal)"/>
  <function link="library/signal.html#signal.SIGWINCH" name="SIGWINCH (in module signal)"/>
  <function link="reference/simple_stmts.html#index-0" name="statement"/>
  <function link="library/smtplib.html#index-0" name="Simple Mail Transfer Protocol"/>
  <function link="library/http.cookies.html#http.cookies.SimpleCookie" name="SimpleCookie (class in http.cookies)"/>
  <function link="library/warnings.html#warnings.simplefilter" name="simplefilter() (in module warnings)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.SimpleHandler" name="SimpleHandler (class in wsgiref.handlers)"/>
  <function link="library/http.server.html#http.server.SimpleHTTPRequestHandler" name="SimpleHTTPRequestHandler (class in http.server)"/>
  <function link="library/types.html#types.SimpleNamespace" name="SimpleNamespace (class in types)"/>
  <function link="library/multiprocessing.html#multiprocessing.SimpleQueue" name="SimpleQueue (class in multiprocessing)"/>
  <function link="library/queue.html#queue.SimpleQueue" name="(class in queue)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.SimpleXMLRPCRequestHandler" name="SimpleXMLRPCRequestHandler (class in xmlrpc.server)"/>
  <function link="library/xmlrpc.server.html#xmlrpc.server.SimpleXMLRPCServer" name="SimpleXMLRPCServer (class in xmlrpc.server)"/>
  <function link="library/cmath.html#cmath.sin" name="sin() (in module cmath)"/>
  <function link="library/math.html#math.sin" name="(in module math)"/>
  <function link="glossary.html#term-single-dispatch" name="single dispatch"/>
  <function link="library/email.headerregistry.html#email.headerregistry.SingleAddressHeader" name="SingleAddressHeader (class in email.headerregistry)"/>
  <function link="library/functools.html#functools.singledispatch" name="singledispatch() (in module functools)"/>
  <function link="library/functools.html#functools.singledispatchmethod" name="singledispatchmethod (class in functools)"/>
  <function link="reference/datamodel.html#index-20" name="tuple"/>
  <function link="library/cmath.html#cmath.sinh" name="sinh() (in module cmath)"/>
  <function link="library/math.html#math.sinh" name="(in module math)"/>
  <function link="library/socket.html#socket.SIO_KEEPALIVE_VALS" name="SIO_KEEPALIVE_VALS (in module socket)"/>
  <function link="library/socket.html#socket.SIO_LOOPBACK_FAST_PATH" name="SIO_LOOPBACK_FAST_PATH (in module socket)"/>
  <function link="library/socket.html#socket.SIO_RCVALL" name="SIO_RCVALL (in module socket)"/>
  <function link="library/site.html#module-site" name="module"/>
  <function link="library/site.html#cmdoption-site-user-base" name="--user-base"/>
  <function link="library/site.html#cmdoption-site-user-site" name="--user-site"/>
  <function link="library/site.html#index-1" name="directory"/>
  <function link="library/urllib.robotparser.html#urllib.robotparser.RobotFileParser.site_maps" name="site_maps() (urllib.robotparser.RobotFileParser method)"/>
  <function link="library/site.html#index-5" name="module"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.sixtofour" name="sixtofour (ipaddress.IPv6Address attribute)"/>
  <function link="library/multiprocessing.shared_memory.html#multiprocessing.shared_memory.SharedMemory.size" name="size (multiprocessing.shared_memory.SharedMemory attribute)"/>
  <function link="library/struct.html#struct.Struct.size" name="(struct.Struct attribute)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.size" name="(tarfile.TarInfo attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.Statistic.size" name="(tracemalloc.Statistic attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.StatisticDiff.size" name="(tracemalloc.StatisticDiff attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.Trace.size" name="(tracemalloc.Trace attribute)"/>
  <function link="library/ftplib.html#ftplib.FTP.size" name="size() (ftplib.FTP method)"/>
  <function link="library/mmap.html#mmap.mmap.size" name="(mmap.mmap method)"/>
  <function link="library/tracemalloc.html#tracemalloc.StatisticDiff.size_diff" name="size_diff (tracemalloc.StatisticDiff attribute)"/>
  <function link="c-api/long.html#index-5" name="SIZE_MAX"/>
  <function link="library/collections.abc.html#collections.abc.Sized" name="Sized (class in collections.abc)"/>
  <function link="library/typing.html#typing.Sized" name="(class in typing)"/>
  <function link="library/ctypes.html#ctypes.sizeof" name="sizeof() (in module ctypes)"/>
  <function link="library/doctest.html#doctest.SKIP" name="SKIP (in module doctest)"/>
  <function link="library/chunk.html#chunk.Chunk.skip" name="skip() (chunk.Chunk method)"/>
  <function link="library/unittest.html#unittest.skip" name="(in module unittest)"/>
  <function link="library/test.html#test.support.skip_if_broken_multiprocessing_synchronize" name="skip_if_broken_multiprocessing_synchronize() (in module test.support)"/>
  <function link="library/test.html#test.support.socket_helper.skip_unless_bind_unix_socket" name="skip_unless_bind_unix_socket() (in module test.support.socket_helper)"/>
  <function link="library/test.html#test.support.os_helper.skip_unless_symlink" name="skip_unless_symlink() (in module test.support.os_helper)"/>
  <function link="library/test.html#test.support.os_helper.skip_unless_xattr" name="skip_unless_xattr() (in module test.support.os_helper)"/>
  <function link="library/unittest.html#unittest.skipIf" name="skipIf() (in module unittest)"/>
  <function link="library/csv.html#csv.Dialect.skipinitialspace" name="skipinitialspace (csv.Dialect attribute)"/>
  <function link="library/unittest.html#unittest.TestResult.skipped" name="skipped (unittest.TestResult attribute)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.skippedEntity" name="skippedEntity() (xml.sax.handler.ContentHandler method)"/>
  <function link="library/unittest.html#unittest.SkipTest" name="SkipTest"/>
  <function link="library/unittest.html#unittest.TestCase.skipTest" name="skipTest() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.skipUnless" name="skipUnless() (in module unittest)"/>
  <function link="library/token.html#token.SLASH" name="SLASH (in module token)"/>
  <function link="library/token.html#token.SLASHEQUAL" name="SLASHEQUAL (in module token)"/>
  <function link="library/nntplib.html#nntplib.NNTP.slave" name="slave() (nntplib.NNTP method)"/>
  <function link="library/asyncio-task.html#asyncio.sleep" name="sleep() (in module asyncio)"/>
  <function link="library/time.html#time.sleep" name="(in module time)"/>
  <function link="glossary.html#term-slice" name="slice"/>
  <function link="library/stdtypes.html#index-23" name="assignment"/>
  <function link="library/dis.html#index-1" name="built-in function"/>
  <function link="reference/datamodel.html#index-96" name="object"/>
  <function link="library/stdtypes.html#index-19" name="operation"/>
  <function link="library/functions.html#slice" name="slice (built-in class)"/>
  <function link="library/ast.html#ast.Slice" name="Slice (class in ast)"/>
  <function link="reference/datamodel.html#index-16" name="slicing"/>
  <function link="reference/simple_stmts.html#index-12" name="assignment"/>
  <function link="library/test.html#test.support.SMALLEST" name="SMALLEST (in module test.support)"/>
  <function link="library/smtplib.html#index-0" name="protocol"/>
  <function link="library/smtplib.html#smtplib.SMTP" name="SMTP (class in smtplib)"/>
  <function link="library/email.policy.html#email.policy.SMTP" name="(in module email.policy)"/>
  <function link="library/smtpd.html#smtpd.SMTPChannel.smtp_server" name="smtp_server (smtpd.SMTPChannel attribute)"/>
  <function link="library/smtplib.html#smtplib.SMTP_SSL" name="SMTP_SSL (class in smtplib)"/>
  <function link="library/smtpd.html#smtpd.SMTPChannel.smtp_state" name="smtp_state (smtpd.SMTPChannel attribute)"/>
  <function link="library/smtplib.html#smtplib.SMTPAuthenticationError" name="SMTPAuthenticationError"/>
  <function link="library/smtpd.html#smtpd.SMTPChannel" name="SMTPChannel (class in smtpd)"/>
  <function link="library/smtplib.html#smtplib.SMTPConnectError" name="SMTPConnectError"/>
  <function link="library/smtpd.html#module-smtpd" name="module"/>
  <function link="library/smtplib.html#smtplib.SMTPDataError" name="SMTPDataError"/>
  <function link="library/smtplib.html#smtplib.SMTPException" name="SMTPException"/>
  <function link="library/logging.handlers.html#logging.handlers.SMTPHandler" name="SMTPHandler (class in logging.handlers)"/>
  <function link="library/smtplib.html#smtplib.SMTPHeloError" name="SMTPHeloError"/>
  <function link="library/smtplib.html#module-smtplib" name="module"/>
  <function link="library/smtplib.html#smtplib.SMTPNotSupportedError" name="SMTPNotSupportedError"/>
  <function link="library/smtplib.html#smtplib.SMTPRecipientsRefused" name="SMTPRecipientsRefused"/>
  <function link="library/smtplib.html#smtplib.SMTPResponseException" name="SMTPResponseException"/>
  <function link="library/smtplib.html#smtplib.SMTPSenderRefused" name="SMTPSenderRefused"/>
  <function link="library/smtpd.html#smtpd.SMTPServer" name="SMTPServer (class in smtpd)"/>
  <function link="library/smtplib.html#smtplib.SMTPServerDisconnected" name="SMTPServerDisconnected"/>
  <function link="library/email.policy.html#email.policy.SMTPUTF8" name="SMTPUTF8 (in module email.policy)"/>
  <function link="library/tracemalloc.html#tracemalloc.Snapshot" name="Snapshot (class in tracemalloc)"/>
  <function link="library/winsound.html#winsound.SND_ALIAS" name="SND_ALIAS (in module winsound)"/>
  <function link="library/winsound.html#winsound.SND_ASYNC" name="SND_ASYNC (in module winsound)"/>
  <function link="library/winsound.html#winsound.SND_FILENAME" name="SND_FILENAME (in module winsound)"/>
  <function link="library/winsound.html#winsound.SND_LOOP" name="SND_LOOP (in module winsound)"/>
  <function link="library/winsound.html#winsound.SND_MEMORY" name="SND_MEMORY (in module winsound)"/>
  <function link="library/winsound.html#winsound.SND_NODEFAULT" name="SND_NODEFAULT (in module winsound)"/>
  <function link="library/winsound.html#winsound.SND_NOSTOP" name="SND_NOSTOP (in module winsound)"/>
  <function link="library/winsound.html#winsound.SND_NOWAIT" name="SND_NOWAIT (in module winsound)"/>
  <function link="library/winsound.html#winsound.SND_PURGE" name="SND_PURGE (in module winsound)"/>
  <function link="library/sndhdr.html#module-sndhdr" name="module"/>
  <function link="library/ssl.html#ssl.SSLContext.sni_callback" name="sni_callback (ssl.SSLContext attribute)"/>
  <function link="library/csv.html#csv.Sniffer.sniff" name="sniff() (csv.Sniffer method)"/>
  <function link="library/csv.html#csv.Sniffer" name="Sniffer (class in csv)"/>
  <function link="library/socket.html#socket.SO_INCOMING_CPU" name="SO_INCOMING_CPU (in module socket)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.sock_accept" name="sock_accept() (asyncio.loop method)"/>
  <function link="library/socket.html#socket.SOCK_CLOEXEC" name="SOCK_CLOEXEC (in module socket)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.sock_connect" name="sock_connect() (asyncio.loop method)"/>
  <function link="library/socket.html#socket.SOCK_DGRAM" name="SOCK_DGRAM (in module socket)"/>
  <function link="library/test.html#test.support.SOCK_MAX_SIZE" name="SOCK_MAX_SIZE (in module test.support)"/>
  <function link="library/socket.html#socket.SOCK_NONBLOCK" name="SOCK_NONBLOCK (in module socket)"/>
  <function link="library/socket.html#socket.SOCK_RAW" name="SOCK_RAW (in module socket)"/>
  <function link="library/socket.html#socket.SOCK_RDM" name="SOCK_RDM (in module socket)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.sock_recv" name="sock_recv() (asyncio.loop method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.sock_recv_into" name="sock_recv_into() (asyncio.loop method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.sock_recvfrom" name="sock_recvfrom() (asyncio.loop method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.sock_recvfrom_into" name="sock_recvfrom_into() (asyncio.loop method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.sock_sendall" name="sock_sendall() (asyncio.loop method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.sock_sendfile" name="sock_sendfile() (asyncio.loop method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.sock_sendto" name="sock_sendto() (asyncio.loop method)"/>
  <function link="library/socket.html#socket.SOCK_SEQPACKET" name="SOCK_SEQPACKET (in module socket)"/>
  <function link="library/socket.html#socket.SOCK_STREAM" name="SOCK_STREAM (in module socket)"/>
  <function link="library/internet.html#index-1" name="module"/>
  <function link="library/socket.html#index-0" name="object"/>
  <function link="library/socket.html#socket.socket" name="socket (class in socket)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.socket" name="(socketserver.BaseServer attribute)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.socket" name="socket() (imaplib.IMAP4 method)"/>
  <function link="library/select.html#index-1" name="(in module socket)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.socket_type" name="socket_type (socketserver.BaseServer attribute)"/>
  <function link="library/logging.handlers.html#logging.handlers.SocketHandler" name="SocketHandler (class in logging.handlers)"/>
  <function link="library/socket.html#socket.socketpair" name="socketpair() (in module socket)"/>
  <function link="library/asyncio-eventloop.html#asyncio.Server.sockets" name="sockets (asyncio.Server attribute)"/>
  <function link="library/socketserver.html#module-socketserver" name="module"/>
  <function link="library/socket.html#socket.SocketType" name="SocketType (in module socket)"/>
  <function link="reference/lexical_analysis.html#index-14" name="soft keyword"/>
  <function link="library/token.html#token.SOFT_KEYWORD" name="SOFT_KEYWORD (in module token)"/>
  <function link="library/keyword.html#keyword.softkwlist" name="softkwlist (in module keyword)"/>
  <function link="library/socket.html#socket.SOL_ALG" name="SOL_ALG (in module socket)"/>
  <function link="library/socket.html#socket.SOL_RDS" name="SOL_RDS (in module socket)"/>
  <function link="library/socket.html#socket.SOMAXCONN" name="SOMAXCONN (in module socket)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.sort" name="sort() (imaplib.IMAP4 method)"/>
  <function link="library/stdtypes.html#list.sort" name="(list method)"/>
  <function link="library/profile.html#pstats.Stats.sort_stats" name="sort_stats() (pstats.Stats method)"/>
  <function link="library/test.html#test.support.sortdict" name="sortdict() (in module test.support)"/>
  <function link="library/functions.html#sorted" name="built-in function"/>
  <function link="library/unittest.html#unittest.TestLoader.sortTestMethodsUsing" name="sortTestMethodsUsing (unittest.TestLoader attribute)"/>
  <function link="library/doctest.html#doctest.Example.source" name="source (doctest.Example attribute)"/>
  <function link="library/pdb.html#pdbcommand-source" name="(pdb command)"/>
  <function link="library/shlex.html#shlex.shlex.source" name="(shlex.shlex attribute)"/>
  <function link="reference/lexical_analysis.html#index-5" name="source character set"/>
  <function link="library/compileall.html#index-1" name="SOURCE_DATE_EPOCH"/>
  <function link="library/imp.html#imp.source_from_cache" name="source_from_cache() (in module imp)"/>
  <function link="library/importlib.html#importlib.util.source_from_cache" name="(in module importlib.util)"/>
  <function link="library/importlib.html#importlib.util.source_hash" name="source_hash() (in module importlib.util)"/>
  <function link="library/importlib.html#importlib.machinery.SOURCE_SUFFIXES" name="SOURCE_SUFFIXES (in module importlib.machinery)"/>
  <function link="library/importlib.html#importlib.abc.InspectLoader.source_to_code" name="source_to_code() (importlib.abc.InspectLoader static method)"/>
  <function link="library/importlib.html#importlib.machinery.SourceFileLoader" name="SourceFileLoader (class in importlib.machinery)"/>
  <function link="library/shlex.html#shlex.shlex.sourcehook" name="sourcehook() (shlex.shlex method)"/>
  <function link="library/importlib.html#importlib.machinery.SourcelessFileLoader" name="SourcelessFileLoader (class in importlib.machinery)"/>
  <function link="library/importlib.html#importlib.abc.SourceLoader" name="SourceLoader (class in importlib.abc)"/>
  <function link="reference/lexical_analysis.html#index-8" name="space"/>
  <function link="library/stdtypes.html#index-36" name="in printf-style formatting"/>
  <function link="library/string.html#index-4" name="in string formatting"/>
  <function link="library/re.html#re.Match.span" name="span() (re.Match method)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.spawn" name="spawn() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/pty.html#pty.spawn" name="(in module pty)"/>
  <function link="library/test.html#test.support.script_helper.spawn_python" name="spawn_python() (in module test.support.script_helper)"/>
  <function link="library/os.html#os.spawnl" name="spawnl() (in module os)"/>
  <function link="library/os.html#os.spawnle" name="spawnle() (in module os)"/>
  <function link="library/os.html#os.spawnlp" name="spawnlp() (in module os)"/>
  <function link="library/os.html#os.spawnlpe" name="spawnlpe() (in module os)"/>
  <function link="library/os.html#os.spawnv" name="spawnv() (in module os)"/>
  <function link="library/os.html#os.spawnve" name="spawnve() (in module os)"/>
  <function link="library/os.html#os.spawnvp" name="spawnvp() (in module os)"/>
  <function link="library/os.html#os.spawnvpe" name="spawnvpe() (in module os)"/>
  <function link="library/importlib.html#importlib.util.spec_from_file_location" name="spec_from_file_location() (in module importlib.util)"/>
  <function link="library/importlib.html#importlib.util.spec_from_loader" name="spec_from_loader() (in module importlib.util)"/>
  <function link="reference/datamodel.html#index-5" name="attribute"/>
  <function link="reference/datamodel.html#index-5" name="attribute, generic"/>
  <function link="glossary.html#index-34" name="method"/>
  <function link="glossary.html#term-special-method" name="special method"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.specified_attributes" name="specified_attributes (xml.parsers.expat.xmlparser attribute)"/>
  <function link="library/turtle.html#turtle.speed" name="speed() (in module turtle)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.speed" name="(ossaudiodev.oss_audio_device method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Spinbox" name="Spinbox (class in tkinter.ttk)"/>
  <function link="library/os.html#os.splice" name="splice() (in module os)"/>
  <function link="library/os.html#os.SPLICE_F_MORE" name="SPLICE_F_MORE (in module os)"/>
  <function link="library/os.html#os.SPLICE_F_MOVE" name="SPLICE_F_MOVE (in module os)"/>
  <function link="library/os.html#os.SPLICE_F_NONBLOCK" name="SPLICE_F_NONBLOCK (in module os)"/>
  <function link="library/exceptions.html#BaseExceptionGroup.split" name="split() (BaseExceptionGroup method)"/>
  <function link="library/stdtypes.html#bytearray.split" name="(bytearray method)"/>
  <function link="library/stdtypes.html#bytes.split" name="(bytes method)"/>
  <function link="library/os.path.html#os.path.split" name="(in module os.path)"/>
  <function link="library/re.html#re.split" name="(in module re)"/>
  <function link="library/shlex.html#shlex.split" name="(in module shlex)"/>
  <function link="library/re.html#re.Pattern.split" name="(re.Pattern method)"/>
  <function link="library/stdtypes.html#str.split" name="(str method)"/>
  <function link="distutils/apiref.html#distutils.util.split_quoted" name="split_quoted() (in module distutils.util)"/>
  <function link="library/os.path.html#os.path.splitdrive" name="splitdrive() (in module os.path)"/>
  <function link="library/os.path.html#os.path.splitext" name="splitext() (in module os.path)"/>
  <function link="library/stdtypes.html#bytearray.splitlines" name="splitlines() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.splitlines" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.splitlines" name="(str method)"/>
  <function link="library/urllib.parse.html#urllib.parse.SplitResult" name="SplitResult (class in urllib.parse)"/>
  <function link="library/urllib.parse.html#urllib.parse.SplitResultBytes" name="SplitResultBytes (class in urllib.parse)"/>
  <function link="library/tempfile.html#tempfile.SpooledTemporaryFile" name="SpooledTemporaryFile (class in tempfile)"/>
  <function link="library/stdtypes.html#index-34" name="sprintf-style formatting"/>
  <function link="library/spwd.html#module-spwd" name="module"/>
  <function link="library/sqlite3.html#module-sqlite3" name="module"/>
  <function link="library/sqlite3.html#sqlite3.SQLITE_DENY" name="SQLITE_DENY (in module sqlite3)"/>
  <function link="library/sqlite3.html#sqlite3.Error.sqlite_errorcode" name="sqlite_errorcode (sqlite3.Error attribute)"/>
  <function link="library/sqlite3.html#sqlite3.Error.sqlite_errorname" name="sqlite_errorname (sqlite3.Error attribute)"/>
  <function link="library/sqlite3.html#sqlite3.SQLITE_IGNORE" name="SQLITE_IGNORE (in module sqlite3)"/>
  <function link="library/sqlite3.html#sqlite3.SQLITE_OK" name="SQLITE_OK (in module sqlite3)"/>
  <function link="library/sqlite3.html#sqlite3.sqlite_version" name="sqlite_version (in module sqlite3)"/>
  <function link="library/sqlite3.html#sqlite3.sqlite_version_info" name="sqlite_version_info (in module sqlite3)"/>
  <function link="library/decimal.html#decimal.Context.sqrt" name="sqrt() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.sqrt" name="(decimal.Decimal method)"/>
  <function link="library/cmath.html#cmath.sqrt" name="(in module cmath)"/>
  <function link="library/math.html#math.sqrt" name="(in module math)"/>
  <function link="c-api/typeobj.html#c.ssizeargfunc" name="ssizeargfunc (C type)"/>
  <function link="c-api/typeobj.html#c.ssizeobjargproc" name="ssizeobjargproc (C type)"/>
  <function link="library/ssl.html#index-1" name="SSL"/>
  <function link="library/ssl.html#module-ssl" name="module"/>
  <function link="library/ftplib.html#ftplib.FTP_TLS.ssl_version" name="ssl_version (ftplib.FTP_TLS attribute)"/>
  <function link="library/ssl.html#ssl.SSLCertVerificationError" name="SSLCertVerificationError"/>
  <function link="library/ssl.html#ssl.SSLContext" name="SSLContext (class in ssl)"/>
  <function link="library/ssl.html#ssl.SSLEOFError" name="SSLEOFError"/>
  <function link="library/ssl.html#ssl.SSLError" name="SSLError"/>
  <function link="library/ssl.html#ssl.SSLErrorNumber" name="SSLErrorNumber (class in ssl)"/>
  <function link="library/ssl.html#index-3" name="SSLKEYLOGFILE"/>
  <function link="library/ssl.html#ssl.SSLObject" name="SSLObject (class in ssl)"/>
  <function link="library/ssl.html#ssl.SSLContext.sslobject_class" name="sslobject_class (ssl.SSLContext attribute)"/>
  <function link="library/ssl.html#ssl.SSLSession" name="SSLSession (class in ssl)"/>
  <function link="library/ssl.html#ssl.SSLSocket" name="SSLSocket (class in ssl)"/>
  <function link="library/ssl.html#ssl.SSLContext.sslsocket_class" name="sslsocket_class (ssl.SSLContext attribute)"/>
  <function link="library/ssl.html#ssl.SSLSyscallError" name="SSLSyscallError"/>
  <function link="library/ssl.html#ssl.TLSVersion.SSLv3" name="SSLv3 (ssl.TLSVersion attribute)"/>
  <function link="library/ssl.html#ssl.SSLWantReadError" name="SSLWantReadError"/>
  <function link="library/ssl.html#ssl.SSLWantWriteError" name="SSLWantWriteError"/>
  <function link="library/ssl.html#ssl.SSLZeroReturnError" name="SSLZeroReturnError"/>
  <function link="library/turtle.html#turtle.st" name="st() (in module turtle)"/>
  <function link="library/stat.html#stat.ST_ATIME" name="ST_ATIME (in module stat)"/>
  <function link="library/os.html#os.stat_result.st_atime" name="st_atime (os.stat_result attribute)"/>
  <function link="library/os.html#os.stat_result.st_atime_ns" name="st_atime_ns (os.stat_result attribute)"/>
  <function link="library/os.html#os.stat_result.st_birthtime" name="st_birthtime (os.stat_result attribute)"/>
  <function link="library/os.html#os.stat_result.st_blksize" name="st_blksize (os.stat_result attribute)"/>
  <function link="library/os.html#os.stat_result.st_blocks" name="st_blocks (os.stat_result attribute)"/>
  <function link="library/os.html#os.stat_result.st_creator" name="st_creator (os.stat_result attribute)"/>
  <function link="library/stat.html#stat.ST_CTIME" name="ST_CTIME (in module stat)"/>
  <function link="library/os.html#os.stat_result.st_ctime" name="st_ctime (os.stat_result attribute)"/>
  <function link="library/os.html#os.stat_result.st_ctime_ns" name="st_ctime_ns (os.stat_result attribute)"/>
  <function link="library/stat.html#stat.ST_DEV" name="ST_DEV (in module stat)"/>
  <function link="library/os.html#os.stat_result.st_dev" name="st_dev (os.stat_result attribute)"/>
  <function link="library/os.html#os.stat_result.st_file_attributes" name="st_file_attributes (os.stat_result attribute)"/>
  <function link="library/os.html#os.stat_result.st_flags" name="st_flags (os.stat_result attribute)"/>
  <function link="library/os.html#os.stat_result.st_fstype" name="st_fstype (os.stat_result attribute)"/>
  <function link="library/os.html#os.stat_result.st_gen" name="st_gen (os.stat_result attribute)"/>
  <function link="library/stat.html#stat.ST_GID" name="ST_GID (in module stat)"/>
  <function link="library/os.html#os.stat_result.st_gid" name="st_gid (os.stat_result attribute)"/>
  <function link="library/stat.html#stat.ST_INO" name="ST_INO (in module stat)"/>
  <function link="library/os.html#os.stat_result.st_ino" name="st_ino (os.stat_result attribute)"/>
  <function link="library/stat.html#stat.ST_MODE" name="ST_MODE (in module stat)"/>
  <function link="library/os.html#os.stat_result.st_mode" name="st_mode (os.stat_result attribute)"/>
  <function link="library/stat.html#stat.ST_MTIME" name="ST_MTIME (in module stat)"/>
  <function link="library/os.html#os.stat_result.st_mtime" name="st_mtime (os.stat_result attribute)"/>
  <function link="library/os.html#os.stat_result.st_mtime_ns" name="st_mtime_ns (os.stat_result attribute)"/>
  <function link="library/stat.html#stat.ST_NLINK" name="ST_NLINK (in module stat)"/>
  <function link="library/os.html#os.stat_result.st_nlink" name="st_nlink (os.stat_result attribute)"/>
  <function link="library/os.html#os.stat_result.st_rdev" name="st_rdev (os.stat_result attribute)"/>
  <function link="library/os.html#os.stat_result.st_reparse_tag" name="st_reparse_tag (os.stat_result attribute)"/>
  <function link="library/os.html#os.stat_result.st_rsize" name="st_rsize (os.stat_result attribute)"/>
  <function link="library/stat.html#stat.ST_SIZE" name="ST_SIZE (in module stat)"/>
  <function link="library/os.html#os.stat_result.st_size" name="st_size (os.stat_result attribute)"/>
  <function link="library/os.html#os.stat_result.st_type" name="st_type (os.stat_result attribute)"/>
  <function link="library/stat.html#stat.ST_UID" name="ST_UID (in module stat)"/>
  <function link="library/os.html#os.stat_result.st_uid" name="st_uid (os.stat_result attribute)"/>
  <function link="reference/datamodel.html#index-63" name="execution"/>
  <function link="reference/datamodel.html#index-63" name="trace"/>
  <function link="library/traceback.html#traceback.TracebackException.stack" name="stack (traceback.TracebackException attribute)"/>
  <function link="library/idle.html#index-3" name="stack viewer"/>
  <function link="library/inspect.html#inspect.stack" name="stack() (in module inspect)"/>
  <function link="library/dis.html#dis.stack_effect" name="stack_effect() (in module dis)"/>
  <function link="library/_thread.html#thread.stack_size" name="stack_size() (in module _thread)"/>
  <function link="library/threading.html#threading.stack_size" name="(in module threading)"/>
  <function link="library/codecs.html#index-0" name="streams"/>
  <function link="library/traceback.html#traceback.StackSummary" name="StackSummary (class in traceback)"/>
  <function link="library/turtle.html#turtle.stamp" name="stamp() (in module turtle)"/>
  <function link="reference/simple_stmts.html#index-3" name="output"/>
  <function link="reference/lexical_analysis.html#index-23" name="Standard C"/>
  <function link="reference/toplevel_components.html#index-4" name="standard input"/>
  <function link="library/base64.html#base64.standard_b64decode" name="standard_b64decode() (in module base64)"/>
  <function link="library/base64.html#base64.standard_b64encode" name="standard_b64encode() (in module base64)"/>
  <function link="library/2to3.html#to3fixer-standarderror" name="standarderror (2to3 fixer)"/>
  <function link="library/curses.html#curses.window.standend" name="standend() (curses.window method)"/>
  <function link="library/curses.html#curses.window.standout" name="standout() (curses.window method)"/>
  <function link="library/token.html#token.STAR" name="STAR (in module token)"/>
  <function link="library/token.html#token.STAREQUAL" name="STAREQUAL (in module token)"/>
  <function link="library/itertools.html#itertools.starmap" name="starmap() (in module itertools)"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.Pool.starmap" name="(multiprocessing.pool.Pool method)"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.Pool.starmap_async" name="starmap_async() (multiprocessing.pool.Pool method)"/>
  <function link="library/ast.html#ast.Starred" name="Starred (class in ast)"/>
  <function link="library/stdtypes.html#range.start" name="start (range attribute)"/>
  <function link="reference/datamodel.html#index-67" name="(slice object attribute)"/>
  <function link="library/exceptions.html#UnicodeError.start" name="(UnicodeError attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.start" name="start() (in module tracemalloc)"/>
  <function link="library/logging.handlers.html#logging.handlers.QueueListener.start" name="(logging.handlers.QueueListener method)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.BaseManager.start" name="(multiprocessing.managers.BaseManager method)"/>
  <function link="library/multiprocessing.html#multiprocessing.Process.start" name="(multiprocessing.Process method)"/>
  <function link="library/re.html#re.Match.start" name="(re.Match method)"/>
  <function link="library/threading.html#threading.Thread.start" name="(threading.Thread method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Progressbar.start" name="(tkinter.ttk.Progressbar method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.TreeBuilder.start" name="(xml.etree.ElementTree.TreeBuilder method)"/>
  <function link="library/curses.html#curses.start_color" name="start_color() (in module curses)"/>
  <function link="library/msilib.html#msilib.Directory.start_component" name="start_component() (msilib.Directory method)"/>
  <function link="library/_thread.html#thread.start_new_thread" name="start_new_thread() (in module _thread)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.TreeBuilder.start_ns" name="start_ns() (xml.etree.ElementTree.TreeBuilder method)"/>
  <function link="library/asyncio-stream.html#asyncio.start_server" name="start_server() (in module asyncio)"/>
  <function link="library/asyncio-eventloop.html#asyncio.Server.start_serving" name="start_serving() (asyncio.Server method)"/>
  <function link="library/test.html#test.support.threading_helper.start_threads" name="start_threads() (in module test.support.threading_helper)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.start_tls" name="start_tls() (asyncio.loop method)"/>
  <function link="library/asyncio-stream.html#asyncio.StreamWriter.start_tls" name="(asyncio.StreamWriter method)"/>
  <function link="library/asyncio-stream.html#asyncio.start_unix_server" name="start_unix_server() (in module asyncio)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.LexicalHandler.startCDATA" name="startCDATA() (xml.sax.handler.LexicalHandler method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.StartCdataSectionHandler" name="StartCdataSectionHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.StartDoctypeDeclHandler" name="StartDoctypeDeclHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.startDocument" name="startDocument() (xml.sax.handler.ContentHandler method)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.LexicalHandler.startDTD" name="startDTD() (xml.sax.handler.LexicalHandler method)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.startElement" name="startElement() (xml.sax.handler.ContentHandler method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.StartElementHandler" name="StartElementHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.startElementNS" name="startElementNS() (xml.sax.handler.ContentHandler method)"/>
  <function link="library/subprocess.html#subprocess.STARTF_USESHOWWINDOW" name="STARTF_USESHOWWINDOW (in module subprocess)"/>
  <function link="library/subprocess.html#subprocess.STARTF_USESTDHANDLES" name="STARTF_USESTDHANDLES (in module subprocess)"/>
  <function link="library/os.html#os.startfile" name="startfile() (in module os)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.StartNamespaceDeclHandler" name="StartNamespaceDeclHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.startPrefixMapping" name="startPrefixMapping() (xml.sax.handler.ContentHandler method)"/>
  <function link="library/wsgiref.html#wsgiref.types.StartResponse" name="StartResponse (class in wsgiref.types)"/>
  <function link="library/stdtypes.html#bytearray.startswith" name="startswith() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.startswith" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.startswith" name="(str method)"/>
  <function link="library/unittest.html#unittest.TestResult.startTest" name="startTest() (unittest.TestResult method)"/>
  <function link="library/unittest.html#unittest.TestResult.startTestRun" name="startTestRun() (unittest.TestResult method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.starttls" name="starttls() (imaplib.IMAP4 method)"/>
  <function link="library/nntplib.html#nntplib.NNTP.starttls" name="(nntplib.NNTP method)"/>
  <function link="library/smtplib.html#smtplib.SMTP.starttls" name="(smtplib.SMTP method)"/>
  <function link="library/subprocess.html#subprocess.STARTUPINFO" name="STARTUPINFO (class in subprocess)"/>
  <function link="library/os.html#index-30" name="module"/>
  <function link="library/os.html#os.stat" name="stat() (in module os)"/>
  <function link="library/nntplib.html#nntplib.NNTP.stat" name="(nntplib.NNTP method)"/>
  <function link="library/os.html#os.DirEntry.stat" name="(os.DirEntry method)"/>
  <function link="library/pathlib.html#pathlib.Path.stat" name="(pathlib.Path method)"/>
  <function link="library/poplib.html#poplib.POP3.stat" name="(poplib.POP3 method)"/>
  <function link="library/os.html#os.stat_result" name="stat_result (class in os)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Widget.state" name="state() (tkinter.ttk.Widget method)"/>
  <function link="glossary.html#term-statement" name="statement"/>
  <function link="reference/simple_stmts.html#index-18" name="assert"/>
  <function link="reference/datamodel.html#index-22" name="assignment"/>
  <function link="reference/simple_stmts.html#index-15" name="assignment, annotated"/>
  <function link="reference/simple_stmts.html#index-14" name="assignment, augmented"/>
  <function link="reference/compound_stmts.html#index-46" name="async def"/>
  <function link="reference/compound_stmts.html#index-48" name="async for"/>
  <function link="reference/compound_stmts.html#index-49" name="async with"/>
  <function link="reference/simple_stmts.html#index-30" name="break"/>
  <function link="reference/compound_stmts.html#index-40" name="class"/>
  <function link="reference/compound_stmts.html#index-0" name="compound"/>
  <function link="reference/simple_stmts.html#index-33" name="continue"/>
  <function link="reference/compound_stmts.html#index-28" name="def"/>
  <function link="reference/simple_stmts.html#index-21" name="del"/>
  <function link="library/exceptions.html#index-0" name="except"/>
  <function link="reference/simple_stmts.html#index-1" name="expression"/>
  <function link="reference/compound_stmts.html#index-6" name="for"/>
  <function link="reference/simple_stmts.html#index-40" name="future"/>
  <function link="reference/simple_stmts.html#index-43" name="global"/>
  <function link="reference/compound_stmts.html#index-3" name="if"/>
  <function link="reference/simple_stmts.html#index-34" name="import"/>
  <function link="reference/compound_stmts.html#index-4" name="loop"/>
  <function link="reference/compound_stmts.html#index-18" name="match"/>
  <function link="reference/simple_stmts.html#index-45" name="nonlocal"/>
  <function link="reference/simple_stmts.html#index-20" name="pass"/>
  <function link="reference/simple_stmts.html#index-27" name="raise"/>
  <function link="reference/simple_stmts.html#index-24" name="return"/>
  <function link="reference/simple_stmts.html#index-0" name="simple"/>
  <function link="reference/compound_stmts.html#index-9" name="try"/>
  <function link="reference/compound_stmts.html#index-4" name="while"/>
  <function link="reference/compound_stmts.html#index-16" name="with"/>
  <function link="reference/simple_stmts.html#index-26" name="yield"/>
  <function link="reference/lexical_analysis.html#index-8" name="statement grouping"/>
  <function link="library/graphlib.html#graphlib.TopologicalSorter.static_order" name="static_order() (graphlib.TopologicalSorter method)"/>
  <function link="c-api/structures.html#index-1" name="built-in function"/>
  <function link="library/functions.html#staticmethod" name="built-in function"/>
  <function link="library/tracemalloc.html#tracemalloc.Statistic" name="Statistic (class in tracemalloc)"/>
  <function link="library/tracemalloc.html#tracemalloc.StatisticDiff" name="StatisticDiff (class in tracemalloc)"/>
  <function link="library/statistics.html#module-statistics" name="module"/>
  <function link="library/tracemalloc.html#tracemalloc.Snapshot.statistics" name="statistics() (tracemalloc.Snapshot method)"/>
  <function link="library/statistics.html#statistics.StatisticsError" name="StatisticsError"/>
  <function link="library/profile.html#pstats.Stats" name="Stats (class in pstats)"/>
  <function link="library/http.client.html#http.client.HTTPResponse.status" name="status (http.client.HTTPResponse attribute)"/>
  <function link="library/urllib.request.html#urllib.response.addinfourl.status" name="(urllib.response.addinfourl attribute)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.status" name="status() (imaplib.IMAP4 method)"/>
  <function link="library/os.html#os.statvfs" name="statvfs() (in module os)"/>
  <function link="library/subprocess.html#subprocess.STD_ERROR_HANDLE" name="STD_ERROR_HANDLE (in module subprocess)"/>
  <function link="library/subprocess.html#subprocess.STD_INPUT_HANDLE" name="STD_INPUT_HANDLE (in module subprocess)"/>
  <function link="library/subprocess.html#subprocess.STD_OUTPUT_HANDLE" name="STD_OUTPUT_HANDLE (in module subprocess)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.StdButtonBox" name="StdButtonBox (class in tkinter.tix)"/>
  <function link="library/asyncio-subprocess.html#asyncio.subprocess.Process.stderr" name="stderr (asyncio.subprocess.Process attribute)"/>
  <function link="c-api/init.html#index-42" name="(in module sys)"/>
  <function link="library/subprocess.html#subprocess.CalledProcessError.stderr" name="(subprocess.CalledProcessError attribute)"/>
  <function link="library/subprocess.html#subprocess.CompletedProcess.stderr" name="(subprocess.CompletedProcess attribute)"/>
  <function link="library/subprocess.html#subprocess.Popen.stderr" name="(subprocess.Popen attribute)"/>
  <function link="library/subprocess.html#subprocess.TimeoutExpired.stderr" name="(subprocess.TimeoutExpired attribute)"/>
  <function link="library/statistics.html#statistics.NormalDist.stdev" name="stdev (statistics.NormalDist attribute)"/>
  <function link="library/statistics.html#statistics.stdev" name="stdev() (in module statistics)"/>
  <function link="c-api/init.html#index-17" name="stdout sdterr"/>
  <function link="library/asyncio-subprocess.html#asyncio.subprocess.Process.stdin" name="stdin (asyncio.subprocess.Process attribute)"/>
  <function link="c-api/init.html#index-42" name="(in module sys)"/>
  <function link="library/subprocess.html#subprocess.Popen.stdin" name="(subprocess.Popen attribute)"/>
  <function link="reference/datamodel.html#index-53" name="stdio"/>
  <function link="library/sys.html#sys.stdlib_module_names" name="stdlib_module_names (in module sys)"/>
  <function link="c-api/init.html#index-17" name="sdterr, stdin"/>
  <function link="library/asyncio-subprocess.html#asyncio.subprocess.Process.stdout" name="stdout (asyncio.subprocess.Process attribute)"/>
  <function link="library/subprocess.html#subprocess.STDOUT" name="STDOUT (in module subprocess)"/>
  <function link="c-api/init.html#index-42" name="stdout (in module sys)"/>
  <function link="library/subprocess.html#subprocess.CalledProcessError.stdout" name="(subprocess.CalledProcessError attribute)"/>
  <function link="library/subprocess.html#subprocess.CompletedProcess.stdout" name="(subprocess.CompletedProcess attribute)"/>
  <function link="library/subprocess.html#subprocess.Popen.stdout" name="(subprocess.Popen attribute)"/>
  <function link="library/subprocess.html#subprocess.TimeoutExpired.stdout" name="(subprocess.TimeoutExpired attribute)"/>
  <function link="library/pathlib.html#pathlib.PurePath.stem" name="stem (pathlib.PurePath attribute)"/>
  <function link="library/pdb.html#pdbcommand-step" name="step (pdb command)"/>
  <function link="library/stdtypes.html#range.step" name="(range attribute)"/>
  <function link="reference/datamodel.html#index-67" name="(slice object attribute)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Progressbar.step" name="step() (tkinter.ttk.Progressbar method)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_mixer_device.stereocontrols" name="stereocontrols() (ossaudiodev.oss_mixer_device method)"/>
  <function link="library/poplib.html#poplib.POP3.stls" name="stls() (poplib.POP3 method)"/>
  <function link="library/stdtypes.html#range.stop" name="stop (range attribute)"/>
  <function link="reference/datamodel.html#index-67" name="(slice object attribute)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.stop" name="stop() (asyncio.loop method)"/>
  <function link="library/tracemalloc.html#tracemalloc.stop" name="(in module tracemalloc)"/>
  <function link="library/logging.handlers.html#logging.handlers.QueueListener.stop" name="(logging.handlers.QueueListener method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Progressbar.stop" name="(tkinter.ttk.Progressbar method)"/>
  <function link="library/unittest.html#unittest.TestResult.stop" name="(unittest.TestResult method)"/>
  <function link="library/bdb.html#bdb.Bdb.stop_here" name="stop_here() (bdb.Bdb method)"/>
  <function link="library/exceptions.html#StopAsyncIteration" name="StopAsyncIteration"/>
  <function link="reference/expressions.html#index-36" name="exception"/>
  <function link="library/exceptions.html#StopIteration" name="StopIteration"/>
  <function link="reference/expressions.html#index-32" name="exception"/>
  <function link="library/logging.config.html#logging.config.stopListening" name="stopListening() (in module logging.config)"/>
  <function link="library/unittest.html#unittest.TestResult.stopTest" name="stopTest() (unittest.TestResult method)"/>
  <function link="library/unittest.html#unittest.TestResult.stopTestRun" name="stopTestRun() (unittest.TestResult method)"/>
  <function link="library/ftplib.html#ftplib.FTP.storbinary" name="storbinary() (ftplib.FTP method)"/>
  <function link="library/ast.html#ast.Store" name="Store (class in ast)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.store" name="store() (imaplib.IMAP4 method)"/>
  <function link="library/optparse.html#optparse.Option.STORE_ACTIONS" name="STORE_ACTIONS (optparse.Option attribute)"/>
  <function link="library/dis.html#opcode-STORE_ATTR" name="STORE_ATTR (opcode)"/>
  <function link="library/dis.html#opcode-STORE_DEREF" name="STORE_DEREF (opcode)"/>
  <function link="library/dis.html#opcode-STORE_FAST" name="STORE_FAST (opcode)"/>
  <function link="library/dis.html#opcode-STORE_GLOBAL" name="STORE_GLOBAL (opcode)"/>
  <function link="library/dis.html#opcode-STORE_NAME" name="STORE_NAME (opcode)"/>
  <function link="library/dis.html#opcode-STORE_SUBSCR" name="STORE_SUBSCR (opcode)"/>
  <function link="library/ftplib.html#ftplib.FTP.storlines" name="storlines() (ftplib.FTP method)"/>
  <function link="library/stdtypes.html#str" name="str (built-in class)"/>
  <function link="library/stdtypes.html#index-27" name="(see also string)"/>
  <function link="library/locale.html#locale.str" name="str() (in module locale)"/>
  <function link="library/locale.html#locale.strcoll" name="strcoll() (in module locale)"/>
  <function link="library/tarfile.html#tarfile.StreamError" name="StreamError"/>
  <function link="library/logging.handlers.html#logging.StreamHandler" name="StreamHandler (class in logging)"/>
  <function link="library/asyncio-stream.html#asyncio.StreamReader" name="StreamReader (class in asyncio)"/>
  <function link="library/codecs.html#codecs.StreamReader" name="(class in codecs)"/>
  <function link="library/codecs.html#codecs.CodecInfo.streamreader" name="streamreader (codecs.CodecInfo attribute)"/>
  <function link="library/codecs.html#codecs.StreamReaderWriter" name="StreamReaderWriter (class in codecs)"/>
  <function link="library/codecs.html#codecs.StreamRecoder" name="StreamRecoder (class in codecs)"/>
  <function link="library/socketserver.html#socketserver.StreamRequestHandler" name="StreamRequestHandler (class in socketserver)"/>
  <function link="library/codecs.html#index-0" name="streams"/>
  <function link="library/codecs.html#index-0" name="stackable"/>
  <function link="library/asyncio-stream.html#asyncio.StreamWriter" name="StreamWriter (class in asyncio)"/>
  <function link="library/codecs.html#codecs.StreamWriter" name="(class in codecs)"/>
  <function link="library/codecs.html#codecs.CodecInfo.streamwriter" name="streamwriter (codecs.CodecInfo attribute)"/>
  <function link="library/enum.html#enum.StrEnum" name="StrEnum (class in enum)"/>
  <function link="library/exceptions.html#OSError.strerror" name="strerror (OSError attribute)"/>
  <function link="c-api/exceptions.html#index-0" name="strerror()"/>
  <function link="library/os.html#os.strerror" name="(in module os)"/>
  <function link="library/datetime.html#datetime.date.strftime" name="strftime() (datetime.date method)"/>
  <function link="library/datetime.html#datetime.datetime.strftime" name="(datetime.datetime method)"/>
  <function link="library/datetime.html#datetime.time.strftime" name="(datetime.time method)"/>
  <function link="library/time.html#time.strftime" name="(in module time)"/>
  <function link="library/codecs.html#index-1" name="error handler's name"/>
  <function link="library/csv.html#csv.Dialect.strict" name="strict (csv.Dialect attribute)"/>
  <function link="library/enum.html#enum.FlagBoundary.STRICT" name="STRICT (enum.FlagBoundary attribute)"/>
  <function link="library/email.policy.html#email.policy.strict" name="strict (in module email.policy)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.strict_domain" name="strict_domain (http.cookiejar.DefaultCookiePolicy attribute)"/>
  <function link="library/codecs.html#codecs.strict_errors" name="strict_errors() (in module codecs)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.strict_ns_domain" name="strict_ns_domain (http.cookiejar.DefaultCookiePolicy attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.strict_ns_set_initial_dollar" name="strict_ns_set_initial_dollar (http.cookiejar.DefaultCookiePolicy attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.strict_ns_set_path" name="strict_ns_set_path (http.cookiejar.DefaultCookiePolicy attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.strict_ns_unverifiable" name="strict_ns_unverifiable (http.cookiejar.DefaultCookiePolicy attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.strict_rfc2965_unverifiable" name="strict_rfc2965_unverifiable (http.cookiejar.DefaultCookiePolicy attribute)"/>
  <function link="library/stdtypes.html#memoryview.strides" name="strides (memoryview attribute)"/>
  <function link="reference/datamodel.html#index-75" name="__format__() (object method)"/>
  <function link="reference/datamodel.html#index-73" name="__str__() (object method)"/>
  <function link="reference/datamodel.html#index-75" name="conversion"/>
  <function link="library/functions.html#index-3" name="format() (built-in function)"/>
  <function link="reference/lexical_analysis.html#index-25" name="formatted literal"/>
  <function link="library/stdtypes.html#index-34" name="formatting, printf"/>
  <function link="reference/datamodel.html#index-18" name="immutable sequences"/>
  <function link="reference/lexical_analysis.html#index-25" name="interpolated literal"/>
  <function link="library/stdtypes.html#index-34" name="interpolation, printf"/>
  <function link="reference/expressions.html#index-43" name="item"/>
  <function link="library/stdtypes.html#index-31" name="methods"/>
  <function link="library/locale.html#index-6" name="module"/>
  <function link="library/stdtypes.html#index-27" name="object"/>
  <function link="extending/newtypes.html#index-3" name="object representation"/>
  <function link="c-api/object.html#index-2" name="PyObject_Str (C function)"/>
  <function link="library/stdtypes.html#index-29" name="str (built-in class)"/>
  <function link="library/functions.html#index-10" name="str() (built-in function)"/>
  <function link="library/stdtypes.html#index-27" name="text sequence type"/>
  <function link="library/token.html#token.STRING" name="STRING (in module token)"/>
  <function link="library/re.html#re.Match.string" name="string (re.Match attribute)"/>
  <function link="reference/lexical_analysis.html#index-17" name="string literal"/>
  <function link="library/ctypes.html#ctypes.string_at" name="string_at() (in module ctypes)"/>
  <function link="library/io.html#io.StringIO" name="StringIO (class in io)"/>
  <function link="library/stringprep.html#module-stringprep" name="module"/>
  <function link="tutorial/controlflow.html#index-2" name="strings, documentation"/>
  <function link="library/stdtypes.html#bytearray.strip" name="strip() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.strip" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.strip" name="(str method)"/>
  <function link="library/profile.html#pstats.Stats.strip_dirs" name="strip_dirs() (pstats.Stats method)"/>
  <function link="library/curses.html#curses.textpad.Textbox.stripspaces" name="stripspaces (curses.textpad.Textbox attribute)"/>
  <function link="glossary.html#term-strong-reference" name="strong reference"/>
  <function link="library/datetime.html#datetime.datetime.strptime" name="strptime() (datetime.datetime class method)"/>
  <function link="library/time.html#time.strptime" name="(in module time)"/>
  <function link="library/signal.html#signal.strsignal" name="strsignal() (in module signal)"/>
  <function link="distutils/apiref.html#distutils.util.strtobool" name="strtobool() (in module distutils.util)"/>
  <function link="library/socket.html#index-14" name="module"/>
  <function link="library/struct.html#struct.Struct" name="Struct (class in struct)"/>
  <function link="library/time.html#time.struct_time" name="struct_time (class in time)"/>
  <function link="library/ctypes.html#ctypes.Structure" name="Structure (class in ctypes)"/>
  <function link="library/struct.html#index-0" name="C"/>
  <function link="library/locale.html#locale.strxfrm" name="strxfrm() (in module locale)"/>
  <function link="tutorial/controlflow.html#index-9" name="coding"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Style" name="Style (class in tkinter.ttk)"/>
  <function link="library/ast.html#ast.Sub" name="Sub (class in ast)"/>
  <function link="library/operator.html#operator.sub" name="sub() (in module operator)"/>
  <function link="library/re.html#re.sub" name="(in module re)"/>
  <function link="library/re.html#re.Pattern.sub" name="(re.Pattern method)"/>
  <function link="distutils/apiref.html#distutils.cmd.Command.sub_commands" name="sub_commands (distutils.cmd.Command attribute)"/>
  <function link="reference/datamodel.html#index-69" name="immutable types"/>
  <function link="library/filecmp.html#filecmp.dircmp.subdirs" name="subdirs (filecmp.dircmp attribute)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.SubElement" name="SubElement() (in module xml.etree.ElementTree)"/>
  <function link="library/exceptions.html#BaseExceptionGroup.subgroup" name="subgroup() (BaseExceptionGroup method)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.Executor.submit" name="submit() (concurrent.futures.Executor method)"/>
  <function link="library/importlib.html#importlib.machinery.ModuleSpec.submodule_search_locations" name="submodule_search_locations (importlib.machinery.ModuleSpec attribute)"/>
  <function link="library/re.html#re.subn" name="subn() (in module re)"/>
  <function link="library/re.html#re.Pattern.subn" name="(re.Pattern method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.subnet_of" name="subnet_of() (ipaddress.IPv4Network method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.subnet_of" name="(ipaddress.IPv6Network method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.subnets" name="subnets() (ipaddress.IPv4Network method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.subnets" name="(ipaddress.IPv6Network method)"/>
  <function link="library/decimal.html#decimal.Subnormal" name="Subnormal (class in decimal)"/>
  <function link="library/stdtypes.html#memoryview.suboffsets" name="suboffsets (memoryview attribute)"/>
  <function link="library/curses.html#curses.window.subpad" name="subpad() (curses.window method)"/>
  <function link="library/subprocess.html#module-subprocess" name="module"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.subprocess_exec" name="subprocess_exec() (asyncio.loop method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.subprocess_shell" name="subprocess_shell() (asyncio.loop method)"/>
  <function link="library/subprocess.html#subprocess.SubprocessError" name="SubprocessError"/>
  <function link="library/asyncio-protocol.html#asyncio.SubprocessProtocol" name="SubprocessProtocol (class in asyncio)"/>
  <function link="library/asyncio-protocol.html#asyncio.SubprocessTransport" name="SubprocessTransport (class in asyncio)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.subscribe" name="subscribe() (imaplib.IMAP4 method)"/>
  <function link="library/stdtypes.html#index-23" name="assignment"/>
  <function link="library/stdtypes.html#index-19" name="operation"/>
  <function link="library/ast.html#ast.Subscript" name="Subscript (class in ast)"/>
  <function link="reference/datamodel.html#index-15" name="subscription"/>
  <function link="reference/simple_stmts.html#index-9" name="assignment"/>
  <function link="library/textwrap.html#textwrap.TextWrapper.subsequent_indent" name="subsequent_indent (textwrap.TextWrapper attribute)"/>
  <function link="distutils/apiref.html#distutils.util.subst_vars" name="subst_vars() (in module distutils.util)"/>
  <function link="library/string.html#string.Template.substitute" name="substitute() (string.Template method)"/>
  <function link="library/unittest.html#unittest.TestCase.subTest" name="subTest() (unittest.TestCase method)"/>
  <function link="library/collections.html#collections.Counter.subtract" name="subtract() (collections.Counter method)"/>
  <function link="library/decimal.html#decimal.Context.subtract" name="(decimal.Context method)"/>
  <function link="reference/expressions.html#index-70" name="subtraction"/>
  <function link="library/email.headerregistry.html#email.headerregistry.ContentTypeHeader.subtype" name="subtype (email.headerregistry.ContentTypeHeader attribute)"/>
  <function link="library/curses.html#curses.window.subwin" name="subwin() (curses.window method)"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.AsyncResult.successful" name="successful() (multiprocessing.pool.AsyncResult method)"/>
  <function link="library/pathlib.html#pathlib.PurePath.suffix" name="suffix (pathlib.PurePath attribute)"/>
  <function link="library/mimetypes.html#mimetypes.suffix_map" name="suffix_map (in module mimetypes)"/>
  <function link="library/mimetypes.html#mimetypes.MimeTypes.suffix_map" name="(mimetypes.MimeTypes attribute)"/>
  <function link="library/pathlib.html#pathlib.PurePath.suffixes" name="suffixes (pathlib.PurePath attribute)"/>
  <function link="reference/compound_stmts.html#index-1" name="suite"/>
  <function link="library/unittest.html#unittest.TestLoader.suiteClass" name="suiteClass (unittest.TestLoader attribute)"/>
  <function link="library/functions.html#sum" name="built-in function"/>
  <function link="c-api/intro.html#index-13" name="sum_list()"/>
  <function link="c-api/intro.html#index-14" name="sum_sequence()"/>
  <function link="library/doctest.html#doctest.DocTestRunner.summarize" name="summarize() (doctest.DocTestRunner method)"/>
  <function link="library/ipaddress.html#ipaddress.summarize_address_range" name="summarize_address_range() (in module ipaddress)"/>
  <function link="library/sunau.html#module-sunau" name="module"/>
  <function link="library/calendar.html#calendar.SUNDAY" name="SUNDAY (in module calendar)"/>
  <function link="library/functions.html#super" name="super (built-in class)"/>
  <function link="library/pyclbr.html#pyclbr.Class.super" name="(pyclbr.Class attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.supernet" name="supernet() (ipaddress.IPv4Network method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.supernet" name="(ipaddress.IPv6Network method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.supernet_of" name="supernet_of() (ipaddress.IPv4Network method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.supernet_of" name="(ipaddress.IPv6Network method)"/>
  <function link="library/os.html#os.supports_bytes_environ" name="supports_bytes_environ (in module os)"/>
  <function link="library/os.html#os.supports_dir_fd" name="supports_dir_fd (in module os)"/>
  <function link="library/os.html#os.supports_effective_ids" name="supports_effective_ids (in module os)"/>
  <function link="library/os.html#os.supports_fd" name="supports_fd (in module os)"/>
  <function link="library/os.html#os.supports_follow_symlinks" name="supports_follow_symlinks (in module os)"/>
  <function link="library/os.path.html#os.path.supports_unicode_filenames" name="supports_unicode_filenames (in module os.path)"/>
  <function link="library/typing.html#typing.SupportsAbs" name="SupportsAbs (class in typing)"/>
  <function link="library/typing.html#typing.SupportsBytes" name="SupportsBytes (class in typing)"/>
  <function link="library/typing.html#typing.SupportsComplex" name="SupportsComplex (class in typing)"/>
  <function link="library/typing.html#typing.SupportsFloat" name="SupportsFloat (class in typing)"/>
  <function link="library/typing.html#typing.SupportsIndex" name="SupportsIndex (class in typing)"/>
  <function link="library/typing.html#typing.SupportsInt" name="SupportsInt (class in typing)"/>
  <function link="library/typing.html#typing.SupportsRound" name="SupportsRound (class in typing)"/>
  <function link="library/contextlib.html#contextlib.suppress" name="suppress() (in module contextlib)"/>
  <function link="library/test.html#test.support.SuppressCrashReport" name="SuppressCrashReport (class in test.support)"/>
  <function link="library/codecs.html#index-1" name="error handler's name"/>
  <function link="library/codecs.html#index-4" name="error handler's name"/>
  <function link="library/subprocess.html#subprocess.SW_HIDE" name="SW_HIDE (in module subprocess)"/>
  <function link="library/dis.html#opcode-SWAP" name="SWAP (opcode)"/>
  <function link="library/test.html#test.support.swap_attr" name="swap_attr() (in module test.support)"/>
  <function link="library/test.html#test.support.swap_item" name="swap_item() (in module test.support)"/>
  <function link="library/stdtypes.html#bytearray.swapcase" name="swapcase() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.swapcase" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.swapcase" name="(str method)"/>
  <function link="library/symtable.html#symtable.Symbol" name="Symbol (class in symtable)"/>
  <function link="library/symtable.html#symtable.SymbolTable" name="SymbolTable (class in symtable)"/>
  <function link="library/os.html#os.symlink" name="symlink() (in module os)"/>
  <function link="library/pathlib.html#pathlib.Path.symlink_to" name="symlink_to() (pathlib.Path method)"/>
  <function link="library/stdtypes.html#frozenset.symmetric_difference" name="symmetric_difference() (frozenset method)"/>
  <function link="library/stdtypes.html#frozenset.symmetric_difference_update" name="symmetric_difference_update() (frozenset method)"/>
  <function link="library/symtable.html#module-symtable" name="module"/>
  <function link="library/symtable.html#symtable.symtable" name="symtable() (in module symtable)"/>
  <function link="library/dbm.html#dbm.dumb.dumbdbm.sync" name="sync() (dbm.dumb.dumbdbm method)"/>
  <function link="library/dbm.html#dbm.gnu.gdbm.sync" name="(dbm.gnu.gdbm method)"/>
  <function link="library/os.html#os.sync" name="(in module os)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.sync" name="(ossaudiodev.oss_audio_device method)"/>
  <function link="library/shelve.html#shelve.Shelf.sync" name="(shelve.Shelf method)"/>
  <function link="library/curses.html#curses.window.syncdown" name="syncdown() (curses.window method)"/>
  <function link="library/multiprocessing.html#multiprocessing.sharedctypes.synchronized" name="synchronized() (in module multiprocessing.sharedctypes)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.SyncManager" name="SyncManager (class in multiprocessing.managers)"/>
  <function link="library/curses.html#curses.window.syncok" name="syncok() (curses.window method)"/>
  <function link="library/curses.html#curses.window.syncup" name="syncup() (curses.window method)"/>
  <function link="reference/introduction.html#index-0" name="syntax"/>
  <function link="library/xml.dom.html#xml.dom.SyntaxErr" name="SyntaxErr"/>
  <function link="library/exceptions.html#SyntaxError" name="SyntaxError"/>
  <function link="library/exceptions.html#SyntaxWarning" name="SyntaxWarning"/>
  <function link="c-api/init.html#index-16" name="module"/>
  <function link="reference/datamodel.html#index-63" name="sys.exc_info"/>
  <function link="reference/datamodel.html#index-63" name="sys.last_traceback"/>
  <function link="reference/import.html#index-10" name="sys.meta_path"/>
  <function link="reference/import.html#index-7" name="sys.modules"/>
  <function link="reference/import.html#index-17" name="sys.path"/>
  <function link="reference/import.html#index-17" name="sys.path_hooks"/>
  <function link="reference/import.html#index-17" name="sys.path_importer_cache"/>
  <function link="reference/datamodel.html#index-53" name="sys.stderr"/>
  <function link="reference/datamodel.html#index-53" name="sys.stdin"/>
  <function link="reference/datamodel.html#index-53" name="sys.stdout"/>
  <function link="library/2to3.html#to3fixer-sys_exc" name="sys_exc (2to3 fixer)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.sys_version" name="sys_version (http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="library/os.html#os.sysconf" name="sysconf() (in module os)"/>
  <function link="library/os.html#os.sysconf_names" name="sysconf_names (in module os)"/>
  <function link="library/sysconfig.html#module-sysconfig" name="module"/>
  <function link="library/syslog.html#module-syslog" name="module"/>
  <function link="library/syslog.html#syslog.syslog" name="syslog() (in module syslog)"/>
  <function link="library/logging.handlers.html#logging.handlers.SysLogHandler" name="SysLogHandler (class in logging.handlers)"/>
  <function link="library/os.html#os.system" name="system() (in module os)"/>
  <function link="library/platform.html#platform.system" name="(in module platform)"/>
  <function link="library/platform.html#platform.system_alias" name="system_alias() (in module platform)"/>
  <function link="library/test.html#test.support.system_must_validate_cert" name="system_must_validate_cert() (in module test.support)"/>
  <function link="library/exceptions.html#SystemError" name="SystemError"/>
  <function link="c-api/module.html#index-4" name="(built-in exception)"/>
  <function link="library/exceptions.html#SystemExit" name="SystemExit"/>
  <function link="reference/executionmodel.html#index-15" name="(built-in exception)"/>
  <function link="library/xml.dom.html#xml.dom.DocumentType.systemId" name="systemId (xml.dom.DocumentType attribute)"/>
  <function link="library/random.html#random.SystemRandom" name="SystemRandom (class in random)"/>
  <function link="library/secrets.html#secrets.SystemRandom" name="(class in secrets)"/>
  <function link="library/subprocess.html#index-4" name="SystemRoot"/>
  <function link="library/locale.html#locale.T_FMT" name="T_FMT (in module locale)"/>
  <function link="library/locale.html#locale.T_FMT_AMPM" name="T_FMT_AMPM (in module locale)"/>
  <function link="reference/lexical_analysis.html#index-8" name="tab"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Notebook.tab" name="tab() (tkinter.ttk.Notebook method)"/>
  <function link="library/exceptions.html#TabError" name="TabError"/>
  <function link="library/tabnanny.html#module-tabnanny" name="module"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Notebook.tabs" name="tabs() (tkinter.ttk.Notebook method)"/>
  <function link="library/textwrap.html#textwrap.TextWrapper.tabsize" name="tabsize (textwrap.TextWrapper attribute)"/>
  <function link="library/csv.html#index-0" name="data"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.tag" name="tag (xml.etree.ElementTree.Element attribute)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.tag_bind" name="tag_bind() (tkinter.ttk.Treeview method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.tag_configure" name="tag_configure() (tkinter.ttk.Treeview method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.tag_has" name="tag_has() (tkinter.ttk.Treeview method)"/>
  <function link="library/xml.dom.html#xml.dom.Element.tagName" name="tagName (xml.dom.Element attribute)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.tail" name="tail (xml.etree.ElementTree.Element attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.take_snapshot" name="take_snapshot() (in module tracemalloc)"/>
  <function link="library/itertools.html#itertools.takewhile" name="takewhile() (in module itertools)"/>
  <function link="library/cmath.html#cmath.tan" name="tan() (in module cmath)"/>
  <function link="library/math.html#math.tan" name="(in module math)"/>
  <function link="library/cmath.html#cmath.tanh" name="tanh() (in module cmath)"/>
  <function link="library/math.html#math.tanh" name="(in module math)"/>
  <function link="library/tarfile.html#tarfile.TarError" name="TarError"/>
  <function link="library/tarfile.html#module-tarfile" name="module"/>
  <function link="library/tarfile.html#tarfile.TarFile" name="TarFile (class in tarfile)"/>
  <function link="library/tarfile.html#cmdoption-tarfile-create" name="--create"/>
  <function link="library/tarfile.html#cmdoption-tarfile-extract" name="--extract"/>
  <function link="library/tarfile.html#cmdoption-tarfile-list" name="--list"/>
  <function link="library/tarfile.html#cmdoption-tarfile-test" name="--test"/>
  <function link="library/tarfile.html#cmdoption-tarfile-v" name="--verbose"/>
  <function link="library/tarfile.html#cmdoption-tarfile-c" name="-c"/>
  <function link="library/tarfile.html#cmdoption-tarfile-e" name="-e"/>
  <function link="library/tarfile.html#cmdoption-tarfile-l" name="-l"/>
  <function link="library/tarfile.html#cmdoption-tarfile-t" name="-t"/>
  <function link="library/tarfile.html#cmdoption-tarfile-v" name="-v"/>
  <function link="reference/simple_stmts.html#index-5" name="target"/>
  <function link="reference/simple_stmts.html#index-21" name="deletion"/>
  <function link="reference/compound_stmts.html#index-6" name="list"/>
  <function link="reference/simple_stmts.html#index-6" name="list assignment"/>
  <function link="reference/simple_stmts.html#index-21" name="list, deletion"/>
  <function link="reference/simple_stmts.html#index-31" name="loop control"/>
  <function link="library/xml.dom.html#xml.dom.ProcessingInstruction.target" name="target (xml.dom.ProcessingInstruction attribute)"/>
  <function link="library/tarfile.html#tarfile.TarInfo" name="TarInfo (class in tarfile)"/>
  <function link="library/asyncio-task.html#asyncio.Task" name="Task (class in asyncio)"/>
  <function link="library/asyncio-queue.html#asyncio.Queue.task_done" name="task_done() (asyncio.Queue method)"/>
  <function link="library/multiprocessing.html#multiprocessing.JoinableQueue.task_done" name="(multiprocessing.JoinableQueue method)"/>
  <function link="library/queue.html#queue.Queue.task_done" name="(queue.Queue method)"/>
  <function link="library/asyncio-task.html#asyncio.TaskGroup" name="TaskGroup (class in asyncio)"/>
  <function link="library/cmath.html#cmath.tau" name="tau (in module cmath)"/>
  <function link="library/math.html#math.tau" name="(in module math)"/>
  <function link="reference/datamodel.html#index-64" name="tb_frame (traceback attribute)"/>
  <function link="reference/datamodel.html#index-64" name="tb_lasti (traceback attribute)"/>
  <function link="reference/datamodel.html#index-64" name="tb_lineno (traceback attribute)"/>
  <function link="library/unittest.html#unittest.TestResult.tb_locals" name="tb_locals (unittest.TestResult attribute)"/>
  <function link="reference/datamodel.html#index-65" name="tb_next (traceback attribute)"/>
  <function link="library/pdb.html#pdbcommand-tbreak" name="tbreak (pdb command)"/>
  <function link="library/termios.html#termios.tcdrain" name="tcdrain() (in module termios)"/>
  <function link="library/termios.html#termios.tcflow" name="tcflow() (in module termios)"/>
  <function link="library/termios.html#termios.tcflush" name="tcflush() (in module termios)"/>
  <function link="library/termios.html#termios.tcgetattr" name="tcgetattr() (in module termios)"/>
  <function link="library/os.html#os.tcgetpgrp" name="tcgetpgrp() (in module os)"/>
  <function link="library/termios.html#termios.tcgetwinsize" name="tcgetwinsize() (in module termios)"/>
  <function link="library/tkinter.html#tkinter.Tcl" name="Tcl() (in module tkinter)"/>
  <function link="faq/gui.html#index-0" name="TCL_LIBRARY"/>
  <function link="library/socketserver.html#socketserver.TCPServer" name="TCPServer (class in socketserver)"/>
  <function link="library/termios.html#termios.tcsendbreak" name="tcsendbreak() (in module termios)"/>
  <function link="library/termios.html#termios.tcsetattr" name="tcsetattr() (in module termios)"/>
  <function link="library/os.html#os.tcsetpgrp" name="tcsetpgrp() (in module os)"/>
  <function link="library/termios.html#termios.tcsetwinsize" name="tcsetwinsize() (in module termios)"/>
  <function link="library/unittest.html#unittest.TestCase.tearDown" name="tearDown() (unittest.TestCase method)"/>
  <function link="library/unittest.html#unittest.TestCase.tearDownClass" name="tearDownClass() (unittest.TestCase method)"/>
  <function link="library/itertools.html#itertools.tee" name="tee() (in module itertools)"/>
  <function link="library/aifc.html#aifc.aifc.tell" name="tell() (aifc.aifc method)"/>
  <function link="library/chunk.html#chunk.Chunk.tell" name="(chunk.Chunk method)"/>
  <function link="library/io.html#io.IOBase.tell" name="(io.IOBase method)"/>
  <function link="library/io.html#io.TextIOBase.tell" name="(io.TextIOBase method)"/>
  <function link="library/mmap.html#mmap.mmap.tell" name="(mmap.mmap method)"/>
  <function link="library/sqlite3.html#sqlite3.Blob.tell" name="(sqlite3.Blob method)"/>
  <function link="library/sunau.html#sunau.AU_read.tell" name="(sunau.AU_read method)"/>
  <function link="library/sunau.html#sunau.AU_write.tell" name="(sunau.AU_write method)"/>
  <function link="library/wave.html#wave.Wave_read.tell" name="(wave.Wave_read method)"/>
  <function link="library/wave.html#wave.Wave_write.tell" name="(wave.Wave_write method)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet" name="Telnet (class in telnetlib)"/>
  <function link="library/telnetlib.html#module-telnetlib" name="module"/>
  <function link="library/tempfile.html#index-2" name="TEMP"/>
  <function link="library/test.html#test.support.os_helper.temp_cwd" name="temp_cwd() (in module test.support.os_helper)"/>
  <function link="library/test.html#test.support.os_helper.temp_dir" name="temp_dir() (in module test.support.os_helper)"/>
  <function link="library/test.html#test.support.os_helper.temp_umask" name="temp_umask() (in module test.support.os_helper)"/>
  <function link="library/tempfile.html#tempfile.tempdir" name="tempdir (in module tempfile)"/>
  <function link="library/tempfile.html#module-tempfile" name="module"/>
  <function link="library/pipes.html#pipes.Template" name="Template (class in pipes)"/>
  <function link="library/string.html#string.Template" name="(class in string)"/>
  <function link="library/string.html#string.Template.template" name="template (string.Template attribute)"/>
  <function link="library/tempfile.html#index-0" name="file"/>
  <function link="library/tempfile.html#index-0" name="file name"/>
  <function link="library/bdb.html#bdb.Breakpoint.temporary" name="temporary (bdb.Breakpoint attribute)"/>
  <function link="library/tempfile.html#tempfile.TemporaryDirectory" name="TemporaryDirectory (class in tempfile)"/>
  <function link="library/tempfile.html#tempfile.TemporaryFile" name="TemporaryFile() (in module tempfile)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.teredo" name="teredo (ipaddress.IPv6Address attribute)"/>
  <function link="library/curses.html#index-1" name="TERM"/>
  <function link="library/curses.html#curses.termattrs" name="termattrs() (in module curses)"/>
  <function link="library/os.html#os.terminal_size" name="terminal_size (class in os)"/>
  <function link="library/asyncio-subprocess.html#asyncio.subprocess.Process.terminate" name="terminate() (asyncio.subprocess.Process method)"/>
  <function link="library/asyncio-protocol.html#asyncio.SubprocessTransport.terminate" name="(asyncio.SubprocessTransport method)"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.Pool.terminate" name="(multiprocessing.pool.Pool method)"/>
  <function link="library/multiprocessing.html#multiprocessing.Process.terminate" name="(multiprocessing.Process method)"/>
  <function link="library/subprocess.html#subprocess.Popen.terminate" name="(subprocess.Popen method)"/>
  <function link="reference/executionmodel.html#index-14" name="termination model"/>
  <function link="library/logging.handlers.html#logging.StreamHandler.terminator" name="terminator (logging.StreamHandler attribute)"/>
  <function link="library/termios.html#module-termios" name="module"/>
  <function link="library/curses.html#curses.termname" name="termname() (in module curses)"/>
  <function link="reference/expressions.html#index-88" name="operator"/>
  <function link="c-api/typeobj.html#c.ternaryfunc" name="ternaryfunc (C type)"/>
  <function link="reference/expressions.html#index-81" name="identity"/>
  <function link="reference/expressions.html#index-80" name="membership"/>
  <function link="library/test.html#module-test" name="module"/>
  <function link="library/doctest.html#doctest.DocTestFailure.test" name="test (doctest.DocTestFailure attribute)"/>
  <function link="library/doctest.html#doctest.UnexpectedException.test" name="(doctest.UnexpectedException attribute)"/>
  <function link="library/cgi.html#cgi.test" name="test() (in module cgi)"/>
  <function link="library/test.html#module-test.support" name="module"/>
  <function link="library/test.html#module-test.support.bytecode_helper" name="module"/>
  <function link="library/test.html#module-test.support.import_helper" name="module"/>
  <function link="library/test.html#module-test.support.os_helper" name="module"/>
  <function link="library/test.html#module-test.support.script_helper" name="module"/>
  <function link="library/test.html#module-test.support.socket_helper" name="module"/>
  <function link="library/test.html#module-test.support.threading_helper" name="module"/>
  <function link="library/test.html#module-test.support.warnings_helper" name="module"/>
  <function link="library/test.html#test.support.TEST_DATA_DIR" name="TEST_DATA_DIR (in module test.support)"/>
  <function link="library/test.html#test.support.TEST_HOME_DIR" name="TEST_HOME_DIR (in module test.support)"/>
  <function link="library/test.html#test.support.TEST_HTTP_URL" name="TEST_HTTP_URL (in module test.support)"/>
  <function link="library/test.html#test.support.TEST_SUPPORT_DIR" name="TEST_SUPPORT_DIR (in module test.support)"/>
  <function link="library/unittest.html#unittest.TestCase" name="TestCase (class in unittest)"/>
  <function link="library/test.html#test.support.TestFailed" name="TestFailed"/>
  <function link="library/doctest.html#doctest.testfile" name="testfile() (in module doctest)"/>
  <function link="library/test.html#test.support.os_helper.TESTFN" name="TESTFN (in module test.support.os_helper)"/>
  <function link="library/test.html#test.support.os_helper.TESTFN_NONASCII" name="TESTFN_NONASCII (in module test.support.os_helper)"/>
  <function link="library/test.html#test.support.os_helper.TESTFN_UNDECODABLE" name="TESTFN_UNDECODABLE (in module test.support.os_helper)"/>
  <function link="library/test.html#test.support.os_helper.TESTFN_UNENCODABLE" name="TESTFN_UNENCODABLE (in module test.support.os_helper)"/>
  <function link="library/test.html#test.support.os_helper.TESTFN_UNICODE" name="TESTFN_UNICODE (in module test.support.os_helper)"/>
  <function link="library/unittest.html#unittest.TestLoader" name="TestLoader (class in unittest)"/>
  <function link="library/unittest.html#unittest.TestLoader.testMethodPrefix" name="testMethodPrefix (unittest.TestLoader attribute)"/>
  <function link="library/doctest.html#doctest.testmod" name="testmod() (in module doctest)"/>
  <function link="library/unittest.html#unittest.TestLoader.testNamePatterns" name="testNamePatterns (unittest.TestLoader attribute)"/>
  <function link="library/unittest.html#unittest.TestResult" name="TestResult (class in unittest)"/>
  <function link="library/imghdr.html#imghdr.tests" name="tests (in module imghdr)"/>
  <function link="library/sndhdr.html#sndhdr.tests" name="(in module sndhdr)"/>
  <function link="library/doctest.html#doctest.testsource" name="testsource() (in module doctest)"/>
  <function link="library/unittest.html#unittest.TestResult.testsRun" name="testsRun (unittest.TestResult attribute)"/>
  <function link="library/unittest.html#unittest.TestSuite" name="TestSuite (class in unittest)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.testzip" name="testzip() (zipfile.ZipFile method)"/>
  <function link="library/typing.html#typing.Text" name="Text (class in typing)"/>
  <function link="library/msilib.html#msilib.text" name="text (in module msilib)"/>
  <function link="library/exceptions.html#SyntaxError.text" name="(SyntaxError attribute)"/>
  <function link="library/traceback.html#traceback.TracebackException.text" name="(traceback.TracebackException attribute)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.text" name="(xml.etree.ElementTree.Element attribute)"/>
  <function link="glossary.html#term-text-encoding" name="text encoding"/>
  <function link="glossary.html#term-text-file" name="text file"/>
  <function link="library/functions.html#index-7" name="text mode"/>
  <function link="library/cgitb.html#cgitb.text" name="text() (in module cgitb)"/>
  <function link="library/msilib.html#msilib.Dialog.text" name="(msilib.Dialog method)"/>
  <function link="library/io.html#io.text_encoding" name="text_encoding() (in module io)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.text_factory" name="text_factory (sqlite3.Connection attribute)"/>
  <function link="library/curses.html#curses.textpad.Textbox" name="Textbox (class in curses.textpad)"/>
  <function link="library/calendar.html#calendar.TextCalendar" name="TextCalendar (class in calendar)"/>
  <function link="library/gettext.html#gettext.textdomain" name="textdomain() (in module gettext)"/>
  <function link="library/locale.html#locale.textdomain" name="(in module locale)"/>
  <function link="distutils/apiref.html#distutils.text_file.TextFile" name="TextFile (class in distutils.text_file)"/>
  <function link="library/turtle.html#turtle.textinput" name="textinput() (in module turtle)"/>
  <function link="library/typing.html#typing.TextIO" name="TextIO (class in typing)"/>
  <function link="library/io.html#io.TextIOBase" name="TextIOBase (class in io)"/>
  <function link="library/io.html#io.TextIOWrapper" name="TextIOWrapper (class in io)"/>
  <function link="library/unittest.html#unittest.TextTestResult" name="TextTestResult (class in unittest)"/>
  <function link="library/unittest.html#unittest.TextTestRunner" name="TextTestRunner (class in unittest)"/>
  <function link="library/textwrap.html#module-textwrap" name="module"/>
  <function link="library/textwrap.html#textwrap.TextWrapper" name="TextWrapper (class in textwrap)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Style.theme_create" name="theme_create() (tkinter.ttk.Style method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Style.theme_names" name="theme_names() (tkinter.ttk.Style method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Style.theme_settings" name="theme_settings() (tkinter.ttk.Style method)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Style.theme_use" name="theme_use() (tkinter.ttk.Style method)"/>
  <function link="library/locale.html#locale.THOUSEP" name="THOUSEP (in module locale)"/>
  <function link="library/threading.html#threading.Thread" name="Thread (class in threading)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.thread" name="thread() (imaplib.IMAP4 method)"/>
  <function link="library/sys.html#sys.thread_info" name="thread_info (in module sys)"/>
  <function link="library/time.html#time.thread_time" name="thread_time() (in module time)"/>
  <function link="library/time.html#time.thread_time_ns" name="thread_time_ns() (in module time)"/>
  <function link="library/asyncio-policy.html#asyncio.ThreadedChildWatcher" name="ThreadedChildWatcher (class in asyncio)"/>
  <function link="library/threading.html#module-threading" name="module"/>
  <function link="library/test.html#test.support.threading_helper.threading_cleanup" name="threading_cleanup() (in module test.support.threading_helper)"/>
  <function link="library/test.html#test.support.threading_helper.threading_setup" name="threading_setup() (in module test.support.threading_helper)"/>
  <function link="library/http.server.html#http.server.ThreadingHTTPServer" name="ThreadingHTTPServer (class in http.server)"/>
  <function link="library/socketserver.html#socketserver.ThreadingMixIn" name="ThreadingMixIn (class in socketserver)"/>
  <function link="library/socketserver.html#socketserver.ThreadingTCPServer" name="ThreadingTCPServer (class in socketserver)"/>
  <function link="library/socketserver.html#socketserver.ThreadingUDPServer" name="ThreadingUDPServer (class in socketserver)"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.ThreadPool" name="ThreadPool (class in multiprocessing.pool)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.ThreadPoolExecutor" name="ThreadPoolExecutor (class in concurrent.futures)"/>
  <function link="library/_thread.html#index-1" name="POSIX"/>
  <function link="library/sqlite3.html#sqlite3.threadsafety" name="threadsafety (in module sqlite3)"/>
  <function link="library/2to3.html#to3fixer-throw" name="throw (2to3 fixer)"/>
  <function link="reference/datamodel.html#coroutine.throw" name="throw() (coroutine method)"/>
  <function link="reference/expressions.html#generator.throw" name="(generator method)"/>
  <function link="library/calendar.html#calendar.THURSDAY" name="THURSDAY (in module calendar)"/>
  <function link="library/ssl.html#ssl.SSLSession.ticket_lifetime_hint" name="ticket_lifetime_hint (ssl.SSLSession attribute)"/>
  <function link="library/curses.html#curses.tigetflag" name="tigetflag() (in module curses)"/>
  <function link="library/curses.html#curses.tigetnum" name="tigetnum() (in module curses)"/>
  <function link="library/curses.html#curses.tigetstr" name="tigetstr() (in module curses)"/>
  <function link="library/token.html#token.TILDE" name="TILDE (in module token)"/>
  <function link="library/turtle.html#turtle.tilt" name="tilt() (in module turtle)"/>
  <function link="library/turtle.html#turtle.tiltangle" name="tiltangle() (in module turtle)"/>
  <function link="library/time.html#module-time" name="module"/>
  <function link="library/datetime.html#datetime.time" name="time (class in datetime)"/>
  <function link="library/ssl.html#ssl.SSLSession.time" name="(ssl.SSLSession attribute)"/>
  <function link="library/asyncio-eventloop.html#asyncio.loop.time" name="time() (asyncio.loop method)"/>
  <function link="library/datetime.html#datetime.datetime.time" name="(datetime.datetime method)"/>
  <function link="library/time.html#time.time" name="(in module time)"/>
  <function link="library/imaplib.html#imaplib.Time2Internaldate" name="Time2Internaldate() (in module imaplib)"/>
  <function link="library/time.html#time.time_ns" name="time_ns() (in module time)"/>
  <function link="library/datetime.html#datetime.timedelta" name="timedelta (class in datetime)"/>
  <function link="library/logging.handlers.html#logging.handlers.TimedRotatingFileHandler" name="TimedRotatingFileHandler (class in logging.handlers)"/>
  <function link="library/calendar.html#calendar.timegm" name="timegm() (in module calendar)"/>
  <function link="library/timeit.html#module-timeit" name="module"/>
  <function link="library/timeit.html#cmdoption-timeit-h" name="--help"/>
  <function link="library/timeit.html#cmdoption-timeit-n" name="--number"/>
  <function link="library/timeit.html#cmdoption-timeit-p" name="--process"/>
  <function link="library/timeit.html#cmdoption-timeit-r" name="--repeat"/>
  <function link="library/timeit.html#cmdoption-timeit-s" name="--setup"/>
  <function link="library/timeit.html#cmdoption-timeit-u" name="--unit"/>
  <function link="library/timeit.html#cmdoption-timeit-v" name="--verbose"/>
  <function link="library/timeit.html#cmdoption-timeit-h" name="-h"/>
  <function link="library/timeit.html#cmdoption-timeit-n" name="-n"/>
  <function link="library/timeit.html#cmdoption-timeit-p" name="-p"/>
  <function link="library/timeit.html#cmdoption-timeit-r" name="-r"/>
  <function link="library/timeit.html#cmdoption-timeit-s" name="-s"/>
  <function link="library/timeit.html#cmdoption-timeit-u" name="-u"/>
  <function link="library/timeit.html#cmdoption-timeit-v" name="-v"/>
  <function link="library/timeit.html#timeit.timeit" name="timeit() (in module timeit)"/>
  <function link="library/timeit.html#timeit.Timer.timeit" name="(timeit.Timer method)"/>
  <function link="library/socket.html#socket.timeout" name="timeout"/>
  <function link="library/asyncio-task.html#asyncio.Timeout" name="Timeout (class in asyncio)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.timeout" name="timeout (socketserver.BaseServer attribute)"/>
  <function link="library/ssl.html#ssl.SSLSession.timeout" name="(ssl.SSLSession attribute)"/>
  <function link="library/subprocess.html#subprocess.TimeoutExpired.timeout" name="(subprocess.TimeoutExpired attribute)"/>
  <function link="library/curses.html#curses.window.timeout" name="timeout() (curses.window method)"/>
  <function link="library/asyncio-task.html#asyncio.timeout" name="(in module asyncio)"/>
  <function link="library/asyncio-task.html#asyncio.timeout_at" name="timeout_at() (in module asyncio)"/>
  <function link="library/_thread.html#thread.TIMEOUT_MAX" name="TIMEOUT_MAX (in module _thread)"/>
  <function link="library/threading.html#threading.TIMEOUT_MAX" name="(in module threading)"/>
  <function link="library/asyncio-exceptions.html#asyncio.TimeoutError" name="TimeoutError"/>
  <function link="library/subprocess.html#subprocess.TimeoutExpired" name="TimeoutExpired"/>
  <function link="library/threading.html#threading.Timer" name="Timer (class in threading)"/>
  <function link="library/timeit.html#timeit.Timer" name="(class in timeit)"/>
  <function link="library/asyncio-eventloop.html#asyncio.TimerHandle" name="TimerHandle (class in asyncio)"/>
  <function link="library/os.html#os.times" name="times() (in module os)"/>
  <function link="library/py_compile.html#py_compile.PycInvalidationMode.TIMESTAMP" name="TIMESTAMP (py_compile.PycInvalidationMode attribute)"/>
  <function link="library/datetime.html#datetime.datetime.timestamp" name="timestamp() (datetime.datetime method)"/>
  <function link="library/datetime.html#datetime.date.timetuple" name="timetuple() (datetime.date method)"/>
  <function link="library/datetime.html#datetime.datetime.timetuple" name="(datetime.datetime method)"/>
  <function link="library/datetime.html#datetime.datetime.timetz" name="timetz() (datetime.datetime method)"/>
  <function link="library/datetime.html#datetime.timezone" name="timezone (class in datetime)"/>
  <function link="library/time.html#time.timezone" name="(in module time)"/>
  <function link="library/stdtypes.html#bytearray.title" name="title() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.title" name="(bytes method)"/>
  <function link="library/turtle.html#turtle.title" name="(in module turtle)"/>
  <function link="library/stdtypes.html#str.title" name="(str method)"/>
  <function link="library/tkinter.tix.html#index-0" name="Tix"/>
  <function link="library/tkinter.tix.html#tkinter.tix.tixCommand.tix_addbitmapdir" name="tix_addbitmapdir() (tkinter.tix.tixCommand method)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.tixCommand.tix_cget" name="tix_cget() (tkinter.tix.tixCommand method)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.tixCommand.tix_configure" name="tix_configure() (tkinter.tix.tixCommand method)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.tixCommand.tix_filedialog" name="tix_filedialog() (tkinter.tix.tixCommand method)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.tixCommand.tix_getbitmap" name="tix_getbitmap() (tkinter.tix.tixCommand method)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.tixCommand.tix_getimage" name="tix_getimage() (tkinter.tix.tixCommand method)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.tixCommand.tix_option_get" name="tix_option_get() (tkinter.tix.tixCommand method)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.tixCommand.tix_resetoptions" name="tix_resetoptions() (tkinter.tix.tixCommand method)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.tixCommand" name="tixCommand (class in tkinter.tix)"/>
  <function link="library/tk.html#index-0" name="Tk"/>
  <function link="library/tkinter.html#tkinter.Tk" name="(class in tkinter)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.Tk" name="(class in tkinter.tix)"/>
  <function link="library/tkinter.html#tkinter.Tk.tk" name="tk (tkinter.Tk attribute)"/>
  <function link="library/tkinter.html#index-4" name="Tk Option Data Types"/>
  <function link="faq/gui.html#index-1" name="TK_LIBRARY"/>
  <function link="library/tk.html#index-0" name="Tkinter"/>
  <function link="library/tkinter.html#module-tkinter" name="module"/>
  <function link="library/tkinter.colorchooser.html#module-tkinter.colorchooser" name="module"/>
  <function link="library/dialog.html#module-tkinter.commondialog" name="module"/>
  <function link="library/tkinter.dnd.html#module-tkinter.dnd" name="module"/>
  <function link="library/dialog.html#module-tkinter.filedialog" name="module"/>
  <function link="library/tkinter.font.html#module-tkinter.font" name="module"/>
  <function link="library/tkinter.messagebox.html#module-tkinter.messagebox" name="module"/>
  <function link="library/tkinter.scrolledtext.html#module-tkinter.scrolledtext" name="module"/>
  <function link="library/dialog.html#module-tkinter.simpledialog" name="module"/>
  <function link="library/tkinter.tix.html#module-tkinter.tix" name="module"/>
  <function link="library/tkinter.ttk.html#module-tkinter.ttk" name="module"/>
  <function link="library/tkinter.tix.html#tkinter.tix.TList" name="TList (class in tkinter.tix)"/>
  <function link="library/ssl.html#index-1" name="TLS"/>
  <function link="library/ssl.html#ssl.TLSVersion.TLSv1" name="TLSv1 (ssl.TLSVersion attribute)"/>
  <function link="library/ssl.html#ssl.TLSVersion.TLSv1_1" name="TLSv1_1 (ssl.TLSVersion attribute)"/>
  <function link="library/ssl.html#ssl.TLSVersion.TLSv1_2" name="TLSv1_2 (ssl.TLSVersion attribute)"/>
  <function link="library/ssl.html#ssl.TLSVersion.TLSv1_3" name="TLSv1_3 (ssl.TLSVersion attribute)"/>
  <function link="library/ssl.html#ssl.TLSVersion" name="TLSVersion (class in ssl)"/>
  <function link="library/tempfile.html#index-3" name="TMP"/>
  <function link="library/tempfile.html#index-1" name="TMPDIR"/>
  <function link="library/stdtypes.html#int.to_bytes" name="to_bytes() (int method)"/>
  <function link="library/decimal.html#decimal.Context.to_eng_string" name="to_eng_string() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.to_eng_string" name="(decimal.Decimal method)"/>
  <function link="library/decimal.html#decimal.Decimal.to_integral" name="to_integral() (decimal.Decimal method)"/>
  <function link="library/decimal.html#decimal.Context.to_integral_exact" name="to_integral_exact() (decimal.Context method)"/>
  <function link="library/decimal.html#decimal.Decimal.to_integral_exact" name="(decimal.Decimal method)"/>
  <function link="library/decimal.html#decimal.Decimal.to_integral_value" name="to_integral_value() (decimal.Decimal method)"/>
  <function link="library/decimal.html#decimal.Context.to_sci_string" name="to_sci_string() (decimal.Context method)"/>
  <function link="library/asyncio-task.html#asyncio.to_thread" name="to_thread() (in module asyncio)"/>
  <function link="library/codecs.html#encodings.idna.ToASCII" name="ToASCII() (in module encodings.idna)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.tobuf" name="tobuf() (tarfile.TarInfo method)"/>
  <function link="library/array.html#array.array.tobytes" name="tobytes() (array.array method)"/>
  <function link="library/stdtypes.html#memoryview.tobytes" name="(memoryview method)"/>
  <function link="library/datetime.html#datetime.date.today" name="today() (datetime.date class method)"/>
  <function link="library/datetime.html#datetime.datetime.today" name="(datetime.datetime class method)"/>
  <function link="library/array.html#array.array.tofile" name="tofile() (array.array method)"/>
  <function link="library/token.html#token.tok_name" name="tok_name (in module token)"/>
  <function link="reference/lexical_analysis.html#index-0" name="token"/>
  <function link="library/token.html#module-token" name="module"/>
  <function link="library/contextvars.html#contextvars.Token" name="Token (class in contextvars)"/>
  <function link="library/shlex.html#shlex.shlex.token" name="token (shlex.shlex attribute)"/>
  <function link="library/secrets.html#secrets.token_bytes" name="token_bytes() (in module secrets)"/>
  <function link="library/secrets.html#secrets.token_hex" name="token_hex() (in module secrets)"/>
  <function link="library/secrets.html#secrets.token_urlsafe" name="token_urlsafe() (in module secrets)"/>
  <function link="library/tokenize.html#tokenize.TokenError" name="TokenError"/>
  <function link="library/tokenize.html#module-tokenize" name="module"/>
  <function link="library/tokenize.html#cmdoption-tokenize-e" name="--exact"/>
  <function link="library/tokenize.html#cmdoption-tokenize-h" name="--help"/>
  <function link="library/tokenize.html#cmdoption-tokenize-e" name="-e"/>
  <function link="library/tokenize.html#cmdoption-tokenize-h" name="-h"/>
  <function link="library/tokenize.html#tokenize.tokenize" name="tokenize() (in module tokenize)"/>
  <function link="library/array.html#array.array.tolist" name="tolist() (array.array method)"/>
  <function link="library/stdtypes.html#memoryview.tolist" name="(memoryview method)"/>
  <function link="library/tomllib.html#tomllib.TOMLDecodeError" name="TOMLDecodeError"/>
  <function link="library/tomllib.html#module-tomllib" name="module"/>
  <function link="library/audioop.html#audioop.tomono" name="tomono() (in module audioop)"/>
  <function link="library/datetime.html#datetime.date.toordinal" name="toordinal() (datetime.date method)"/>
  <function link="library/datetime.html#datetime.datetime.toordinal" name="(datetime.datetime method)"/>
  <function link="library/curses.panel.html#curses.panel.Panel.top" name="top() (curses.panel.Panel method)"/>
  <function link="library/poplib.html#poplib.POP3.top" name="(poplib.POP3 method)"/>
  <function link="library/curses.panel.html#curses.panel.top_panel" name="top_panel() (in module curses.panel)"/>
  <function link="library/graphlib.html#graphlib.TopologicalSorter" name="TopologicalSorter (class in graphlib)"/>
  <function link="library/xml.dom.minidom.html#xml.dom.minidom.Node.toprettyxml" name="toprettyxml() (xml.dom.minidom.Node method)"/>
  <function link="library/stdtypes.html#memoryview.toreadonly" name="toreadonly() (memoryview method)"/>
  <function link="library/audioop.html#audioop.tostereo" name="tostereo() (in module audioop)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.tostring" name="tostring() (in module xml.etree.ElementTree)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.tostringlist" name="tostringlist() (in module xml.etree.ElementTree)"/>
  <function link="library/collections.html#collections.Counter.total" name="total() (collections.Counter method)"/>
  <function link="library/sqlite3.html#sqlite3.Connection.total_changes" name="total_changes (sqlite3.Connection attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.Traceback.total_nframe" name="total_nframe (tracemalloc.Traceback attribute)"/>
  <function link="library/functools.html#functools.total_ordering" name="total_ordering() (in module functools)"/>
  <function link="library/datetime.html#datetime.timedelta.total_seconds" name="total_seconds() (datetime.timedelta method)"/>
  <function link="library/pathlib.html#pathlib.Path.touch" name="touch() (pathlib.Path method)"/>
  <function link="library/curses.html#curses.window.touchline" name="touchline() (curses.window method)"/>
  <function link="library/curses.html#curses.window.touchwin" name="touchwin() (curses.window method)"/>
  <function link="library/array.html#array.array.tounicode" name="tounicode() (array.array method)"/>
  <function link="library/codecs.html#encodings.idna.ToUnicode" name="ToUnicode() (in module encodings.idna)"/>
  <function link="library/turtle.html#turtle.towards" name="towards() (in module turtle)"/>
  <function link="library/xml.dom.minidom.html#xml.dom.minidom.Node.toxml" name="toxml() (xml.dom.minidom.Node method)"/>
  <function link="library/curses.html#curses.tparm" name="tparm() (in module curses)"/>
  <function link="library/trace.html#module-trace" name="module"/>
  <function link="reference/datamodel.html#index-63" name="stack"/>
  <function link="library/trace.html#trace.Trace" name="Trace (class in trace)"/>
  <function link="library/tracemalloc.html#tracemalloc.Trace" name="(class in tracemalloc)"/>
  <function link="library/trace.html#cmdoption-trace-c" name="--count"/>
  <function link="library/trace.html#cmdoption-trace-C" name="--coverdir"/>
  <function link="library/trace.html#cmdoption-trace-f" name="--file"/>
  <function link="library/trace.html#cmdoption-trace-help" name="--help"/>
  <function link="library/trace.html#cmdoption-trace-ignore-dir" name="--ignore-dir"/>
  <function link="library/trace.html#cmdoption-trace-ignore-module" name="--ignore-module"/>
  <function link="library/trace.html#cmdoption-trace-l" name="--listfuncs"/>
  <function link="library/trace.html#cmdoption-trace-m" name="--missing"/>
  <function link="library/trace.html#cmdoption-trace-R" name="--no-report"/>
  <function link="library/trace.html#cmdoption-trace-r" name="--report"/>
  <function link="library/trace.html#cmdoption-trace-s" name="--summary"/>
  <function link="library/trace.html#cmdoption-trace-g" name="--timing"/>
  <function link="library/trace.html#cmdoption-trace-t" name="--trace"/>
  <function link="library/trace.html#cmdoption-trace-T" name="--trackcalls"/>
  <function link="library/trace.html#cmdoption-trace-version" name="--version"/>
  <function link="library/trace.html#cmdoption-trace-c" name="-c"/>
  <function link="library/trace.html#cmdoption-trace-C" name="-C"/>
  <function link="library/trace.html#cmdoption-trace-f" name="-f"/>
  <function link="library/trace.html#cmdoption-trace-g" name="-g"/>
  <function link="library/trace.html#cmdoption-trace-l" name="-l"/>
  <function link="library/trace.html#cmdoption-trace-m" name="-m"/>
  <function link="library/trace.html#cmdoption-trace-r" name="-r"/>
  <function link="library/trace.html#cmdoption-trace-R" name="-R"/>
  <function link="library/trace.html#cmdoption-trace-s" name="-s"/>
  <function link="library/trace.html#cmdoption-trace-t" name="-t"/>
  <function link="library/trace.html#cmdoption-trace-T" name="-T"/>
  <function link="library/sys.html#index-11" name="trace function"/>
  <function link="library/inspect.html#inspect.trace" name="trace() (in module inspect)"/>
  <function link="library/bdb.html#bdb.Bdb.trace_dispatch" name="trace_dispatch() (bdb.Bdb method)"/>
  <function link="library/traceback.html#module-traceback" name="module"/>
  <function link="library/sys.html#index-8" name="object"/>
  <function link="library/inspect.html#inspect.Traceback" name="Traceback (class in inspect)"/>
  <function link="library/tracemalloc.html#tracemalloc.Traceback" name="(class in tracemalloc)"/>
  <function link="library/tracemalloc.html#tracemalloc.Statistic.traceback" name="traceback (tracemalloc.Statistic attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.StatisticDiff.traceback" name="(tracemalloc.StatisticDiff attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.Trace.traceback" name="(tracemalloc.Trace attribute)"/>
  <function link="library/tracemalloc.html#tracemalloc.Snapshot.traceback_limit" name="traceback_limit (tracemalloc.Snapshot attribute)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.traceback_limit" name="(wsgiref.handlers.BaseHandler attribute)"/>
  <function link="library/traceback.html#traceback.TracebackException" name="TracebackException (class in traceback)"/>
  <function link="library/sys.html#sys.tracebacklimit" name="tracebacklimit (in module sys)"/>
  <function link="library/cgitb.html#index-0" name="in CGI scripts"/>
  <function link="library/types.html#types.TracebackType" name="TracebackType (class in types)"/>
  <function link="library/tracemalloc.html#module-tracemalloc" name="module"/>
  <function link="library/turtle.html#turtle.tracer" name="tracer() (in module turtle)"/>
  <function link="library/tracemalloc.html#tracemalloc.Snapshot.traces" name="traces (tracemalloc.Snapshot attribute)"/>
  <function link="reference/expressions.html#index-95" name="comma"/>
  <function link="library/ftplib.html#ftplib.FTP.transfercmd" name="transfercmd() (ftplib.FTP method)"/>
  <function link="library/test.html#test.support.socket_helper.transient_internet" name="transient_internet() (in module test.support.socket_helper)"/>
  <function link="library/stdtypes.html#bytearray.translate" name="translate() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.translate" name="(bytes method)"/>
  <function link="library/fnmatch.html#fnmatch.translate" name="(in module fnmatch)"/>
  <function link="library/stdtypes.html#str.translate" name="(str method)"/>
  <function link="library/gettext.html#gettext.translation" name="translation() (in module gettext)"/>
  <function link="library/asyncio-stream.html#asyncio.StreamWriter.transport" name="transport (asyncio.StreamWriter attribute)"/>
  <function link="library/asyncio-protocol.html#asyncio.Transport" name="Transport (class in asyncio)"/>
  <function link="library/ssl.html#index-1" name="Transport Layer Security"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.Traversable" name="Traversable (class in importlib.resources.abc)"/>
  <function link="library/importlib.resources.abc.html#importlib.resources.abc.TraversableResources" name="TraversableResources (class in importlib.resources.abc)"/>
  <function link="c-api/gcsupport.html#c.traverseproc" name="traverseproc (C type)"/>
  <function link="library/tkinter.tix.html#tkinter.tix.Tree" name="Tree (class in tkinter.tix)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.TreeBuilder" name="TreeBuilder (class in xml.etree.ElementTree)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview" name="Treeview (class in tkinter.ttk)"/>
  <function link="library/random.html#random.triangular" name="triangular() (in module random)"/>
  <function link="glossary.html#term-triple-quoted-string" name="triple-quoted string"/>
  <function link="library/stdtypes.html#index-4" name="True"/>
  <function link="library/stdtypes.html#index-2" name="true"/>
  <function link="library/constants.html#True" name="True (built-in variable)"/>
  <function link="library/operator.html#operator.truediv" name="truediv() (in module operator)"/>
  <function link="library/math.html#math.trunc" name="trunc() (in module math)"/>
  <function link="library/os.html#os.truncate" name="truncate() (in module os)"/>
  <function link="library/io.html#io.IOBase.truncate" name="(io.IOBase method)"/>
  <function link="library/stdtypes.html#index-1" name="value"/>
  <function link="library/operator.html#operator.truth" name="truth() (in module operator)"/>
  <function link="reference/compound_stmts.html#index-9" name="statement"/>
  <function link="library/ast.html#ast.Try" name="Try (class in ast)"/>
  <function link="library/ast.html#ast.TryStar" name="TryStar (class in ast)"/>
  <function link="library/tkinter.ttk.html#index-0" name="ttk"/>
  <function link="library/termios.html#index-0" name="I/O control"/>
  <function link="library/tty.html#module-tty" name="module"/>
  <function link="library/os.html#os.ttyname" name="ttyname() (in module os)"/>
  <function link="library/calendar.html#calendar.TUESDAY" name="TUESDAY (in module calendar)"/>
  <function link="c-api/list.html#index-2" name="built-in function"/>
  <function link="reference/datamodel.html#index-20" name="empty"/>
  <function link="c-api/tuple.html#index-0" name="object"/>
  <function link="reference/datamodel.html#index-20" name="singleton"/>
  <function link="library/stdtypes.html#tuple" name="tuple (built-in class)"/>
  <function link="library/ast.html#ast.Tuple" name="Tuple (class in ast)"/>
  <function link="library/typing.html#typing.Tuple" name="(in module typing)"/>
  <function link="library/2to3.html#to3fixer-tuple_params" name="tuple_params (2to3 fixer)"/>
  <function link="library/turtle.html#module-turtle" name="module"/>
  <function link="library/turtle.html#turtle.Turtle" name="Turtle (class in turtle)"/>
  <function link="library/turtle.html#module-turtledemo" name="module"/>
  <function link="library/turtle.html#turtle.turtles" name="turtles() (in module turtle)"/>
  <function link="library/turtle.html#turtle.TurtleScreen" name="TurtleScreen (class in turtle)"/>
  <function link="library/turtle.html#turtle.turtlesize" name="turtlesize() (in module turtle)"/>
  <function link="glossary.html#term-type" name="type"/>
  <function link="library/functions.html#index-0" name="Boolean"/>
  <function link="c-api/object.html#index-7" name="built-in function"/>
  <function link="reference/datamodel.html#index-4" name="data"/>
  <function link="reference/datamodel.html#index-4" name="hierarchy"/>
  <function link="reference/expressions.html#index-7" name="immutable data"/>
  <function link="c-api/intro.html#index-8" name="object"/>
  <function link="library/stdtypes.html#index-51" name="operations on dictionary"/>
  <function link="library/stdtypes.html#index-23" name="operations on list"/>
  <function link="library/stdtypes.html#index-58" name="union"/>
  <function link="library/functions.html#type" name="type (built-in class)"/>
  <function link="library/typing.html#typing.Type" name="Type (class in typing)"/>
  <function link="library/optparse.html#optparse.Option.type" name="type (optparse.Option attribute)"/>
  <function link="library/socket.html#socket.socket.type" name="(socket.socket attribute)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.type" name="(tarfile.TarInfo attribute)"/>
  <function link="library/urllib.request.html#urllib.request.Request.type" name="(urllib.request.Request attribute)"/>
  <function link="glossary.html#term-type-alias" name="type alias"/>
  <function link="glossary.html#term-type-hint" name="type hint"/>
  <function link="reference/datamodel.html#index-1" name="type of an object"/>
  <function link="library/typing.html#typing.type_check_only" name="type_check_only() (in module typing)"/>
  <function link="library/optparse.html#optparse.Option.TYPE_CHECKER" name="TYPE_CHECKER (optparse.Option attribute)"/>
  <function link="library/typing.html#typing.TYPE_CHECKING" name="TYPE_CHECKING (in module typing)"/>
  <function link="library/ast.html#ast.arg.type_comment" name="type_comment (ast.arg attribute)"/>
  <function link="library/ast.html#ast.Assign.type_comment" name="(ast.Assign attribute)"/>
  <function link="library/ast.html#ast.For.type_comment" name="(ast.For attribute)"/>
  <function link="library/ast.html#ast.FunctionDef.type_comment" name="(ast.FunctionDef attribute)"/>
  <function link="library/ast.html#ast.With.type_comment" name="(ast.With attribute)"/>
  <function link="library/token.html#token.TYPE_COMMENT" name="TYPE_COMMENT (in module token)"/>
  <function link="library/token.html#token.TYPE_IGNORE" name="TYPE_IGNORE (in module token)"/>
  <function link="library/curses.html#curses.typeahead" name="typeahead() (in module curses)"/>
  <function link="library/typing.html#typing.TypeAlias" name="TypeAlias (in module typing)"/>
  <function link="library/array.html#array.array.typecode" name="typecode (array.array attribute)"/>
  <function link="library/array.html#array.typecodes" name="typecodes (in module array)"/>
  <function link="library/optparse.html#optparse.Option.TYPED_ACTIONS" name="TYPED_ACTIONS (optparse.Option attribute)"/>
  <function link="library/email.iterators.html#email.iterators.typed_subpart_iterator" name="typed_subpart_iterator() (in module email.iterators)"/>
  <function link="library/typing.html#typing.TypedDict" name="TypedDict (class in typing)"/>
  <function link="library/exceptions.html#TypeError" name="TypeError"/>
  <function link="reference/expressions.html#index-63" name="exception"/>
  <function link="library/typing.html#typing.TypeGuard" name="TypeGuard (in module typing)"/>
  <function link="library/stdtypes.html#index-0" name="built-in"/>
  <function link="library/stdtypes.html#index-21" name="immutable sequence"/>
  <function link="library/stdtypes.html#index-64" name="module"/>
  <function link="library/stdtypes.html#index-22" name="mutable sequence"/>
  <function link="library/stdtypes.html#index-16" name="operations on integer"/>
  <function link="library/stdtypes.html#index-51" name="operations on mapping"/>
  <function link="library/stdtypes.html#index-14" name="operations on numeric"/>
  <function link="library/stdtypes.html#index-19" name="operations on sequence"/>
  <function link="library/2to3.html#to3fixer-types" name="types (2to3 fixer)"/>
  <function link="library/optparse.html#optparse.Option.TYPES" name="TYPES (optparse.Option attribute)"/>
  <function link="reference/datamodel.html#index-54" name="types, internal"/>
  <function link="library/mimetypes.html#mimetypes.types_map" name="types_map (in module mimetypes)"/>
  <function link="library/mimetypes.html#mimetypes.MimeTypes.types_map" name="(mimetypes.MimeTypes attribute)"/>
  <function link="library/mimetypes.html#mimetypes.MimeTypes.types_map_inv" name="types_map_inv (mimetypes.MimeTypes attribute)"/>
  <function link="library/typing.html#typing.TypeVar" name="TypeVar (class in typing)"/>
  <function link="library/typing.html#typing.TypeVarTuple" name="TypeVarTuple (class in typing)"/>
  <function link="library/typing.html#module-typing" name="module"/>
  <function link="library/time.html#index-13" name="TZ"/>
  <function link="library/datetime.html#datetime.tzinfo" name="tzinfo (class in datetime)"/>
  <function link="library/datetime.html#datetime.datetime.tzinfo" name="(datetime.datetime attribute)"/>
  <function link="library/datetime.html#datetime.time.tzinfo" name="(datetime.time attribute)"/>
  <function link="library/time.html#time.tzname" name="tzname (in module time)"/>
  <function link="library/datetime.html#datetime.datetime.tzname" name="tzname() (datetime.datetime method)"/>
  <function link="library/datetime.html#datetime.time.tzname" name="(datetime.time method)"/>
  <function link="library/datetime.html#datetime.timezone.tzname" name="(datetime.timezone method)"/>
  <function link="library/datetime.html#datetime.tzinfo.tzname" name="(datetime.tzinfo method)"/>
  <function link="library/zoneinfo.html#zoneinfo.TZPATH" name="TZPATH (in module zoneinfo)"/>
  <function link="library/time.html#time.tzset" name="tzset() (in module time)"/>
  <function link="reference/lexical_analysis.html#index-17" name="string literal"/>
  <function link="reference/lexical_analysis.html#index-17" name="string literal"/>
  <function link="library/aifc.html#index-2" name="u-LAW"/>
  <function link="library/ast.html#ast.UAdd" name="UAdd (class in ast)"/>
  <function link="library/unicodedata.html#unicodedata.ucd_3_2_0" name="ucd_3_2_0 (in module unicodedata)"/>
  <function link="library/select.html#select.kevent.udata" name="udata (select.kevent attribute)"/>
  <function link="library/socketserver.html#socketserver.UDPServer" name="UDPServer (class in socketserver)"/>
  <function link="library/stat.html#stat.UF_APPEND" name="UF_APPEND (in module stat)"/>
  <function link="library/stat.html#stat.UF_COMPRESSED" name="UF_COMPRESSED (in module stat)"/>
  <function link="library/stat.html#stat.UF_HIDDEN" name="UF_HIDDEN (in module stat)"/>
  <function link="library/stat.html#stat.UF_IMMUTABLE" name="UF_IMMUTABLE (in module stat)"/>
  <function link="library/stat.html#stat.UF_NODUMP" name="UF_NODUMP (in module stat)"/>
  <function link="library/stat.html#stat.UF_NOUNLINK" name="UF_NOUNLINK (in module stat)"/>
  <function link="library/stat.html#stat.UF_OPAQUE" name="UF_OPAQUE (in module stat)"/>
  <function link="library/plistlib.html#plistlib.UID" name="UID (class in plistlib)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.uid" name="uid (tarfile.TarInfo attribute)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.uid" name="uid() (imaplib.IMAP4 method)"/>
  <function link="library/poplib.html#poplib.POP3.uidl" name="uidl() (poplib.POP3 method)"/>
  <function link="library/audioop.html#audioop.ulaw2lin" name="ulaw2lin() (in module audioop)"/>
  <function link="c-api/long.html#index-4" name="ULONG_MAX"/>
  <function link="library/math.html#math.ulp" name="ulp() (in module math)"/>
  <function link="library/os.html#os.umask" name="umask() (in module os)"/>
  <function link="library/pdb.html#pdbcommand-unalias" name="unalias (pdb command)"/>
  <function link="library/tarfile.html#tarfile.TarInfo.uname" name="uname (tarfile.TarInfo attribute)"/>
  <function link="library/os.html#os.uname" name="uname() (in module os)"/>
  <function link="library/platform.html#platform.uname" name="(in module platform)"/>
  <function link="reference/expressions.html#index-59" name="arithmetic operation"/>
  <function link="reference/expressions.html#index-59" name="bitwise operation"/>
  <function link="library/dis.html#opcode-UNARY_INVERT" name="UNARY_INVERT (opcode)"/>
  <function link="library/dis.html#opcode-UNARY_NEGATIVE" name="UNARY_NEGATIVE (opcode)"/>
  <function link="library/dis.html#opcode-UNARY_NOT" name="UNARY_NOT (opcode)"/>
  <function link="library/dis.html#opcode-UNARY_POSITIVE" name="UNARY_POSITIVE (opcode)"/>
  <function link="c-api/typeobj.html#c.unaryfunc" name="unaryfunc (C type)"/>
  <function link="library/ast.html#ast.UnaryOp" name="UnaryOp (class in ast)"/>
  <function link="reference/simple_stmts.html#index-22" name="name"/>
  <function link="library/exceptions.html#UnboundLocalError" name="UnboundLocalError"/>
  <function link="library/functions.html#index-7" name="unbuffered I/O"/>
  <function link="library/os.html#index-28" name="and os.makedirs()"/>
  <function link="library/asyncio-task.html#asyncio.Task.uncancel" name="uncancel() (asyncio.Task method)"/>
  <function link="library/py_compile.html#py_compile.PycInvalidationMode.UNCHECKED_HASH" name="UNCHECKED_HASH (py_compile.PycInvalidationMode attribute)"/>
  <function link="library/zlib.html#zlib.Decompress.unconsumed_tail" name="unconsumed_tail (zlib.Decompress attribute)"/>
  <function link="library/curses.html#curses.unctrl" name="unctrl() (in module curses)"/>
  <function link="library/curses.ascii.html#curses.ascii.unctrl" name="(in module curses.ascii)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.undefine_macro" name="undefine_macro() (distutils.ccompiler.CCompiler method)"/>
  <function link="library/decimal.html#decimal.Underflow" name="Underflow (class in decimal)"/>
  <function link="library/pdb.html#pdbcommand-undisplay" name="undisplay (pdb command)"/>
  <function link="library/turtle.html#turtle.undo" name="undo() (in module turtle)"/>
  <function link="library/turtle.html#turtle.undobufferentries" name="undobufferentries() (in module turtle)"/>
  <function link="library/cmd.html#cmd.Cmd.undoc_header" name="undoc_header (cmd.Cmd attribute)"/>
  <function link="library/html.html#html.unescape" name="unescape() (in module html)"/>
  <function link="library/xml.sax.utils.html#xml.sax.saxutils.unescape" name="(in module xml.sax.saxutils)"/>
  <function link="library/doctest.html#doctest.UnexpectedException" name="UnexpectedException"/>
  <function link="library/unittest.html#unittest.TestResult.unexpectedSuccesses" name="unexpectedSuccesses (unittest.TestResult attribute)"/>
  <function link="library/gc.html#gc.unfreeze" name="unfreeze() (in module gc)"/>
  <function link="library/curses.html#curses.unget_wch" name="unget_wch() (in module curses)"/>
  <function link="library/curses.html#curses.ungetch" name="ungetch() (in module curses)"/>
  <function link="library/msvcrt.html#msvcrt.ungetch" name="(in module msvcrt)"/>
  <function link="library/curses.html#curses.ungetmouse" name="ungetmouse() (in module curses)"/>
  <function link="library/msvcrt.html#msvcrt.ungetwch" name="ungetwch() (in module msvcrt)"/>
  <function link="library/binascii.html#binascii.unhexlify" name="unhexlify() (in module binascii)"/>
  <function link="library/codecs.html#index-0" name="Unicode"/>
  <function link="library/unicodedata.html#index-0" name="database"/>
  <function link="library/2to3.html#to3fixer-unicode" name="unicode (2to3 fixer)"/>
  <function link="reference/lexical_analysis.html#index-18" name="Unicode Consortium"/>
  <function link="library/unicodedata.html#module-unicodedata" name="module"/>
  <function link="library/exceptions.html#UnicodeDecodeError" name="UnicodeDecodeError"/>
  <function link="library/exceptions.html#UnicodeEncodeError" name="UnicodeEncodeError"/>
  <function link="library/exceptions.html#UnicodeError" name="UnicodeError"/>
  <function link="library/exceptions.html#UnicodeTranslateError" name="UnicodeTranslateError"/>
  <function link="library/exceptions.html#UnicodeWarning" name="UnicodeWarning"/>
  <function link="library/unicodedata.html#unicodedata.unidata_version" name="unidata_version (in module unicodedata)"/>
  <function link="library/difflib.html#difflib.unified_diff" name="unified_diff() (in module difflib)"/>
  <function link="library/random.html#random.uniform" name="uniform() (in module random)"/>
  <function link="library/http.client.html#http.client.UnimplementedFileMode" name="UnimplementedFileMode"/>
  <function link="library/stdtypes.html#index-58" name="object"/>
  <function link="library/stdtypes.html#index-58" name="type"/>
  <function link="library/ctypes.html#ctypes.Union" name="Union (class in ctypes)"/>
  <function link="library/typing.html#typing.Union" name="(in module typing)"/>
  <function link="library/stdtypes.html#frozenset.union" name="union() (frozenset method)"/>
  <function link="library/types.html#types.UnionType" name="UnionType (class in types)"/>
  <function link="library/enum.html#enum.EnumCheck.UNIQUE" name="UNIQUE (enum.EnumCheck attribute)"/>
  <function link="library/enum.html#enum.unique" name="unique() (in module enum)"/>
  <function link="library/unittest.html#module-unittest" name="module"/>
  <function link="library/unittest.html#cmdoption-unittest-b" name="--buffer"/>
  <function link="library/unittest.html#cmdoption-unittest-c" name="--catch"/>
  <function link="library/unittest.html#cmdoption-unittest-f" name="--failfast"/>
  <function link="library/unittest.html#cmdoption-unittest-locals" name="--locals"/>
  <function link="library/unittest.html#cmdoption-unittest-b" name="-b"/>
  <function link="library/unittest.html#cmdoption-unittest-c" name="-c"/>
  <function link="library/unittest.html#cmdoption-unittest-f" name="-f"/>
  <function link="library/unittest.html#cmdoption-unittest-k" name="-k"/>
  <function link="library/unittest.html#cmdoption-unittest-discover-p" name="--pattern"/>
  <function link="library/unittest.html#cmdoption-unittest-discover-s" name="--start-directory"/>
  <function link="library/unittest.html#cmdoption-unittest-discover-t" name="--top-level-directory"/>
  <function link="library/unittest.html#cmdoption-unittest-discover-v" name="--verbose"/>
  <function link="library/unittest.html#cmdoption-unittest-discover-p" name="-p"/>
  <function link="library/unittest.html#cmdoption-unittest-discover-s" name="-s"/>
  <function link="library/unittest.html#cmdoption-unittest-discover-t" name="-t"/>
  <function link="library/unittest.html#cmdoption-unittest-discover-v" name="-v"/>
  <function link="library/unittest.mock.html#module-unittest.mock" name="module"/>
  <function link="glossary.html#term-universal-newlines" name="universal newlines"/>
  <function link="library/stdtypes.html#index-43" name="bytearray.splitlines method"/>
  <function link="library/stdtypes.html#index-43" name="bytes.splitlines method"/>
  <function link="library/csv.html#index-3" name="csv.reader function"/>
  <function link="library/importlib.html#index-16" name="importlib.abc.InspectLoader.get_source method"/>
  <function link="library/io.html#index-5" name="io.IncrementalNewlineDecoder class"/>
  <function link="library/io.html#index-4" name="io.TextIOWrapper class"/>
  <function link="library/functions.html#index-6" name="open() built-in function"/>
  <function link="library/stdtypes.html#index-33" name="str.splitlines method"/>
  <function link="library/subprocess.html#index-1" name="subprocess module"/>
  <function link="whatsnew/2.3.html#index-8" name="What's new"/>
  <function link="reference/toplevel_components.html#index-4" name="UNIX"/>
  <function link="library/fcntl.html#index-0" name="file control"/>
  <function link="library/fcntl.html#index-0" name="I/O control"/>
  <function link="library/csv.html#csv.unix_dialect" name="unix_dialect (class in csv)"/>
  <function link="library/test.html#test.support.unix_shell" name="unix_shell (in module test.support)"/>
  <function link="library/socketserver.html#socketserver.UnixDatagramServer" name="UnixDatagramServer (class in socketserver)"/>
  <function link="library/socketserver.html#socketserver.UnixStreamServer" name="UnixStreamServer (class in socketserver)"/>
  <function link="library/uuid.html#uuid.SafeUUID.unknown" name="unknown (uuid.SafeUUID attribute)"/>
  <function link="library/html.parser.html#html.parser.HTMLParser.unknown_decl" name="unknown_decl() (html.parser.HTMLParser method)"/>
  <function link="library/urllib.request.html#urllib.request.BaseHandler.unknown_open" name="unknown_open() (urllib.request.BaseHandler method)"/>
  <function link="library/urllib.request.html#urllib.request.UnknownHandler.unknown_open" name="(urllib.request.UnknownHandler method)"/>
  <function link="library/urllib.request.html#urllib.request.UnknownHandler" name="UnknownHandler (class in urllib.request)"/>
  <function link="library/http.client.html#http.client.UnknownProtocol" name="UnknownProtocol"/>
  <function link="library/http.client.html#http.client.UnknownTransferEncoding" name="UnknownTransferEncoding"/>
  <function link="library/os.html#os.unlink" name="unlink() (in module os)"/>
  <function link="library/test.html#test.support.os_helper.unlink" name="(in module test.support.os_helper)"/>
  <function link="library/multiprocessing.shared_memory.html#multiprocessing.shared_memory.SharedMemory.unlink" name="(multiprocessing.shared_memory.SharedMemory method)"/>
  <function link="library/pathlib.html#pathlib.Path.unlink" name="(pathlib.Path method)"/>
  <function link="library/xml.dom.minidom.html#xml.dom.minidom.Node.unlink" name="(xml.dom.minidom.Node method)"/>
  <function link="library/test.html#test.support.import_helper.unload" name="unload() (in module test.support.import_helper)"/>
  <function link="library/mailbox.html#mailbox.Babyl.unlock" name="unlock() (mailbox.Babyl method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.unlock" name="(mailbox.Mailbox method)"/>
  <function link="library/mailbox.html#mailbox.Maildir.unlock" name="(mailbox.Maildir method)"/>
  <function link="library/mailbox.html#mailbox.mbox.unlock" name="(mailbox.mbox method)"/>
  <function link="library/mailbox.html#mailbox.MH.unlock" name="(mailbox.MH method)"/>
  <function link="library/mailbox.html#mailbox.MMDF.unlock" name="(mailbox.MMDF method)"/>
  <function link="library/typing.html#typing.Unpack" name="Unpack (in module typing)"/>
  <function link="library/struct.html#struct.unpack" name="unpack() (in module struct)"/>
  <function link="library/struct.html#struct.Struct.unpack" name="(struct.Struct method)"/>
  <function link="library/shutil.html#shutil.unpack_archive" name="unpack_archive() (in module shutil)"/>
  <function link="library/xdrlib.html#xdrlib.Unpacker.unpack_array" name="unpack_array() (xdrlib.Unpacker method)"/>
  <function link="library/xdrlib.html#xdrlib.Unpacker.unpack_bytes" name="unpack_bytes() (xdrlib.Unpacker method)"/>
  <function link="library/xdrlib.html#xdrlib.Unpacker.unpack_double" name="unpack_double() (xdrlib.Unpacker method)"/>
  <function link="library/dis.html#opcode-UNPACK_EX" name="UNPACK_EX (opcode)"/>
  <function link="library/xdrlib.html#xdrlib.Unpacker.unpack_farray" name="unpack_farray() (xdrlib.Unpacker method)"/>
  <function link="library/xdrlib.html#xdrlib.Unpacker.unpack_float" name="unpack_float() (xdrlib.Unpacker method)"/>
  <function link="library/xdrlib.html#xdrlib.Unpacker.unpack_fopaque" name="unpack_fopaque() (xdrlib.Unpacker method)"/>
  <function link="library/struct.html#struct.unpack_from" name="unpack_from() (in module struct)"/>
  <function link="library/struct.html#struct.Struct.unpack_from" name="(struct.Struct method)"/>
  <function link="library/xdrlib.html#xdrlib.Unpacker.unpack_fstring" name="unpack_fstring() (xdrlib.Unpacker method)"/>
  <function link="library/xdrlib.html#xdrlib.Unpacker.unpack_list" name="unpack_list() (xdrlib.Unpacker method)"/>
  <function link="library/xdrlib.html#xdrlib.Unpacker.unpack_opaque" name="unpack_opaque() (xdrlib.Unpacker method)"/>
  <function link="library/dis.html#opcode-UNPACK_SEQUENCE" name="UNPACK_SEQUENCE (opcode)"/>
  <function link="library/xdrlib.html#xdrlib.Unpacker.unpack_string" name="unpack_string() (xdrlib.Unpacker method)"/>
  <function link="library/xdrlib.html#xdrlib.Unpacker" name="Unpacker (class in xdrlib)"/>
  <function link="reference/expressions.html#index-18" name="dictionary"/>
  <function link="reference/expressions.html#index-49" name="in function calls"/>
  <function link="reference/expressions.html#index-93" name="iterable"/>
  <function link="library/ast.html#ast.unparse" name="unparse() (in module ast)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.DTDHandler.unparsedEntityDecl" name="unparsedEntityDecl() (xml.sax.handler.DTDHandler method)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.UnparsedEntityDeclHandler" name="UnparsedEntityDeclHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/pickle.html#pickle.Unpickler" name="Unpickler (class in pickle)"/>
  <function link="library/pickle.html#pickle.UnpicklingError" name="UnpicklingError"/>
  <function link="library/email.utils.html#email.utils.unquote" name="unquote() (in module email.utils)"/>
  <function link="library/urllib.parse.html#urllib.parse.unquote" name="(in module urllib.parse)"/>
  <function link="library/urllib.parse.html#urllib.parse.unquote_plus" name="unquote_plus() (in module urllib.parse)"/>
  <function link="library/urllib.parse.html#urllib.parse.unquote_to_bytes" name="unquote_to_bytes() (in module urllib.parse)"/>
  <function link="library/sys.html#sys.unraisablehook" name="unraisablehook() (in module sys)"/>
  <function link="reference/datamodel.html#index-2" name="unreachable object"/>
  <function link="distutils/apiref.html#distutils.text_file.TextFile.unreadline" name="unreadline() (distutils.text_file.TextFile method)"/>
  <function link="reference/lexical_analysis.html#index-24" name="unrecognized escape sequence"/>
  <function link="library/atexit.html#atexit.unregister" name="unregister() (in module atexit)"/>
  <function link="library/codecs.html#codecs.unregister" name="(in module codecs)"/>
  <function link="library/faulthandler.html#faulthandler.unregister" name="(in module faulthandler)"/>
  <function link="library/select.html#select.devpoll.unregister" name="(select.devpoll method)"/>
  <function link="library/select.html#select.epoll.unregister" name="(select.epoll method)"/>
  <function link="library/select.html#select.poll.unregister" name="(select.poll method)"/>
  <function link="library/selectors.html#selectors.BaseSelector.unregister" name="(selectors.BaseSelector method)"/>
  <function link="library/shutil.html#shutil.unregister_archive_format" name="unregister_archive_format() (in module shutil)"/>
  <function link="library/csv.html#csv.unregister_dialect" name="unregister_dialect() (in module csv)"/>
  <function link="library/shutil.html#shutil.unregister_unpack_format" name="unregister_unpack_format() (in module shutil)"/>
  <function link="library/uuid.html#uuid.SafeUUID.unsafe" name="unsafe (uuid.SafeUUID attribute)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.unselect" name="unselect() (imaplib.IMAP4 method)"/>
  <function link="library/test.html#test.support.os_helper.EnvironmentVarGuard.unset" name="unset() (test.support.os_helper.EnvironmentVarGuard method)"/>
  <function link="library/os.html#os.unsetenv" name="unsetenv() (in module os)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.UnstructuredHeader" name="UnstructuredHeader (class in email.headerregistry)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.unsubscribe" name="unsubscribe() (imaplib.IMAP4 method)"/>
  <function link="library/io.html#io.UnsupportedOperation" name="UnsupportedOperation"/>
  <function link="library/pdb.html#pdbcommand-until" name="until (pdb command)"/>
  <function link="library/tokenize.html#tokenize.untokenize" name="untokenize() (in module tokenize)"/>
  <function link="library/curses.html#curses.window.untouchwin" name="untouchwin() (curses.window method)"/>
  <function link="library/bz2.html#bz2.BZ2Decompressor.unused_data" name="unused_data (bz2.BZ2Decompressor attribute)"/>
  <function link="library/lzma.html#lzma.LZMADecompressor.unused_data" name="(lzma.LZMADecompressor attribute)"/>
  <function link="library/zlib.html#zlib.Decompress.unused_data" name="(zlib.Decompress attribute)"/>
  <function link="library/urllib.request.html#urllib.request.Request.unverifiable" name="unverifiable (urllib.request.Request attribute)"/>
  <function link="library/inspect.html#inspect.unwrap" name="unwrap() (in module inspect)"/>
  <function link="library/urllib.parse.html#urllib.parse.unwrap" name="(in module urllib.parse)"/>
  <function link="library/ssl.html#ssl.SSLSocket.unwrap" name="(ssl.SSLSocket method)"/>
  <function link="library/pdb.html#pdbcommand-up" name="up (pdb command)"/>
  <function link="library/turtle.html#turtle.up" name="up() (in module turtle)"/>
  <function link="library/collections.html#collections.Counter.update" name="update() (collections.Counter method)"/>
  <function link="library/stdtypes.html#dict.update" name="(dict method)"/>
  <function link="library/stdtypes.html#frozenset.update" name="(frozenset method)"/>
  <function link="library/hashlib.html#hashlib.hash.update" name="(hashlib.hash method)"/>
  <function link="library/hmac.html#hmac.HMAC.update" name="(hmac.HMAC method)"/>
  <function link="library/http.cookies.html#http.cookies.Morsel.update" name="(http.cookies.Morsel method)"/>
  <function link="library/turtle.html#turtle.update" name="(in module turtle)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.update" name="(mailbox.Mailbox method)"/>
  <function link="library/mailbox.html#mailbox.Maildir.update" name="(mailbox.Maildir method)"/>
  <function link="library/trace.html#trace.CoverageResults.update" name="(trace.CoverageResults method)"/>
  <function link="library/abc.html#abc.update_abstractmethods" name="update_abstractmethods() (in module abc)"/>
  <function link="library/urllib.request.html#urllib.request.HTTPPasswordMgrWithPriorAuth.update_authenticated" name="update_authenticated() (urllib.request.HTTPPasswordMgrWithPriorAuth method)"/>
  <function link="library/curses.html#curses.update_lines_cols" name="update_lines_cols() (in module curses)"/>
  <function link="library/curses.panel.html#curses.panel.update_panels" name="update_panels() (in module curses.panel)"/>
  <function link="library/mailbox.html#mailbox.BabylMessage.update_visible" name="update_visible() (mailbox.BabylMessage method)"/>
  <function link="library/functools.html#functools.update_wrapper" name="update_wrapper() (in module functools)"/>
  <function link="library/venv.html#venv.EnvBuilder.upgrade_dependencies" name="upgrade_dependencies() (venv.EnvBuilder method)"/>
  <function link="library/stdtypes.html#bytearray.upper" name="upper() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.upper" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.upper" name="(str method)"/>
  <function link="library/os.html#os.urandom" name="urandom() (in module os)"/>
  <function link="library/cgi.html#index-0" name="URL"/>
  <function link="library/urllib.parse.html#index-0" name="parsing"/>
  <function link="library/urllib.parse.html#index-0" name="relative"/>
  <function link="library/http.client.html#http.client.HTTPResponse.url" name="url (http.client.HTTPResponse attribute)"/>
  <function link="library/urllib.request.html#urllib.response.addinfourl.url" name="(urllib.response.addinfourl attribute)"/>
  <function link="library/xmlrpc.client.html#xmlrpc.client.ProtocolError.url" name="(xmlrpc.client.ProtocolError attribute)"/>
  <function link="library/urllib.request.html#urllib.request.url2pathname" name="url2pathname() (in module urllib.request)"/>
  <function link="library/urllib.request.html#urllib.request.urlcleanup" name="urlcleanup() (in module urllib.request)"/>
  <function link="library/urllib.parse.html#urllib.parse.urldefrag" name="urldefrag() (in module urllib.parse)"/>
  <function link="library/urllib.parse.html#urllib.parse.urlencode" name="urlencode() (in module urllib.parse)"/>
  <function link="library/urllib.error.html#urllib.error.URLError" name="URLError"/>
  <function link="library/urllib.parse.html#urllib.parse.urljoin" name="urljoin() (in module urllib.parse)"/>
  <function link="library/urllib.html#module-urllib" name="module"/>
  <function link="library/2to3.html#to3fixer-urllib" name="urllib (2to3 fixer)"/>
  <function link="library/urllib.error.html#module-urllib.error" name="module"/>
  <function link="library/urllib.parse.html#module-urllib.parse" name="module"/>
  <function link="library/http.client.html#index-1" name="module"/>
  <function link="library/urllib.request.html#module-urllib.response" name="module"/>
  <function link="library/urllib.robotparser.html#module-urllib.robotparser" name="module"/>
  <function link="library/urllib.request.html#urllib.request.urlopen" name="urlopen() (in module urllib.request)"/>
  <function link="library/urllib.request.html#urllib.request.URLopener" name="URLopener (class in urllib.request)"/>
  <function link="library/urllib.parse.html#urllib.parse.urlparse" name="urlparse() (in module urllib.parse)"/>
  <function link="library/urllib.request.html#urllib.request.urlretrieve" name="urlretrieve() (in module urllib.request)"/>
  <function link="library/base64.html#base64.urlsafe_b64decode" name="urlsafe_b64decode() (in module base64)"/>
  <function link="library/base64.html#base64.urlsafe_b64encode" name="urlsafe_b64encode() (in module base64)"/>
  <function link="library/urllib.parse.html#urllib.parse.urlsplit" name="urlsplit() (in module urllib.parse)"/>
  <function link="library/urllib.parse.html#urllib.parse.urlunparse" name="urlunparse() (in module urllib.parse)"/>
  <function link="library/urllib.parse.html#urllib.parse.urlunsplit" name="urlunsplit() (in module urllib.parse)"/>
  <function link="library/uuid.html#uuid.UUID.urn" name="urn (uuid.UUID attribute)"/>
  <function link="library/curses.html#curses.use_default_colors" name="use_default_colors() (in module curses)"/>
  <function link="library/curses.html#curses.use_env" name="use_env() (in module curses)"/>
  <function link="library/cmd.html#cmd.Cmd.use_rawinput" name="use_rawinput (cmd.Cmd attribute)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.UseForeignDTD" name="UseForeignDTD() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/getpass.html#index-1" name="USER"/>
  <function link="library/os.html#index-8" name="effective id"/>
  <function link="library/os.html#index-16" name="id"/>
  <function link="library/os.html#index-19" name="id, setting"/>
  <function link="library/poplib.html#poplib.POP3.user" name="user() (poplib.POP3 method)"/>
  <function link="reference/datamodel.html#index-33" name="function"/>
  <function link="reference/expressions.html#index-52" name="function call"/>
  <function link="reference/datamodel.html#index-35" name="method"/>
  <function link="reference/compound_stmts.html#index-28" name="object"/>
  <function link="reference/datamodel.html#index-35" name="object"/>
  <function link="whatsnew/2.7.html#index-9" name="USER_BASE"/>
  <function link="library/site.html#site.USER_BASE" name="(in module site)"/>
  <function link="library/bdb.html#bdb.Bdb.user_call" name="user_call() (bdb.Bdb method)"/>
  <function link="library/bdb.html#bdb.Bdb.user_exception" name="user_exception() (bdb.Bdb method)"/>
  <function link="library/bdb.html#bdb.Bdb.user_line" name="user_line() (bdb.Bdb method)"/>
  <function link="library/bdb.html#bdb.Bdb.user_return" name="user_return() (bdb.Bdb method)"/>
  <function link="library/site.html#site.USER_SITE" name="USER_SITE (in module site)"/>
  <function link="library/site.html#index-6" name="module"/>
  <function link="library/collections.html#collections.UserDict" name="UserDict (class in collections)"/>
  <function link="library/collections.html#collections.UserList" name="UserList (class in collections)"/>
  <function link="library/getpass.html#index-3" name="USERNAME"/>
  <function link="library/email.headerregistry.html#email.headerregistry.Address.username" name="username (email.headerregistry.Address attribute)"/>
  <function link="install/index.html#index-6" name="USERPROFILE"/>
  <function link="library/curses.panel.html#curses.panel.Panel.userptr" name="userptr() (curses.panel.Panel method)"/>
  <function link="library/collections.html#collections.UserString" name="UserString (class in collections)"/>
  <function link="library/exceptions.html#UserWarning" name="UserWarning"/>
  <function link="library/tarfile.html#tarfile.USTAR_FORMAT" name="USTAR_FORMAT (in module tarfile)"/>
  <function link="library/ast.html#ast.USub" name="USub (class in ast)"/>
  <function link="library/time.html#index-4" name="UTC"/>
  <function link="library/datetime.html#datetime.timezone.utc" name="utc (datetime.timezone attribute)"/>
  <function link="library/datetime.html#datetime.UTC" name="UTC (in module datetime)"/>
  <function link="library/datetime.html#datetime.datetime.utcfromtimestamp" name="utcfromtimestamp() (datetime.datetime class method)"/>
  <function link="library/datetime.html#datetime.datetime.utcnow" name="utcnow() (datetime.datetime class method)"/>
  <function link="library/datetime.html#datetime.datetime.utcoffset" name="utcoffset() (datetime.datetime method)"/>
  <function link="library/datetime.html#datetime.time.utcoffset" name="(datetime.time method)"/>
  <function link="library/datetime.html#datetime.timezone.utcoffset" name="(datetime.timezone method)"/>
  <function link="library/datetime.html#datetime.tzinfo.utcoffset" name="(datetime.tzinfo method)"/>
  <function link="library/datetime.html#datetime.datetime.utctimetuple" name="utctimetuple() (datetime.datetime method)"/>
  <function link="library/email.policy.html#email.policy.EmailPolicy.utf8" name="utf8 (email.policy.EmailPolicy attribute)"/>
  <function link="library/poplib.html#poplib.POP3.utf8" name="utf8() (poplib.POP3 method)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.utf8_enabled" name="utf8_enabled (imaplib.IMAP4 attribute)"/>
  <function link="library/os.html#os.utime" name="utime() (in module os)"/>
  <function link="library/binascii.html#index-0" name="module"/>
  <function link="library/uuid.html#module-uuid" name="module"/>
  <function link="library/uuid.html#uuid.UUID" name="UUID (class in uuid)"/>
  <function link="library/uuid.html#index-6" name="uuid1"/>
  <function link="library/uuid.html#uuid.uuid1" name="uuid1() (in module uuid)"/>
  <function link="library/uuid.html#index-7" name="uuid3"/>
  <function link="library/uuid.html#uuid.uuid3" name="uuid3() (in module uuid)"/>
  <function link="library/uuid.html#index-8" name="uuid4"/>
  <function link="library/uuid.html#uuid.uuid4" name="uuid4() (in module uuid)"/>
  <function link="library/uuid.html#index-9" name="uuid5"/>
  <function link="library/uuid.html#uuid.uuid5" name="uuid5() (in module uuid)"/>
  <function link="library/msilib.html#msilib.UuidCreate" name="UuidCreate() (in module msilib)"/>
  <function link="library/ipaddress.html#ipaddress.v4_int_to_packed" name="v4_int_to_packed() (in module ipaddress)"/>
  <function link="library/ipaddress.html#ipaddress.v6_int_to_packed" name="v6_int_to_packed() (in module ipaddress)"/>
  <function link="library/signal.html#signal.valid_signals" name="valid_signals() (in module signal)"/>
  <function link="library/wsgiref.html#wsgiref.validate.validator" name="validator() (in module wsgiref.validate)"/>
  <function link="reference/compound_stmts.html#index-31" name="default parameter"/>
  <function link="library/stdtypes.html#index-1" name="truth"/>
  <function link="library/ctypes.html#ctypes._SimpleCData.value" name="value (ctypes._SimpleCData attribute)"/>
  <function link="library/enum.html#enum.Enum.value" name="(enum.Enum attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.value" name="(http.cookiejar.Cookie attribute)"/>
  <function link="library/http.cookies.html#http.cookies.Morsel.value" name="(http.cookies.Morsel attribute)"/>
  <function link="library/xml.dom.html#xml.dom.Attr.value" name="(xml.dom.Attr attribute)"/>
  <function link="reference/datamodel.html#index-1" name="value of an object"/>
  <function link="library/multiprocessing.html#multiprocessing.Value" name="Value() (in module multiprocessing)"/>
  <function link="library/multiprocessing.html#multiprocessing.sharedctypes.Value" name="(in module multiprocessing.sharedctypes)"/>
  <function link="library/multiprocessing.html#multiprocessing.managers.SyncManager.Value" name="(multiprocessing.managers.SyncManager method)"/>
  <function link="library/http.cookies.html#http.cookies.BaseCookie.value_decode" name="value_decode() (http.cookies.BaseCookie method)"/>
  <function link="library/http.cookies.html#http.cookies.BaseCookie.value_encode" name="value_encode() (http.cookies.BaseCookie method)"/>
  <function link="library/exceptions.html#ValueError" name="ValueError"/>
  <function link="reference/expressions.html#index-72" name="exception"/>
  <function link="library/weakref.html#weakref.WeakValueDictionary.valuerefs" name="valuerefs() (weakref.WeakValueDictionary method)"/>
  <function link="library/stdtypes.html#index-66" name="Boolean"/>
  <function link="reference/simple_stmts.html#index-3" name="writing"/>
  <function link="library/contextvars.html#contextvars.Context.values" name="values() (contextvars.Context method)"/>
  <function link="library/stdtypes.html#dict.values" name="(dict method)"/>
  <function link="library/email.message.html#email.message.EmailMessage.values" name="(email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.values" name="(email.message.Message method)"/>
  <function link="library/mailbox.html#mailbox.Mailbox.values" name="(mailbox.Mailbox method)"/>
  <function link="library/types.html#types.MappingProxyType.values" name="(types.MappingProxyType method)"/>
  <function link="library/collections.abc.html#collections.abc.ValuesView" name="ValuesView (class in collections.abc)"/>
  <function link="library/typing.html#typing.ValuesView" name="(class in typing)"/>
  <function link="library/contextvars.html#contextvars.Token.var" name="var (contextvars.Token attribute)"/>
  <function link="reference/executionmodel.html#index-6" name="free"/>
  <function link="glossary.html#term-variable-annotation" name="variable annotation"/>
  <function link="library/statistics.html#statistics.NormalDist.variance" name="variance (statistics.NormalDist attribute)"/>
  <function link="library/statistics.html#statistics.variance" name="variance() (in module statistics)"/>
  <function link="library/uuid.html#uuid.UUID.variant" name="variant (uuid.UUID attribute)"/>
  <function link="library/functions.html#vars" name="built-in function"/>
  <function link="library/token.html#token.VBAR" name="VBAR (in module token)"/>
  <function link="library/tkinter.scrolledtext.html#tkinter.scrolledtext.ScrolledText.vbar" name="vbar (tkinter.scrolledtext.ScrolledText attribute)"/>
  <function link="library/token.html#token.VBAREQUAL" name="VBAREQUAL (in module token)"/>
  <function link="library/turtle.html#turtle.Vec2D" name="Vec2D (class in turtle)"/>
  <function link="c-api/call.html#c.vectorcallfunc" name="vectorcallfunc (C type)"/>
  <function link="library/venv.html#module-venv" name="module"/>
  <function link="library/re.html#re.VERBOSE" name="VERBOSE (in module re)"/>
  <function link="library/tabnanny.html#tabnanny.verbose" name="verbose (in module tabnanny)"/>
  <function link="library/test.html#test.support.verbose" name="(in module test.support)"/>
  <function link="library/enum.html#enum.verify" name="verify() (in module enum)"/>
  <function link="library/smtplib.html#smtplib.SMTP.verify" name="(smtplib.SMTP method)"/>
  <function link="library/ssl.html#ssl.VERIFY_ALLOW_PROXY_CERTS" name="VERIFY_ALLOW_PROXY_CERTS (in module ssl)"/>
  <function link="library/ssl.html#ssl.SSLSocket.verify_client_post_handshake" name="verify_client_post_handshake() (ssl.SSLSocket method)"/>
  <function link="library/ssl.html#ssl.SSLCertVerificationError.verify_code" name="verify_code (ssl.SSLCertVerificationError attribute)"/>
  <function link="library/ssl.html#ssl.VERIFY_CRL_CHECK_CHAIN" name="VERIFY_CRL_CHECK_CHAIN (in module ssl)"/>
  <function link="library/ssl.html#ssl.VERIFY_CRL_CHECK_LEAF" name="VERIFY_CRL_CHECK_LEAF (in module ssl)"/>
  <function link="library/ssl.html#ssl.VERIFY_DEFAULT" name="VERIFY_DEFAULT (in module ssl)"/>
  <function link="library/ssl.html#ssl.SSLContext.verify_flags" name="verify_flags (ssl.SSLContext attribute)"/>
  <function link="library/ssl.html#ssl.SSLCertVerificationError.verify_message" name="verify_message (ssl.SSLCertVerificationError attribute)"/>
  <function link="library/ssl.html#ssl.SSLContext.verify_mode" name="verify_mode (ssl.SSLContext attribute)"/>
  <function link="library/socketserver.html#socketserver.BaseServer.verify_request" name="verify_request() (socketserver.BaseServer method)"/>
  <function link="library/ssl.html#ssl.VERIFY_X509_PARTIAL_CHAIN" name="VERIFY_X509_PARTIAL_CHAIN (in module ssl)"/>
  <function link="library/ssl.html#ssl.VERIFY_X509_STRICT" name="VERIFY_X509_STRICT (in module ssl)"/>
  <function link="library/ssl.html#ssl.VERIFY_X509_TRUSTED_FIRST" name="VERIFY_X509_TRUSTED_FIRST (in module ssl)"/>
  <function link="library/ssl.html#ssl.VerifyFlags" name="VerifyFlags (class in ssl)"/>
  <function link="library/ssl.html#ssl.VerifyMode" name="VerifyMode (class in ssl)"/>
  <function link="library/email.headerregistry.html#email.headerregistry.MIMEVersionHeader.version" name="version (email.headerregistry.MIMEVersionHeader attribute)"/>
  <function link="library/http.client.html#http.client.HTTPResponse.version" name="(http.client.HTTPResponse attribute)"/>
  <function link="library/http.cookiejar.html#http.cookiejar.Cookie.version" name="(http.cookiejar.Cookie attribute)"/>
  <function link="library/curses.html#curses.version" name="(in module curses)"/>
  <function link="library/marshal.html#marshal.version" name="(in module marshal)"/>
  <function link="library/sqlite3.html#sqlite3.version" name="(in module sqlite3)"/>
  <function link="c-api/init.html#index-25" name="(in module sys)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Address.version" name="(ipaddress.IPv4Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.version" name="(ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Address.version" name="(ipaddress.IPv6Address attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.version" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/urllib.request.html#urllib.request.URLopener.version" name="(urllib.request.URLopener attribute)"/>
  <function link="library/uuid.html#uuid.UUID.version" name="(uuid.UUID attribute)"/>
  <function link="library/ensurepip.html#ensurepip.version" name="version() (in module ensurepip)"/>
  <function link="library/platform.html#platform.version" name="(in module platform)"/>
  <function link="library/ssl.html#ssl.SSLSocket.version" name="(ssl.SSLSocket method)"/>
  <function link="library/sqlite3.html#sqlite3.version_info" name="version_info (in module sqlite3)"/>
  <function link="library/sys.html#sys.version_info" name="(in module sys)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.version_string" name="version_string() (http.server.BaseHTTPRequestHandler method)"/>
  <function link="library/string.html#string.Formatter.vformat" name="vformat() (string.Formatter method)"/>
  <function link="library/venv.html#index-0" name="Environments"/>
  <function link="glossary.html#term-virtual-environment" name="virtual environment"/>
  <function link="glossary.html#term-virtual-machine" name="virtual machine"/>
  <function link="library/ast.html#ast.NodeVisitor.visit" name="visit() (ast.NodeVisitor method)"/>
  <function link="c-api/gcsupport.html#c.visitproc" name="visitproc (C type)"/>
  <function link="library/curses.html#curses.window.vline" name="vline() (curses.window method)"/>
  <function link="library/ftplib.html#ftplib.FTP.voidcmd" name="voidcmd() (ftplib.FTP method)"/>
  <function link="library/zipfile.html#zipfile.ZipInfo.volume" name="volume (zipfile.ZipInfo attribute)"/>
  <function link="library/random.html#random.vonmisesvariate" name="vonmisesvariate() (in module random)"/>
  <function link="library/os.html#os.W_OK" name="W_OK (in module os)"/>
  <function link="library/asyncio-sync.html#asyncio.Barrier.wait" name="wait() (asyncio.Barrier method)"/>
  <function link="library/asyncio-sync.html#asyncio.Condition.wait" name="(asyncio.Condition method)"/>
  <function link="library/asyncio-sync.html#asyncio.Event.wait" name="(asyncio.Event method)"/>
  <function link="library/asyncio-subprocess.html#asyncio.subprocess.Process.wait" name="(asyncio.subprocess.Process method)"/>
  <function link="library/asyncio-task.html#asyncio.wait" name="(in module asyncio)"/>
  <function link="library/concurrent.futures.html#concurrent.futures.wait" name="(in module concurrent.futures)"/>
  <function link="library/multiprocessing.html#multiprocessing.connection.wait" name="(in module multiprocessing.connection)"/>
  <function link="library/os.html#os.wait" name="(in module os)"/>
  <function link="library/multiprocessing.html#multiprocessing.pool.AsyncResult.wait" name="(multiprocessing.pool.AsyncResult method)"/>
  <function link="library/subprocess.html#subprocess.Popen.wait" name="(subprocess.Popen method)"/>
  <function link="library/threading.html#threading.Barrier.wait" name="(threading.Barrier method)"/>
  <function link="library/threading.html#threading.Condition.wait" name="(threading.Condition method)"/>
  <function link="library/threading.html#threading.Event.wait" name="(threading.Event method)"/>
  <function link="library/os.html#os.wait3" name="wait3() (in module os)"/>
  <function link="library/os.html#os.wait4" name="wait4() (in module os)"/>
  <function link="library/asyncio-eventloop.html#asyncio.Server.wait_closed" name="wait_closed() (asyncio.Server method)"/>
  <function link="library/asyncio-stream.html#asyncio.StreamWriter.wait_closed" name="(asyncio.StreamWriter method)"/>
  <function link="library/asyncio-sync.html#asyncio.Condition.wait_for" name="wait_for() (asyncio.Condition method)"/>
  <function link="library/asyncio-task.html#asyncio.wait_for" name="(in module asyncio)"/>
  <function link="library/threading.html#threading.Condition.wait_for" name="(threading.Condition method)"/>
  <function link="library/test.html#test.support.wait_process" name="wait_process() (in module test.support)"/>
  <function link="library/test.html#test.support.threading_helper.wait_threads_exit" name="wait_threads_exit() (in module test.support.threading_helper)"/>
  <function link="library/os.html#os.waitid" name="waitid() (in module os)"/>
  <function link="library/os.html#os.waitpid" name="waitpid() (in module os)"/>
  <function link="library/os.html#os.waitstatus_to_exitcode" name="waitstatus_to_exitcode() (in module os)"/>
  <function link="library/email.message.html#email.message.EmailMessage.walk" name="walk() (email.message.EmailMessage method)"/>
  <function link="library/email.compat32-message.html#email.message.Message.walk" name="(email.message.Message method)"/>
  <function link="library/ast.html#ast.walk" name="(in module ast)"/>
  <function link="library/os.html#os.walk" name="(in module os)"/>
  <function link="library/pkgutil.html#pkgutil.walk_packages" name="walk_packages() (in module pkgutil)"/>
  <function link="library/traceback.html#traceback.walk_stack" name="walk_stack() (in module traceback)"/>
  <function link="library/traceback.html#traceback.walk_tb" name="walk_tb() (in module traceback)"/>
  <function link="reference/expressions.html#index-86" name="walrus operator"/>
  <function link="library/doctest.html#doctest.Example.want" name="want (doctest.Example attribute)"/>
  <function link="distutils/apiref.html#distutils.ccompiler.CCompiler.warn" name="warn() (distutils.ccompiler.CCompiler method)"/>
  <function link="distutils/apiref.html#distutils.text_file.TextFile.warn" name="(distutils.text_file.TextFile method)"/>
  <function link="library/warnings.html#warnings.warn" name="(in module warnings)"/>
  <function link="library/warnings.html#warnings.warn_explicit" name="warn_explicit() (in module warnings)"/>
  <function link="library/exceptions.html#Warning" name="Warning"/>
  <function link="library/logging.html#logging.warning" name="warning() (in module logging)"/>
  <function link="library/logging.html#logging.Logger.warning" name="(logging.Logger method)"/>
  <function link="library/xml.sax.handler.html#xml.sax.handler.ErrorHandler.warning" name="(xml.sax.handler.ErrorHandler method)"/>
  <function link="library/warnings.html#index-0" name="warnings"/>
  <function link="library/warnings.html#module-warnings" name="module"/>
  <function link="library/test.html#test.support.warnings_helper.WarningsRecorder" name="WarningsRecorder (class in test.support.warnings_helper)"/>
  <function link="library/sys.html#sys.warnoptions" name="warnoptions (in module sys)"/>
  <function link="library/unittest.html#unittest.TestResult.wasSuccessful" name="wasSuccessful() (unittest.TestResult method)"/>
  <function link="library/logging.handlers.html#logging.handlers.WatchedFileHandler" name="WatchedFileHandler (class in logging.handlers)"/>
  <function link="library/wave.html#module-wave" name="module"/>
  <function link="library/os.html#os.WCONTINUED" name="WCONTINUED (in module os)"/>
  <function link="library/os.html#os.WCOREDUMP" name="WCOREDUMP() (in module os)"/>
  <function link="library/weakref.html#weakref.WeakKeyDictionary" name="WeakKeyDictionary (class in weakref)"/>
  <function link="library/weakref.html#weakref.WeakMethod" name="WeakMethod (class in weakref)"/>
  <function link="library/weakref.html#module-weakref" name="module"/>
  <function link="library/weakref.html#weakref.WeakSet" name="WeakSet (class in weakref)"/>
  <function link="library/weakref.html#weakref.WeakValueDictionary" name="WeakValueDictionary (class in weakref)"/>
  <function link="library/webbrowser.html#module-webbrowser" name="module"/>
  <function link="library/calendar.html#calendar.WEDNESDAY" name="WEDNESDAY (in module calendar)"/>
  <function link="library/datetime.html#datetime.date.weekday" name="weekday() (datetime.date method)"/>
  <function link="library/datetime.html#datetime.datetime.weekday" name="(datetime.datetime method)"/>
  <function link="library/calendar.html#calendar.weekday" name="(in module calendar)"/>
  <function link="library/calendar.html#calendar.weekheader" name="weekheader() (in module calendar)"/>
  <function link="library/random.html#random.weibullvariate" name="weibullvariate() (in module random)"/>
  <function link="library/os.html#os.WEXITED" name="WEXITED (in module os)"/>
  <function link="library/os.html#os.WEXITSTATUS" name="WEXITSTATUS() (in module os)"/>
  <function link="library/http.server.html#http.server.BaseHTTPRequestHandler.wfile" name="wfile (http.server.BaseHTTPRequestHandler attribute)"/>
  <function link="library/imghdr.html#imghdr.what" name="what() (in module imghdr)"/>
  <function link="library/sndhdr.html#sndhdr.what" name="(in module sndhdr)"/>
  <function link="library/sndhdr.html#sndhdr.whathdr" name="whathdr() (in module sndhdr)"/>
  <function link="library/pdb.html#pdbcommand-whatis" name="whatis (pdb command)"/>
  <function link="library/asyncio-task.html#asyncio.Timeout.when" name="when() (asyncio.Timeout method)"/>
  <function link="library/asyncio-eventloop.html#asyncio.TimerHandle.when" name="(asyncio.TimerHandle method)"/>
  <function link="library/pdb.html#pdbcommand-where" name="where (pdb command)"/>
  <function link="library/shutil.html#shutil.which" name="which() (in module shutil)"/>
  <function link="library/dbm.html#dbm.whichdb" name="whichdb() (in module dbm)"/>
  <function link="reference/compound_stmts.html#index-4" name="statement"/>
  <function link="library/ast.html#ast.While" name="While (class in ast)"/>
  <function link="library/string.html#string.whitespace" name="whitespace (in module string)"/>
  <function link="library/shlex.html#shlex.shlex.whitespace" name="(shlex.shlex attribute)"/>
  <function link="library/shlex.html#shlex.shlex.whitespace_split" name="whitespace_split (shlex.shlex attribute)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Widget" name="Widget (class in tkinter.ttk)"/>
  <function link="library/textwrap.html#textwrap.TextWrapper.width" name="width (textwrap.TextWrapper attribute)"/>
  <function link="library/turtle.html#turtle.width" name="width() (in module turtle)"/>
  <function link="library/os.html#os.WIFCONTINUED" name="WIFCONTINUED() (in module os)"/>
  <function link="library/os.html#os.WIFEXITED" name="WIFEXITED() (in module os)"/>
  <function link="library/os.html#os.WIFSIGNALED" name="WIFSIGNALED() (in module os)"/>
  <function link="library/os.html#os.WIFSTOPPED" name="WIFSTOPPED() (in module os)"/>
  <function link="library/platform.html#platform.win32_edition" name="win32_edition() (in module platform)"/>
  <function link="library/platform.html#platform.win32_is_iot" name="win32_is_iot() (in module platform)"/>
  <function link="library/platform.html#platform.win32_ver" name="win32_ver() (in module platform)"/>
  <function link="library/ctypes.html#ctypes.WinDLL" name="WinDLL (class in ctypes)"/>
  <function link="library/tkinter.html#index-3" name="window manager (widgets)"/>
  <function link="library/curses.panel.html#curses.panel.Panel.window" name="window() (curses.panel.Panel method)"/>
  <function link="library/turtle.html#turtle.window_height" name="window_height() (in module turtle)"/>
  <function link="library/turtle.html#turtle.window_width" name="window_width() (in module turtle)"/>
  <function link="reference/toplevel_components.html#index-4" name="Windows"/>
  <function link="library/configparser.html#index-0" name="Windows ini file"/>
  <function link="library/exceptions.html#WindowsError" name="WindowsError"/>
  <function link="library/pathlib.html#pathlib.WindowsPath" name="WindowsPath (class in pathlib)"/>
  <function link="library/asyncio-policy.html#asyncio.WindowsProactorEventLoopPolicy" name="WindowsProactorEventLoopPolicy (class in asyncio)"/>
  <function link="library/importlib.html#importlib.machinery.WindowsRegistryFinder" name="WindowsRegistryFinder (class in importlib.machinery)"/>
  <function link="library/asyncio-policy.html#asyncio.WindowsSelectorEventLoopPolicy" name="WindowsSelectorEventLoopPolicy (class in asyncio)"/>
  <function link="library/exceptions.html#OSError.winerror" name="winerror (OSError attribute)"/>
  <function link="library/ctypes.html#ctypes.WinError" name="WinError() (in module ctypes)"/>
  <function link="library/ctypes.html#ctypes.WINFUNCTYPE" name="WINFUNCTYPE() (in module ctypes)"/>
  <function link="library/winreg.html#module-winreg" name="module"/>
  <function link="library/select.html#index-2" name="WinSock"/>
  <function link="library/winsound.html#module-winsound" name="module"/>
  <function link="library/sys.html#sys.winver" name="winver (in module sys)"/>
  <function link="reference/compound_stmts.html#index-16" name="statement"/>
  <function link="library/ast.html#ast.With" name="With (class in ast)"/>
  <function link="library/dis.html#opcode-WITH_EXCEPT_START" name="WITH_EXCEPT_START (opcode)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Interface.with_hostmask" name="with_hostmask (ipaddress.IPv4Interface attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.with_hostmask" name="(ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Interface.with_hostmask" name="(ipaddress.IPv6Interface attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.with_hostmask" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/pathlib.html#pathlib.PurePath.with_name" name="with_name() (pathlib.PurePath method)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Interface.with_netmask" name="with_netmask (ipaddress.IPv4Interface attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.with_netmask" name="(ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Interface.with_netmask" name="(ipaddress.IPv6Interface attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.with_netmask" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Interface.with_prefixlen" name="with_prefixlen (ipaddress.IPv4Interface attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv4Network.with_prefixlen" name="(ipaddress.IPv4Network attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Interface.with_prefixlen" name="(ipaddress.IPv6Interface attribute)"/>
  <function link="library/ipaddress.html#ipaddress.IPv6Network.with_prefixlen" name="(ipaddress.IPv6Network attribute)"/>
  <function link="library/test.html#test.support.with_pymalloc" name="with_pymalloc() (in module test.support)"/>
  <function link="library/pathlib.html#pathlib.PurePath.with_stem" name="with_stem() (pathlib.PurePath method)"/>
  <function link="library/pathlib.html#pathlib.PurePath.with_suffix" name="with_suffix() (pathlib.PurePath method)"/>
  <function link="library/exceptions.html#BaseException.with_traceback" name="with_traceback() (BaseException method)"/>
  <function link="library/ast.html#ast.withitem" name="withitem (class in ast)"/>
  <function link="library/os.html#os.WNOHANG" name="WNOHANG (in module os)"/>
  <function link="library/os.html#os.WNOWAIT" name="WNOWAIT (in module os)"/>
  <function link="library/shlex.html#shlex.shlex.wordchars" name="wordchars (shlex.shlex attribute)"/>
  <function link="library/internet.html#index-0" name="World Wide Web"/>
  <function link="library/textwrap.html#textwrap.wrap" name="wrap() (in module textwrap)"/>
  <function link="library/textwrap.html#textwrap.TextWrapper.wrap" name="(textwrap.TextWrapper method)"/>
  <function link="library/ssl.html#ssl.SSLContext.wrap_bio" name="wrap_bio() (ssl.SSLContext method)"/>
  <function link="library/asyncio-future.html#asyncio.wrap_future" name="wrap_future() (in module asyncio)"/>
  <function link="library/ssl.html#ssl.wrap_socket" name="wrap_socket() (in module ssl)"/>
  <function link="library/ssl.html#ssl.SSLContext.wrap_socket" name="(ssl.SSLContext method)"/>
  <function link="distutils/apiref.html#distutils.fancy_getopt.wrap_text" name="wrap_text() (in module distutils.fancy_getopt)"/>
  <function link="library/curses.html#curses.wrapper" name="wrapper() (in module curses)"/>
  <function link="library/types.html#types.WrapperDescriptorType" name="WrapperDescriptorType (in module types)"/>
  <function link="library/functools.html#functools.wraps" name="wraps() (in module functools)"/>
  <function link="library/tkinter.html#tkinter.WRITABLE" name="WRITABLE (in module tkinter)"/>
  <function link="library/asyncore.html#asyncore.dispatcher.writable" name="writable() (asyncore.dispatcher method)"/>
  <function link="library/io.html#io.IOBase.writable" name="(io.IOBase method)"/>
  <function link="library/asyncio-stream.html#asyncio.StreamWriter.write" name="write() (asyncio.StreamWriter method)"/>
  <function link="library/asyncio-protocol.html#asyncio.WriteTransport.write" name="(asyncio.WriteTransport method)"/>
  <function link="library/code.html#code.InteractiveInterpreter.write" name="(code.InteractiveInterpreter method)"/>
  <function link="library/codecs.html#codecs.StreamWriter.write" name="(codecs.StreamWriter method)"/>
  <function link="library/configparser.html#configparser.ConfigParser.write" name="(configparser.ConfigParser method)"/>
  <function link="library/email.generator.html#email.generator.BytesGenerator.write" name="(email.generator.BytesGenerator method)"/>
  <function link="library/email.generator.html#email.generator.Generator.write" name="(email.generator.Generator method)"/>
  <function link="library/os.html#os.write" name="(in module os)"/>
  <function link="library/turtle.html#turtle.write" name="(in module turtle)"/>
  <function link="library/io.html#io.BufferedIOBase.write" name="(io.BufferedIOBase method)"/>
  <function link="library/io.html#io.BufferedWriter.write" name="(io.BufferedWriter method)"/>
  <function link="library/io.html#io.RawIOBase.write" name="(io.RawIOBase method)"/>
  <function link="library/io.html#io.TextIOBase.write" name="(io.TextIOBase method)"/>
  <function link="library/mmap.html#mmap.mmap.write" name="(mmap.mmap method)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.write" name="(ossaudiodev.oss_audio_device method)"/>
  <function link="library/sqlite3.html#sqlite3.Blob.write" name="(sqlite3.Blob method)"/>
  <function link="library/ssl.html#ssl.MemoryBIO.write" name="(ssl.MemoryBIO method)"/>
  <function link="library/ssl.html#ssl.SSLSocket.write" name="(ssl.SSLSocket method)"/>
  <function link="library/telnetlib.html#telnetlib.Telnet.write" name="(telnetlib.Telnet method)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.ElementTree.write" name="(xml.etree.ElementTree.ElementTree method)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.write" name="(zipfile.ZipFile method)"/>
  <function link="library/mmap.html#mmap.mmap.write_byte" name="write_byte() (mmap.mmap method)"/>
  <function link="library/pathlib.html#pathlib.Path.write_bytes" name="write_bytes() (pathlib.Path method)"/>
  <function link="library/turtle.html#turtle.write_docstringdict" name="write_docstringdict() (in module turtle)"/>
  <function link="library/asyncio-stream.html#asyncio.StreamWriter.write_eof" name="write_eof() (asyncio.StreamWriter method)"/>
  <function link="library/asyncio-protocol.html#asyncio.WriteTransport.write_eof" name="(asyncio.WriteTransport method)"/>
  <function link="library/ssl.html#ssl.MemoryBIO.write_eof" name="(ssl.MemoryBIO method)"/>
  <function link="distutils/apiref.html#distutils.file_util.write_file" name="write_file() (in module distutils.file_util)"/>
  <function link="library/readline.html#readline.write_history_file" name="write_history_file() (in module readline)"/>
  <function link="extending/newtypes.html#index-4" name="WRITE_RESTRICTED"/>
  <function link="library/trace.html#trace.CoverageResults.write_results" name="write_results() (trace.CoverageResults method)"/>
  <function link="library/pathlib.html#pathlib.Path.write_text" name="write_text() (pathlib.Path method)"/>
  <function link="library/io.html#io.TextIOWrapper.write_through" name="write_through (io.TextIOWrapper attribute)"/>
  <function link="library/ossaudiodev.html#ossaudiodev.oss_audio_device.writeall" name="writeall() (ossaudiodev.oss_audio_device method)"/>
  <function link="library/aifc.html#aifc.aifc.writeframes" name="writeframes() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_write.writeframes" name="(sunau.AU_write method)"/>
  <function link="library/wave.html#wave.Wave_write.writeframes" name="(wave.Wave_write method)"/>
  <function link="library/aifc.html#aifc.aifc.writeframesraw" name="writeframesraw() (aifc.aifc method)"/>
  <function link="library/sunau.html#sunau.AU_write.writeframesraw" name="(sunau.AU_write method)"/>
  <function link="library/wave.html#wave.Wave_write.writeframesraw" name="(wave.Wave_write method)"/>
  <function link="library/csv.html#csv.DictWriter.writeheader" name="writeheader() (csv.DictWriter method)"/>
  <function link="library/asyncio-stream.html#asyncio.StreamWriter.writelines" name="writelines() (asyncio.StreamWriter method)"/>
  <function link="library/asyncio-protocol.html#asyncio.WriteTransport.writelines" name="(asyncio.WriteTransport method)"/>
  <function link="library/codecs.html#codecs.StreamWriter.writelines" name="(codecs.StreamWriter method)"/>
  <function link="library/io.html#io.IOBase.writelines" name="(io.IOBase method)"/>
  <function link="library/zipfile.html#zipfile.PyZipFile.writepy" name="writepy() (zipfile.PyZipFile method)"/>
  <function link="library/csv.html#csv.writer" name="writer() (in module csv)"/>
  <function link="library/csv.html#csv.csvwriter.writerow" name="writerow() (csv.csvwriter method)"/>
  <function link="library/csv.html#csv.csvwriter.writerows" name="writerows() (csv.csvwriter method)"/>
  <function link="library/zipfile.html#zipfile.ZipFile.writestr" name="writestr() (zipfile.ZipFile method)"/>
  <function link="library/asyncio-protocol.html#asyncio.WriteTransport" name="WriteTransport (class in asyncio)"/>
  <function link="library/os.html#os.writev" name="writev() (in module os)"/>
  <function link="library/xml.dom.minidom.html#xml.dom.minidom.Node.writexml" name="writexml() (xml.dom.minidom.Node method)"/>
  <function link="reference/simple_stmts.html#index-3" name="values"/>
  <function link="library/xml.dom.html#xml.dom.WrongDocumentErr" name="WrongDocumentErr"/>
  <function link="library/2to3.html#to3fixer-ws_comma" name="ws_comma (2to3 fixer)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.wsgi_file_wrapper" name="wsgi_file_wrapper (wsgiref.handlers.BaseHandler attribute)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.wsgi_multiprocess" name="wsgi_multiprocess (wsgiref.handlers.BaseHandler attribute)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.wsgi_multithread" name="wsgi_multithread (wsgiref.handlers.BaseHandler attribute)"/>
  <function link="library/wsgiref.html#wsgiref.handlers.BaseHandler.wsgi_run_once" name="wsgi_run_once (wsgiref.handlers.BaseHandler attribute)"/>
  <function link="library/wsgiref.html#wsgiref.types.WSGIApplication" name="WSGIApplication (in module wsgiref.types)"/>
  <function link="library/wsgiref.html#wsgiref.types.WSGIEnvironment" name="WSGIEnvironment (in module wsgiref.types)"/>
  <function link="library/wsgiref.html#module-wsgiref" name="module"/>
  <function link="library/wsgiref.html#module-wsgiref.handlers" name="module"/>
  <function link="library/wsgiref.html#module-wsgiref.headers" name="module"/>
  <function link="library/wsgiref.html#module-wsgiref.simple_server" name="module"/>
  <function link="library/wsgiref.html#module-wsgiref.types" name="module"/>
  <function link="library/wsgiref.html#module-wsgiref.util" name="module"/>
  <function link="library/wsgiref.html#module-wsgiref.validate" name="module"/>
  <function link="library/wsgiref.html#wsgiref.simple_server.WSGIRequestHandler" name="WSGIRequestHandler (class in wsgiref.simple_server)"/>
  <function link="library/wsgiref.html#wsgiref.simple_server.WSGIServer" name="WSGIServer (class in wsgiref.simple_server)"/>
  <function link="library/subprocess.html#subprocess.STARTUPINFO.wShowWindow" name="wShowWindow (subprocess.STARTUPINFO attribute)"/>
  <function link="library/os.html#os.WSTOPPED" name="WSTOPPED (in module os)"/>
  <function link="library/os.html#os.WSTOPSIG" name="WSTOPSIG() (in module os)"/>
  <function link="library/ctypes.html#ctypes.wstring_at" name="wstring_at() (in module ctypes)"/>
  <function link="library/os.html#os.WTERMSIG" name="WTERMSIG() (in module os)"/>
  <function link="library/os.html#os.WUNTRACED" name="WUNTRACED (in module os)"/>
  <function link="library/internet.html#index-0" name="WWW"/>
  <function link="library/cgi.html#index-0" name="server"/>
  <function link="library/re.html#re.X" name="X (in module re)"/>
  <function link="library/ssl.html#index-19" name="X509 certificate"/>
  <function link="library/os.html#os.X_OK" name="X_OK (in module os)"/>
  <function link="library/imaplib.html#imaplib.IMAP4.xatom" name="xatom() (imaplib.IMAP4 method)"/>
  <function link="library/os.html#os.XATTR_CREATE" name="XATTR_CREATE (in module os)"/>
  <function link="library/os.html#os.XATTR_REPLACE" name="XATTR_REPLACE (in module os)"/>
  <function link="library/os.html#os.XATTR_SIZE_MAX" name="XATTR_SIZE_MAX (in module os)"/>
  <function link="library/turtle.html#turtle.xcor" name="xcor() (in module turtle)"/>
  <function link="library/xdrlib.html#index-0" name="XDR"/>
  <function link="library/xdrlib.html#module-xdrlib" name="module"/>
  <function link="library/nntplib.html#nntplib.NNTP.xhdr" name="xhdr() (nntplib.NNTP method)"/>
  <function link="library/html.parser.html#index-0" name="XHTML"/>
  <function link="library/xml.dom.html#xml.dom.XHTML_NAMESPACE" name="XHTML_NAMESPACE (in module xml.dom)"/>
  <function link="library/xml.html#module-xml" name="module"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.XML" name="XML() (in module xml.etree.ElementTree)"/>
  <function link="library/xml.dom.html#module-xml.dom" name="module"/>
  <function link="library/xml.dom.minidom.html#module-xml.dom.minidom" name="module"/>
  <function link="library/xml.dom.pulldom.html#module-xml.dom.pulldom" name="module"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementInclude.default_loader" name="built-in function"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementInclude.include" name="built-in function"/>
  <function link="library/xml.etree.elementtree.html#module-xml.etree.ElementTree" name="module"/>
  <function link="library/pyexpat.html#module-xml.parsers.expat" name="module"/>
  <function link="library/pyexpat.html#module-xml.parsers.expat.errors" name="module"/>
  <function link="library/pyexpat.html#module-xml.parsers.expat.model" name="module"/>
  <function link="library/xml.sax.html#module-xml.sax" name="module"/>
  <function link="library/xml.sax.handler.html#module-xml.sax.handler" name="module"/>
  <function link="library/xml.sax.utils.html#module-xml.sax.saxutils" name="module"/>
  <function link="library/xml.sax.reader.html#module-xml.sax.xmlreader" name="module"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_ABORTED" name="XML_ERROR_ABORTED (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_AMPLIFICATION_LIMIT_BREACH" name="XML_ERROR_AMPLIFICATION_LIMIT_BREACH (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_ASYNC_ENTITY" name="XML_ERROR_ASYNC_ENTITY (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF" name="XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_BAD_CHAR_REF" name="XML_ERROR_BAD_CHAR_REF (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_BINARY_ENTITY_REF" name="XML_ERROR_BINARY_ENTITY_REF (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_CANT_CHANGE_FEATURE_ONCE_PARSING" name="XML_ERROR_CANT_CHANGE_FEATURE_ONCE_PARSING (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_DUPLICATE_ATTRIBUTE" name="XML_ERROR_DUPLICATE_ATTRIBUTE (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_ENTITY_DECLARED_IN_PE" name="XML_ERROR_ENTITY_DECLARED_IN_PE (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_EXTERNAL_ENTITY_HANDLING" name="XML_ERROR_EXTERNAL_ENTITY_HANDLING (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_FEATURE_REQUIRES_XML_DTD" name="XML_ERROR_FEATURE_REQUIRES_XML_DTD (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_FINISHED" name="XML_ERROR_FINISHED (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_INCOMPLETE_PE" name="XML_ERROR_INCOMPLETE_PE (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_INCORRECT_ENCODING" name="XML_ERROR_INCORRECT_ENCODING (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_INVALID_ARGUMENT" name="XML_ERROR_INVALID_ARGUMENT (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_INVALID_TOKEN" name="XML_ERROR_INVALID_TOKEN (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_JUNK_AFTER_DOC_ELEMENT" name="XML_ERROR_JUNK_AFTER_DOC_ELEMENT (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_MISPLACED_XML_PI" name="XML_ERROR_MISPLACED_XML_PI (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_NO_BUFFER" name="XML_ERROR_NO_BUFFER (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_NO_ELEMENTS" name="XML_ERROR_NO_ELEMENTS (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_NO_MEMORY" name="XML_ERROR_NO_MEMORY (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_NOT_STANDALONE" name="XML_ERROR_NOT_STANDALONE (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_NOT_SUSPENDED" name="XML_ERROR_NOT_SUSPENDED (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_PARAM_ENTITY_REF" name="XML_ERROR_PARAM_ENTITY_REF (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_PARTIAL_CHAR" name="XML_ERROR_PARTIAL_CHAR (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_PUBLICID" name="XML_ERROR_PUBLICID (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_RECURSIVE_ENTITY_REF" name="XML_ERROR_RECURSIVE_ENTITY_REF (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_RESERVED_NAMESPACE_URI" name="XML_ERROR_RESERVED_NAMESPACE_URI (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_RESERVED_PREFIX_XML" name="XML_ERROR_RESERVED_PREFIX_XML (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_RESERVED_PREFIX_XMLNS" name="XML_ERROR_RESERVED_PREFIX_XMLNS (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_SUSPEND_PE" name="XML_ERROR_SUSPEND_PE (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_SUSPENDED" name="XML_ERROR_SUSPENDED (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_SYNTAX" name="XML_ERROR_SYNTAX (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_TAG_MISMATCH" name="XML_ERROR_TAG_MISMATCH (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_TEXT_DECL" name="XML_ERROR_TEXT_DECL (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_UNBOUND_PREFIX" name="XML_ERROR_UNBOUND_PREFIX (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_UNCLOSED_CDATA_SECTION" name="XML_ERROR_UNCLOSED_CDATA_SECTION (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_UNCLOSED_TOKEN" name="XML_ERROR_UNCLOSED_TOKEN (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_UNDECLARING_PREFIX" name="XML_ERROR_UNDECLARING_PREFIX (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_UNDEFINED_ENTITY" name="XML_ERROR_UNDEFINED_ENTITY (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_UNEXPECTED_STATE" name="XML_ERROR_UNEXPECTED_STATE (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_UNKNOWN_ENCODING" name="XML_ERROR_UNKNOWN_ENCODING (in module xml.parsers.expat.errors)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.errors.XML_ERROR_XML_DECL" name="XML_ERROR_XML_DECL (in module xml.parsers.expat.errors)"/>
  <function link="library/xml.dom.html#xml.dom.XML_NAMESPACE" name="XML_NAMESPACE (in module xml.dom)"/>
  <function link="library/codecs.html#index-3" name="error handler's name"/>
  <function link="library/codecs.html#codecs.xmlcharrefreplace_errors" name="xmlcharrefreplace_errors() (in module codecs)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.xmlparser.XmlDeclHandler" name="XmlDeclHandler() (xml.parsers.expat.xmlparser method)"/>
  <function link="library/xml.sax.utils.html#xml.sax.saxutils.XMLFilterBase" name="XMLFilterBase (class in xml.sax.saxutils)"/>
  <function link="library/xml.sax.utils.html#xml.sax.saxutils.XMLGenerator" name="XMLGenerator (class in xml.sax.saxutils)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.XMLID" name="XMLID() (in module xml.etree.ElementTree)"/>
  <function link="library/xml.dom.html#xml.dom.XMLNS_NAMESPACE" name="XMLNS_NAMESPACE (in module xml.dom)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.XMLParser" name="XMLParser (class in xml.etree.ElementTree)"/>
  <function link="library/pyexpat.html#xml.parsers.expat.XMLParserType" name="XMLParserType (in module xml.parsers.expat)"/>
  <function link="library/xml.etree.elementtree.html#xml.etree.ElementTree.XMLPullParser" name="XMLPullParser (class in xml.etree.ElementTree)"/>
  <function link="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader" name="XMLReader (class in xml.sax.xmlreader)"/>
  <function link="library/xmlrpc.client.html#module-xmlrpc.client" name="module"/>
  <function link="library/xmlrpc.server.html#module-xmlrpc.server" name="module"/>
  <function link="reference/expressions.html#index-75" name="bitwise"/>
  <function link="library/operator.html#operator.xor" name="xor() (in module operator)"/>
  <function link="library/nntplib.html#nntplib.NNTP.xover" name="xover() (nntplib.NNTP method)"/>
  <function link="library/2to3.html#to3fixer-xrange" name="xrange (2to3 fixer)"/>
  <function link="library/2to3.html#to3fixer-xreadlines" name="xreadlines (2to3 fixer)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.xview" name="xview() (tkinter.ttk.Treeview method)"/>
  <function link="library/turtle.html#turtle.ycor" name="ycor() (in module turtle)"/>
  <function link="library/datetime.html#datetime.date.year" name="year (datetime.date attribute)"/>
  <function link="library/datetime.html#datetime.datetime.year" name="(datetime.datetime attribute)"/>
  <function link="library/time.html#index-2" name="Year 2038"/>
  <function link="library/calendar.html#calendar.Calendar.yeardatescalendar" name="yeardatescalendar() (calendar.Calendar method)"/>
  <function link="library/calendar.html#calendar.Calendar.yeardays2calendar" name="yeardays2calendar() (calendar.Calendar method)"/>
  <function link="library/calendar.html#calendar.Calendar.yeardayscalendar" name="yeardayscalendar() (calendar.Calendar method)"/>
  <function link="library/locale.html#locale.YESEXPR" name="YESEXPR (in module locale)"/>
  <function link="reference/expressions.html#index-34" name="examples"/>
  <function link="reference/expressions.html#index-23" name="expression"/>
  <function link="reference/expressions.html#index-23" name="keyword"/>
  <function link="reference/simple_stmts.html#index-26" name="statement"/>
  <function link="whatsnew/3.3.html#index-11" name="yield from (in What's New)"/>
  <function link="library/ast.html#ast.Yield" name="Yield (class in ast)"/>
  <function link="library/dis.html#opcode-YIELD_VALUE" name="YIELD_VALUE (opcode)"/>
  <function link="library/ast.html#ast.YieldFrom" name="YieldFrom (class in ast)"/>
  <function link="library/colorsys.html#colorsys.yiq_to_rgb" name="yiq_to_rgb() (in module colorsys)"/>
  <function link="library/tkinter.ttk.html#tkinter.ttk.Treeview.yview" name="yview() (tkinter.ttk.Treeview method)"/>
  <function link="library/string.html#index-5" name="in string formatting"/>
  <function link="glossary.html#term-Zen-of-Python" name="Zen of Python"/>
  <function link="library/exceptions.html#ZeroDivisionError" name="ZeroDivisionError"/>
  <function link="reference/expressions.html#index-67" name="exception"/>
  <function link="library/stdtypes.html#bytearray.zfill" name="zfill() (bytearray method)"/>
  <function link="library/stdtypes.html#bytes.zfill" name="(bytes method)"/>
  <function link="library/stdtypes.html#str.zfill" name="(str method)"/>
  <function link="library/2to3.html#to3fixer-zip" name="zip (2to3 fixer)"/>
  <function link="library/functions.html#zip" name="built-in function"/>
  <function link="library/zipfile.html#zipfile.ZIP_BZIP2" name="ZIP_BZIP2 (in module zipfile)"/>
  <function link="library/zipfile.html#zipfile.ZIP_DEFLATED" name="ZIP_DEFLATED (in module zipfile)"/>
  <function link="library/itertools.html#itertools.zip_longest" name="zip_longest() (in module itertools)"/>
  <function link="library/zipfile.html#zipfile.ZIP_LZMA" name="ZIP_LZMA (in module zipfile)"/>
  <function link="library/zipfile.html#zipfile.ZIP_STORED" name="ZIP_STORED (in module zipfile)"/>
  <function link="library/zipapp.html#module-zipapp" name="module"/>
  <function link="library/zipapp.html#cmdoption-zipapp-c" name="--compress"/>
  <function link="library/zipapp.html#cmdoption-zipapp-h" name="--help"/>
  <function link="library/zipapp.html#cmdoption-zipapp-info" name="--info"/>
  <function link="library/zipapp.html#cmdoption-zipapp-m" name="--main"/>
  <function link="library/zipapp.html#cmdoption-zipapp-o" name="--output"/>
  <function link="library/zipapp.html#cmdoption-zipapp-p" name="--python"/>
  <function link="library/zipapp.html#cmdoption-zipapp-c" name="-c"/>
  <function link="library/zipapp.html#cmdoption-zipapp-h" name="-h"/>
  <function link="library/zipapp.html#cmdoption-zipapp-m" name="-m"/>
  <function link="library/zipapp.html#cmdoption-zipapp-o" name="-o"/>
  <function link="library/zipapp.html#cmdoption-zipapp-p" name="-p"/>
  <function link="library/zipfile.html#module-zipfile" name="module"/>
  <function link="library/zipfile.html#zipfile.ZipFile" name="ZipFile (class in zipfile)"/>
  <function link="library/zipfile.html#cmdoption-zipfile-create" name="--create"/>
  <function link="library/zipfile.html#cmdoption-zipfile-extract" name="--extract"/>
  <function link="library/zipfile.html#cmdoption-zipfile-list" name="--list"/>
  <function link="library/zipfile.html#cmdoption-zipfile-metadata-encoding" name="--metadata-encoding"/>
  <function link="library/zipfile.html#cmdoption-zipfile-test" name="--test"/>
  <function link="library/zipfile.html#cmdoption-zipfile-c" name="-c"/>
  <function link="library/zipfile.html#cmdoption-zipfile-e" name="-e"/>
  <function link="library/zipfile.html#cmdoption-zipfile-l" name="-l"/>
  <function link="library/zipfile.html#cmdoption-zipfile-t" name="-t"/>
  <function link="library/zipimport.html#module-zipimport" name="module"/>
  <function link="library/zipimport.html#zipimport.zipimporter" name="zipimporter (class in zipimport)"/>
  <function link="library/zipimport.html#zipimport.ZipImportError" name="ZipImportError"/>
  <function link="library/zipfile.html#zipfile.ZipInfo" name="ZipInfo (class in zipfile)"/>
  <function link="library/zlib.html#module-zlib" name="module"/>
  <function link="library/zlib.html#zlib.ZLIB_RUNTIME_VERSION" name="ZLIB_RUNTIME_VERSION (in module zlib)"/>
  <function link="library/zlib.html#zlib.ZLIB_VERSION" name="ZLIB_VERSION (in module zlib)"/>
  <function link="library/zoneinfo.html#module-zoneinfo" name="module"/>
  <function link="library/zoneinfo.html#zoneinfo.ZoneInfo" name="ZoneInfo (class in zoneinfo)"/>
  <function link="library/zoneinfo.html#zoneinfo.ZoneInfoNotFoundError" name="ZoneInfoNotFoundError"/>
  <function link="library/statistics.html#statistics.NormalDist.zscore" name="zscore() (statistics.NormalDist method)"/>
</functions>
</book>

Generated by dwww version 1.15 on Sun May 19 01:38:31 CEST 2024.