CloneSet371


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.982stmt_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16497
Bio/GenBank/__init__.py
261099
Bio/SwissProt/SProt.py
Clone Instance
1
Line Count
6
Source Line
497
Source File
Bio/GenBank/__init__.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( ) 


Clone Instance
2
Line Count
6
Source Line
1099
Source File
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 = Reference( ) 


Clone AbstractionParameter Count: 1Parameter Bindings

# 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6b270f20]]
SeqFeature.Reference 
12[[#6b270f20]]
Reference