MCPcopy
hub / github.com/belluzj/fantasque-sans / option

Function option

Scripts/fontbuilder.py:30–37  ·  view source on GitHub ↗
(abrv, name, does)

Source from the content-addressed store, hash-verified

28 return name
29
30def option(abrv, name, does):
31 if not isinstance(does, list):
32 does = [does]
33 option.operations[abrv] = does
34 option.abrvs.append(abrv)
35 option.names[abrv] = name
36
37 return abrv
38
39# Initialize the operations map, abbreviation list, and name map
40option.operations = {}

Callers 2

styleFunction · 0.85
build.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected