Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.970 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 466 | Bio/SeqUtils/__init__.py |
2 | 6 | 499 | Bio/SeqUtils/__init__.py |
| ||||
arguments = [record.sequence] for arg in args:arguments.append(arg) result = f( *arguments) if result: results.append(""">%s %s""" %(record.name,result)) |
| ||||
arguments = [seq] for arg in args:arguments.append(arg) result = f( *arguments) if result: results.append(""">%s %s""" %(name,result)) |
| |||
arguments = [ [[#variable77a2ddc0]]] for arg in args:arguments.append(arg) result = f( *arguments) if result: results.append(""">%s %s""" %( [[#variable77a2dd40]],result)) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77a2ddc0]] | record.sequence |
1 | 2 | [[#77a2ddc0]] | seq |
2 | 1 | [[#77a2dd40]] | record.name |
2 | 2 | [[#77a2dd40]] | name |