MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / _find_writes

Function _find_writes

Scripts/codegen/tests/test_subclass_emission.py:19–20  ·  view source on GitHub ↗
(writes, suffix)

Source from the content-addressed store, hash-verified

17
18
19def _find_writes(writes, suffix):
20 return [w for w in writes if w.path.endswith(suffix)]
21
22
23def test_actuator_subclass_count(real_schema, real_rules, real_mjspec):

Calls

no outgoing calls

Tested by

no test coverage detected