Home | History | Annotate | Download | only in idlelib

Lines Matching defs:be

24                            "Your Python may not be configured for Tk. **"
92 method, allowing it to be patched.
146 except: # but debugger may not be active right now....
194 # XXX 13 Dec 2002 KBK Currently the file must be saved before it can
195 # be run. The breaks are saved at that time. If we introduce
197 # needs to be re-verified, since the breaks at the time the
200 # after a save will be effective, but not persistent.
205 # kinds of edits cause these ranges to be deleted: Inserting
207 # deletions prior to a breakpoint. These issues need to be
210 # be fixed. Since a modified file has to be saved before it is
240 self.text.update() # this enables setting "BREAK" tags to be visible
422 # V1, 18.6), set SO_REUSEADDR. Note that this can be problematic
805 "communicate with its Python execution server. This might be "
870 # indentwidth must be 8 when using tabs. See note in EditorWindow:
1057 if len(line) == 0: # may be EOF if we quit our mainloop with Ctrl-C
1324 raise TypeError('must be string, not ' + type(s).__name__)
1343 raise TypeError('must be int, not ' + type(size).__name__)
1366 raise TypeError('must be int, not ' + type(size).__name__)
1400 A default edit window will be bypassed when -c, -r, or - are used.
1529 # IDLE to be launched the shell window will open just in front of