MCPcopy Index your code
hub / github.com/python/cpython / image_names

Function image_names

Lib/tkinter/__init__.py:4677–4679  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4675
4676
4677def image_names():
4678 tk = _get_default_root('use image_names()').tk
4679 return tk.splitlist(tk.call('image', 'names'))
4680
4681
4682def image_types():

Callers

nothing calls this directly

Calls 3

_get_default_rootFunction · 0.85
splitlistMethod · 0.80
callMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…