public abstract class PythonVersion extends Object implements AddsToRuleKey
| Constructor and Description |
|---|
PythonVersion() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getInterpreterName() |
abstract String |
getVersionString() |
static PythonVersion |
of(String interpreterName,
String versionString) |
String |
toString() |