Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fabioz/PyDev.Debugger
/ join
Function
join
interpreterInfo.py:30–33 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
28
return
path
29
30
def
join(a, b):
31
if
a.endswith(
"/"
) or a.endswith(
"\\"
):
32
return
a + b
33
return
a +
"/"
+ b
34
35
36
IS_PYTHON_3_ONWARDS = 0
Callers
4
_apply_func_and_normalize_case
Function · 0.85
exists
Function · 0.85
get_package_dir
Function · 0.85
_load_latest_dbghelp_dll
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected