Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm-ffi
/ __post_init__
Method
__post_init__
tests/python/test_dataclass_frozen.py:483–484 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
481
x: int
482
483
def
__post_init__(self) -> None:
484
log.append(True)
485
486
Pt(1)
487
assert log == [True]
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected