Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 3 | 0 | 1.000 | stmt_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 312 | Bio/AlignIO/__init__.py |
2 | 9 | 425 | Bio/SeqIO/__init__.py |
3 | 9 | 687 | Bio/SeqIO/__init__.py |
| ||||
if not isinstance(format,basestring): raise TypeError("Need a string for the file format (lower case)") if not format: raise ValueError("Format required (lower case string)") if format!=format.lower( ): raise ValueError("Format string '%s' should be lower case"%format) if alphabet is not None and not (isinstance(alphabet,Alphabet) or isinstance(alphabet,AlphabetEncoder)): raise ValueError("Invalid alphabet, %s"%repr(alphabet)) |
| ||||
if not isinstance(format,basestring): raise TypeError("Need a string for the file format (lower case)") if not format: raise ValueError("Format required (lower case string)") if format!=format.lower( ): raise ValueError("Format string '%s' should be lower case"%format) if alphabet is not None and not (isinstance(alphabet,Alphabet) or isinstance(alphabet,AlphabetEncoder)): raise ValueError("Invalid alphabet, %s"%repr(alphabet)) #Map the file format to a sequence iterator: |
| ||||
if not isinstance(format,basestring): raise TypeError("Need a string for the file format (lower case)") if not format: raise ValueError("Format required (lower case string)") if format!=format.lower( ): raise ValueError("Format string '%s' should be lower case"%format) if alphabet is not None and not (isinstance(alphabet,Alphabet) or isinstance(alphabet,AlphabetEncoder)): raise ValueError("Invalid alphabet, %s"%repr(alphabet)) #Map the file format to a sequence iterator: |
| |||
if not isinstance(format,basestring): raise TypeError("Need a string for the file format (lower case)") if not format: raise ValueError("Format required (lower case string)") if format!=format.lower( ): raise ValueError("Format string '%s' should be lower case"%format) if alphabet is not None and not (isinstance(alphabet,Alphabet) or isinstance(alphabet,AlphabetEncoder)): raise ValueError("Invalid alphabet, %s"%repr(alphabet)) #Map the file format to a sequence iterator: |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |