Changeset ee95332 in ammosreader
- Timestamp:
- 06/30/22 16:38:40 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- bcacddc
- Parents:
- d62906b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ammosreader/AmmosContainer.py
rd62906b ree95332 43 43 44 44 def is_homogenic(self): 45 return (len(self. frame_sizes()) == 1) and (len(self.frame_types()) == 1)45 return (len(self.unique_frame_sizes()) == 1) and (len(self.frame_types()) == 1) 46 46 47 47 def __str__(self):
Note:
See TracChangeset
for help on using the changeset viewer.