MCPcopy 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};
159class PyTF7 : public TestFactory7 {
160public:

Callers 1

test_init_factory_dualFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected