(self, rva)
| 1290 | return VirtualAddress_adj <= rva < VirtualAddress_adj + size |
| 1291 | |
| 1292 | def contains(self, rva): |
| 1293 | return self.contains_rva(rva) |
| 1294 | |
| 1295 | def get_entropy(self): |
| 1296 | """Calculate and return the entropy for the section.""" |
nothing calls this directly
no test coverage detected