Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 6 | 0.959 | stmt_list[14] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 21 | Scripts/SeqGui/SeqGui.py |
2 | 16 | 53 | 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) |
| ||||
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) |
| |||
[[#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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60fa9d00]] | codon_table_static |
1 | 2 | [[#60fa9d00]] | transform_static |
2 | 1 | [[#60fa9a40]] | "Codon Tables" |
2 | 2 | [[#60fa9a40]] | "Transformation" |
3 | 1 | [[#71a769a0]] | SameAs |
3 | 2 | [[#71a769a0]] | Below |
4 | 1 | [[#60fa9e20]] | self,wxTop |
4 | 2 | [[#60fa9e20]] | codon_table_lb |
5 | 1 | [[#60fa9f40]] | codon_table_lb |
5 | 2 | [[#60fa9f40]] | transform_lb |
6 | 1 | [[#60fa9c80]] | ID_CODON |
6 | 2 | [[#60fa9c80]] | ID_TRANSFORM |