From 14915a380a0d7e4fdf62511ce540494d0a6af18a Mon Sep 17 00:00:00 2001 From: Krishnan Sanjay Date: Thu, 21 May 2020 11:23:55 -0500 Subject: [PATCH] Update ooc.py --- hw5/ooc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw5/ooc.py b/hw5/ooc.py index 88f66b1..e1ce703 100644 --- a/hw5/ooc.py +++ b/hw5/ooc.py @@ -59,14 +59,14 @@ class MemoryLimitedHashMap(object): def keys(self): ''' - Returns a set of keys. Tuple + Returns a set of keys (in memory). Tuple is (key, location) ''' return set([k for k in self._data]) - def fKeys(self): + def flushed(self): ''' Returns a set over keys that have been flushed. Tuple is (key, location) -- libgit2 0.25.0