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:110–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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 {
113
public:
Callers
2
test_init_factory_alias
Function · 0.95
test_init_factory_dual
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected