1 parent 2550d7d commit f1b2b1bCopy full SHA for f1b2b1b
1 file changed
docs/library/builtins.rst
@@ -28,6 +28,11 @@ All builtin functions are described here. They are also available via
28
29
.. class:: complex()
30
31
+.. function:: delattr(obj, name)
32
+
33
+ The argument *name* should be a string, and this function deletes the named
34
+ attribute from the object given by *obj*.
35
36
.. class:: dict()
37
38
.. function:: dir()
@@ -110,6 +115,10 @@ All builtin functions are described here. They are also available via
110
115
111
116
.. function:: setattr()
112
117
118
+.. class:: slice()
119
120
+ The *slice* builtin is the type that slice objects have.
121
113
122
.. function:: sorted()
114
123
124
.. function:: staticmethod()
0 commit comments