Cleanup: use context.temp_override

Remove use of deprecated operator context passing.

Also minor clarification in the context.temp_override docs.
This commit is contained in:
2022-05-03 09:32:28 +10:00
parent 309b6319a0
commit 79d4740eda
2 changed files with 5 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ Notes:
- Temporary context overrides may be nested, when this is done, members will be added to the existing overrides.
- Context members are restored outside the scope of the context.
- Context members are restored outside the scope of the context-manager.
The only exception to this is when the data is no longer available.
In the event windowing data was removed (for example), the state of the context is left as-is.