Lines Matching refs:_CFG
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"]):
1946 def _reset(self, pencolor=_CFG["pencolor"],
1947 fillcolor=_CFG["fillcolor"]):
2425 shape=_CFG["shape"],
2426 undobuffersize=_CFG["undobuffersize"],
2427 visible=_CFG["visible"]):
3560 _title = _CFG["title"]
3573 width = _CFG["width"]
3574 height = _CFG["height"]
3575 canvwidth = _CFG["canvwidth"]
3576 canvheight = _CFG["canvheight"]
3577 leftright = _CFG["leftright"]
3578 topbottom = _CFG["topbottom"]
3584 def setup(self, width=_CFG["width"], height=_CFG["height"],
3585 startx=_CFG["leftright"], starty=_CFG["topbottom"]):
3682 if _CFG["using_IDLE"]:
3699 shape=_CFG["shape"],
3700 undobuffersize=_CFG["undobuffersize"],
3701 visible=_CFG["visible"]):
3762 _LANGUAGE = _CFG["language"]
3816 turtlename = _CFG["exampleturtle"]
3828 screenname = _CFG["examplescreen"]