Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ dictionary.py
File
dictionary.py
Word_Dictionary/dictionary.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
typing
import
Dict, List
2
3
4
class
Dictionary:
Callers
nothing calls this directly
Calls
5
add_word
Method · 0.80
word_exists
Method · 0.80
suggest_words_starting_with
Method · 0.80
print_all_words_in_dictionary
Method · 0.80
Dictionary
Class · 0.70
Tested by
no test coverage detected