Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dmultibytecodec_support.py268 self.open_mapping_file().close() # test it to report the error early
272 def open_mapping_file(self): member in TestBase_Mapping
286 with self.open_mapping_file() as f:
316 with self.open_mapping_file() as f:
/external/python/cpython3/Lib/test/
Dmultibytecodec_support.py294 self.open_mapping_file().close() # test it to report the error early
298 def open_mapping_file(self): member in TestBase_Mapping
311 with self.open_mapping_file() as f:
341 with self.open_mapping_file() as f: