Skip to content
Snippets Groups Projects
Commit a386daca authored by Johannes Kung's avatar Johannes Kung
Browse files

Refactor demux

parent 622a5a81
No related branches found
No related tags found
1 merge request!27Docstring refactor of core
......@@ -92,8 +92,8 @@ class Demux(Module):
Parameters
----------
state : dict[str, Any]
The state of the demux to load. Should contain the keys "value",
"bit_length" and "mask", all with values of type ``int``.
The state of the demux to load. Should contain the keys "value" and
"bit_length", both with values of type ``int``.
"""
super().set_state(state)
self._value = state["value"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment