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

Method default

tests/python/test_dataclass_enum.py:275–276  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

273
274 @classmethod
275 def default(cls) -> Priority:
276 return cls.low # ty: ignore[invalid-return-type]
277
278 @property
279 def doubled(self) -> int:

Calls

no outgoing calls

Tested by

no test coverage detected