A JMP object sent to Python with Python Send() uses the same JMP reference as the name of the Python object that gets created. For example, sending the JMP variable dt to Python creates a Python object named dt.
The colon and double colon JSL scoping operators (: and ::) are not valid in Python object names, so the colons are converted as follows:
For example, sending nsref:dt to Python creates a corresponding Python object named nsref_dt.
For example, sending ::dt to Python creates a corresponding Python object named dt.

Help created on 7/12/2018