Returns true is the unpacked data is all zeros.
(self)
| 994 | self.__file_offset__ = offset |
| 995 | |
| 996 | def all_zeroes(self): |
| 997 | """Returns true is the unpacked data is all zeros.""" |
| 998 | |
| 999 | return self.__all_zeroes__ |
| 1000 | |
| 1001 | def sizeof(self): |
| 1002 | """Return size of the structure.""" |
no outgoing calls
no test coverage detected