Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/subframe7536/maple-font
/ comb_jp
Function
comb_jp
source/py/feature/base/ccmp.py:91–92 ·
view source on GitHub ↗
(c1: str, c2: str)
Source
from the content-addressed store, hash-verified
89
90
91
def
comb_jp(c1: str, c2: str) -> ast.Line:
92
return
ast.__subst(f
"uni{c1} uni{c1}"
, f
"uni{c1}{c2}"
)
93
94
95
ccmp_latn = ast.Lookup(
Callers
1
ccmp.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected