Home | History | Annotate | Download | only in test

Lines Matching refs:get_cell

909         def get_cell():
914 check(get_cell().__closure__[0], size('P'))
916 check(get_cell().__code__, size('6i13P'))
917 check(get_cell.__code__, size('6i13P'))