CloneSet376


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.962stmt_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14504
Bio/SwissProt/__init__.py
24813
Bio/SwissProt/SProt.py
Clone Instance
1
Line Count
4
Source Line
504
Source File
Bio/SwissProt/__init__.py

        assert not from_res and not to_res 
        name,from_res,to_res,old_description,old_ft_id =    record.features[ -1] 
        del record.features[ -1] 
        description = "%s %s"%(old_description,description) 


Clone Instance
2
Line Count
4
Source Line
813
Source File
Bio/SwissProt/SProt.py

            assert not from_res and not to_res 
            name,from_res,to_res,old_description,old_ft_id =    self.data.features[ -1] 
            del self.data.features[ -1] 
            description = "%s %s"%(old_description,description) 


Clone AbstractionParameter Count: 1Parameter Bindings

assert not from_res and not to_res 
name,from_res,to_res,old_description,old_ft_id = [[#variable618566c0]].features[ -1] 
del [[#variable618566c0]].features[ -1] 
description = "%s %s"%(old_description,description) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#618566c0]]
self.data 
12[[#618566c0]]
record