Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_buffer.py2891 def assert_out_of_bounds_error(self, dim): member in TestBufferProtocol
2935 with self.assert_out_of_bounds_error(dim=1):
2938 with self.assert_out_of_bounds_error(dim=2):
3045 with self.assert_out_of_bounds_error(dim=1):
3048 with self.assert_out_of_bounds_error(dim=2):