CloneSet414


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8220.959stmt_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18117
Bio/Graphics/GenomeDiagram/_Graph.py
28115
Bio/Graphics/GenomeDiagram/_GraphSet.py
Clone Instance
1
Line Count
8
Source Line
117
Source File
Bio/Graphics/GenomeDiagram/_Graph.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


Clone Instance
2
Line Count
8
Source Line
115
Source File
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 

        id = self._next_id                              # get id number


Clone AbstractionParameter Count: 2Parameter Bindings

#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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#178c28e0]]
id 
12[[#178c28e0]]
self.id 
21[[#17975360]]
self._next_id # get id number 
22[[#17975360]]
id # Unique identifier for the graph