CloneSet119


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5430.977stmt_list[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15310
Bio/AlignIO/PhylipIO.py
25316
Bio/AlignIO/PhylipIO.py
35363
Bio/AlignIO/PhylipIO.py
45379
Bio/AlignIO/PhylipIO.py
Clone Instance
1
Line Count
5
Source Line
310
Source File
Bio/AlignIO/PhylipIO.py

    handle = StringIO(phylip_text2) 
    list2 = list(PhylipIterator(handle)) 
    handle.close( ) 
    assert len(list2)==1 
    assert len(list2[0].get_all_seqs( ))==5 


Clone Instance
2
Line Count
5
Source Line
316
Source File
Bio/AlignIO/PhylipIO.py

    handle = StringIO(phylip_text3) 
    list3 = list(PhylipIterator(handle)) 
    handle.close( ) 
    assert len(list3)==1 
    assert len(list3[0].get_all_seqs( ))==5 


Clone Instance
3
Line Count
5
Source Line
363
Source File
Bio/AlignIO/PhylipIO.py

    handle = StringIO(phylip_text4) 
    list4 = list(PhylipIterator(handle)) 
    handle.close( ) 
    assert len(list4)==1 
    assert len(list4[0].get_all_seqs( ))==5 


Clone Instance
4
Line Count
5
Source Line
379
Source File
Bio/AlignIO/PhylipIO.py

    handle = StringIO(phylip_text5a) 
    list5 = list(PhylipIterator(handle)) 
    handle.close( ) 
    assert len(list5)==1 
    assert len(list4[0].get_all_seqs( ))==5 


Clone AbstractionParameter Count: 3Parameter Bindings

handle = StringIO( [[#variable78a2df20]]) 
 [[#variable754746a0]]= list(PhylipIterator(handle)) 
handle.close( ) 
assert len( [[#variable754746a0]])==1 
assert len( [[#variable754753c0]][0].get_all_seqs( ))==5 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#78a2df20]]
phylip_text5a 
12[[#78a2df20]]
phylip_text4 
13[[#78a2df20]]
phylip_text3 
14[[#78a2df20]]
phylip_text2 
21[[#754746a0]]
list5 
22[[#754746a0]]
list4 
23[[#754746a0]]
list3 
24[[#754746a0]]
list2 
31[[#754753c0]]
list4 
32[[#754753c0]]
list4 
33[[#754753c0]]
list3 
34[[#754753c0]]
list2