Skip to main content
InterSystems IRIS Data Platform 2024.3
AskMe (beta)
Loading icon

<pyFromImport>

Specifies optional Python from / import statements.

Syntax

<pyFromImport>
from math import cos 
</pyFromImport> 

An optional list of Python from / import statements, one per line. Use this so that Python code within this business process can refer to these modules.

FeedbackOpens in a new tab