Index: Doc/library/functions.rst =================================================================== --- Doc/library/functions.rst (revision 86122) +++ Doc/library/functions.rst (working copy) @@ -7,6 +7,27 @@ The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order. +=================== ================== ================== ==================== +Built-in Functions +================================================================================= +:func:`abs` :func:`eval` :func:`iter` :func:`repr` +:func:`all` :func:`exec` :func:`len` :func:`reversed` +:func:`any` :func:`filter` :func:`list` :func:`round` +:func:`ascii` :func:`float` :func:`locals` :func:`set` +:func:`bin` :func:`format` :func:`map` :func:`setattr` +:func:`bool` :func:`frozenset` :func:`max` :func:`slice` +:func:`bytearray` :func:`getattr` :func:`memoryview` :func:`sorted` +:func:`bytes` :func:`globals` :func:`min` :func:`staticmethod` +:func:`chr` :func:`hasattr` :func:`next` :func:`str` +:func:`classmethod` :func:`hash` :func:`object` :func:`sum` +:func:`compile` :func:`help` :func:`oct` :func:`super` +:func:`complex` :func:`hex` :func:`open` :func:`tuple` +:func:`delattr` :func:`id` :func:`ord` :func:`type` +:func:`dict` :func:`input` :func:`pow` :func:`type` +:func:`dir` :func:`int` :func:`print` :func:`vars` +:func:`divmod` :func:`isinstance` :func:`property` :func:`zip` +:func:`enumerate` :func:`issubclass` :func:`range` :func:`__import__` +=================== ================== ================== ==================== .. function:: abs(x)