Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 6 | 0.957 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 221 | Bio/SwissProt/__init__.py |
2 | 5 | 856 | Bio/SwissProt/SProt.py |
| ||||
cols = value.split( ) assert len(cols)==7,"I don't understand SQ line %s"%line # Do more checking here? record.seqinfo = int(cols[1]),int(cols[3]),cols[5] |
| ||||
cols = line.split( ) assert len(cols)==8,"I don't understand SQ line %s"%line # Do more checking here? self.data.seqinfo = int(cols[2]),int(cols[4]),cols[6] |
| |||
cols = [[#variable6ae799c0]].split( ) assert len(cols)== [[#variable6ae79920]],"I don't understand SQ line %s"%line [[#variable6ae79880]].seqinfo = int(cols[ [[#variable6ae79840]]]),int(cols[ [[#variable6ae787e0]]]),cols[ [[#variable6ae79800]]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6ae799c0]] | line |
1 | 2 | [[#6ae799c0]] | value |
2 | 1 | [[#6ae79920]] | 8 |
2 | 2 | [[#6ae79920]] | 7 |
3 | 1 | [[#6ae79880]] | # Do more checking here? self.data |
3 | 2 | [[#6ae79880]] | # Do more checking here? record |
4 | 1 | [[#6ae79840]] | 2 |
4 | 2 | [[#6ae79840]] | 1 |
5 | 1 | [[#6ae787e0]] | 4 |
5 | 2 | [[#6ae787e0]] | 3 |
6 | 1 | [[#6ae79800]] | 6 |
6 | 2 | [[#6ae79800]] | 5 |