Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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:
Callers
1
test_payload_literal_sugar_preserves_methods_and_properties
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected