CloneSet424


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16431
Bio/AlignIO/__init__.py
26830
Bio/SeqIO/__init__.py
Clone Instance
1
Line Count
6
Source Line
431
Source File
Bio/AlignIO/__init__.py

    #Don't open the output file until we've checked the input is OK:
    if isinstance(out_file,basestring):  
        out_handle = open(out_file,"w") 
        out_close = True 
    else: 
        out_handle = out_file 
        out_close = False 
    #This will check the arguments and issue error messages,
    #after we have opened the file which is a shame.


Clone Instance
2
Line Count
6
Source Line
830
Source File
Bio/SeqIO/__init__.py

    if isinstance(out_file,basestring):  
        out_handle = open(out_file,"w") 
        out_close = True 
    else: 
        out_handle = out_file 
        out_close = False 
    #This will check the arguments and issue error messages,
    #after we have opened the file which is a shame.


Clone AbstractionParameter Count: 0Parameter Bindings

#Don't open the output file until we've checked the input is OK:
if isinstance(out_file,basestring):
  out_handle = open(out_file,"w") 
  out_close = True 
else:
  out_handle = out_file 
  out_close = False 
  #This will check the arguments and issue error messages,
  #after we have opened the file which is a shame.
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None