Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.984 | stmt_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1824 | Bio/Restriction/Restriction.py |
2 | 4 | 1929 | Bio/Restriction/Restriction.py |
| ||||
d = [x for x in itertools.ifilter(func,self)] new = RestrictionBatch( ) new._data = dict(map(None,d,[True]*len(d))) return new |
| ||||
d = [k for k in itertools.ifilter(splittest,self)] new = RestrictionBatch( ) new._data = dict(map(None,d,[True]*len(d))) return new |
| |||
d = [ [[#variable5cbbf0a0]]for [[#variable5cbbf0a0]]in itertools.ifilter( [[#variable61d201c0]],self)] new = RestrictionBatch( ) new._data = dict(map(None,d,[True]*len(d))) return new |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5cbbf0a0]] | k |
1 | 2 | [[#5cbbf0a0]] | x |
2 | 1 | [[#61d201c0]] | splittest |
2 | 2 | [[#61d201c0]] | func |