From f21c7ed39d026fea90d87a82290e677c6b4c5002 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Wed, 24 Nov 2010 20:18:02 +0000 Subject: #10299: Add a table that lists all the built-in functions in functions.rst --- Doc/library/functions.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index ec01d69..e9e5412 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -7,6 +7,24 @@ Built-in Functions 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:`dir` :func:`hex` :func:`next` :func:`slice` +:func:`all` :func:`divmod` :func:`id` :func:`object` :func:`sorted` +:func:`any` :func:`enumerate` :func:`input` :func:`oct` :func:`staticmethod` +:func:`ascii` :func:`eval` :func:`int` :func:`open` :func:`str` +:func:`bin` :func:`exec` :func:`isinstance` :func:`ord` :func:`sum` +:func:`bool` :func:`filter` :func:`issubclass` :func:`pow` :func:`super` +:func:`bytearray` :func:`float` :func:`iter` :func:`print` :func:`tuple` +:func:`bytes` :func:`format` :func:`len` :func:`property` :func:`type` +:func:`chr` :func:`frozenset` :func:`list` :func:`range` :func:`type` +:func:`classmethod` :func:`getattr` :func:`locals` :func:`repr` :func:`vars` +:func:`compile` :func:`globals` :func:`map` :func:`reversed` :func:`zip` +:func:`complex` :func:`hasattr` :func:`max` :func:`round` :func:`__import__` +:func:`delattr` :func:`hash` :func:`memoryview` :func:`set` +:func:`dict` :func:`help` :func:`min` :func:`setattr` +=================== ================= ================== ================ ==================== .. function:: abs(x) -- cgit v0.12