Next: , Up: Dico Python Primitives   [Contents][Index]


5.6.2.1 The DicoSelectionKey class

The 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:

Method on DicoSelectionKey: word

Returns the search term. It is equivalent to the __str__ attribute.