Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ data
Method
data
include/pybind11/detail/argument_vector.h:410–410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
408
PyObject *operator[](std::size_t idx) const { return m_ptrs[idx]; }
409
410
PyObject *const *data() const { return m_ptrs.data(); }
411
412
private:
413
small_vector<PyObject *, InlineSize> m_ptrs;
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected