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

Method name

tests/test_class.cpp:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 Pet(const std::string &name, const std::string &species)
131 : m_name(name), m_species(species) {}
132 std::string name() const { return m_name; }
133 std::string species() const { return m_species; }
134
135 private:

Callers 8

test_inheritanceFunction · 0.95
name_of_kindMethod · 0.45
test_cross_module_callsFunction · 0.45
TEST_SUBMODULEFunction · 0.45
TEST_SUBMODULEFunction · 0.45
TEST_SUBMODULEFunction · 0.45
PYBIND11_MODULEFunction · 0.45
test_class.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected