MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / convert_path

Function convert_path

Lib/distutils/util.py:110–133  ·  view source on GitHub ↗

Return 'pathname' as a name that will work on the native filesystem, i.e. split it on '/' and put it back together again using the current directory separator. Needed because filenames in the setup script are always supplied in Unix style, and have to be converted to the local conve

(pathname)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

_parse_template_lineMethod · 0.90
finalize_optionsMethod · 0.90
find_data_filesMethod · 0.90
copy_scriptsMethod · 0.90
convert_pathsMethod · 0.90
handle_extra_pathMethod · 0.90
create_home_pathMethod · 0.90
runMethod · 0.90
add_defaultsMethod · 0.90

Calls 3

splitMethod · 0.80
removeMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected