Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
config
Method · 0.95
Calls
3
str
Function · 0.85
items
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected