MCPcopy 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

1436public:
1437 explicit mod_gil_not_used(bool flag = true) : flag_(flag) {}
1438 bool flag() const { return flag_; }
1439
1440private:
1441 bool flag_;

Callers 2

gil_not_used_optionFunction · 0.80
create_extension_moduleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected