summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/builtins.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/builtins.rst')
-rw-r--r--docs/library/builtins.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/library/builtins.rst b/docs/library/builtins.rst
index 42768ab999..d53c4d377b 100644
--- a/docs/library/builtins.rst
+++ b/docs/library/builtins.rst
@@ -28,6 +28,11 @@ All builtin functions are described here. They are also available via
.. class:: complex()
+.. function:: delattr(obj, name)
+
+ The argument *name* should be a string, and this function deletes the named
+ attribute from the object given by *obj*.
+
.. class:: dict()
.. function:: dir()
@@ -110,6 +115,10 @@ All builtin functions are described here. They are also available via
.. function:: setattr()
+.. class:: slice()
+
+ The *slice* builtin is the type that slice objects have.
+
.. function:: sorted()
.. function:: staticmethod()