Lines Matching defs:support
17 from test import support
18 from test.support import os_helper
19 from test.support import socket_helper
20 from test.support import threading_helper
21 from test.support import ALWAYS_EQ, LARGEST, SMALLEST
28 support.requires_working_socket(module=True)
295 with support.adjust_int_max_str_digits(maxdigits):
319 self.assertFalse(has_ssl, "xmlrpc client's error with SSL support")
903 # the SimpleXMLRPCServer doesn't support signatures, but
1407 """A variation on support.captured_stdout() which gives a text stream
1460 support.captured_stdin() as data_in: