Lines Matching refs:_CFG
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"]):
2030 def _reset(self, pencolor=_CFG["pencolor"],
2031 fillcolor=_CFG["fillcolor"]):
2520 shape=_CFG["shape"],
2521 undobuffersize=_CFG["undobuffersize"],
2522 visible=_CFG["visible"]):
3669 _title = _CFG["title"]
3682 width = _CFG["width"]
3683 height = _CFG["height"]
3684 canvwidth = _CFG["canvwidth"]
3685 canvheight = _CFG["canvheight"]
3686 leftright = _CFG["leftright"]
3687 topbottom = _CFG["topbottom"]
3693 def setup(self, width=_CFG["width"], height=_CFG["height"],
3694 startx=_CFG["leftright"], starty=_CFG["topbottom"]):
3791 if _CFG["using_IDLE"]:
3808 shape=_CFG["shape"],
3809 undobuffersize=_CFG["undobuffersize"],
3810 visible=_CFG["visible"]):
3871 _LANGUAGE = _CFG["language"]
3920 turtlename = _CFG["exampleturtle"]
3932 screenname = _CFG["examplescreen"]