| 47 | |
| 48 | |
| 49 | class FirstPublished(TemporalFilter): |
| 50 | def __init__(self, *args): |
| 51 | super(FirstPublished, self).__init__(PUBLISHED_FIRST, *args) |
| 52 | |
| 53 | |
| 54 | class LastUpdated(TemporalFilter): |
nothing calls this directly
no outgoing calls
no test coverage detected