mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
This commit is contained in:
parent
c92bf83a82
commit
fa089b9b0b
224 changed files with 539 additions and 136 deletions
|
@ -4,10 +4,14 @@
|
|||
.. module:: struct
|
||||
:synopsis: Interpret bytes as packed binary data.
|
||||
|
||||
**Source code:** :source:`Lib/struct.py`
|
||||
|
||||
.. index::
|
||||
pair: C; structures
|
||||
triple: packing; binary; data
|
||||
|
||||
--------------
|
||||
|
||||
This module performs conversions between Python values and C structs represented
|
||||
as Python :class:`bytes` objects. This can be used in handling binary data
|
||||
stored in files or from network connections, among other sources. It uses
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue