Home
last modified time | relevance | path

Searched refs:unwritable (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/test_import/
H A D__init__.py894 # unwritable, the import still succeeds but no .pyc file is written.
1385 self.addCleanup(unload, "test.test_import.data.unwritable")
1386 self.addCleanup(unload, "test.test_import.data.unwritable.x")
1388 import test.test_import.data.unwritable as unwritable namespace
1390 from test.test_import.data.unwritable import x
1392 self.assertNotEqual(type(unwritable), ModuleType)
1395 unwritable.x = 42

Completed in 4 milliseconds