(self)
| 41 | def g(self): |
| 42 | return self.offset |
| 43 | def m(self): |
| 44 | return self.offset+self.get_n() |
| 45 | # Note: there are no protected methods, but this emulates the respective test for RBA |
| 46 | def call_a10_prot(self, f): |
| 47 | a10_prot(f) |
no outgoing calls
no test coverage detected