Name

run

Synopsis

                        t.run( )

run is the method that executes t’s main function. Subclasses of Thread often override run. Unless overridden, run calls the target callable passed on t’s creation. Do not call t .run directly—calling t .run appropriately is the job of t .start!

Get Python in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.