(self)
| 260 | capitals = property(getcapitals, setcapitals) |
| 261 | |
| 262 | def clear_traps(self): |
| 263 | self.c.clear_traps() |
| 264 | for trap in self.p.traps: |
| 265 | self.p.traps[trap] = False |
| 266 | |
| 267 | def clear_status(self): |
| 268 | self.c.clear_flags() |
no outgoing calls
no test coverage detected