MCPcopy Create free account
hub / github.com/FonaTech/Clouds-Coder / _iter_python_files

Function _iter_python_files

split_coder.py:1270–1274  ·  view source on GitHub ↗
(root: Path)

Source from the content-addressed store, hash-verified

1268
1269
1270def _iter_python_files(root: Path) -> List[Path]:
1271 return sorted(
1272 p for p in root.rglob("*.py")
1273 if "__pycache__" not in p.parts
1274 )
1275
1276
1277def _collect_top_level_names(path: Path) -> Set[str]:

Callers 1

run_self_checkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected