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

Class scope

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

Annotation for parent scope

Source from the content-addressed store, hash-verified

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

Callers 2

pybind11.hFile · 0.85
class_Class · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected