From e9db8404804f2eed07eb0a6190f73ae21e0dc43c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 10 Apr 2014 03:45:38 +0300 Subject: py: Start implementing "struct" module. Only calcsize() and unpack() functions provided so far, for little-endian byte order. Format strings don't support repition spec (like "2b3i"). Unfortunately, dealing with all the various binary type sizes and alignments will lead to quite a bloated "binary" helper functions - if optimizing for speed. Need to think if using dynamic parametrized algos makes more sense. --- tests/basics/struct1.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/basics/struct1.py (limited to 'tests/basics') diff --git a/tests/basics/struct1.py b/tests/basics/struct1.py new file mode 100644 index 000000000..6feaca384 --- /dev/null +++ b/tests/basics/struct1.py @@ -0,0 +1,3 @@ +import struct +print(struct.calcsize("