MECO™ API Reference
Functions
mMeco.core.pythonVersionLib Namespace Reference

[ MODULE ] - Python version. More...

Functions

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

Detailed Description

[ MODULE ] - Python version.

Function Documentation

◆ isPython2()

def mMeco.core.pythonVersionLib.isPython2 ( )

Whether its Python 2.

Exceptions
N/A
Returns
bool - Result.

◆ isPython3()

def mMeco.core.pythonVersionLib.isPython3 ( )

Whether its Python 3.

Exceptions
N/A
Returns
bool - Result.