Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
Dturtle.py151 _CFG = {"width" : 0.5, # Screen variable
244 _CFG.update(cfgdict2)
247 _CFG.update(cfgdict1)
251 readconfig(_CFG)
921 def __init__(self, cv, mode=_CFG["mode"],
922 colormode=_CFG["colormode"], delay=_CFG["delay"]):
949 self._colormode = _CFG["colormode"]
966 self._delayvalue = _CFG["delay"]
967 self._colormode = _CFG["colormode"]
1941 def __init__(self, resizemode=_CFG["resizemode"]):
[all …]
/external/python/cpython2/Doc/library/
Dturtle.rst1849 .. function:: setup(width=_CFG["width"], height=_CFG["height"], startx=_CFG["leftright"], starty=_C…
/external/clang/docs/
DInternalsManual.rst1334 .. _CFG: