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