Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 89 | Bio/AlignAce/Motif.py |
2 | 5 | 170 | Bio/Motif/_Motif.py |
| ||||
for pos in xrange(0,len(sequence)-self.length+1): for instance in self.instances: if instance.tostring( )==sequence[pos:pos+self.length].tostring( ): yield (pos,instance) break # no other instance will fit (we don't want to return multiple hits) |
| ||||
for pos in xrange(0,len(sequence)-self.length+1): for instance in self.instances: if instance.tostring( )==sequence[pos:pos+self.length].tostring( ): yield (pos,instance) break # no other instance will fit (we don't want to return multiple hits) |
| |||
for pos in xrange(0,len(sequence)-self.length+1): for instance in self.instances: if instance.tostring( )==sequence[pos:pos+self.length].tostring( ): yield (pos,instance) break # no other instance will fit (we don't want to return multiple hits) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |