Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_memoryview.py88 self._check_contents(tp, b, b"0bcdef")
90 self._check_contents(tp, b, b"012def")
92 self._check_contents(tp, b, b"012def")
94 self._check_contents(tp, b, b"abcdef")
98 self._check_contents(tp, b, b"cdedef")
101 self._check_contents(tp, b, b"ababcf")
284 def _check_contents(self, tp, obj, contents): member in BaseMemoryviewTests
294 def _check_contents(self, tp, obj, contents): member in BaseMemorySliceTests
311 def _check_contents(self, tp, obj, contents): member in BaseMemorySliceSliceTests
/external/python/cpython3/Lib/test/
Dtest_memoryview.py82 self._check_contents(tp, b, b"1bcdef")
84 self._check_contents(tp, b, b"0bcdef")
86 self._check_contents(tp, b, b"012def")
88 self._check_contents(tp, b, b"012def")
90 self._check_contents(tp, b, b"abcdef")
94 self._check_contents(tp, b, b"cdedef")
97 self._check_contents(tp, b, b"ababcf")
212 self._check_contents(tp, b, s.encode("utf-8"))
422 def _check_contents(self, tp, obj, contents): member in BaseMemoryviewTests
432 def _check_contents(self, tp, obj, contents): member in BaseMemorySliceTests
[all …]