pycrossword
0.3
Pure-Python implementation of a crossword puzzle generator and editor
|
This is the complete list of members for pycross.wordsrc.Wordsource, including all inherited members.
__bool__(self) | pycross.wordsrc.Wordsource | |
__init__(self, max_fetch=None, shuffle=True) | pycross.wordsrc.Wordsource | |
__repr__(self) | pycross.wordsrc.Wordsource | |
active | pycross.wordsrc.Wordsource | |
check(self, word, pos=None, filter_func=None) | pycross.wordsrc.Wordsource | |
fetch(self, word=None, blank=' ', pos=None, filter_func=None, shuffle=True, truncate=True) | pycross.wordsrc.Wordsource | |
isvalid(self) | pycross.wordsrc.Wordsource | |
max_fetch | pycross.wordsrc.Wordsource | |
pop_word(self, suggestions) | pycross.wordsrc.Wordsource | |
shuffle(self, suggestions) | pycross.wordsrc.Wordsource | |
shuffle_words | pycross.wordsrc.Wordsource | |
truncate(self, suggestions) | pycross.wordsrc.Wordsource |