Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
state
Method · 0.95
__gly
Function · 0.45
cv99_subst
Function · 0.45
get_lookup
Function · 0.45
get_base_lookup
Function · 0.45
get_lookup
Function · 0.45
ccmp.py
File · 0.45
get_base_features
Function · 0.45
locl.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected