Get options for xarray. See Also -------- set_options
()
| 407 | |
| 408 | |
| 409 | def get_options(): |
| 410 | """ |
| 411 | Get options for xarray. |
| 412 | |
| 413 | See Also |
| 414 | -------- |
| 415 | set_options |
| 416 | |
| 417 | """ |
| 418 | return FrozenDict(OPTIONS) |
nothing calls this directly
no test coverage detected
searching dependent graphs…