Write all of the diagnostics from the current iteration
()
| 234 | |
| 235 | |
| 236 | def dumpkvs(): |
| 237 | """ |
| 238 | Write all of the diagnostics from the current iteration |
| 239 | """ |
| 240 | return get_current().dumpkvs() |
| 241 | |
| 242 | |
| 243 | def getkvs(): |
nothing calls this directly
no test coverage detected