Skip to content

Commit

Permalink
docs: add docstring to static function #260
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Dec 21, 2021
1 parent cf70161 commit 618f6b9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion datagateway_api/src/search_api/nested_where_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,14 @@ def apply_filter(self, query):
@staticmethod
def set_search_api_query(query_filter, search_api_query):
"""
TODO
Using recursion, set the search API query to each of the WHERE filters contained
within the top-level `NestedWhereFilters` object
:param query_filter: Search API where filter or an instance of this class
:type query_filter: :class:`NestedWhereFilters` or an object inherited from
:class:`QueryFilter`
:param search_api_query: Search API query object
:type search_api_query: :class:`SearchAPIQuery`
"""

log.debug(
Expand Down

0 comments on commit 618f6b9

Please sign in to comment.