HomeSort by relevance Sort by last modified time
    Searched refs:_CFG (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/lib-tk/
turtle.py 151 _CFG = {"width" : 0.5, # Screen
242 ## show(_CFG)
244 _CFG.update(cfgdict2)
245 ## show(_CFG)
247 _CFG.update(cfgdict1)
248 ## show(_CFG)
251 readconfig(_CFG)
    [all...]
  /external/python/cpython3/Lib/
turtle.py 149 _CFG = {"width" : 0.5, # Screen
227 _CFG.update(cfgdict2)
228 _CFG.update(cfgdict1)
231 readconfig(_CFG)
    [all...]

Completed in 518 milliseconds