Lines Matching full:also
60 Also see :ref:`annotations-howto`
89 See also the :term:`parameter` glossary entry, the FAQ question on
153 See also :pep:`492`.
167 See also :term:`text file` for a file object able to read and write
201 of a Python program in the CPython interpreter. The bytecode is also
221 method is also a callable.
278 implemented with the :keyword:`async def` statement. See also
379 are expressions. There are also :term:`statement`\s which cannot be used
380 as expressions, such as :keyword:`while`. Assignments are also statements,
390 :ref:`formatted string literals <f-strings>`. See also :pep:`498`.
398 etc.). File objects are also called :dfn:`file-like objects` or
427 See also the :term:`locale encoding`.
447 A series of statements which returns some value to a caller. It can also
449 the execution of the body. See also :term:`parameter`, :term:`method`,
457 :class:`int` arguments and is also expected to have an :class:`int`
467 Also see :ref:`annotations-howto`
526 See also the :term:`single dispatch` glossary entry, the
553 tasks such as compression or hashing. Also, the GIL is always released
601 for subpackages it may also come from the parent package's ``__path__``
626 than compiled ones, though their programs generally also run more
627 slowly. See also :term:`interactive`.
632 and various critical internal structures. It also makes several calls
658 variable to hold the iterator for the duration of the loop. See also
669 object itself so every iterator is also iterable and may be used in most
699 :keyword:`lambda` expression such as ``lambda r: (r[0], r[2])``. Also,
734 See also the :term:`filesystem encoding and error handler`.
806 See also :term:`package`.
817 also :term:`immutable`.
821 tuple and whose indexable elements are also accessible using named
840 technique also adds some extra methods that may not be found in
849 their namespaces. Namespaces also aid readability and maintainability by
861 See also :term:`module`.
880 (methods). Also the ultimate base class of any :term:`new-style
888 See also :term:`regular package` and :term:`namespace package`.
938 See also the :term:`argument` glossary entry, the FAQ question on
1019 release of version 3 was something in the distant future.) This is also
1076 See also :term:`namespace package`.
1090 :class:`tuple`, and :class:`bytes`. Note that :class:`dict` also
1142 See also :term:`borrowed reference`.
1164 See also :term:`binary file` for a file object able to read and write
1240 Also see :ref:`annotations-howto`
1249 See also :mod:`venv`.