File tree Expand file tree Collapse file tree 1 file changed +127
-0
lines changed
Expand file tree Collapse file tree 1 file changed +127
-0
lines changed Original file line number Diff line number Diff line change 1+ Builtin Functions
2+ =================
3+
4+ All builtin functions are described here. They are alse available via
5+ ``builtins `` module.
6+
7+ .. function :: abs()
8+
9+ .. function :: all()
10+
11+ .. function :: any()
12+
13+ .. function :: bin()
14+
15+ .. class :: bool()
16+
17+ .. class :: bytearray()
18+
19+ .. class :: bytes()
20+
21+ .. function :: callable()
22+
23+ .. function :: chr()
24+
25+ .. function :: classmethod()
26+
27+ .. function :: compile()
28+
29+ .. class :: complex()
30+
31+ .. class :: dict()
32+
33+ .. function :: dir()
34+
35+ .. function :: divmod()
36+
37+ .. function :: enumerate()
38+
39+ .. function :: eval()
40+
41+ .. function :: exec()
42+
43+ .. function :: filter()
44+
45+ .. class :: float()
46+
47+ .. class :: frozenset()
48+
49+ .. function :: getattr()
50+
51+ .. function :: globals()
52+
53+ .. function :: hasattr()
54+
55+ .. function :: hash()
56+
57+ .. function :: hex()
58+
59+ .. function :: id()
60+
61+ .. function :: input()
62+
63+ .. class :: int()
64+
65+ .. function :: isinstance()
66+
67+ .. function :: issubclass()
68+
69+ .. function :: iter()
70+
71+ .. function :: len()
72+
73+ .. class :: list()
74+
75+ .. function :: locals()
76+
77+ .. function :: map()
78+
79+ .. function :: max()
80+
81+ .. class :: memoryview()
82+
83+ .. function :: min()
84+
85+ .. function :: next()
86+
87+ .. class :: object()
88+
89+ .. function :: oct()
90+
91+ .. function :: open()
92+
93+ .. function :: ord()
94+
95+ .. function :: pow()
96+
97+ .. function :: print()
98+
99+ .. function :: property()
100+
101+ .. function :: range()
102+
103+ .. function :: repr()
104+
105+ .. function :: reversed()
106+
107+ .. function :: round()
108+
109+ .. class :: set()
110+
111+ .. function :: setattr()
112+
113+ .. function :: sorted()
114+
115+ .. function :: staticmethod()
116+
117+ .. class :: str()
118+
119+ .. function :: sum()
120+
121+ .. function :: super()
122+
123+ .. class :: tuple()
124+
125+ .. function :: type()
126+
127+ .. function :: zip()
You can’t perform that action at this time.
0 commit comments