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