Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ Rabbit
Method
Rabbit
tests/test_class.cpp:148–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
class Rabbit : public Pet {
147
public:
148
explicit Rabbit(const std::string &name) : Pet(name,
"parrot"
) {}
149
};
150
151
class Hamster : public Pet {
Callers
1
test_inheritance
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected