MCPcopy 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};
112class PyTF6 : public TestFactory6 {
113public:

Callers 2

test_init_factory_aliasFunction · 0.95
test_init_factory_dualFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected