MCPcopy Create free account
hub / github.com/bloomberg/pystack / py_list

Function py_list

src/pystack/_pystack/version.cpp:406–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404
405template<class T>
406constexpr py_list_v
407py_list()
408{
409 return {
410 sizeof(T),
411 {offsetof(T, ob_base.ob_size)},
412 {offsetof(T, ob_item)},
413 };
414}
415
416template<class T>
417constexpr py_dict_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected