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

Class derived

tests/pure_cpp/smart_holder_poc_test.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57};
58
59struct derived : public base {
60 int get() override { return 100; }
61};
62
63} // namespace helpers
64

Callers 13

attr_with_type_hintMethod · 0.85
operator()Method · 0.85
isFunction · 0.85
is_noneFunction · 0.85
ref_countFunction · 0.85
beginMethod · 0.85
operator[]Method · 0.85
attrMethod · 0.85
operator*Method · 0.85
strMethod · 0.85
annotationsMethod · 0.85
get_typeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected