CloneSet358


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.979compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15178
Bio/Blast/NCBIWWW.py
25185
Bio/Blast/NCBIWWW.py
Clone Instance
1
Line Count
5
Source Line
178
Source File
Bio/Blast/NCBIWWW.py

    if i==  -1: 
        rid = None 
    else: 
        j = s.find("""
"""                ,i) 
        rid = s[i+len("RID ="):j].strip( ) 


Clone Instance
2
Line Count
5
Source Line
185
Source File
Bio/Blast/NCBIWWW.py

    if i==  -1: 
        rtoe = None 
    else: 
        j = s.find("""
"""                ,i) 
        rtoe = s[i+len("RTOE ="):j].strip( ) 


Clone AbstractionParameter Count: 2Parameter Bindings

if i== -1:
   [[#variable75478480]]= None 
else:
  j = s.find("""
"""          ,i) 
   [[#variable75478480]]= s[i+len( [[#variable75478420]]):j].strip( ) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#75478480]]
rtoe 
12[[#75478480]]
rid 
21[[#75478420]]
"RTOE =" 
22[[#75478420]]
"RID ="