MECO™ API Reference
Functions
mCore.pythonVersionLib Namespace Reference

[ MODULE ] - Python version utilities. More...

Functions

def isPython2 ()
 Whether its Python 2. More...
 
def isPython3 ()
 Whether its Python 3. More...
 

Detailed Description

[ MODULE ] - Python version utilities.

Function Documentation

◆ isPython2()

def mCore.pythonVersionLib.isPython2 ( )

Whether its Python 2.

Exceptions
N/A
Returns
bool - Result.

◆ isPython3()

def mCore.pythonVersionLib.isPython3 ( )

Whether its Python 3.

Exceptions
N/A
Returns
bool - Result.