pycrossword  0.2
Pure-Python implementation of a crossword puzzle generator and editor
pycross.wordsrc.Wordsource Member List

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
activepycross.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_fetchpycross.wordsrc.Wordsource
pop_word(self, suggestions)pycross.wordsrc.Wordsource
shuffle(self, suggestions)pycross.wordsrc.Wordsource
shuffle_wordspycross.wordsrc.Wordsource
truncate(self, suggestions)pycross.wordsrc.Wordsource