MCPcopy Create free account
hub / github.com/canarybyte/veridrop / _python_files

Function _python_files

tests/test_protocol_isolation.py:11–12  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

9
10
11def _python_files(path: Path) -> list[Path]:
12 return [p for p in path.rglob("*.py") if "__pycache__" not in p.parts]
13
14
15def test_gemini_protocol_does_not_import_claude_or_openai_protocols():

Calls

no outgoing calls

Tested by

no test coverage detected