CloneSet176


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9310.994compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19144
Bio/Graphics/BasicChromosome.py
2978
Bio/Graphics/Comparative.py
3975
Bio/Graphics/Distribution.py
Clone Instance
1
Line Count
9
Source Line
144
Source File
Bio/Graphics/BasicChromosome.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) 


Clone Instance
2
Line Count
9
Source Line
78
Source File
Bio/Graphics/Comparative.py

    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) 


Clone Instance
3
Line Count
9
Source Line
75
Source File
Bio/Graphics/Distribution.py

    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) 


Clone AbstractionParameter Count: 1Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6b26b500]]
"""Write out the title of the organism figure.
        """ 
12[[#6b26b500]]
"""Add a title to the page we are outputting.
        """ 
13[[#6b26b500]]
"""Add the title of the figure to the drawing.
        """