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

Method _mkdict

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

Source from the content-addressed store, hash-verified

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

Callers 2

actualMethod · 0.95
configMethod · 0.95

Calls 1

lenFunction · 0.85

Tested by

no test coverage detected