Public Member Functions | |
| def | __init__ (self, fn) |
| def | run (self) |
| def | join (self) |
| def | __init__ (self, fn) |
| def | run (self) |
| def | join (self) |
Public Attributes | |
| fn | |
| e | |
Definition at line 8 of file test_thread.py.
| def test_thread.Thread.__init__ | ( | self, | |
| fn | |||
| ) |
Definition at line 9 of file test_thread.py.
References test_thread.Thread.__init__().
Referenced by test_thread.Thread.__init__().
| def test_thread.Thread.__init__ | ( | self, | |
| fn | |||
| ) |
Definition at line 7 of file test_thread.py.
References test_thread.Thread.__init__(), test_thread.Thread.e, and test_thread.Thread.fn.
| def test_thread.Thread.join | ( | self | ) |
Definition at line 21 of file test_thread.py.
References test_thread.Thread.e.
| def test_thread.Thread.join | ( | self | ) |
Definition at line 19 of file test_thread.py.
References test_thread.Thread.e.
| def test_thread.Thread.run | ( | self | ) |
Definition at line 14 of file test_thread.py.
References test_thread.Thread.e, and test_thread.Thread.fn.
| def test_thread.Thread.run | ( | self | ) |
Definition at line 12 of file test_thread.py.
References test_thread.Thread.e, and test_thread.Thread.fn.
| test_thread.Thread.e |
Definition at line 12 of file test_thread.py.
Referenced by test_thread.Thread.__init__(), test_thread.Thread.join(), and test_thread.Thread.run().
| test_thread.Thread.fn |
Definition at line 11 of file test_thread.py.
Referenced by test_thread.Thread.__init__(), and test_thread.Thread.run().