CloneSet198


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14210.991stmt_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
116485
Bio/Restriction/_Update/RestrictionCompiler.py
214534
Bio/Restriction/_Update/RestrictionCompiler.py
Clone Instance
1
Line Count
16
Source Line
485
Source File
Bio/Restriction/_Update/RestrictionCompiler.py

        try : 
             import Bio.Restriction.Restriction_Dictionary as rd 
        except ImportError: 
            print """            
 Unable to locate the previous Restriction_Dictionary.py module            
 Aborting installation.""" 
            sys.exit( ) 
        #
        #   first save the old file in Updates
        #
        old = os.path.join(os.path.split(rd.__file__)[0],"Restriction_Dictionary.py") 

        #update_folder = config.updatefolder
        update_folder = os.getcwd( ) 
        shutil.copyfile(old,os.path.join(update_folder,"Restriction_Dictionary.old")) 


Clone Instance
2
Line Count
14
Source Line
534
Source File
Bio/Restriction/_Update/RestrictionCompiler.py

        #update = config.updatefolder
        try : 
             import Bio.Restriction.Restriction_Dictionary as rd 
        except ImportError: 
            print """            
 Unable to locate the previous Restriction_Dictionary.py module            
 Aborting installation.""" 
            sys.exit( ) 
        #
        #   first save the old file in Updates
        #
        old = os.path.join(os.path.split(rd.__file__)[0],"Restriction_Dictionary.py") 

        update = os.getcwd( ) 
        shutil.copyfile(old,os.path.join(update,"Restriction_Dictionary.old")) 


Clone AbstractionParameter Count: 1Parameter Bindings

#update = config.updatefolder
try :
  import Bio.Restriction.Restriction_Dictionary as rd 
except ImportError:
  print """            
 Unable to locate the previous Restriction_Dictionary.py module            
 Aborting installation.""" 
  sys.exit( ) 
  #
  #   first save the old file in Updates
  #
old = os.path.join(os.path.split(rd.__file__)[0],"Restriction_Dictionary.py") 
 [[#variable6083fa40]]= os.getcwd( ) 
shutil.copyfile(old,os.path.join( [[#variable6083fa40]],"Restriction_Dictionary.old")) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6083fa40]]
update 
12[[#6083fa40]]
#update_folder = config.updatefolder
update_folder