MCPcopy Index your code
hub / github.com/microsoft/SandDance / _glob_pjoin

Function _glob_pjoin

python/jupyter-widget/setupbase.py:509–513  ·  view source on GitHub ↗

Join paths for glob processing

(*parts)

Source from the content-addressed store, hash-verified

507
508
509def _glob_pjoin(*parts):
510 """Join paths for glob processing"""
511 if parts[0] in ('.', ''):
512 parts = parts[1:]
513 return pjoin(*parts).replace(os.sep, '/')
514
515
516def _get_data_files(data_specs, existing, top=HERE):

Callers 3

_get_data_filesFunction · 0.85
_get_filesFunction · 0.85
_get_package_dataFunction · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected