(s)
| 329 | |
| 330 | TVARIES = {'mod', 'cycle', 'random', 'water'} |
| 331 | def parse_tile_variants(s): |
| 332 | return parse_enum(s, "TVARY_", TVARIES) |
| 333 | |
| 334 | keyfns = { |
| 335 | 'glyph': Field(parse_glyph, required = True), |
nothing calls this directly
no test coverage detected