Home
last modified time | relevance | path

Searched refs:adjust_int_max_str_digits (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_int.py617 with support.adjust_int_max_str_digits(0):
666 with support.adjust_int_max_str_digits(digits):
680 with support.adjust_int_max_str_digits(int(.995 * digits)):
709 with support.adjust_int_max_str_digits(digits):
720 with support.adjust_int_max_str_digits(digits - 1):
H A Dtest_compile.py203 with support.adjust_int_max_str_digits(n):
205 with support.adjust_int_max_str_digits(n-1):
H A Dtest_xmlrpc.py295 with support.adjust_int_max_str_digits(maxdigits):
H A Dtest_ast.py1178 with support.adjust_int_max_str_digits(4000):
/third_party/python/Lib/test/test_json/
H A Dtest_decode.py101 with support.adjust_int_max_str_digits(maxdigits):
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_sidebar.py616 with support.adjust_int_max_str_digits(11_111), \
/third_party/python/Lib/test/support/
H A D__init__.py2229 def adjust_int_max_str_digits(max_digits): function

Completed in 14 milliseconds