Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ wrapped
Method
wrapped
tests/test_cpu_models.py:24–27 ·
view source on GitHub ↗
(k: str)
Source
from the content-addressed store, hash-verified
22
""
"
23
24
def
wrapped(k: str) -> str:
25
arch, _, name = k.partition(
'_'
)
26
27
return
ql_name.format(arch=arch, name=name)
28
29
return
wrapped
30
Callers
nothing calls this directly
Calls
1
format
Method · 0.80
Tested by
no test coverage detected