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

Function PYBIND11_MODULE

tests/eigen_tensor_avoid_stl_array.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include "test_eigen_tensor.inl"
13
14PYBIND11_MODULE(eigen_tensor_avoid_stl_array, m, pybind11::mod_gil_not_used()) {
15 eigen_tensor_test::test_module(m);
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected