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

Function multi_interp_slot

include/pybind11/pybind11.h:1482–1482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1480
1481#ifdef Py_mod_multiple_interpreters
1482inline void *multi_interp_slot() { return Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED; }
1483template <typename... O>
1484inline void *multi_interp_slot(multiple_interpreters mi, O &&...o) {
1485 switch (mi.value()) {

Callers 1

init_slotsFunction · 0.85

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected