Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Jasper Craeghs <[email protected]>
  • Loading branch information
JokeWaumans and JasperCraeghs authored Sep 5, 2024
1 parent b08f5c8 commit 26b647a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mlx/coverity/coverity_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,9 @@ def assemble_query_filter(self, column_name, filter_values, matcher_type):
}

def get_defects(self, stream, filters, column_names, snapshot):
"""Gets a list of defects for given stream, snapshot ID, filters and column names.
If the snapshot is empty, the last snapshot is taken.
"""Gets a list of defects for the given stream, filters and column names.
If no snapshot ID is given, the last snapshot is taken.
If a column name does not match the name of the `columns` property, the column can not be obtained because
it need the correct corresponding column key.
Column key `cid` is always obtained to use later in other functions.
Expand Down

0 comments on commit 26b647a

Please sign in to comment.