Lines Matching defs:self
65 def tearDown(self): argument
71 def test_in_main(self): argument
76 def test_in_thread(self): argument
90 def test_in_subinterpreter(self): argument
101 def test_after_destroy_all(self): argument
115 def test_after_destroy_some(self): argument
131 def test_main(self): argument
136 def test_subinterpreter(self): argument
150 def test_initial(self): argument
154 def test_after_creating(self): argument
165 def test_after_destroying(self): argument
180 def test_id_type(self): argument
188 def test_main_id(self): argument
192 def test_custom_id(self): argument
199 def test_id_readonly(self): argument
205 def test_main_isolated(self): argument
210 def test_subinterpreter_isolated_default(self): argument
214 def test_subinterpreter_isolated_explicit(self): argument
221 def test_custom_isolated_default(self): argument
225 def test_custom_isolated_explicit(self): argument
231 def test_isolated_readonly(self): argument
236 def test_equality(self): argument
245 def test_main(self): argument
250 def test_subinterpreter(self): argument
258 def test_from_subinterpreter(self): argument
269 def test_already_destroyed(self): argument
275 def test_does_not_exist(self): argument
280 def test_bad_id(self): argument
288 def test_basic(self): argument
299 def test_all(self): argument
310 def test_main(self): argument
323 def test_already_destroyed(self): argument
329 def test_does_not_exist(self): argument
334 def test_bad_id(self): argument
339 def test_from_current(self): argument
353 def test_from_sibling(self): argument
368 def test_from_other_thread(self): argument
378 def test_still_running(self): argument
389 def test_success(self): argument
398 def test_in_thread(self): argument
413 def test_fork(self): argument
436 def test_already_running(self): argument
442 def test_does_not_exist(self): argument
447 def test_bad_id(self): argument
452 def test_bad_script(self): argument
457 def test_bytes_for_script(self): argument
467 def test_default_shareables(self): argument
482 def test_not_shareable(self): argument
484 def __init__(self, name): argument
486 def __str__(self): argument
517 def test_create(self): argument
522 def test_list_all(self): argument
534 def test_id_type(self): argument
538 def test_custom_id(self): argument
545 def test_id_readonly(self): argument
550 def test_equality(self): argument
559 def test_id_type(self): argument
563 def test_custom_id(self): argument
570 def test_id_readonly(self): argument
575 def test_equality(self): argument
584 def test_send_recv_main(self): argument
593 def test_send_recv_same_interpreter(self): argument
606 def test_send_recv_different_interpreters(self): argument
629 def test_send_recv_different_threads(self): argument
651 def test_send_recv_nowait_main(self): argument
660 def test_send_recv_nowait_main_with_default(self): argument
666 def test_send_recv_nowait_same_interpreter(self): argument
680 def test_send_recv_nowait_different_interpreters(self): argument
703 def test_recv_channel_does_not_exist(self): argument
708 def test_send_channel_does_not_exist(self): argument
713 def test_recv_nowait_channel_does_not_exist(self): argument
718 def test_send_nowait_channel_does_not_exist(self): argument
723 def test_recv_nowait_empty(self): argument
728 def test_recv_nowait_default(self): argument