Class Preload
Manage state for setup/teardown of a preload module
Declaration
class Preload
source linkDocumentation
Attributes
- dask_server : dask.distributed.Server
The Worker or Scheduler
- name : str
module name, file name, or web address to load
- argv : [string]
List of string arguments passed to click-configurable `dask_setup`.
- file_dir : string
Path of a directory where files should be copied
Methods
▷ def __init__(self, dask_server, name: str, argv: List[str], file_dir: str)