We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
array.typecodes
1 parent 5e49807 commit 85cc5d0Copy full SHA for 85cc5d0
Doc/library/array.rst
@@ -62,6 +62,14 @@ The actual representation of values is determined by the machine architecture
62
(strictly speaking, by the C implementation). The actual size can be accessed
63
through the :attr:`itemsize` attribute.
64
65
+The module defines the following item:
66
+
67
68
+.. data:: typecodes
69
70
+ A string with all available type codes.
71
72
73
The module defines the following type:
74
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,
92
concatenation, and multiplication. When using slice assignment, the assigned
0 commit comments