MCPcopy 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

1from typing import Dict, List
2
3
4class Dictionary:

Callers

nothing calls this directly

Calls 5

add_wordMethod · 0.80
word_existsMethod · 0.80
DictionaryClass · 0.70

Tested by

no test coverage detected