Searched defs:_CFG (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py151 _CFG = {"width" : 0.5, # Screen variable
242 ## show(_CFG)
244 _CFG.update(cfgdict2)
245 ## show(_CFG)
247 _CFG.update(cfgdict1)
248 ## show(_CFG)
251 readconfig(_CFG)
921 def __init__(self, cv, mode=_CFG["mode"],
922 colormode=_CFG["colormode"], delay=_CFG["dela
[all...]
/external/python/cpython3/Lib/
H A Dturtle.py149 _CFG = {"width" : 0.5, # Screen variable
227 _CFG.update(cfgdict2)
228 _CFG.update(cfgdict1)
231 readconfig(_CFG)
965 def __init__(self, cv, mode=_CFG["mode"],
966 colormode=_CFG["colormode"], delay=_CFG["delay"]):
993 self._colormode = _CFG["colormode"]
1017 self._delayvalue = _CFG["delay"]
1018 self._colormode = _CFG["colormod
[all...]

Completed in 104 milliseconds