Ejemplo n.º 1
0
def callMethod(method_name, params={}):
    gn.callMethod(method_name, params)
    return 1
Ejemplo n.º 2
0
 def callMethod(self, method_name, params={}):
     result = gn.callMethod(self.object_name + "." + method_name, params)
     return result