MCPcopy Create free account
hub / github.com/pybind/pybind11 / Object

Method Object

tests/object.h:12–12  ·  view source on GitHub ↗

Default constructor

Source from the content-addressed store, hash-verified

10public:
11 /// Default constructor
12 Object() { print_default_created(this); }
13
14 /// Copy constructor
15 Object(const Object &) : m_refCount(0) { print_copy_created(this); }

Callers

nothing calls this directly

Calls 2

print_default_createdFunction · 0.85
print_copy_createdFunction · 0.85

Tested by

no test coverage detected