Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 3 | 1 | 0.994 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 144 | Bio/Graphics/BasicChromosome.py |
2 | 9 | 78 | Bio/Graphics/Comparative.py |
3 | 9 | 75 | Bio/Graphics/Distribution.py |
| ||||
def _draw_title(self,cur_drawing,title,width,height): """Write out the title of the organism figure. """ title_string = String(width/2,height-inch,title) title_string.fontName = "Helvetica-Bold" title_string.fontSize = self.title_size title_string.textAnchor = "middle" cur_drawing.add(title_string) |
| ||||
def _draw_title(self,cur_drawing,title,width,height): """Add a title to the page we are outputting. """ title_string = String(width/2,height-inch,title) title_string.fontName = "Helvetica-Bold" title_string.fontSize = self.title_size title_string.textAnchor = "middle" cur_drawing.add(title_string) |
| ||||
def _draw_title(self,cur_drawing,title,width,height): """Add the title of the figure to the drawing. """ title_string = String(width/2,height-inch,title) title_string.fontName = "Helvetica-Bold" title_string.fontSize = self.title_size title_string.textAnchor = "middle" cur_drawing.add(title_string) |
| |||
def _draw_title(self,cur_drawing,title,width,height): [[#variable6b26b500]] title_string = String(width/2,height-inch,title) title_string.fontName = "Helvetica-Bold" title_string.fontSize = self.title_size title_string.textAnchor = "middle" cur_drawing.add(title_string) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6b26b500]] | """Write out the title of the organism figure. """ |
1 | 2 | [[#6b26b500]] | """Add a title to the page we are outputting. """ |
1 | 3 | [[#6b26b500]] | """Add the title of the figure to the drawing. """ |