Changeset 103:c55961369c07 in xplra
- Timestamp:
- 09/05/21 07:30:12 (3 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/client/python/xplra.py
r96 r103 528 528 elementSize = 1 529 529 if arr is not None and length>0: 530 arr.from string(self._stream.read(length*elementSize))530 arr.frombytes(self._stream.read(length*elementSize)) 531 531 return None if arr is None else arr.tolist() 532 532
Note:
See TracChangeset
for help on using the changeset viewer.