MCPcopy Create free account
hub / github.com/OSU-NLP-Group/Loop-Think-Generalize / ensure_dir

Function ensure_dir

logit_margin_analysis.py:32–33  ·  view source on GitHub ↗
(p: str)

Source from the content-addressed store, hash-verified

30
31
32def ensure_dir(p: str):
33 os.makedirs(p, exist_ok=True)
34
35
36def safe_tag(s: str) -> str:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected