Lines Matching refs:_testcapi
7 _testcapi = test_support.import_module('_testcapi') variable
8 from _testcapi import getargs_keywords
46 from _testcapi import UCHAR_MAX, USHRT_MAX, UINT_MAX, ULONG_MAX, INT_MAX, \
55 from _testcapi import getargs_L, getargs_K
131 from _testcapi import getargs_b
147 from _testcapi import getargs_B
164 from _testcapi import getargs_H
181 from _testcapi import getargs_I
198 from _testcapi import getargs_k
217 from _testcapi import getargs_h
233 from _testcapi import getargs_i
249 from _testcapi import getargs_l
265 from _testcapi import getargs_n
285 from _testcapi import getargs_L
317 from _testcapi import getargs_K
338 from _testcapi import getargs_f
363 from _testcapi import getargs_d
384 from _testcapi import getargs_D
408 from _testcapi import get_args
435 from _testcapi import getargs_tuple
450 from _testcapi import get_kwargs
523 from _testcapi import getargs_c
536 from _testcapi import getargs_w
550 from _testcapi import getargs_w_hash
565 from _testcapi import getargs_w_star
584 from _testcapi import getargs_s
596 from _testcapi import getargs_s_star
610 from _testcapi import getargs_s_hash
624 from _testcapi import getargs_t_hash
637 from _testcapi import getargs_z
649 from _testcapi import getargs_z_star
663 from _testcapi import getargs_z_hash
680 from _testcapi import getargs_es
699 from _testcapi import getargs_et
719 from _testcapi import getargs_es_hash
749 from _testcapi import getargs_et_hash
781 from _testcapi import getargs_u
792 from _testcapi import getargs_u_hash
805 from _testcapi import getargs_S
816 from _testcapi import getargs_Y
828 from _testcapi import getargs_U
883 _testcapi.parse_tuple_and_keywords(tuple_1, dict_b,
895 _testcapi.parse_tuple_and_keywords(empty_tuple, dict_b,
909 parse = _testcapi.parse_tuple_and_keywords
942 self.assertRaises(TypeError, _testcapi.parse_tuple_and_keywords,
944 self.assertRaises(ValueError, _testcapi.parse_tuple_and_keywords,
946 self.assertRaises(ValueError, _testcapi.parse_tuple_and_keywords,
948 self.assertRaises(TypeError, _testcapi.parse_tuple_and_keywords,
954 self.assertRaises(TypeError, _testcapi.parse_tuple_and_keywords,
956 self.assertRaises(RuntimeError, _testcapi.parse_tuple_and_keywords,
958 self.assertRaises(RuntimeError, _testcapi.parse_tuple_and_keywords,
963 locals().update((name, getattr(_testcapi, name))
964 for name in dir(_testcapi)