MCPcopy Create free account
hub / github.com/ParzivalHack/PySpector / fires

Function fires

tests/unit/test_missing_rules.py:46–47  ·  view source on GitHub ↗
(code, rule_id, **kw)

Source from the content-addressed store, hash-verified

44
45
46def fires(code, rule_id, **kw):
47 return bool([f for f in run_pyspector(code, **kw) if f["rule_id"] == rule_id])
48
49
50def not_fires(code, rule_id, **kw):

Calls 1

run_pyspectorFunction · 0.70

Tested by

no test coverage detected