Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 914 | Bio/Seq.py |
2 | 5 | 923 | Bio/Seq.py |
| ||||
if isinstance(other,UnknownSeq) and other._character==self._character: #TODO - Check the alphabets match return UnknownSeq(len(self)+len(other),self.alphabet,self._character) #Offload to the base class... |
| ||||
if isinstance(other,UnknownSeq) and other._character==self._character: #TODO - Check the alphabets match return UnknownSeq(len(self)+len(other),self.alphabet,self._character) #Offload to the base class... |
| |||
if isinstance(other,UnknownSeq) and other._character==self._character: #TODO - Check the alphabets match return UnknownSeq(len(self)+len(other),self.alphabet,self._character) #Offload to the base class... |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |