MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / monitor_containt_effect

Method monitor_containt_effect

tests/flow/test_effects.py:59–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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 = []

Calls

no outgoing calls

Tested by

no test coverage detected