Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.959 | stmt_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 117 | Bio/Graphics/GenomeDiagram/_Graph.py |
2 | 8 | 115 | Bio/Graphics/GenomeDiagram/_GraphSet.py |
| ||||
#Let the UK spelling (colour) override the USA spelling (color) if colour is not None: color = colour if altcolour is not None: altcolor = altcolour if centre is not None: center = centre self.id = id # Unique identifier for the graph |
| ||||
#Let the UK spelling (colour) override the USA spelling (color) if colour is not None: color = colour if altcolour is not None: altcolor = altcolour if centre is not None: center = centre id = self._next_id # get id number |
| |||
#Let the UK spelling (colour) override the USA spelling (color) if colour is not None: color = colour if altcolour is not None: altcolor = altcolour if centre is not None: center = centre [[#variable178c28e0]]= [[#variable17975360]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#178c28e0]] | id |
1 | 2 | [[#178c28e0]] | self.id |
2 | 1 | [[#17975360]] | self._next_id # get id number |
2 | 2 | [[#17975360]] | id # Unique identifier for the graph |