get#
- Deck.get(**kwargs) List[KeywordBase] #
Get a list of keywords.
- Parameters:
- :Keyword Arguments:
- * *type* (``str``) –
The type of keyword to get. For example, “SECTION” returns all section keywords.
- * *filter* (``callable``) –
The filter to apply to the result. Only keywords which pass the filter will be returned.