(version)
| 581 | |
| 582 | @staticmethod |
| 583 | def isVersion(version): |
| 584 | return Backend.getVersion() is not None and Backend.getVersion() == version |
| 585 | |
| 586 | @staticmethod |
| 587 | def isVersionWithin(versionList): |
nothing calls this directly
no test coverage detected