Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
695
def
_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_installer
Function · 0.85
Calls
1
identify_conda_exe
Function · 0.90
Tested by
no test coverage detected