Esempio n. 1
0
 def __init__(self):
     XMethodMatcher.__init__(self, 'G_methods')
     self.methods = [
         XMethod('size_diff'),
         XMethod('size_mul'),
         XMethod('mul')
     ]
 def __init__(self):
     XMethodMatcher.__init__(self, "G_methods")
     self.methods = [
         XMethod("size_diff"),
         XMethod("size_mul"),
         XMethod("mul")
     ]
Esempio n. 3
0
 def __init__(self):
     XMethodMatcher.__init__(self, 'E_methods')
     self.methods = [XMethod('method_int'), XMethod('method_char')]
Esempio n. 4
0
 def __init__(self):
     XMethodMatcher.__init__(self, 'G_methods')
     self.methods = [XMethod('size_diff'),
                     XMethod('size_mul'),
                     XMethod('mul')]
Esempio n. 5
0
 def __init__(self):
     XMethodMatcher.__init__(self, "E_methods")
     self.methods = [XMethod("method_int"), XMethod("method_char")]
Esempio n. 6
0
 def __init__(self):
     XMethodMatcher.__init__(self, "G_methods")
     self.methods = [XMethod("size_diff"), XMethod("size_mul"), XMethod("mul")]
Esempio n. 7
0
 def __init__(self):
     XMethodMatcher.__init__(self, 'E_methods')
     self.methods = [XMethod('method_int'), XMethod('method_char')]
Esempio n. 8
0
 def __init__(self):
     XMethodMatcher.__init__(self, "E_methods")
     self.methods = [XMethod("method_int"), XMethod("method_char")]