60
71
raise TypeError('args must be byte strings, not %r' % (args,))
61
72
if type(body) is not str:
62
73
raise TypeError('body must be byte string, not %r' % (body,))
65
75
smart_protocol.call_with_body_bytes((method, ) + args, body)
66
76
return smart_protocol.read_response_tuple()