MCPcopy Create free account
hub / github.com/StackStorm/st2 / rules

Function rules

pants-plugins/pack_metadata/python_rules/python_module_mapper.py:77–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75
76
77def rules():
78 return (
79 *collect_rules(),
80 UnionRule(FirstPartyPythonMappingImplMarker, St2PythonPackContentMappingMarker),
81 )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected