def __init__(self, config): self._value = multiprocessing.Array(ctypes.c_char, 8) super(Context, self).__init__(config)