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

Method _get

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

Source from the content-addressed store, hash-verified

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

Callers 1

metricsMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected