py21cmfast.inputs.FlagOptions.self¶
- property FlagOptions.self¶
Dictionary which if passed to its own constructor will yield an identical copy.
Note
This differs from
pystruct
anddefining_dict
in that it uses the hidden variable value, if it exists, instead of the exposed one. This prevents from, for example, passing a value which is 10**10**val (and recurring!).