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