Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ Chimera
Method
Chimera
tests/test_class.cpp:157–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
156
class Chimera : public Pet {
157
Chimera() : Pet(
"Kimmy"
,
"chimera"
) {}
158
};
159
160
py::class_<Pet> pet_class(m,
"Pet"
);
Callers
1
test_inheritance
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected