def note()

in test-sourcekit-lsp/test-sourcekit-lsp.py [0:0]


  def note(self, method, params):
    body = json.dumps({
      'jsonrpc': '2.0',
      'method': method,
      'params': params
    })
    self.script += 'Content-Length: {}\r\n\r\n{}'.format(len(body), body)