Assembly: Python;
The IPythonSerializerLoader interface contains properties and methods for loading Python modules from files.
IPythonSerializerLoader
An object for loading Python modules can be obtained using the IPythonSerializer.CreateLoaderFromFile method.
Property name | Brief description | |
CreateInfo | The CreateInfo property returns the information about the object created in the repository. | |
Metabase | The Metabase property determines the repository, in which a Python module is loaded. |
Method name | Brief description | |
LoadModule | The LoadModule method loads Python module from file and saves it to the repository. |
See also: