Lines Matching defs:_CFG
150 _CFG = {"width" : 0.5, # Screen
228 _CFG.update(cfgdict2)
229 _CFG.update(cfgdict1)
232 readconfig(_CFG)
965 def __init__(self, cv, mode=_CFG["mode"],
966 colormode=_CFG["colormode"], delay=_CFG["delay"]):
994 self._colormode = _CFG["colormode"]
1018 self._delayvalue = _CFG["delay"]
1019 self._colormode = _CFG["colormode"]
2026 def __init__(self, resizemode=_CFG["resizemode"]):
2031 def _reset(self, pencolor=_CFG["pencolor"],
2032 fillcolor=_CFG["fillcolor"]):
2521 shape=_CFG["shape"],
2522 undobuffersize=_CFG["undobuffersize"],
2523 visible=_CFG["visible"]):
3687 _title = _CFG["title"]
3700 width = _CFG["width"]
3701 height = _CFG["height"]
3702 canvwidth = _CFG["canvwidth"]
3703 canvheight = _CFG["canvheight"]
3704 leftright = _CFG["leftright"]
3705 topbottom = _CFG["topbottom"]
3711 def setup(self, width=_CFG["width"], height=_CFG["height"],
3712 startx=_CFG["leftright"], starty=_CFG["topbottom"]):
3809 if _CFG["using_IDLE"]:
3826 shape=_CFG["shape"],
3827 undobuffersize=_CFG["undobuffersize"],
3828 visible=_CFG["visible"]):
3889 _LANGUAGE = _CFG["language"]
3938 turtlename = _CFG["exampleturtle"]
3950 screenname = _CFG["examplescreen"]