| 439 | |
| 440 | template<> |
| 441 | constexpr py_dictkeys_v |
| 442 | py_dictkeys<Python3_11::PyDictKeysObject>() |
| 443 | { |
| 444 | return { |
| 445 | sizeof(Python3_11::PyDictKeysObject), |
| 446 | {offsetof(Python3_11::PyDictKeysObject, dk_log2_size)}, |
| 447 | {offsetof(Python3_11::PyDictKeysObject, dk_kind)}, |
| 448 | {offsetof(Python3_11::PyDictKeysObject, dk_nentries)}, |
| 449 | {offsetof(Python3_11::PyDictKeysObject, dk_indices)}, |
| 450 | }; |
| 451 | } |
| 452 | |
| 453 | template<class T> |
| 454 | constexpr py_dictvalues_v |
nothing calls this directly
no outgoing calls
no test coverage detected