| PythonVersion Enumeration |
An enumeration with all supported major Python versions.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public enum PythonVersion
Public Enumeration PythonVersion
Members
| Member name | Value | Description |
---|
| Python2 | 0 |
Python >= 2.7, and < 3.0
|
| Python3 | 1 |
Python >= 3.0
|
See Also