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") ]
def __init__(self): XMethodMatcher.__init__(self, 'E_methods') self.methods = [XMethod('method_int'), XMethod('method_char')]
def __init__(self): XMethodMatcher.__init__(self, "E_methods") self.methods = [XMethod("method_int"), XMethod("method_char")]