MCPcopy Index your code
hub / github.com/larsenwork/monoid / build

Function build

Scripts/fontbuilder.py:98–99  ·  view source on GitHub ↗
(dstdir, font)

Source from the content-addressed store, hash-verified

96 print(str(prcnt) + '%.. ' + name)
97
98def build(dstdir, font):
99 _build(dstdir, font, permutations())
100
101def build_batch(dstdir, font, total_nodes, node_number):
102 # Starting at (i) node_number, build option every (n) total_nodes

Callers

nothing calls this directly

Calls 2

_buildFunction · 0.85
permutationsFunction · 0.85

Tested by

no test coverage detected