Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 3 | 0.975 | simple_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 957 | Bio/Graphics/GenomeDiagram/_CircularDrawer.py |
2 | 3 | 960 | Bio/Graphics/GenomeDiagram/_CircularDrawer.py |
3 | 3 | 1064 | Bio/Graphics/GenomeDiagram/_CircularDrawer.py |
| ||||
#Note reportlab counts angles anti-clockwise from the horizontal #(as in mathematics, e.g. complex numbers and polar coordinates) #but we use clockwise from the vertical. Also reportlab uses #degrees, but we use radians. p.addArc(self.xcenter,self.ycenter,inner_radius,90-(endangle*180/pi),90-(startangle*180/pi),moveTo = True) |
| ||||
p.addArc(self.xcenter,self.ycenter,outer_radius,90-(endangle*180/pi),90-(startangle*180/pi),reverse = True) |
| ||||
#Note reportlab counts angles anti-clockwise from the horizontal #(as in mathematics, e.g. complex numbers and polar coordinates) #but we use clockwise from the vertical. Also reportlab uses #degrees, but we use radians. p.addArc(self.xcenter,self.ycenter,shaft_inner_radius,90-(headangle*180/pi),90-(startangle*180/pi),moveTo = True) |
| |||
#Note reportlab counts angles anti-clockwise from the horizontal #(as in mathematics, e.g. complex numbers and polar coordinates) #but we use clockwise from the vertical. Also reportlab uses #degrees, but we use radians. p.addArc(self.xcenter,self.ycenter, [[#variable5d6c4b20]],90-( [[#variable5d6c4aa0]]*180/pi),90-(startangle*180/pi), [[#variable5d6c4a00]]= True) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5d6c4b20]] | inner_radius |
1 | 2 | [[#5d6c4b20]] | outer_radius |
1 | 3 | [[#5d6c4b20]] | shaft_inner_radius |
2 | 1 | [[#5d6c4aa0]] | endangle |
2 | 2 | [[#5d6c4aa0]] | endangle |
2 | 3 | [[#5d6c4aa0]] | headangle |
3 | 1 | [[#5d6c4a00]] | moveTo |
3 | 2 | [[#5d6c4a00]] | reverse |
3 | 3 | [[#5d6c4a00]] | moveTo |