Home
last modified time | relevance | path

Searched refs:_file_object_for_upload (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbugzilla_unittest.py333 self.assertEqual(bugzilla._file_object_for_upload(file_object), file_object)
334 self.assertEqual(bugzilla._file_object_for_upload(utf8_tor).read(), utf8_tor)
335 self.assertEqual(bugzilla._file_object_for_upload(unicode_tor).read(), utf8_tor)
Dbugzilla.py469 def _file_object_for_upload(self, file_or_string): member in Bugzilla
497 file_object = self._file_object_for_upload(file_or_string)
524 file_object = self._file_object_for_upload(file_or_string)