Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.962 | stmt_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 504 | Bio/SwissProt/__init__.py |
2 | 4 | 813 | Bio/SwissProt/SProt.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) |
| ||||
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) |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#618566c0]] | self.data |
1 | 2 | [[#618566c0]] | record |