Exemple #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")
     ]
Exemple #3
0
 def __init__(self):
     XMethodMatcher.__init__(self, 'E_methods')
     self.methods = [XMethod('method_int'), XMethod('method_char')]
Exemple #4
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, "E_methods")
     self.methods = [XMethod("method_int"), XMethod("method_char")]
 def __init__(self):
     XMethodMatcher.__init__(self, "G_methods")
     self.methods = [XMethod("size_diff"), XMethod("size_mul"), XMethod("mul")]
Exemple #7
0
 def __init__(self):
     XMethodMatcher.__init__(self, 'E_methods')
     self.methods = [XMethod('method_int'), XMethod('method_char')]
Exemple #8
0
 def __init__(self):
     XMethodMatcher.__init__(self, "E_methods")
     self.methods = [XMethod("method_int"), XMethod("method_char")]