We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b449ba commit f031356Copy full SHA for f031356
1 file changed
Lib/struct.py
@@ -1,6 +1,6 @@
1
__all__ = [
2
# Functions
3
- 'calcsize', 'pack', 'unpack', 'unpack', 'unpack_from',
+ 'calcsize', 'pack', 'pack_into', 'unpack', 'unpack_from',
4
5
# Classes
6
'Struct',
0 commit comments