CloneSet360


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5230.957stmt_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1547
Scripts/xbbtools/xbb_widget.py
2554
Scripts/xbbtools/xbb_widget.py
Clone Instance
1
Line Count
5
Source Line
47
Source File
Scripts/xbbtools/xbb_widget.py

        # sequence info (GC%, positins etc.)
        self.info_frame = Frame(self.main_frame) 
        self.info_frame.pack(fill = BOTH,expand = 1) 

        self.create_menu(self.info_frame) 
        self.create_seqinfo(self.info_frame) 


Clone Instance
2
Line Count
5
Source Line
54
Source File
Scripts/xbbtools/xbb_widget.py

        # sequence field and fast buttons
        self.seq_frame = Frame(self.main_frame) 
        self.seq_frame.pack(fill = BOTH,expand = 1) 

        self.create_buttons(self.seq_frame) 
        self.create_seqfield(self.seq_frame) 


Clone AbstractionParameter Count: 3Parameter Bindings

# sequence info (GC%, positins etc.)
# sequence field and fast buttons
self. [[#variable7750b760]]= Frame(self.main_frame) 
self. [[#variable7750b760]].pack(fill = BOTH,expand = 1) 
self. [[#variable72f67960]](self. [[#variable7750b760]]) 
self. [[#variable72f67280]](self. [[#variable7750b760]]) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#7750b760]]
info_frame 
12[[#7750b760]]
seq_frame 
21[[#72f67960]]
create_menu 
22[[#72f67960]]
create_buttons 
31[[#72f67280]]
create_seqinfo 
32[[#72f67280]]
create_seqfield