source stringlengths 4 1.66k | bytecode stringlengths 10 4.75k | file stringclasses 25
values |
|---|---|---|
<mask_1> = <mask_0> | LOAD_FAST , '<mask_0>' <SEP> STORE_FAST , '<mask_1>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_4> = [(<mask_2>, <mask_0>) for <mask_2> in <mask_3>] | v~> LOAD_CLOSURE , <mask_0> <SEP> BUILD_TUPLE , 1 <SEP> LOAD_CONST , <codeobj:<listcomp>> <SEP> COPY_FREE_VARS , 1 <SEP> BUILD_LIST , 0 <SEP> LOAD_FAST , '<mask_1>' <SEP> v~> TARGET_1 FOR_ITER to TARGET_0 v~> <SEP> STORE_FAST , '<mask_2>' <SEP> LOAD_FAST , '<mask_2>' <SEP> LOAD_DEREF , <mask_0> <SEP> BUILD_TUPLE , 2 <S... | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if not <mask_0> and (not <mask_1>): | LOAD_FAST , '<mask_0>' <SEP> POP_JUMP_FORWARD_IF_TRUE to TARGET_0 v~> <SEP> LOAD_FAST , '<mask_1>' <SEP> POP_JUMP_FORWARD_IF_TRUE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
return None | LOAD_CONST , None <SEP> RETURN_VALUE | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_2> = <mask_0>.<mask_1>() | v~> LOAD_DEREF , <mask_0> <SEP> LOAD_METHOD , <mask_1> <SEP> CALL , 0 <SEP> STORE_FAST , '<mask_2>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
for <mask_2> in <mask_0>(<mask_1>): | LOAD_GLOBAL , <mask_0> <SEP> LOAD_FAST , '<mask_1>' <SEP> CALL , 1 <SEP> GET_ITER <SEP> v~> FOR_ITER to TARGET_0 v~> <SEP> STORE_FAST , '<mask_2>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0>.<mask_1>(<mask_2>, <mask_3>, <mask_5>='<mask_4>') | LOAD_GLOBAL , <mask_0> <SEP> LOAD_ATTR , <mask_1> <SEP> LOAD_FAST , '<mask_2>' <SEP> LOAD_FAST , '<mask_3>' <SEP> LOAD_CONST , '<mask_4>' <SEP> KW_NAMES , ('<mask_5>',) <SEP> CALL , 3 <SEP> POP_TOP <SEP> JUMP_BACKWARD to TARGET_0 ^~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
for <mask_2> in <mask_0>(<mask_1>): | v~> LOAD_GLOBAL , <mask_0> <SEP> LOAD_FAST , '<mask_1>' <SEP> CALL , 1 <SEP> GET_ITER <SEP> v~> FOR_ITER to TARGET_0 v~> <SEP> STORE_FAST , '<mask_2>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0>.<mask_1>(<mask_2>, <mask_3>, <mask_5>='<mask_4>') | LOAD_GLOBAL , <mask_0> <SEP> LOAD_ATTR , <mask_1> <SEP> LOAD_FAST , '<mask_2>' <SEP> LOAD_FAST , '<mask_3>' <SEP> LOAD_CONST , '<mask_4>' <SEP> KW_NAMES , ('<mask_5>',) <SEP> CALL , 3 <SEP> POP_TOP <SEP> JUMP_BACKWARD to TARGET_0 ^~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0> is not None and <mask_1> is not None and (<mask_0> != <mask_1>): | v~> LOAD_FAST , '<mask_0>' <SEP> POP_JUMP_FORWARD_IF_NONE to TARGET_0 v~> <SEP> LOAD_FAST , '<mask_1>' <SEP> POP_JUMP_FORWARD_IF_NONE to TARGET_0 v~> <SEP> LOAD_FAST , '<mask_0>' <SEP> LOAD_FAST , '<mask_1>' <SEP> COMPARE_OP , != <SEP> POP_JUMP_FORWARD_IF_FALSE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_3> = <mask_0>(<mask_1>, <mask_2>) | LOAD_GLOBAL , <mask_0> <SEP> LOAD_FAST , '<mask_1>' <SEP> LOAD_FAST , '<mask_2>' <SEP> CALL , 2 <SEP> STORE_FAST , '<mask_3>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0>['<mask_1>'] is not None and <mask_0>['<mask_1>'][<mask_2>] != <mask_3>: | LOAD_FAST , '<mask_0>' <SEP> LOAD_CONST , '<mask_1>' <SEP> BINARY_SUBSCR <SEP> POP_JUMP_FORWARD_IF_NONE to TARGET_0 v~> <SEP> LOAD_FAST , '<mask_0>' <SEP> LOAD_CONST , '<mask_1>' <SEP> BINARY_SUBSCR <SEP> LOAD_CONST , <mask_2> <SEP> BINARY_SUBSCR <SEP> LOAD_FAST , '<mask_3>' <SEP> COMPARE_OP , != <SEP> POP_JUMP_FORWARD... | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_4> = (<mask_0>, <mask_1>['<mask_2>'][<mask_3>]) | LOAD_FAST , '<mask_0>' <SEP> LOAD_FAST , '<mask_1>' <SEP> LOAD_CONST , '<mask_2>' <SEP> BINARY_SUBSCR <SEP> LOAD_CONST , <mask_3> <SEP> BINARY_SUBSCR <SEP> BUILD_TUPLE , 2 <SEP> STORE_FAST , '<mask_4>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0>(<mask_1>[<mask_2>], <mask_1>[<mask_3>]): | PUSH_NULL <SEP> LOAD_DEREF , <mask_0> <SEP> LOAD_FAST , '<mask_1>' <SEP> LOAD_CONST , <mask_2> <SEP> BINARY_SUBSCR <SEP> LOAD_FAST , '<mask_1>' <SEP> LOAD_CONST , <mask_3> <SEP> BINARY_SUBSCR <SEP> CALL , 2 <SEP> POP_JUMP_FORWARD_IF_FALSE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_6> = <mask_0>.<mask_1>(<mask_2>, <mask_3>, <mask_5>='<mask_4>') | LOAD_GLOBAL , <mask_0> <SEP> LOAD_ATTR , <mask_1> <SEP> LOAD_FAST , '<mask_2>' <SEP> LOAD_FAST , '<mask_3>' <SEP> LOAD_CONST , '<mask_4>' <SEP> KW_NAMES , ('<mask_5>',) <SEP> CALL , 3 <SEP> STORE_FAST , '<mask_6>' <SEP> JUMP_FORWARD to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_6> = <mask_0>.<mask_1>(<mask_2>, <mask_3>, <mask_5>='<mask_4>') | v~> LOAD_GLOBAL , <mask_0> <SEP> LOAD_ATTR , <mask_1> <SEP> LOAD_FAST , '<mask_2>' <SEP> LOAD_FAST , '<mask_3>' <SEP> LOAD_CONST , '<mask_4>' <SEP> KW_NAMES , ('<mask_5>',) <SEP> CALL , 3 <SEP> STORE_FAST , '<mask_6>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0>.<mask_1>(<mask_2>, <mask_6>=<mask_3>, <mask_4>=<mask_4>, <mask_5>=<mask_5>) | v~> LOAD_GLOBAL , <mask_0> <SEP> LOAD_ATTR , <mask_1> <SEP> LOAD_FAST , '<mask_2>' <SEP> LOAD_DEREF , <mask_3> <SEP> LOAD_FAST , '<mask_4>' <SEP> LOAD_FAST , '<mask_5>' <SEP> KW_NAMES , ('<mask_6>', '<mask_4>', '<mask_5>') <SEP> CALL , 4 <SEP> POP_TOP | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
return <mask_0> | LOAD_FAST , '<mask_0>' <SEP> RETURN_VALUE | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_1> = <mask_0>() | LOAD_GLOBAL , <mask_0> <SEP> CALL , 0 <SEP> STORE_FAST , '<mask_1>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
for <mask_1> in <mask_0>: | LOAD_FAST , '<mask_0>' <SEP> GET_ITER <SEP> v~> FOR_ITER to TARGET_0 v~> <SEP> STORE_FAST , '<mask_1>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
for <mask_4>, (<mask_5>, <mask_6>) in <mask_0>(<mask_1>, <mask_2>).<mask_3>(): | LOAD_GLOBAL , <mask_0> <SEP> LOAD_FAST , '<mask_1>' <SEP> LOAD_FAST , '<mask_2>' <SEP> CALL , 2 <SEP> LOAD_METHOD , <mask_3> <SEP> CALL , 0 <SEP> GET_ITER <SEP> v~> FOR_ITER to TARGET_0 v~> <SEP> UNPACK_SEQUENCE , 2 <SEP> STORE_FAST , '<mask_4>' <SEP> UNPACK_SEQUENCE , 2 <SEP> STORE_FAST , '<mask_5>' <SEP> STORE_FAST ,... | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0> is None or <mask_0> in <mask_1>: | LOAD_FAST , '<mask_0>' <SEP> POP_JUMP_FORWARD_IF_NONE to TARGET_0 v~> <SEP> LOAD_FAST , '<mask_0>' <SEP> LOAD_FAST , '<mask_1>' <SEP> CONTAINS_OP , in <SEP> POP_JUMP_FORWARD_IF_FALSE to TARGET_1 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
continue | v~> JUMP_BACKWARD to TARGET_0 ^~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0> not in <mask_1>: | v~> LOAD_FAST , '<mask_0>' <SEP> LOAD_FAST , '<mask_1>' <SEP> CONTAINS_OP , not in <SEP> POP_JUMP_FORWARD_IF_FALSE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_3>[<mask_4>] = (<mask_0>, <mask_1>['<mask_2>']) | LOAD_FAST , '<mask_0>' <SEP> LOAD_FAST , '<mask_1>' <SEP> LOAD_CONST , '<mask_2>' <SEP> BINARY_SUBSCR <SEP> BUILD_TUPLE , 2 <SEP> LOAD_FAST , '<mask_3>' <SEP> LOAD_FAST , '<mask_4>' <SEP> STORE_SUBSCR <SEP> JUMP_BACKWARD to TARGET_0 ^~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0> != <mask_1>[<mask_2>]: | v~> LOAD_FAST , '<mask_0>' <SEP> LOAD_FAST , '<mask_1>' <SEP> LOAD_FAST , '<mask_2>' <SEP> BINARY_SUBSCR <SEP> COMPARE_OP , != <SEP> POP_JUMP_FORWARD_IF_FALSE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
return None | POP_TOP <SEP> POP_TOP <SEP> LOAD_CONST , None <SEP> RETURN_VALUE <SEP> v~> JUMP_BACKWARD to TARGET_1 ^~> <SEP> v~> JUMP_BACKWARD to TARGET_0 ^~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
return <mask_0> | v~> LOAD_FAST , '<mask_0>' <SEP> RETURN_VALUE | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_2> = <mask_0>.<mask_1>() | LOAD_FAST , '<mask_0>' <SEP> LOAD_METHOD , <mask_1> <SEP> CALL , 0 <SEP> STORE_FAST , '<mask_2>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
for <mask_2>, <mask_3> in <mask_0>.<mask_1>(): | LOAD_FAST , '<mask_0>' <SEP> LOAD_METHOD , <mask_1> <SEP> CALL , 0 <SEP> GET_ITER <SEP> v~> FOR_ITER to TARGET_0 v~> <SEP> UNPACK_SEQUENCE , 2 <SEP> STORE_FAST , '<mask_2>' <SEP> STORE_DEREF , <mask_3> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_4> = [<mask_2> for <mask_2> in <mask_4> if <mask_2> in <mask_0>.<mask_3>] | LOAD_CLOSURE , <mask_0> <SEP> BUILD_TUPLE , 1 <SEP> LOAD_CONST , <codeobj:<listcomp>> <SEP> COPY_FREE_VARS , 1 <SEP> BUILD_LIST , 0 <SEP> LOAD_FAST , '<mask_1>' <SEP> v~> TARGET_1 FOR_ITER to TARGET_0 v~> <SEP> STORE_FAST , '<mask_2>' <SEP> LOAD_FAST , '<mask_2>' <SEP> LOAD_DEREF , <mask_0> <SEP> LOAD_ATTR , <mask_3> <... | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if not <mask_0>: | LOAD_DEREF , <mask_0> <SEP> POP_JUMP_FORWARD_IF_TRUE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
continue | JUMP_BACKWARD to TARGET_0 ^~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_5> = <mask_0>.<mask_1>(<mask_3>=<mask_2>, <mask_4>=True) | v~> LOAD_DEREF , <mask_0> <SEP> LOAD_METHOD , <mask_1> <SEP> LOAD_DEREF , <mask_2> <SEP> LOAD_CONST , True <SEP> KW_NAMES , ('<mask_3>', '<mask_4>') <SEP> CALL , 2 <SEP> STORE_FAST , '<mask_5>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_6> = [(<mask_2>, <mask_3>, <mask_4>) for <mask_2>, <mask_3>, <mask_4> in <mask_5> if <mask_2> not in <mask_0>] | LOAD_CLOSURE , <mask_0> <SEP> BUILD_TUPLE , 1 <SEP> LOAD_CONST , <codeobj:<listcomp>> <SEP> COPY_FREE_VARS , 1 <SEP> BUILD_LIST , 0 <SEP> LOAD_FAST , '<mask_1>' <SEP> v~> TARGET_1 FOR_ITER to TARGET_0 v~> <SEP> UNPACK_SEQUENCE , 3 <SEP> STORE_FAST , '<mask_2>' <SEP> STORE_FAST , '<mask_3>' <SEP> STORE_FAST , '<mask_4>'... | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0>((<mask_4> != <mask_1>[<mask_6>] for <mask_3>, <mask_4>, <mask_5> in <mask_7>)): | LOAD_GLOBAL , <mask_0> <SEP> LOAD_CLOSURE , <mask_1> <SEP> BUILD_TUPLE , 1 <SEP> LOAD_CONST , <codeobj:<genexpr>> <SEP> COPY_FREE_VARS , 1 <SEP> RETURN_GENERATOR <SEP> POP_TOP <SEP> LOAD_FAST , '<mask_2>' <SEP> v~> TARGET_1 FOR_ITER to TARGET_0 v~> <SEP> UNPACK_SEQUENCE , 3 <SEP> STORE_FAST , '<mask_3>' <SEP> STORE_FAS... | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
continue | JUMP_BACKWARD to TARGET_0 ^~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_3> = <mask_0>(<mask_1>, <mask_2>) | v~> LOAD_GLOBAL , <mask_0> <SEP> LOAD_DEREF , <mask_1> <SEP> LOAD_DEREF , <mask_2> <SEP> CALL , 2 <SEP> STORE_FAST , '<mask_3>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0> is None: | LOAD_FAST , '<mask_0>' <SEP> POP_JUMP_FORWARD_IF_NOT_NONE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
continue | JUMP_BACKWARD to TARGET_0 ^~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_5> = <mask_0>(*[<mask_3>(<mask_2>) for <mask_2> in <mask_4>]) | v~> LOAD_GLOBAL , <mask_0> <SEP> LOAD_CONST , <codeobj:<listcomp>> <SEP> BUILD_LIST , 0 <SEP> LOAD_FAST , '<mask_1>' <SEP> v~> TARGET_1 FOR_ITER to TARGET_0 v~> <SEP> STORE_FAST , '<mask_2>' <SEP> LOAD_GLOBAL , <mask_3> <SEP> LOAD_FAST , '<mask_2>' <SEP> CALL , 1 <SEP> LIST_APPEND , 2 <SEP> JUMP_BACKWARD to TARGET_1 ^~... | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0>.<mask_1>(<mask_2>) | LOAD_DEREF , <mask_0> <SEP> LOAD_METHOD , <mask_1> <SEP> LOAD_DEREF , <mask_2> <SEP> CALL , 1 <SEP> POP_TOP | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0>.<mask_1>(<mask_2>) | LOAD_DEREF , <mask_0> <SEP> LOAD_METHOD , <mask_1> <SEP> LOAD_DEREF , <mask_2> <SEP> CALL , 1 <SEP> POP_TOP | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0>.<mask_1>(((<mask_4>, <mask_2>, <mask_6>) for <mask_4>, <mask_5>, <mask_6> in <mask_7>)) | LOAD_DEREF , <mask_0> <SEP> LOAD_METHOD , <mask_1> <SEP> LOAD_CLOSURE , <mask_2> <SEP> BUILD_TUPLE , 1 <SEP> LOAD_CONST , <codeobj:<genexpr>> <SEP> COPY_FREE_VARS , 1 <SEP> RETURN_GENERATOR <SEP> POP_TOP <SEP> LOAD_FAST , '<mask_3>' <SEP> v~> TARGET_1 FOR_ITER to TARGET_0 v~> <SEP> UNPACK_SEQUENCE , 3 <SEP> STORE_FAST ... | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
for <mask_2>, (<mask_3>, <mask_4>) in <mask_0>.<mask_1>(): | LOAD_FAST , '<mask_0>' <SEP> LOAD_METHOD , <mask_1> <SEP> CALL , 0 <SEP> GET_ITER <SEP> v~> FOR_ITER to TARGET_0 v~> <SEP> UNPACK_SEQUENCE , 2 <SEP> STORE_FAST , '<mask_2>' <SEP> UNPACK_SEQUENCE , 2 <SEP> STORE_FAST , '<mask_3>' <SEP> STORE_FAST , '<mask_4>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0>.<mask_1>(<mask_2>, <mask_3>, <mask_5>=<mask_4>) | LOAD_DEREF , <mask_0> <SEP> LOAD_METHOD , <mask_1> <SEP> LOAD_DEREF , <mask_2> <SEP> LOAD_FAST , '<mask_3>' <SEP> LOAD_FAST , '<mask_4>' <SEP> KW_NAMES , ('<mask_5>',) <SEP> CALL , 3 <SEP> POP_TOP <SEP> JUMP_BACKWARD to TARGET_1 ^~> <SEP> v~> JUMP_BACKWARD to TARGET_0 ^~> <SEP> v~> LOAD_CONST , None <SEP> RETURN_VALUE | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_2> = <mask_0>.<mask_1>() | LOAD_FAST , '<mask_0>' <SEP> LOAD_METHOD , <mask_1> <SEP> CALL , 0 <SEP> STORE_FAST , '<mask_2>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
for <mask_3> in <mask_0>(<mask_1>.<mask_2>): | LOAD_GLOBAL , <mask_0> <SEP> LOAD_FAST , '<mask_1>' <SEP> LOAD_ATTR , <mask_2> <SEP> CALL , 1 <SEP> GET_ITER <SEP> v~> FOR_ITER to TARGET_0 v~> <SEP> STORE_FAST , '<mask_3>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0> == '<mask_1>': | LOAD_FAST , '<mask_0>' <SEP> LOAD_CONST , '<mask_1>' <SEP> COMPARE_OP , == <SEP> POP_JUMP_FORWARD_IF_FALSE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
continue | JUMP_BACKWARD to TARGET_0 ^~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_4> = <mask_0>.<mask_1>(<mask_2>, <mask_3>) | v~> LOAD_GLOBAL , <mask_0> <SEP> LOAD_ATTR , <mask_1> <SEP> LOAD_FAST , '<mask_2>' <SEP> LOAD_FAST , '<mask_3>' <SEP> CALL , 2 <SEP> STORE_FAST , '<mask_4>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0> is not None: | LOAD_FAST , '<mask_0>' <SEP> POP_JUMP_FORWARD_IF_NONE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_1> = <mask_0> | LOAD_FAST , '<mask_0>' <SEP> STORE_FAST , '<mask_1>' <SEP> v~> JUMP_BACKWARD to TARGET_0 ^~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
return <mask_0> | v~> LOAD_FAST , '<mask_0>' <SEP> RETURN_VALUE | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_3> = <mask_0>.<mask_1>(<mask_2>) | LOAD_GLOBAL , <mask_0> <SEP> LOAD_ATTR , <mask_1> <SEP> LOAD_FAST , '<mask_2>' <SEP> CALL , 1 <SEP> STORE_DEREF , <mask_3> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_9> = <mask_0>([<mask_2> for <mask_2> in <mask_3>.<mask_4>], <mask_8>=lambda <mask_2>: <mask_2>.<mask_5>()[<mask_6>].<mask_7>) | LOAD_GLOBAL , <mask_0> <SEP> LOAD_CONST , <codeobj:<listcomp>> <SEP> BUILD_LIST , 0 <SEP> LOAD_FAST , '<mask_1>' <SEP> v~> TARGET_1 FOR_ITER to TARGET_0 v~> <SEP> STORE_FAST , '<mask_2>' <SEP> LOAD_FAST , '<mask_2>' <SEP> LIST_APPEND , 2 <SEP> JUMP_BACKWARD to TARGET_1 ^~> <SEP> v~> TARGET_0 RETURN_VALUE <SEP> MAKE_FUN... | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0>.<mask_1>(['<mask_2>', '<mask_3>']) | LOAD_DEREF , <mask_0> <SEP> LOAD_METHOD , <mask_1> <SEP> LOAD_CONST , '<mask_2>' <SEP> LOAD_CONST , '<mask_3>' <SEP> BUILD_LIST , 2 <SEP> CALL , 1 <SEP> POP_TOP | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0>.<mask_1>('<mask_2>', <mask_3>, <mask_5>='<mask_4>') | LOAD_DEREF , <mask_0> <SEP> LOAD_METHOD , <mask_1> <SEP> LOAD_CONST , '<mask_2>' <SEP> LOAD_FAST , '<mask_3>' <SEP> LOAD_CONST , '<mask_4>' <SEP> KW_NAMES , ('<mask_5>',) <SEP> CALL , 3 <SEP> POP_TOP | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0>.<mask_1>(((<mask_3>, '<mask_10>', {'<mask_11>': '<mask_12>'}) for <mask_3> in <mask_0>.<mask_13> if <mask_4>(<mask_3>, <mask_5>) and <mask_3>.<mask_6>.<mask_7> in ['<mask_8>', '<mask_9>'])) | LOAD_DEREF , <mask_0> <SEP> LOAD_METHOD , <mask_1> <SEP> LOAD_CONST , <codeobj:<genexpr>> <SEP> RETURN_GENERATOR <SEP> POP_TOP <SEP> LOAD_FAST , '<mask_2>' <SEP> v~> TARGET_1 FOR_ITER to TARGET_0 v~> <SEP> STORE_FAST , '<mask_3>' <SEP> LOAD_GLOBAL , <mask_4> <SEP> LOAD_FAST , '<mask_3>' <SEP> LOAD_GLOBAL , <mask_5> <SE... | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_1> = <mask_0> | LOAD_CONST , <mask_0> <SEP> STORE_FAST , '<mask_1>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_1> = <mask_0>(<mask_1>) | LOAD_GLOBAL , <mask_0> <SEP> LOAD_DEREF , <mask_1> <SEP> CALL , 1 <SEP> STORE_DEREF , <mask_1> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0>(<mask_1>, <mask_2>.<mask_3>, <mask_4>) | LOAD_GLOBAL , <mask_0> <SEP> LOAD_DEREF , <mask_1> <SEP> LOAD_FAST , '<mask_2>' <SEP> LOAD_ATTR , <mask_3> <SEP> LOAD_FAST , '<mask_4>' <SEP> CALL , 3 <SEP> POP_TOP | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
def <mask_5>(<mask_0>: <mask_1>.<mask_2>) -> <mask_3>: | LOAD_CONST , '<mask_0>' <SEP> LOAD_GLOBAL , <mask_1> <SEP> LOAD_ATTR , <mask_2> <SEP> LOAD_CONST , 'return' <SEP> LOAD_GLOBAL , <mask_3> <SEP> BUILD_TUPLE , 4 <SEP> LOAD_CLOSURE , <mask_4> <SEP> BUILD_TUPLE , 1 <SEP> LOAD_CONST , <codeobj:<mask_5>> <SEP> MAKE_FUNCTION , 12 (annotations, closures, args: [<mask_0>]) <SEP... | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_1> = <mask_0> | LOAD_CONST , <mask_0> <SEP> STORE_FAST , '<mask_1>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
while not <mask_0>(<mask_1>): | PUSH_NULL <SEP> LOAD_FAST , '<mask_0>' <SEP> LOAD_DEREF , <mask_1> <SEP> CALL , 1 <SEP> POP_JUMP_FORWARD_IF_TRUE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0> = False | v~> LOAD_CONST , False <SEP> STORE_FAST , '<mask_0>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
for <mask_4> in <mask_0>(<mask_2>=<mask_1>.<mask_2>.<mask_3>()): | LOAD_GLOBAL , <mask_0> <SEP> LOAD_FAST , '<mask_1>' <SEP> LOAD_ATTR , <mask_2> <SEP> LOAD_METHOD , <mask_3> <SEP> CALL , 0 <SEP> KW_NAMES , ('<mask_2>',) <SEP> CALL , 1 <SEP> GET_ITER <SEP> v~> FOR_ITER to TARGET_0 v~> <SEP> STORE_FAST , '<mask_4>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_3> = <mask_0>(<mask_1>.<mask_2>) | LOAD_GLOBAL , <mask_0> <SEP> LOAD_DEREF , <mask_1> <SEP> LOAD_ATTR , <mask_2> <SEP> CALL , 1 <SEP> STORE_FAST , '<mask_3>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
for <mask_5> in <mask_0>.<mask_1>(<mask_2>, <mask_4>='<mask_3>'): | LOAD_GLOBAL , <mask_0> <SEP> LOAD_ATTR , <mask_1> <SEP> LOAD_DEREF , <mask_2> <SEP> LOAD_CONST , '<mask_3>' <SEP> KW_NAMES , ('<mask_4>',) <SEP> CALL , 2 <SEP> GET_ITER <SEP> v~> FOR_ITER to TARGET_0 v~> <SEP> STORE_FAST , '<mask_5>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0> in ['<mask_1>', '<mask_2>']: | LOAD_FAST , '<mask_0>' <SEP> LOAD_CONST , ('<mask_1>', '<mask_2>') <SEP> CONTAINS_OP , in <SEP> POP_JUMP_FORWARD_IF_FALSE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
continue | JUMP_BACKWARD to TARGET_0 ^~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if (<mask_3> := <mask_0>(<mask_1>, <mask_2>)): | v~> LOAD_GLOBAL , <mask_0> <SEP> LOAD_DEREF , <mask_1> <SEP> LOAD_FAST , '<mask_2>' <SEP> CALL , 2 <SEP> COPY , 1 <SEP> STORE_FAST , '<mask_3>' <SEP> POP_JUMP_FORWARD_IF_FALSE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_1> = <mask_0> | LOAD_FAST , '<mask_0>' <SEP> STORE_DEREF , <mask_1> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0> = True | LOAD_CONST , True <SEP> STORE_FAST , '<mask_0>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0> += <mask_1> | LOAD_FAST , '<mask_0>' <SEP> LOAD_CONST , <mask_1> <SEP> BINARY_OP , += <SEP> STORE_FAST , '<mask_0>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0>(<mask_1>, <mask_2>.<mask_3>, <mask_4>) | LOAD_GLOBAL , <mask_0> <SEP> LOAD_DEREF , <mask_1> <SEP> LOAD_FAST , '<mask_2>' <SEP> LOAD_ATTR , <mask_3> <SEP> LOAD_FAST , '<mask_4>' <SEP> CALL , 3 <SEP> POP_TOP | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
break | POP_TOP <SEP> JUMP_FORWARD to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
for <mask_1> in <mask_0>: | v~> LOAD_FAST , '<mask_0>' <SEP> GET_ITER <SEP> v~> FOR_ITER to TARGET_0 v~> <SEP> STORE_FAST , '<mask_1>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_4> = <mask_0>.<mask_1>(<mask_2>, <mask_3>) | LOAD_FAST , '<mask_0>' <SEP> LOAD_METHOD , <mask_1> <SEP> LOAD_DEREF , <mask_2> <SEP> LOAD_FAST , '<mask_3>' <SEP> CALL , 2 <SEP> STORE_FAST , '<mask_4>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0> is not None: | LOAD_FAST , '<mask_0>' <SEP> POP_JUMP_FORWARD_IF_NONE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_1> = <mask_0> | LOAD_FAST , '<mask_0>' <SEP> STORE_DEREF , <mask_1> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0> = True | LOAD_CONST , True <SEP> STORE_FAST , '<mask_0>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0> += <mask_1> | LOAD_FAST , '<mask_0>' <SEP> LOAD_CONST , <mask_1> <SEP> BINARY_OP , += <SEP> STORE_FAST , '<mask_0>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0>(<mask_1>, <mask_2>.<mask_3>, <mask_4>) | LOAD_GLOBAL , <mask_0> <SEP> LOAD_DEREF , <mask_1> <SEP> LOAD_FAST , '<mask_2>' <SEP> LOAD_ATTR , <mask_3> <SEP> LOAD_FAST , '<mask_4>' <SEP> CALL , 3 <SEP> POP_TOP | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
break | POP_TOP <SEP> JUMP_FORWARD to TARGET_1 v~> <SEP> v~> JUMP_BACKWARD to TARGET_0 ^~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0>: | v~> LOAD_FAST , '<mask_0>' <SEP> POP_JUMP_FORWARD_IF_FALSE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
break | POP_TOP <SEP> JUMP_FORWARD to TARGET_1 v~> <SEP> v~> JUMP_BACKWARD to TARGET_0 ^~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0>: | v~> LOAD_FAST , '<mask_0>' <SEP> POP_JUMP_FORWARD_IF_FALSE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
break | POP_TOP <SEP> JUMP_FORWARD to TARGET_1 v~> <SEP> v~> JUMP_BACKWARD to TARGET_0 ^~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if not <mask_0>: | v~> LOAD_FAST , '<mask_0>' <SEP> POP_JUMP_FORWARD_IF_TRUE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0>.<mask_1>.<mask_2>('<mask_3>', None) == '<mask_4>': | LOAD_GLOBAL , <mask_0> <SEP> LOAD_ATTR , <mask_1> <SEP> LOAD_METHOD , <mask_2> <SEP> LOAD_CONST , '<mask_3>' <SEP> LOAD_CONST , None <SEP> CALL , 2 <SEP> LOAD_CONST , '<mask_4>' <SEP> COMPARE_OP , == <SEP> POP_JUMP_FORWARD_IF_FALSE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0>() | LOAD_GLOBAL , <mask_0> <SEP> CALL , 0 <SEP> POP_TOP | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
return <mask_0>('<mask_1>') | v~> LOAD_GLOBAL , <mask_0> <SEP> LOAD_CONST , '<mask_1>' <SEP> CALL , 1 <SEP> RETURN_VALUE | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_2> = <mask_0>(<mask_1>) | v~> LOAD_GLOBAL , <mask_0> <SEP> LOAD_DEREF , <mask_1> <SEP> CALL , 1 <SEP> STORE_FAST , '<mask_2>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0> >= <mask_1>: | LOAD_FAST , '<mask_0>' <SEP> LOAD_FAST , '<mask_1>' <SEP> COMPARE_OP , >= <SEP> POP_JUMP_FORWARD_IF_FALSE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0> -= <mask_1> | LOAD_FAST , '<mask_0>' <SEP> LOAD_CONST , <mask_1> <SEP> BINARY_OP , -= <SEP> STORE_FAST , '<mask_0>' <SEP> JUMP_FORWARD to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_1> = <mask_0> | v~> LOAD_CONST , <mask_0> <SEP> STORE_FAST , '<mask_1>' | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
if <mask_0> <= <mask_1>: | v~> LOAD_FAST , '<mask_0>' <SEP> LOAD_CONST , <mask_1> <SEP> COMPARE_OP , <= <SEP> POP_JUMP_FORWARD_IF_FALSE to TARGET_0 v~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
return <mask_0>('<mask_1>') | LOAD_GLOBAL , <mask_0> <SEP> LOAD_CONST , '<mask_1>' <SEP> CALL , 1 <SEP> RETURN_VALUE <SEP> v~> PUSH_NULL <SEP> LOAD_FAST , '<mask_2>' <SEP> LOAD_DEREF , <mask_3> <SEP> CALL , 1 <SEP> POP_JUMP_BACKWARD_IF_FALSE to TARGET_0 ^~> | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
<mask_0>.<mask_1>(['<mask_2>', '<mask_3>']) | v~> LOAD_DEREF , <mask_0> <SEP> LOAD_METHOD , <mask_1> <SEP> LOAD_CONST , '<mask_2>' <SEP> LOAD_CONST , '<mask_3>' <SEP> BUILD_LIST , 2 <SEP> CALL , 1 <SEP> POP_TOP | /home/jjf190004/skib/test_refact/code/train/testing-structure_control_flow/structure_control_flow.py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.