X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fmanifoldapi.py;h=46229f17fc679abbb86acd5031bdafbd4ee0d144;hb=1295aaac83bf744acabf41920122837ea2b421d8;hp=1ffcacee0725669778edd628436fb496744cbd04;hpb=89d8e2ea86f00e9c5a6572d0edd2aa231f30c091;p=myslice.git diff --git a/manifold/manifoldapi.py b/manifold/manifoldapi.py index 1ffcacee..46229f17 100644 --- a/manifold/manifoldapi.py +++ b/manifold/manifoldapi.py @@ -70,6 +70,8 @@ class ManifoldAPI: } args += (annotations,) result=getattr(self.server, methodName)(*args, **kwds) + print "%s%r" %(methodName, args) + if debug: print '<= result=', self._print_result(result)