| 452 | |
| 453 | template<class T> |
| 454 | constexpr py_dictvalues_v |
| 455 | py_dictvalues() |
| 456 | { |
| 457 | return { |
| 458 | sizeof(T), |
| 459 | {offsetof(T, values)}, |
| 460 | }; |
| 461 | } |
| 462 | |
| 463 | template<class T> |
| 464 | constexpr py_float_v |
nothing calls this directly
no outgoing calls
no test coverage detected