Lines Matching refs:_CFG
149 _CFG = {"width" : 0.5, # Screen variable
227 _CFG.update(cfgdict2)
228 _CFG.update(cfgdict1)
231 readconfig(_CFG)
966 def __init__(self, cv, mode=_CFG["mode"],
967 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"]):
3670 _title = _CFG["title"]
3683 width = _CFG["width"]
3684 height = _CFG["height"]
3685 canvwidth = _CFG["canvwidth"]
3686 canvheight = _CFG["canvheight"]
3687 leftright = _CFG["leftright"]
3688 topbottom = _CFG["topbottom"]
3694 def setup(self, width=_CFG["width"], height=_CFG["height"],
3695 startx=_CFG["leftright"], starty=_CFG["topbottom"]):
3792 if _CFG["using_IDLE"]:
3809 shape=_CFG["shape"],
3810 undobuffersize=_CFG["undobuffersize"],
3811 visible=_CFG["visible"]):
3872 _LANGUAGE = _CFG["language"]
3921 turtlename = _CFG["exampleturtle"]
3933 screenname = _CFG["examplescreen"]