Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ test_smart_ptr_refcounting
Function
test_smart_ptr_refcounting
tests/test_smart_ptr.py:120–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
119
120
def
test_smart_ptr_refcounting():
121
assert m.test_object1_refcounting()
122
123
124
@pytest.mark.skipif(
"env.GRAALPY"
, reason=
"Cannot reliably trigger GC"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected