src/pyams_thesaurus/interfaces/thesaurus.py
changeset 7 6a22cec2899b
parent 0 47700a43ef3f
child 13 5717572bf2a8
equal deleted inserted replaced
6:9f3987a2dd72 7:6a22cec2899b
    88         """Merge current thesaurus with another one for given configuration"""
    88         """Merge current thesaurus with another one for given configuration"""
    89 
    89 
    90     def reset_terms_parent(self):
    90     def reset_terms_parent(self):
    91         """Reset thesaurus terms parent attribute"""
    91         """Reset thesaurus terms parent attribute"""
    92 
    92 
       
    93     def get_top_terms(self, extract=None):
       
    94         """Get top terms, for given extract or for the whole thesaurus"""
       
    95 
    93     def reset_top_terms(self):
    96     def reset_top_terms(self):
    94         """Reset thesaurus top terms"""
    97         """Reset thesaurus top terms"""
    95 
    98 
    96     def clear(self):
    99     def clear(self):
    97         """Clear thesaurus contents"""
   100         """Clear thesaurus contents"""