Go to: Synopsis. Return value. MEL examples.
 
callPython (string $module, string $function, string $args[]) 
	 
None
| Variable Name | Variable Type | Description | 
|---|---|---|
| $module | string | Python module | 
| $function | string | function name | 
| $args | string[] | list of string arguments to pass | 
	callPython "sys" "stderr.write" {"hello\n"}