Lines Matching refs:get
53 def get(self):
74 print(self.nrunning.get(), 'tasks are running')
75 self.testcase.assertLessEqual(self.nrunning.get(), 3)
83 self.testcase.assertGreaterEqual(self.nrunning.get(), 0)
86 (self.name, self.nrunning.get()))
196 self.assertEqual(numrunning.get(), 0)
241 # thread to get made in the threading._active map.
259 # exposed at the Python level. This test relies on ctypes to get at it.
291 # The exception was raised too quickly for us to get the result.
328 print(" waiting for worker thread to get started")
496 r'get the daemon attribute'):
502 r'get the name attribute'):
707 # until Python thread states of all non-daemon threads get deleted.