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

Method is_method

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

Source from the content-addressed store, hash-verified

25struct is_method {
26 handle class_;
27 explicit is_method(const handle &c) : class_(c) {}
28};
29
30/// Annotation for setters

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected