MCPcopy Create free account
hub / github.com/conda/constructor / _example_path

Function _example_path

tests/test_examples.py:691–692  ·  view source on GitHub ↗
(example_name)

Source from the content-addressed store, hash-verified

689
690
691def _example_path(example_name):
692 return REPO_DIR / "examples" / example_name
693
694
695def _is_micromamba(path) -> bool:

Calls

no outgoing calls

Tested by

no test coverage detected