Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm-ffi
/ may_create_cyclic_reference
Function
may_create_cyclic_reference
tests/python/test_error.py:141–144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
139
pass
140
141
def
may_create_cyclic_reference() -> weakref.ReferenceType:
142
obj = SampleObject()
143
trigger_cpp_side_error()
144
return
weakref.ref(obj)
145
146
wref = may_create_cyclic_reference()
147
Callers
1
test_error_no_cyclic_reference
Function · 0.85
Calls
2
SampleObject
Class · 0.85
trigger_cpp_side_error
Function · 0.85
Tested by
no test coverage detected