• Home
  • Raw
  • Download

Lines Matching full:also

60       Also see :ref:`annotations-howto`
89 See also the :term:`parameter` glossary entry, the FAQ question on
146 See also :pep:`492`.
160 See also :term:`text file` for a file object able to read and write
194 of a Python program in the CPython interpreter. The bytecode is also
271 implemented with the :keyword:`async def` statement. See also
372 are expressions. There are also :term:`statement`\s which cannot be used
373 as expressions, such as :keyword:`while`. Assignments are also statements,
383 :ref:`formatted string literals <f-strings>`. See also :pep:`498`.
391 etc.). File objects are also called :dfn:`file-like objects` or
420 See also the :term:`locale encoding`.
440 A series of statements which returns some value to a caller. It can also
442 the execution of the body. See also :term:`parameter`, :term:`method`,
450 :class:`int` arguments and is also expected to have an :class:`int`
460 Also see :ref:`annotations-howto`
519 See also the :term:`single dispatch` glossary entry, the
546 tasks such as compression or hashing. Also, the GIL is always released
594 for subpackages it may also come from the parent package's ``__path__``
619 than compiled ones, though their programs generally also run more
620 slowly. See also :term:`interactive`.
625 and various critical internal structures. It also makes several calls
651 variable to hold the iterator for the duration of the loop. See also
662 object itself so every iterator is also iterable and may be used in most
692 :keyword:`lambda` expression such as ``lambda r: (r[0], r[2])``. Also,
800 See also :term:`package`.
811 also :term:`immutable`.
815 tuple and whose indexable elements are also accessible using named
834 technique also adds some extra methods that may not be found in
843 their namespaces. Namespaces also aid readability and maintainability by
855 See also :term:`module`.
874 (methods). Also the ultimate base class of any :term:`new-style
882 See also :term:`regular package` and :term:`namespace package`.
932 See also the :term:`argument` glossary entry, the FAQ question on
1013 release of version 3 was something in the distant future.) This is also
1070 See also :term:`namespace package`.
1084 :class:`tuple`, and :class:`bytes`. Note that :class:`dict` also
1136 See also :term:`borrowed reference`.
1149 See also :term:`binary file` for a file object able to read and write
1225 Also see :ref:`annotations-howto`
1234 See also :mod:`venv`.