Get directory that log files are being written to. will be None if there is no output directory (i.e., if you didn't call start)
()
| 279 | |
| 280 | |
| 281 | def get_dir(): |
| 282 | """ |
| 283 | Get directory that log files are being written to. |
| 284 | will be None if there is no output directory (i.e., if you didn't call start) |
| 285 | """ |
| 286 | return get_current().get_dir() |
| 287 | |
| 288 | |
| 289 | record_tabular = logkv |
nothing calls this directly
no test coverage detected