Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.982 | stmt_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 497 | Bio/GenBank/__init__.py |
2 | 6 | 1099 | Bio/SwissProt/SProt.py |
| ||||
# if we have a current reference that hasn't been added to # the list of references, add it. if self._current_ref is not None: self.data.annotations["references"].append(self._current_ref) else: self.data.annotations["references"] = [ ] self._current_ref = SeqFeature.Reference( ) |
| ||||
# if we have a current reference that hasn't been added to # the list of references, add it. if self._current_ref is not None: self.data.annotations["references"].append(self._current_ref) else: self.data.annotations["references"] = [ ] self._current_ref = Reference( ) |
| |||
# if we have a current reference that hasn't been added to # the list of references, add it. if self._current_ref is not None: self.data.annotations["references"].append(self._current_ref) else: self.data.annotations["references"] = [ ] self._current_ref = [[#variable6b270f20]]( ) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6b270f20]] | SeqFeature.Reference |
1 | 2 | [[#6b270f20]] | Reference |