Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 431 | Bio/AlignIO/__init__.py |
2 | 6 | 830 | Bio/SeqIO/__init__.py |
| ||||
#Don't open the output file until we've checked the input is OK: if isinstance(out_file,basestring): out_handle = open(out_file,"w") out_close = True else: out_handle = out_file out_close = False #This will check the arguments and issue error messages, #after we have opened the file which is a shame. |
| ||||
if isinstance(out_file,basestring): out_handle = open(out_file,"w") out_close = True else: out_handle = out_file out_close = False #This will check the arguments and issue error messages, #after we have opened the file which is a shame. |
| |||
#Don't open the output file until we've checked the input is OK: if isinstance(out_file,basestring): out_handle = open(out_file,"w") out_close = True else: out_handle = out_file out_close = False #This will check the arguments and issue error messages, #after we have opened the file which is a shame. |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |