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

Method scope

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

Source from the content-addressed store, hash-verified

40struct scope {
41 handle value;
42 explicit scope(const handle &s) : value(s) {}
43};
44
45/// Annotation for documentation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected