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