Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm-ffi
/ _unique_key
Function
_unique_key
tests/python/test_dataclass_py_class.py:46–47 ·
view source on GitHub ↗
(base: str)
Source
from the content-addressed store, hash-verified
44
45
46
def
_unique_key(base: str) -> str:
47
return
f
"testing.py_class_dec.{base}_{next(_counter)}"
48
49
50
def
_get_type_info(cls: type) -> TypeInfo:
Callers
4
test_explicit_type_key
Method · 0.70
Priority
Class · 0.70
Opcode
Class · 0.70
test_failed_decoration_allows_retry
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected