MCPcopy Create free account
hub / github.com/pybind/pybind11 / load_numpy_internals

Function load_numpy_internals

include/pybind11/numpy.h:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163};
164
165PYBIND11_NOINLINE void load_numpy_internals(numpy_internals *&ptr) {
166 ptr = &get_or_create_shared_data<numpy_internals>("_numpy_internals");
167}
168
169inline numpy_internals &get_numpy_internals() {
170 static numpy_internals *ptr = nullptr;

Callers 1

numpy.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected