Skip to main content

Module Dependencies

class covalent._workflow.depsmodule.DepsModule

#

Python modules to be imported in an electron’s execution environment.

This is only used as a vehicle to send the module by reference to the to the right place of serialization where it will instead be pickled by value.

Deps class to encapsulate python modules to be imported in the same execution environment as the electron.

module_name

A string containing the name of the module to be imported.

Note:

This subclasses the DepsCall class due to its pre-existing infrastructure integrations, and not because of its logical functionality.

Methods:

Returns the short name of this class.

short_name

#

Returns the short name of this class.