Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ species
Method
species
tests/test_class.cpp:133–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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:
136
std::string m_name;
Callers
2
test_inheritance
Function · 0.95
test_class.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected