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

Method _set

Lib/tkinter/font.py:50–55  ·  view source on GitHub ↗
(self, kw)

Source from the content-addressed store, hash-verified

48 counter = itertools.count(1)
49
50 def _set(self, kw):
51 options = []
52 for k, v in kw.items():
53 options.append("-"+k)
54 options.append(str(v))
55 return tuple(options)
56
57 def _get(self, args):
58 options = []

Callers 2

__init__Method · 0.95
configMethod · 0.95

Calls 3

strFunction · 0.85
itemsMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected