예제 #1
0
 def __getattr__(self, attr):
     soap_callable = Binding.__getattr__(self, attr)
     return SFACallable(soap_callable)