Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/conda/conda
/ path_conversion
Method
path_conversion
tests/shell/__init__.py:328–329 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
326
self.expect(rf
"{marker}\r?\n"
)
327
328
def
path_conversion(self, *args, **kwargs) -> str | tuple[str, ...] | None:
329
return
self.activator.path_conversion(*args, **kwargs)
Callers
15
__enter__
Method · 0.95
get_export_unset_vars
Method · 0.80
_add_prefix_to_path
Method · 0.80
_replace_prefix_in_path
Method · 0.80
_get_activate_scripts
Method · 0.80
_get_deactivate_scripts
Method · 0.80
template_path_var
Method · 0.80
test_add_prefix_to_path_posix
Function · 0.80
test_add_prefix_to_path_cmdexe
Function · 0.80
test_remove_prefix_from_path_1
Function · 0.80
test_remove_prefix_from_path_2
Function · 0.80
test_replace_prefix_in_path_1
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_add_prefix_to_path_posix
Function · 0.64
test_add_prefix_to_path_cmdexe
Function · 0.64
test_remove_prefix_from_path_1
Function · 0.64
test_remove_prefix_from_path_2
Function · 0.64
test_replace_prefix_in_path_1
Function · 0.64
test_build_activate_dont_use_PATH
Function · 0.64
test_build_activate_dont_activate_unset_var
Function · 0.64
test_build_activate_shlvl_warn_clobber_vars
Function · 0.64
test_build_activate_shlvl_0
Function · 0.64
test_build_activate_shlvl_1
Function · 0.64
test_build_stack_shlvl_1
Function · 0.64
test_activate_same_environment
Function · 0.64