CloneSet174


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6401.000compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16141
Bio/Graphics/GenomeDiagram/_AbstractDrawer.py
26178
Bio/Graphics/GenomeDiagram/_AbstractDrawer.py
36941
Bio/Graphics/GenomeDiagram/_CircularDrawer.py
46991
Bio/Graphics/GenomeDiagram/_CircularDrawer.py
Clone Instance
1
Line Count
6
Source Line
141
Source File
Bio/Graphics/GenomeDiagram/_AbstractDrawer.py

    if color==colors.white and   border is None:   # Force black border on 
        strokecolor = colors.black                 # white boxes with
    elif border is None:                           # undefined border, else
        strokecolor = color                        # use fill colour
    elif border is not None: 
         strokecolor = border 


Clone Instance
2
Line Count
6
Source Line
178
Source File
Bio/Graphics/GenomeDiagram/_AbstractDrawer.py

    if color==colors.white and   border is None:   # Force black border on 
        strokecolor = colors.black                 # white boxes with
    elif border is None:                           # undefined border, else
        strokecolor = color                        # use fill colour
    elif border is not None: 
         strokecolor = border 

     # Depending on the orientation, we define the bottom left (x1, y1) and
     # top right (x2, y2) coordinates differently, but still draw the box
     # using the same relative co-ordinates:


Clone Instance
3
Line Count
6
Source Line
941
Source File
Bio/Graphics/GenomeDiagram/_CircularDrawer.py

        if color==colors.white and   border is None:   # Force black border on 
            strokecolor = colors.black                 # white boxes with
        elif border is None:                           # undefined border, else
            strokecolor = color                        # use fill colour
        elif border is not None: 
             strokecolor = border 


Clone Instance
4
Line Count
6
Source Line
991
Source File
Bio/Graphics/GenomeDiagram/_CircularDrawer.py

        if color==colors.white and   border is None:   # Force black border on 
            strokecolor = colors.black                 # white boxes with
        elif border is None:                           # undefined border, else
            strokecolor = color                        # use fill colour
        elif border is not None: 
             strokecolor = border 

         #if orientation == 'right':
         #    startangle, endangle = min(startangle, endangle), max(startangle, endangle)
         #elif orientation == 'left':
         #    startangle, endangle = max(startangle, endangle), min(startangle, endangle)
         #else :


Clone AbstractionParameter Count: 0Parameter Bindings

if color==colors.white and border is None: # Force black border on 
  strokecolor = colors.black # white boxes with
elif border is None: # undefined border, else
  strokecolor = color # use fill colour
elif border is not None:
  strokecolor = border 
  # Depending on the orientation, we define the bottom left (x1, y1) and
  # top right (x2, y2) coordinates differently, but still draw the box
  # using the same relative co-ordinates:
  #if orientation == 'right':
  #    startangle, endangle = min(startangle, endangle), max(startangle, endangle)
  #elif orientation == 'left':
  #    startangle, endangle = max(startangle, endangle), min(startangle, endangle)
  #else :
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None