Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.985 | stmt_list[7] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 146 | Bio/MEME/Motif.py |
2 | 9 | 47 | 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.instances.append(inst) |
| ||||
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) |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ae4ce40]] | self |
1 | 2 | [[#1ae4ce40]] | self.instances |
2 | 1 | [[#1ae4ce60]] | add_instance |
2 | 2 | [[#1ae4ce60]] | append |