CloneSet160


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6460.957stmt_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16128
Bio/GenBank/LocationParser.py
26134
Bio/GenBank/LocationParser.py
36149
Bio/GenBank/LocationParser.py
46162
Bio/GenBank/LocationParser.py
Clone Instance
1
Line Count
6
Source Line
128
Source File
Bio/GenBank/LocationParser.py

    def t_double_colon(self,input): 
        " :: " 
        self.rv.append(Token("double_colon")) 

    def t_double_dot(self,input): 
        " \\.\\. " 
        self.rv.append(Token("double_dot")) 


Clone Instance
2
Line Count
6
Source Line
134
Source File
Bio/GenBank/LocationParser.py

    def t_dot(self,input): 
        " \\.(?!\\.) " 
        self.rv.append(Token("dot")) 

    def t_caret(self,input): 
        " \\^ " 
        self.rv.append(Token("caret")) 


Clone Instance
3
Line Count
6
Source Line
149
Source File
Bio/GenBank/LocationParser.py

    def t_colon(self,input): 
        " :(?!:) " 
        self.rv.append(Token("colon")) 

    def t_open_paren(self,input): 
        " \\( " 
        self.rv.append(Token("open_paren")) 


Clone Instance
4
Line Count
6
Source Line
162
Source File
Bio/GenBank/LocationParser.py

    def t_less_than(self,input): 
        " < " 
        self.rv.append(Token("less_than")) 

    def t_greater_than(self,input): 
        " > " 
        self.rv.append(Token("greater_than")) 

# punctuation .. hmm, isn't needed for location
#        r''' [ !#$%&'()*+,\-./:;<=>?@\[\\\]^_`{|}~] '''


Clone AbstractionParameter Count: 6Parameter Bindings

def [[#variable601162c0]](self,input):
   [[#variable60116240]]
  self.rv.append(Token( [[#variable60116120]])) 

def [[#variable601161c0]](self,input):
   [[#variable5be5c2c0]]
  self.rv.append(Token( [[#variable4de4f7c0]])) 
  # punctuation .. hmm, isn't needed for location
  #        r''' [ !#$%&'()*+,\-./:;<=>?@\[\\\]^_`{|}~] '''
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#601162c0]]
t_double_colon 
12[[#601162c0]]
t_dot 
13[[#601162c0]]
t_colon 
14[[#601162c0]]
t_less_than 
21[[#60116240]]
" :: " 
22[[#60116240]]
" \\.(?!\\.) " 
23[[#60116240]]
" :(?!:) " 
24[[#60116240]]
" < " 
31[[#60116120]]
"double_colon" 
32[[#60116120]]
"dot" 
33[[#60116120]]
"colon" 
34[[#60116120]]
"less_than" 
41[[#601161c0]]
t_double_dot 
42[[#601161c0]]
t_caret 
43[[#601161c0]]
t_open_paren 
44[[#601161c0]]
t_greater_than 
51[[#5be5c2c0]]
" \\.\\. " 
52[[#5be5c2c0]]
" \\^ " 
53[[#5be5c2c0]]
" \\( " 
54[[#5be5c2c0]]
" > " 
61[[#4de4f7c0]]
"double_dot" 
62[[#4de4f7c0]]
"caret" 
63[[#4de4f7c0]]
"open_paren" 
64[[#4de4f7c0]]
"greater_than"