Home
last modified time | relevance | path

Searched refs:make_out_path (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/setuptools/_distutils/
D_msvccompiler.py300 def make_out_path(p): function
319 return list(map(make_out_path, source_filenames))
/external/python/cpython3/Lib/distutils/
D_msvccompiler.py296 def make_out_path(p): function
315 return list(map(make_out_path, source_filenames))