Home
last modified time | relevance | path

Searched refs:check_code_size (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_sys.py951 def check_code_size(a, expected_size): function
953 check_code_size(get_cell().__code__, size('6i13P'))
954 check_code_size(get_cell.__code__, size('6i13P'))
959 check_code_size(get_cell2.__code__, size('6i13P') + calcsize('n'))