CloneSet242


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.993stmt_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15203
Bio/SeqIO/InsdcIO.py
25210
Bio/SeqIO/InsdcIO.py
Clone Instance
1
Line Count
5
Source Line
203
Source File
Bio/SeqIO/InsdcIO.py

        while words and len(text)+1+len(words[0])<max_len:       
            text+=" "+words.pop(0) 
            text = text.strip( ) 
        assert len(text)<max_len 
        self._write_single_line(tag,text) 


Clone Instance
2
Line Count
5
Source Line
210
Source File
Bio/SeqIO/InsdcIO.py

            while words and len(text)+1+len(words[0])<max_len:       
                text+=" "+words.pop(0) 
                text = text.strip( ) 
            assert len(text)<max_len 
            self._write_single_line("",text) 


Clone AbstractionParameter Count: 1Parameter Bindings

while words and len(text)+1+len(words[0])<max_len:
  text+=" "+words.pop(0) 
  text = text.strip( ) 
assert len(text)<max_len 
self._write_single_line( [[#variable2d99fd80]],text) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2d99fd80]]
tag 
12[[#2d99fd80]]
""