(dstdir, font)
| 123 | ) |
| 124 | |
| 125 | def build(dstdir, font): |
| 126 | _build(dstdir, font, permutations()) |
| 127 | |
| 128 | def build_batch(dstdir, font, total_nodes, node_number): |
| 129 | # Starting at (i) node_number, build option every (n) total_nodes |
nothing calls this directly
no test coverage detected