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

Method push_back_null

include/pybind11/detail/argument_vector.h:402–402  ·  view source on GitHub ↗

Add a null pointer (for PY_VECTORCALL_ARGUMENTS_OFFSET slot)

Source from the content-addressed store, hash-verified

400
401 /// Add a null pointer (for PY_VECTORCALL_ARGUMENTS_OFFSET slot)
402 void push_back_null() { m_ptrs.push_back(nullptr); }
403
404 void reserve(std::size_t sz) { m_ptrs.reserve(sz); }
405

Callers 1

unpacking_collectorFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected