()
| 4675 | |
| 4676 | |
| 4677 | def image_names(): |
| 4678 | tk = _get_default_root('use image_names()').tk |
| 4679 | return tk.splitlist(tk.call('image', 'names')) |
| 4680 | |
| 4681 | |
| 4682 | def image_types(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…