File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,14 @@ The actual representation of values is determined by the machine architecture
62
62
(strictly speaking, by the C implementation). The actual size can be accessed
63
63
through the :attr: `itemsize ` attribute.
64
64
65
+ The module defines the following item:
66
+
67
+
68
+ .. data :: typecodes
69
+
70
+ A string with all available type codes.
71
+
72
+
65
73
The module defines the following type:
66
74
67
75
@@ -79,9 +87,6 @@ The module defines the following type:
79
87
80
88
.. audit-event :: array.__new__ typecode,initializer array.array
81
89
82
- .. data :: typecodes
83
-
84
- A string with all available type codes.
85
90
86
91
Array objects support the ordinary sequence operations of indexing, slicing,
87
92
concatenation, and multiplication. When using slice assignment, the assigned
You can’t perform that action at this time.
0 commit comments