CloneSet101


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12420.990stmt_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112391
Bio/AlignIO/__init__.py
212571
Bio/Blast/NCBIXML.py
312122
Bio/Motif/__init__.py
412517
Bio/SeqIO/__init__.py
Clone Instance
1
Line Count
12
Source Line
391
Source File
Bio/AlignIO/__init__.py

    try : 
         first = iterator.next( ) 
    except StopIteration: 
        first = None 
    if first is None: 
        raise ValueError("No records found in handle") 
    try : 
         second = iterator.next( ) 
    except StopIteration: 
        second = None 
    if second is not None: 
        raise ValueError("More than one record found in handle") 


Clone Instance
2
Line Count
12
Source Line
571
Source File
Bio/Blast/NCBIXML.py

   try : 
        first = iterator.next( ) 
   except StopIteration: 
       first = None 
   if first is None: 
       raise ValueError("No records found in handle") 
   try : 
        second = iterator.next( ) 
   except StopIteration: 
       second = None 
   if second is not None: 
       raise ValueError("More than one record found in handle") 


Clone Instance
3
Line Count
12
Source Line
122
Source File
Bio/Motif/__init__.py

    try : 
         first = iterator.next( ) 
    except StopIteration: 
        first = None 
    if first is None: 
        raise ValueError("No motifs found in handle") 
    try : 
         second = iterator.next( ) 
    except StopIteration: 
        second = None 
    if second is not None: 
        raise ValueError("More than one motif found in handle") 


Clone Instance
4
Line Count
12
Source Line
517
Source File
Bio/SeqIO/__init__.py

    try : 
         first = iterator.next( ) 
    except StopIteration: 
        first = None 
    if first is None: 
        raise ValueError("No records found in handle") 
    try : 
         second = iterator.next( ) 
    except StopIteration: 
        second = None 
    if second is not None: 
        raise ValueError("More than one record found in handle") 


Clone AbstractionParameter Count: 2Parameter Bindings

try :
  first = iterator.next( ) 
except StopIteration:
  first = None 
if first is None:
  raise ValueError( [[#variable78a558e0]]) 
try :
  second = iterator.next( ) 
except StopIteration:
  second = None 
if second is not None:
  raise ValueError( [[#variable78a558c0]]) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#78a558e0]]
"No motifs found in handle" 
12[[#78a558e0]]
"No records found in handle" 
13[[#78a558e0]]
"No records found in handle" 
14[[#78a558e0]]
"No records found in handle" 
21[[#78a558c0]]
"More than one motif found in handle" 
22[[#78a558c0]]
"More than one record found in handle" 
23[[#78a558c0]]
"More than one record found in handle" 
24[[#78a558c0]]
"More than one record found in handle"