| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 1 | 0.988 | stmt_list[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 221 | Bio/Graphics/GenomeDiagram/_CircularDrawer.py |
| 2 | 6 | 237 | Bio/Graphics/GenomeDiagram/_LinearDrawer.py |
| ||||
# Use the superclass' instantiation method
AbstractDrawer.__init__(self,parent,pagesize,orientation,x,y,xl,xr,yt,yb,start,end,tracklines)
# Useful measurements on the page
self.track_size = track_size
|
| ||||
# Use the superclass' instantiation method
AbstractDrawer.__init__(self,parent,pagesize,orientation,x,y,xl,xr,yt,yb,start,end,tracklines)
# Useful measurements on the page
self.fragments = fragments
|
| |||
# Use the superclass' instantiation method AbstractDrawer.__init__(self,parent,pagesize,orientation,x,y,xl,xr,yt,yb,start,end,tracklines) # Useful measurements on the page self. [[#variable60162f40]]= [[#variable60162f40]] |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#60162f40]] | fragments |
| 1 | 2 | [[#60162f40]] | track_size |