MCPcopy
hub / github.com/subframe7536/maple-font / use

Method use

source/py/feature/ast.py:24–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22 self.glyphs = tuple(glyphs)
23
24 def use(self) -> str:
25 return f"@{self.name}"
26
27 def state(self) -> Line:
28 return Line(f"{self.use()} = {cls(self.glyphs)};")

Callers 9

stateMethod · 0.95
__glyFunction · 0.45
cv99_substFunction · 0.45
get_lookupFunction · 0.45
get_base_lookupFunction · 0.45
get_lookupFunction · 0.45
ccmp.pyFile · 0.45
get_base_featuresFunction · 0.45
locl.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected