(self, s, e, data)
| 175 | self.put(self.ss, self.es, self.out_ann, data) |
| 176 | |
| 177 | def putf(self, s, e, data): |
| 178 | self.put(self.samplenums[s][0], self.samplenums[e][1], self.out_ann, data) |
| 179 | |
| 180 | def handle_reg_bypass(self, cmd, bits): |
| 181 | self.putx([0, ['BYPASS: ' + bits]]) |
no outgoing calls
no test coverage detected