We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#5769 sought to make Tokens instances immutable
Tokens
cylc-flow/cylc/flow/id.py
Lines 120 to 124 in 98dc86a
However, this does not prevent
tokens.pop(key) del tokens[key] tokens.clear() tokens.popitem() tokens.setdefault(key, default)
and also there is this method that is used in a couple of places:
Lines 260 to 261 in 98dc86a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
#5769 sought to make
Tokens
instances immutablecylc-flow/cylc/flow/id.py
Lines 120 to 124 in 98dc86a
However, this does not prevent
and also there is this method that is used in a couple of places:
cylc-flow/cylc/flow/id.py
Lines 260 to 261 in 98dc86a
The text was updated successfully, but these errors were encountered: