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

Function gil_not_used_option

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

Source from the content-addressed store, hash-verified

1467PYBIND11_NAMESPACE_BEGIN(detail)
1468
1469inline bool gil_not_used_option() { return false; }
1470template <typename F, typename... O>
1471bool gil_not_used_option(F &&, O &&...o);
1472template <typename... O>

Callers 1

init_slotsFunction · 0.85

Calls 1

flagMethod · 0.80

Tested by

no test coverage detected