예제 #1
0
파일: py-xmethods.py 프로젝트: retrage/src
 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")
     ]
예제 #3
0
 def __init__(self):
     XMethodMatcher.__init__(self, 'E_methods')
     self.methods = [XMethod('method_int'), XMethod('method_char')]
예제 #4
0
 def __init__(self):
     XMethodMatcher.__init__(self, 'G_methods')
     self.methods = [XMethod('size_diff'),
                     XMethod('size_mul'),
                     XMethod('mul')]
예제 #5
0
 def __init__(self):
     XMethodMatcher.__init__(self, "E_methods")
     self.methods = [XMethod("method_int"), XMethod("method_char")]
예제 #6
0
 def __init__(self):
     XMethodMatcher.__init__(self, "G_methods")
     self.methods = [XMethod("size_diff"), XMethod("size_mul"), XMethod("mul")]
예제 #7
0
파일: py-xmethods.py 프로젝트: retrage/src
 def __init__(self):
     XMethodMatcher.__init__(self, 'E_methods')
     self.methods = [XMethod('method_int'), XMethod('method_char')]
예제 #8
0
 def __init__(self):
     XMethodMatcher.__init__(self, "E_methods")
     self.methods = [XMethod("method_int"), XMethod("method_char")]