MCPcopy
hub / github.com/subframe7536/maple-font / joinPaths

Function joinPaths

source/py/utils.py:47–48  ·  view source on GitHub ↗
(*args: str)

Source from the content-addressed store, hash-verified

45
46
47def joinPaths(*args: str) -> str:
48 return "/".join(args)
49
50
51def is_windows():

Callers 15

patch_font_featureMethod · 0.90
__init__Method · 0.90
get_feature_file_pathMethod · 0.90
build_monoFunction · 0.90
build_mono_autohintFunction · 0.90
build_nf_by_font_patcherFunction · 0.90
build_nfFunction · 0.90
build_cnFunction · 0.90
run_buildFunction · 0.90
build_variable_fontsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected