CloneSet61


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16260.959stmt_list[14]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11621
Scripts/SeqGui/SeqGui.py
21653
Scripts/SeqGui/SeqGui.py
Clone Instance
1
Line Count
16
Source Line
21
Source File
Scripts/SeqGui/SeqGui.py

        codon_table_static = wxStaticText(self, -1,"Codon Tables",style = wxALIGN_CENTRE) 

        lc = wxLayoutConstraints( ) 
        lc.top.SameAs(self,wxTop,5) 
        lc.left.SameAs(self,wxLeft,5) 
        lc.height.AsIs( ) 
        lc.right.SameAs(self,wxRight,5) 
        codon_table_static.SetConstraints(lc) 

        codon_table_lb = wxListBox(self,ID_CODON) 
        lc = wxLayoutConstraints( ) 
        lc.top.Below(codon_table_static,5) 
        lc.left.SameAs(self,wxLeft,5) 
        lc.height.PercentOf(self,wxHeight,30) 
        lc.right.SameAs(self,wxRight,5) 
        codon_table_lb.SetConstraints(lc) 


Clone Instance
2
Line Count
16
Source Line
53
Source File
Scripts/SeqGui/SeqGui.py

        transform_static = wxStaticText(self, -1,"Transformation",style = wxALIGN_CENTRE) 

        lc = wxLayoutConstraints( ) 
        lc.top.Below(codon_table_lb,5) 
        lc.left.SameAs(self,wxLeft,5) 
        lc.height.AsIs( ) 
        lc.right.SameAs(self,wxRight,5) 
        transform_static.SetConstraints(lc) 

        transform_lb = wxListBox(self,ID_TRANSFORM) 
        lc = wxLayoutConstraints( ) 
        lc.top.Below(transform_static,5) 
        lc.left.SameAs(self,wxLeft,5) 
        lc.height.PercentOf(self,wxHeight,30) 
        lc.right.SameAs(self,wxRight,5) 
        transform_lb.SetConstraints(lc) 


Clone AbstractionParameter Count: 6Parameter Bindings

 [[#variable60fa9d00]]= wxStaticText(self, -1, [[#variable60fa9a40]],style = wxALIGN_CENTRE) 
lc = wxLayoutConstraints( ) 
lc.top. [[#variable71a769a0]]( [[#variable60fa9e20]],5) 
lc.left.SameAs(self,wxLeft,5) 
lc.height.AsIs( ) 
lc.right.SameAs(self,wxRight,5) 
 [[#variable60fa9d00]].SetConstraints(lc) 
 [[#variable60fa9f40]]= wxListBox(self, [[#variable60fa9c80]]) 
lc = wxLayoutConstraints( ) 
lc.top.Below( [[#variable60fa9d00]],5) 
lc.left.SameAs(self,wxLeft,5) 
lc.height.PercentOf(self,wxHeight,30) 
lc.right.SameAs(self,wxRight,5) 
 [[#variable60fa9f40]].SetConstraints(lc) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#60fa9d00]]
codon_table_static 
12[[#60fa9d00]]
transform_static 
21[[#60fa9a40]]
"Codon Tables" 
22[[#60fa9a40]]
"Transformation" 
31[[#71a769a0]]
SameAs 
32[[#71a769a0]]
Below 
41[[#60fa9e20]]
self,wxTop 
42[[#60fa9e20]]
codon_table_lb 
51[[#60fa9f40]]
codon_table_lb 
52[[#60fa9f40]]
transform_lb 
61[[#60fa9c80]]
ID_CODON 
62[[#60fa9c80]]
ID_TRANSFORM