Changeset 2a9faed in ammosreader for ammosreader/AmmosIFDataBody.py
- Timestamp:
- 06/29/22 16:12:34 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- a81ab76
- Parents:
- 4455f2b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ammosreader/AmmosIFDataBody.py
r4455f2b r2a9faed 22 22 @property 23 23 def data(self): 24 b"".join([each.data for each in self.data_blocks])24 return b"".join([each.data for each in self.data_blocks])
Note:
See TracChangeset
for help on using the changeset viewer.