Home
last modified time | relevance | path

Searched refs:cfgdict (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Dturtle.py175 cfgdict = {}
197 cfgdict[key] = value
198 return cfgdict
200 def readconfig(cfgdict): argument