Searched refs:checkContent (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_sax.py | 363 def checkContent(self, stream, content): member in PrepareInputSourceTest 375 self.checkContent(prep.getCharacterStream(), 385 self.checkContent(prep.getByteStream(), 394 self.checkContent(prep.getByteStream(), 401 self.checkContent(prep.getByteStream(), 408 self.checkContent(prep.getByteStream(), 416 self.checkContent(prep.getByteStream(), 424 self.checkContent(prep.getCharacterStream(),
|
/external/python/cpython2/Lib/test/ |
D | test_sax.py | 305 def checkContent(self, stream, content): member in PrepareInputSourceTest 318 self.checkContent(prep.getByteStream(), 327 self.checkContent(prep.getByteStream(), 334 self.checkContent(prep.getByteStream(), 342 self.checkContent(prep.getByteStream(),
|