CloneSet291


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8230.983compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18319
Bio/SwissProt/__init__.py
28358
Bio/SwissProt/__init__.py
Clone Instance
1
Line Count
8
Source Line
319
Source File
Bio/SwissProt/__init__.py

        if "CREATED" in uprline: 
             record.created = date,version 
        elif "LAST SEQUENCE UPDATE" in uprline: 
             record.sequence_update = date,version 
        elif "LAST ANNOTATION UPDATE" in uprline: 
             record.annotation_update = date,version 
        else: 
             assert False,"Shouldn't reach this line!" 


Clone Instance
2
Line Count
8
Source Line
358
Source File
Bio/SwissProt/__init__.py

        # Re-use the historical property names, even though
        # the meaning has changed slighty:
        if "INTEGRATED" in  uprline: 
             record.created = date,version 
        elif "SEQUENCE VERSION" in uprline: 
             record.sequence_update = date,version 
        elif "ENTRY VERSION" in uprline: 
             record.annotation_update = date,version 
        else: 
             assert False,"Shouldn't reach this line!" 


Clone AbstractionParameter Count: 3Parameter Bindings

# Re-use the historical property names, even though
# the meaning has changed slighty:
if [[#variable78aedba0]]in uprline:
  record.created = date,version 
elif [[#variable78aedbe0]]in uprline:
  record.sequence_update = date,version 
elif [[#variable78aedb80]]in uprline:
  record.annotation_update = date,version 
else:
  assert False,"Shouldn't reach this line!" 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#78aedba0]]
"CREATED" 
12[[#78aedba0]]
"INTEGRATED" 
21[[#78aedbe0]]
"LAST SEQUENCE UPDATE" 
22[[#78aedbe0]]
"SEQUENCE VERSION" 
31[[#78aedb80]]
"LAST ANNOTATION UPDATE" 
32[[#78aedb80]]
"ENTRY VERSION"