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

Function _is_micromamba

tests/test_examples.py:695–697  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

693
694
695def _is_micromamba(path) -> bool:
696 name, _ = identify_conda_exe(path)
697 return name == StandaloneExe.MAMBA
698
699
700@pytest.fixture(params=["linux-aarch64"])

Callers 1

create_installerFunction · 0.85

Calls 1

identify_conda_exeFunction · 0.90

Tested by

no test coverage detected