MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / is_method

Class is_method

extern/pybind/include/pybind11/attr.h:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 13

readonlyMethod · 0.85
writeMethod · 0.85
readonlyMethod · 0.85
writeMethod · 0.85
readonlyMethod · 0.85
readMethod · 0.85
writeMethod · 0.85
readMethod · 0.85
writeMethod · 0.85
class_Class · 0.85
initFunction · 0.85
pybind11.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected