Searched refs:_CFG (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 151 _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/cpython3/Lib/ |
D | turtle.py | 149 _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["colormode"] 2025 def __init__(self, resizemode=_CFG["resizemode"]): [all …]
|
/external/python/cpython2/Doc/library/ |
D | turtle.rst | 1849 .. function:: setup(width=_CFG["width"], height=_CFG["height"], startx=_CFG["leftright"], starty=_C…
|
/external/python/cpython3/Doc/library/ |
D | turtle.rst | 1975 .. function:: setup(width=_CFG["width"], height=_CFG["height"], startx=_CFG["leftright"], starty=_C…
|
/external/clang/docs/ |
D | InternalsManual.rst | 1334 .. _CFG:
|