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.py1140 def check_code_size(a, expected_size): function
1142 check_code_size(get_cell().__code__, size('6i13P'))
1143 check_code_size(get_cell.__code__, size('6i13P'))
1148 check_code_size(get_cell2.__code__, size('6i13P') + calcsize('n'))