MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / safe_module_name

Function safe_module_name

codeclash/arenas/scml/runtime/run_scml.py:32–33  ·  view source on GitHub ↗
(player_name: str)

Source from the content-addressed store, hash-verified

30
31
32def safe_module_name(player_name: str) -> str:
33 return f"codeclash_scml_{safe_class_name(player_name).lower()}"
34
35
36def load_policy_module(player_name: str, path: str):

Callers

nothing calls this directly

Calls 1

safe_class_nameFunction · 0.85

Tested by

no test coverage detected