This module, VariableTypeFunctions....
# designed to be imported like
import VariableTypeFunctions as vtf
from VariableTypeFunctions import *
....has multiple functions that work with variable types is wholly unnecessary and is mainly for aesthetic purposes
checktype("example", str)
overreturn type("example") is str
Bye.