Page 153 - Python Tutorial
P. 153

INDEX

Symbols                                coding
                                             style, 29
*
      statement, 26                    coercion, 115
                                       complex number, 115
**                                     context manager, 115
      statement, 27                    contiguous, 115
                                       coroutine, 115
-> (return annotation assignment), 28  coroutine function, 115
..., 113                               CPython, 115
__all__, 50
__future__, 117                        D
__slots__, 123
>>>, 113                               decorator, 115
2to3, 113                              descriptor, 116
                                       dictionary, 116
A                                      dictionary view, 116
                                       docstring, 116
abstract base class, 113               docstrings, 22, 28
annotation, 113                        documentation strings, 22, 28
annotations                            duck-typing, 116

      function, 28                     E
argument, 113
asynchronous context manager, 114      EAFP, 116
asynchronous generator, 114            environment variable
asynchronous generator iterator, 114
asynchronous iterable, 114                   PATH, 45, 111
asynchronous iterator, 114                   PYTHONPATH, 45, 47
attribute, 114                               PYTHONSTARTUP, 111
awaitable, 114                         expression, 116
                                       extension module, 116
B
                                       F
BDFL, 114
binary file, 114                        f-string, 116
built-in function                      file

      help, 83                               object, 57
      open, 57                         file object, 116
builtins                               file-like object, 117
      module, 47                       finder, 117
bytecode, 115                          floor division, 117
bytes-like object, 114                 for

C                                            statement, 19
                                       Fortran contiguous, 115
C-contiguous, 115                      function, 117
class, 115
class variable, 115                          annotations, 28

                                                                      147
   148   149   150   151   152   153   154   155