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