From e3cfbfed0656076c35b853b9fe2ee3e7f8634bc2 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Thu, 8 Mar 2018 21:50:48 +0000 Subject: [PATCH] master: Add minimal docstring to worker_impl [nfc] --- artiq/master/worker_impl.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/artiq/master/worker_impl.py b/artiq/master/worker_impl.py index a3db42d1a..6a2df4cfd 100644 --- a/artiq/master/worker_impl.py +++ b/artiq/master/worker_impl.py @@ -1,3 +1,11 @@ +"""Worker process implementation. + +This module contains the worker process main() function and the glue code +necessary to connect the global artefacts used from experiment code (scheduler, +device database, etc.) to their actual implementation in the parent master +process via IPC. +""" + import sys import time import os