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

Method _set

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

Source from the content-addressed store, hash-verified

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