docs/ustruct: Describe supported type codes.

pull/2080/head
Paul Sokolovsky 2016-05-14 20:48:43 +03:00
rodzic 7b1bf0c308
commit ca63c77073
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,12 @@
See `Python struct <https://docs.python.org/3/library/struct.html>`_ for more
information.
Supported size/byte order prefixes: ``@``, ``<``, ``>``, ``!``.
Supported format codes: ``b``, ``B``, ``h``, ``H``, ``i``, ``I``, ``l``,
``L``, ``q``, ``Q``, ``s``, ``P``, ``f``, ``d`` (the latter 2 depending
on the floating-point support).
Functions
---------