CloneSet87


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9301.000stmt_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19312
Bio/AlignIO/__init__.py
29425
Bio/SeqIO/__init__.py
39687
Bio/SeqIO/__init__.py
Clone Instance
1
Line Count
9
Source Line
312
Source File
Bio/AlignIO/__init__.py

    if not isinstance(format,basestring):  
        raise TypeError("Need a string for the file format (lower case)") 
    if not format: 
        raise ValueError("Format required (lower case string)") 
    if format!=format.lower( ):  
        raise ValueError("Format string '%s' should be lower case"%format) 
    if alphabet is not None and not (isinstance(alphabet,Alphabet) or
                                     isinstance(alphabet,AlphabetEncoder)):  
        raise ValueError("Invalid alphabet, %s"%repr(alphabet)) 


Clone Instance
2
Line Count
9
Source Line
425
Source File
Bio/SeqIO/__init__.py

    if not isinstance(format,basestring):  
        raise TypeError("Need a string for the file format (lower case)") 
    if not format: 
        raise ValueError("Format required (lower case string)") 
    if format!=format.lower( ):  
        raise ValueError("Format string '%s' should be lower case"%format) 
    if alphabet is not None and not (isinstance(alphabet,Alphabet) or
                                     isinstance(alphabet,AlphabetEncoder)):  
        raise ValueError("Invalid alphabet, %s"%repr(alphabet)) 

    #Map the file format to a sequence iterator:    


Clone Instance
3
Line Count
9
Source Line
687
Source File
Bio/SeqIO/__init__.py

    if not isinstance(format,basestring):  
        raise TypeError("Need a string for the file format (lower case)") 
    if not format: 
        raise ValueError("Format required (lower case string)") 
    if format!=format.lower( ):  
        raise ValueError("Format string '%s' should be lower case"%format) 
    if alphabet is not None and not (isinstance(alphabet,Alphabet) or
                                     isinstance(alphabet,AlphabetEncoder)):  
        raise ValueError("Invalid alphabet, %s"%repr(alphabet)) 

    #Map the file format to a sequence iterator:    


Clone AbstractionParameter Count: 0Parameter Bindings

if not isinstance(format,basestring):
  raise TypeError("Need a string for the file format (lower case)") 
if not format:
  raise ValueError("Format required (lower case string)") 
if format!=format.lower( ):
  raise ValueError("Format string '%s' should be lower case"%format) 
if alphabet is not None and not (isinstance(alphabet,Alphabet) or isinstance(alphabet,AlphabetEncoder)):
  raise ValueError("Invalid alphabet, %s"%repr(alphabet)) 
  #Map the file format to a sequence iterator:    
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None