Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1467
PYBIND11_NAMESPACE_BEGIN(detail)
1468
1469
inline bool gil_not_used_option() { return false; }
1470
template <typename F, typename... O>
1471
bool gil_not_used_option(F &&, O &&...o);
1472
template <typename... O>
Callers
1
init_slots
Function · 0.85
Calls
1
flag
Method · 0.80
Tested by
no test coverage detected