Lines Matching defs:run
62 run() method is called.
75 The func will be passed to sys.settrace() for each thread, before its run()
708 # Optionally run the 'action' and release the threads waiting
843 by overriding the run() method in a subclass.
856 *target* is the callable object to be invoked by the run()
942 object's run() method to be invoked in a separate thread of control.
964 def run(self):
967 You may override this method in a subclass. The standard run() method
1038 self.run()
1188 This method returns True just before the run() method starts until just
1189 after the run() method terminates. See also the module function
1284 Handle uncaught Thread.run() exception.
1391 def run(self):