Python: Port a few queries to new API.

This commit is contained in:
Mark Shannon
2019-07-26 12:00:14 +01:00
parent fc4bb028b7
commit 4b242ddc86
11 changed files with 69 additions and 55 deletions

View File

@@ -1 +1 @@
| incomplete_ordering.py:3:1:3:26 | class PartOrdered | Class PartOrdered implements $@, but does not implement __le__ or __gt__ or __ge__. | incomplete_ordering.py:13:5:13:28 | Function __lt__ | __lt__ |
| incomplete_ordering.py:3:1:3:26 | class PartOrdered | Class PartOrdered implements $@, but does not implement __le__ or __gt__ or __ge__. | incomplete_ordering.py:13:5:13:28 | Function PartOrdered.__lt__ | __lt__ |