When importing code, use the following prefixes:
python.
: to import Python Module configurations.ultra.
: to import built-in UDR types or Ultra Format configurations.apl.
: to import functions and/or constants from APL Code configurations..
: to import something relative to any of the items listed above if located in the same folder.<nothing> : to import any standard or third party Python module.
A good practice is to strive to organize the code in modules for maximum reuse.
Note |
---|
Note!Always import your Python Module configurations, Ultra Format configurations, and APL Code configurations from the global scope, i.e. not from within a function. |
Info | |||||||
---|---|---|---|---|---|---|---|
Example - Importing Code to the Python Agent
|