MCPcopy 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
30uintptr_t get_details_as_uintptr() {
31 return reinterpret_cast<uintptr_t>(py::detail::get_internals_pp_manager().get_pp()->get());
32}
33
34class Widget {
35public:

Callers 2

Calls 2

get_ppMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected