def __getattr__()

in dubbo_client/rpclib.py [0:0]


    def __getattr__(self, method):
        """
        Allows the usage of attributes as *method* names.
        """
        return self._Method(client_instance=self, method=method)