MCPcopy Create free account
hub / github.com/boostorg/build / make_UNIX

Function make_UNIX

v2/util/path.py:43–48  ·  view source on GitHub ↗
(native)

Source from the content-addressed store, hash-verified

41 return make_UNIX (native)
42
43def make_UNIX (native):
44
45 # VP: I have no idea now 'native' can be empty here! But it can!
46 assert (native)
47
48 return os.path.normpath (native)
49
50@bjam_signature((["path"],))
51def native (path):

Callers 1

makeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected