You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Keys() function returns all the keys for the store. These functions are implemented in the Indexer interface for various type of Indexer but in this issue I want you to create a primitive version of the same to just Walk the file system and returns all the Keys in the db.
HINT Find a way in os module to do so
NOTE If you implement test suites for the Keys function you get points for the MEDIUM
The text was updated successfully, but these errors were encountered:
The
Keys()
function returns all the keys for the store. These functions are implemented in theIndexer
interface for various type ofIndexer
but in this issue I want you to create a primitive version of the same to justWalk
the file system and returns all theKeys
in the db.HINT Find a way in
os
module to do soNOTE If you implement test suites for the
Keys
function you get points for the MEDIUMThe text was updated successfully, but these errors were encountered: