MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _get

Method _get

tools/python-3.11.9-amd64/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 2

tupleClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected