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

Function make

v2/util/path.py:37–41  ·  view source on GitHub ↗

Converts the native path into normalized form.

(native)

Source from the content-addressed store, hash-verified

35
36@bjam_signature((["native"],))
37def make (native):
38 """ Converts the native path into normalized form.
39 """
40 # TODO: make os selection here.
41 return make_UNIX (native)
42
43def make_UNIX (native):
44

Callers 2

pwdFunction · 0.70
programs_pathFunction · 0.70

Calls 1

make_UNIXFunction · 0.85

Tested by

no test coverage detected