PythonVersion Enum
Specifies the version of Python.
public enum PythonVersion
Fields
| Name | Description |
|---|---|
| Version2 | Python version 2 compatibility. |
| Version3 | Python version 3 compatibility. |
Specifies the version of Python.
public enum PythonVersion
| Name | Description |
|---|---|
| Version2 | Python version 2 compatibility. |
| Version3 | Python version 3 compatibility. |