161
177
def _call2(self, method, *args):
162
178
"""Call a method on the remote server."""
165
181
def _call_with_body_bytes(self, method, args, body):
166
182
"""Call a method on the remote server with body bytes."""
171
186
"""Indicate whether a remote file of the given name exists or not.