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

  /external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
test_formatter.py 176 assert '<wbr>' in formatter.make_wrappable('x'*1000)
178 formatter.make_wrappable(';'*2000)
179 assert (formatter.make_wrappable('this that the other')
181 assert (formatter.make_wrappable('this that ' + ('x'*50) + ';' + ('y'*50) + ' and the other')
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
formatter.py 322 % make_wrappable(self.quote(truncate(value))))
524 def make_wrappable(html, wrap_limit=60, function
552 Like ``make_wrappable()`` but intended for text that will
  /external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
middleware.py 478 value = formatter.make_wrappable(value)

Completed in 273 milliseconds