MCPcopy Create free account
hub / github.com/apache/tvm-ffi / _unique_key_ff

Function _unique_key_ff

tests/python/test_dataclass_py_class.py:62–64  ·  view source on GitHub ↗

Return a globally unique type key for low-level field tests.

(base: str)

Source from the content-addressed store, hash-verified

60
61
62def _unique_key_ff(base: str) -> str:
63 """Return a globally unique type key for low-level field tests."""
64 return f"testing.py_class.{base}_{next(_counter_ff)}"
65
66
67def _make_type(

Calls

no outgoing calls

Tested by

no test coverage detected