Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_buffer.py2890 def assert_out_of_bounds_error(self, dim): member in TestBufferProtocol
2934 with self.assert_out_of_bounds_error(dim=1):
2937 with self.assert_out_of_bounds_error(dim=2):
3044 with self.assert_out_of_bounds_error(dim=1):
3047 with self.assert_out_of_bounds_error(dim=2):