Skip to content

Commit

Permalink
Document filterm method for query
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mracek authored and m-blaha committed Oct 15, 2018
1 parent 63db76e commit 7ee18b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api_queries.rst
Expand Up @@ -106,6 +106,10 @@

q = base.sack.query().filter(name__substr="club")

.. method:: filterm(**kwargs)

Similar to :meth:`dnf.query.Query.filter` but it modifies the query in place.

.. method:: installed

Return a new query that limits the result to the installed packages only.
Expand Down

0 comments on commit 7ee18b4

Please sign in to comment.