Create(Params: Array);
Params. Values array, based on which a dictionary should be created.
The Create constructor creates a dictionary based on the specified values array.
The Params array should contain a dictionary that is a result of Python function execution. To create a new dictionary, in the Fore code send the Params parameter that is set to Null and add required key-value pairs using the IPythonDictionary.Update method.
The constructor use is given in the example for IPythonDictionary.Item, IPythonDictionary.Update.
See also: