MCPcopy Index your code
hub / github.com/RustPython/RustPython / names

Function names

Lib/tkinter/font.py:194–198  ·  view source on GitHub ↗

Get names of defined fonts (as a tuple)

(root=None)

Source from the content-addressed store, hash-verified

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

Callers 1

font.pyFile · 0.70

Calls 1

callMethod · 0.45

Tested by

no test coverage detected