HomeSort by relevance Sort by last modified time
    Searched refs:simple_body (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/webtest/webtest/
response.py 372 simple_body = str('\n').join([l for l in self.testbody.splitlines()
381 simple_body)
  /external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py 865 simple_body = b'\n'.join([l for l in self.body.splitlines()
868 simple_body = simple_body.decode('utf8', 'xmlcharrefreplace')
872 simple_body)
    [all...]

Completed in 65 milliseconds