Skip to content

Commit ca63c77

Browse files
committed
docs/ustruct: Describe supported type codes.
1 parent 7b1bf0c commit ca63c77

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/library/ustruct.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
See `Python struct <https://docs.python.org/3/library/struct.html>`_ for more
88
information.
99

10+
Supported size/byte order prefixes: ``@``, ``<``, ``>``, ``!``.
11+
12+
Supported format codes: ``b``, ``B``, ``h``, ``H``, ``i``, ``I``, ``l``,
13+
``L``, ``q``, ``Q``, ``s``, ``P``, ``f``, ``d`` (the latter 2 depending
14+
on the floating-point support).
15+
1016
Functions
1117
---------
1218

0 commit comments

Comments
 (0)