public class PythonHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SCRIPT_TYPE_PYTHON
Script type identifier for Python.
|
Constructor and Description |
---|
PythonHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
getSaveName(String identifier) |
static ScriptType |
getScriptType()
Get the
ScriptType for python. |
static boolean |
isSaveName(String identifier) |
public static final String SCRIPT_TYPE_PYTHON
public static boolean isSaveName(String identifier)
public static ScriptType getScriptType()
ScriptType
for python.