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

Method is_high

tests/python/test_dataclass_enum.py:271–272  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

269 high = 10
270
271 def is_high(self) -> bool:
272 return self.value >= 5
273
274 @classmethod
275 def default(cls) -> Priority:

Calls

no outgoing calls

Tested by

no test coverage detected