Next: The DicoStrategy
class, Up: Dico Python Primitives [Contents][Index]
DicoSelectionKey
classThe DicoSelectionKey
class represents a search key and is used
when looking for matches. Calling str
on the object of that
class returns the search term itself, as does the word
method:
Returns the search term. It is equivalent to the __str__
attribute.