MCPcopy Create free account
hub / github.com/pybind/pybind11 / ~Sequence

Method ~Sequence

tests/test_sequences_and_iterators.cpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 ~Sequence() {
199 print_destroyed(this);
200 delete[] m_data;
201 }
202
203 Sequence &operator=(const Sequence &s) {
204 if (&s != this) {

Callers

nothing calls this directly

Calls 1

print_destroyedFunction · 0.85

Tested by

no test coverage detected