(self)
| 57 | self.wait_for_command('GRAPH.QUERY') |
| 58 | |
| 59 | def monitor_containt_effect(self): |
| 60 | for item in self.monitor: |
| 61 | if 'GRAPH.EFFECT' in item['command']: |
| 62 | return True |
| 63 | return False |
| 64 | |
| 65 | def clear_monitor(self): |
| 66 | self.monitor = [] |
no outgoing calls
no test coverage detected