Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ get_details_as_uintptr
Function
get_details_as_uintptr
tests/test_with_catch/test_interpreter.cpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
uintptr_t get_details_as_uintptr() {
31
return reinterpret_cast<uintptr_t>(py::detail::get_internals_pp_manager().get_pp()->get());
32
}
33
34
class Widget {
35
public:
Callers
2
test_interpreter.cpp
File · 0.85
test_subinterpreter.cpp
File · 0.85
Calls
2
get_pp
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected