MCPcopy 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
46def _unique_key(base: str) -> str:
47 return f"testing.py_class_dec.{base}_{next(_counter)}"
48
49
50def _get_type_info(cls: type) -> TypeInfo:

Callers 4

PriorityClass · 0.70
OpcodeClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected