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

Function names

Lib/tkinter/font.py:195–199  ·  view source on GitHub ↗

Get names of defined fonts (as a tuple)

(root=None)

Source from the content-addressed store, hash-verified

193
194
195def names(root=None):
196 "Get names of defined fonts (as a tuple)"
197 if root is None:
198 root = tkinter._get_default_root('use font.names()')
199 return root.tk.splitlist(root.tk.call("font", "names"))
200
201
202def __getattr__(name):

Callers 1

font.pyFile · 0.70

Calls 2

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…