doc/environment: datasets readonly in build

This commit is contained in:
Sebastien Bourdeauducq 2016-04-27 01:43:55 +08:00
parent e8ae6fcd9f
commit 434ad67268
1 changed files with 2 additions and 0 deletions

View File

@ -191,6 +191,8 @@ class HasEnvironment:
When the repository is scanned, any requested devices and arguments
are set to ``None``.
Datasets are read-only in this method.
Leftover positional and keyword arguments from the constructor are
forwarded to this method. This is intended for experiments that are
only meant to be executed programmatically (not from the GUI)."""