MCPcopy 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
36IS_PYTHON_3_ONWARDS = 0

Callers 4

existsFunction · 0.85
get_package_dirFunction · 0.85
_load_latest_dbghelp_dllFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected