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"]):
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"]):
3671 _title = _CFG["title"]
3684 width = _CFG["width"]
3685 height = _CFG["height"]
3686 canvwidth = _CFG["canvwidth"]
3687 canvheight = _CFG["canvheight"]
3688 leftright = _CFG["leftright"]
3689 topbottom = _CFG["topbottom"]
3695 def setup(self, width=_CFG["width"], height=_CFG["height"],
3696 startx=_CFG["leftright"], starty=_CFG["topbottom"]):
3793 if _CFG["using_IDLE"]:
3810 shape=_CFG["shape"],
3811 undobuffersize=_CFG["undobuffersize"],
3812 visible=_CFG["visible"]):
3873 _LANGUAGE = _CFG["language"]
3922 turtlename = _CFG["exampleturtle"]
3934 screenname = _CFG["examplescreen"]