Ejemplo n.º 1
0
 def test_memory_lock():
     """
     test_memory_lock
     """
     memory = Memory()
     memory.lock()
     memory.unlock()