Lines Matching defs:and
30 import tkinter # Use tcl and, if startup fails, messagebox.
98 has been imported, a tcl interpreter has been created and tk has been
103 # the socket) and the main thread (which runs user code), plus global
104 # completion, exit and interruptable (the main thread) flags:
118 creates an instance of run.MyHandler and calls its handle() method.
121 Executive instance. The Executive methods have access to the reference and
125 register and unregister themselves.
248 if cause is not None and id(cause) not in seen:
252 elif (context is not None and
253 not exc.__suppress_context__ and
277 break # found an exclude, break for: and delete tb[0]
297 if not line and fn.startswith("<pyshell#"):
381 IDLE only uses this for tests. Users can import run and call
385 getattr(sys.setrecursionlimit, '__wrapped__', None) and
398 Interrupt the MainThread and exit server if link is dropped.
425 and an explanation of how to make it repeat.
549 "Override SocketIO method - terminate wait on callback and exit thread"
613 "Unregister the Idb Adapter. Link objects and Idb then subject to GC"
630 while tb and tb.tb_frame.f_globals["__name__"] in ["rpc", "run"]: