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

Function fires

tests/unit/test_group_a_rules.py:50–51  ·  view source on GitHub ↗
(code, rule_id, **kw)

Source from the content-addressed store, hash-verified

48
49
50def fires(code, rule_id, **kw):
51 return [f for f in run_pyspector(code, **kw) if f["rule_id"] == rule_id]
52
53
54# ============================================================

Calls 1

run_pyspectorFunction · 0.70

Tested by

no test coverage detected