Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ _concat
Method
_concat
dash/development/build_process.py:40–41 ·
view source on GitHub ↗
(*paths)
Source
from the content-addressed store, hash-verified
38
39
@staticmethod
40
def
_concat(*paths):
41
return
os.path.realpath(os.path.sep.join((path
for
path in paths
if
path)))
42
43
@staticmethod
44
def
_clean_path(path):
Callers
5
__init__
Method · 0.95
_parse_package
Method · 0.95
digest
Method · 0.95
bundles
Method · 0.95
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected