Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ flag
Method
flag
include/pybind11/pybind11.h:1438–1438 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1436
public:
1437
explicit mod_gil_not_used(bool flag = true) : flag_(flag) {}
1438
bool flag() const { return flag_; }
1439
1440
private:
1441
bool flag_;
Callers
2
gil_not_used_option
Function · 0.80
create_extension_module
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected