Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ get
Method
get
tests/test_factory_constructors.cpp:109–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
virtual ~TestFactory6() { print_destroyed(this); }
109
virtual int get() { return value; }
110
bool has_alias() const { return alias; }
111
};
112
class PyTF6 : public TestFactory6 {
Callers
1
test_init_factory_alias
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected