Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/conda/conda
/ join
Function
join
conda/common/url.py:301–303 ·
view source on GitHub ↗
(*args: str)
Source
from the content-addressed store, hash-verified
299
300
301
def
join(*args: str):
302
start =
"/"
if
not args[0] or args[0].startswith(
"/"
)
else
""
303
return
start +
"/"
.join(y
for
y in (x.strip(
"/"
)
for
x in args
if
x)
if
y)
304
305
306
join_url = join
Callers
15
test_local_channel
Function · 0.90
walk_prefix
Function · 0.85
clone_env
Function · 0.85
wrap_subprocess_call
Function · 0.85
get_comspec
Function · 0.85
__init__
Method · 0.85
__init__
Method · 0.85
check_files_in_package
Function · 0.85
_add_prefix_to_path
Method · 0.85
_get_activate_scripts
Method · 0.85
_get_deactivate_scripts
Method · 0.85
_get_environment_env_vars
Method · 0.85
Calls
1
startswith
Method · 0.45
Tested by
15
test_local_channel
Function · 0.72
hardlink_supported
Function · 0.68
softlink_supported
Function · 0.68
test_yield_lines
Function · 0.68
test_read_no_link
Function · 0.68
test_remove_prefix_from_path_1
Function · 0.68
test_remove_prefix_from_path_2
Function · 0.68
test_replace_prefix_in_path_1
Function · 0.68
test_replace_prefix_in_path_2
Function · 0.68
test_posix_basic
Function · 0.68
test_cmd_exe_basic
Function · 0.68
test_csh_basic
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…