NOLINTNEXTLINE(readability-const-return-type) // PR #3263
| 1367 | |
| 1368 | // NOLINTNEXTLINE(readability-const-return-type) // PR #3263 |
| 1369 | reference dereference() const { return {key, value}; } |
| 1370 | void increment() { |
| 1371 | if (PyDict_Next(obj.ptr(), &pos, &key, &value) == 0) { |
| 1372 | pos = -1; |
nothing calls this directly
no outgoing calls
no test coverage detected