ReviewQueue.by_status()

Return reviews matching a specific status.

Usage

Source

ReviewQueue.by_status(status)

Parameters

status: ReviewStatus
The status to filter by.

Returns

list[HumanReview]
All reviews with the given status.