Click or drag to resize

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
Members
  Member nameValueDescription
Python20 Python >= 2.7, and < 3.0
Python31 Python >= 3.0
See Also