MCPcopy 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

Calls 2

SampleObjectClass · 0.85
trigger_cpp_side_errorFunction · 0.85

Tested by

no test coverage detected