MCPcopy
hub / github.com/larsenwork/monoid / conflicting

Function conflicting

Scripts/fontbuilder.py:32–35  ·  view source on GitHub ↗

Wrap the abbreviations as a tuple in the option abbreviation list

(*abrvs)

Source from the content-addressed store, hash-verified

30option.names = {}
31
32def conflicting(*abrvs):
33 """Wrap the abbreviations as a tuple in the option abbreviation list"""
34 # Assumes last #abrvs abbreviations are conflicting options
35 option.abrvs = option.abrvs[:-len(abrvs)] + [tuple(abrvs)]
36
37def _expand_options(bitmap):
38 # Apply the bitmap to the options

Callers 1

build.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected