MCPcopy 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_packageMethod · 0.95
digestMethod · 0.95
bundlesMethod · 0.95
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected