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

Method _get

Lib/tkinter/font.py:56–60  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

54 return tuple(options)
55
56 def _get(self, args):
57 options = []
58 for k in args:
59 options.append("-"+k)
60 return tuple(options)
61
62 def _mkdict(self, args):
63 options = {}

Callers 1

metricsMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected