CloneSet193


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9220.985stmt_list[7]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19146
Bio/MEME/Motif.py
2947
Bio/Motif/Parsers/MEME.py
Clone Instance
1
Line Count
9
Source Line
146
Source File
Bio/MEME/Motif.py

        inst._pvalue(pvalue) 
        inst._seqname(name) 
        inst._start(start) 
        inst._strand(strand) 
        if self.length: 
             inst._length(self.length) 
        if self.name: 
             inst._motifname(self.name) 
        self.instances.append(inst) 


Clone Instance
2
Line Count
9
Source Line
47
Source File
Bio/Motif/Parsers/MEME.py

        inst._pvalue(pvalue) 
        inst._seqname(name) 
        inst._start(start) 
        inst._strand(strand) 
        if self.length: 
             inst._length(self.length) 
        if self.name: 
             inst._motifname(self.name) 
        self.add_instance(inst) 


Clone AbstractionParameter Count: 2Parameter Bindings

inst._pvalue(pvalue) 
inst._seqname(name) 
inst._start(start) 
inst._strand(strand) 
if self.length:
  inst._length(self.length) 
if self.name:
  inst._motifname(self.name) 
 [[#variable1ae4ce40]]. [[#variable1ae4ce60]](inst) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ae4ce40]]
self 
12[[#1ae4ce40]]
self.instances 
21[[#1ae4ce60]]
add_instance 
22[[#1ae4ce60]]
append