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

Method _mkdict

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

Source from the content-addressed store, hash-verified

60 return tuple(options)
61
62 def _mkdict(self, args):
63 options = {}
64 for i in range(0, len(args), 2):
65 options[args[i][1:]] = args[i+1]
66 return options
67
68 def __init__(self, root=None, font=None, name=None, exists=False,
69 **options):

Callers 2

actualMethod · 0.95
configMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected