(dstdir, font)
| 96 | print(str(prcnt) + '%.. ' + name) |
| 97 | |
| 98 | def build(dstdir, font): |
| 99 | _build(dstdir, font, permutations()) |
| 100 | |
| 101 | def build_batch(dstdir, font, total_nodes, node_number): |
| 102 | # Starting at (i) node_number, build option every (n) total_nodes |
nothing calls this directly
no test coverage detected