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

Method test_initializer

tests/pybind11_tests.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35test_initializer::test_initializer(Initializer init) { initializers().emplace_back(init); }
36
37test_initializer::test_initializer(const char *submodule_name, Initializer init) {
38 initializers().emplace_back([=](py::module_ &parent) {

Callers

nothing calls this directly

Calls 2

initFunction · 0.85
emplace_backMethod · 0.80

Tested by

no test coverage detected