Commit 2a751f7
feat: Add method to unregister devices from BlueskyContext (mx-bluesky#987) (#1048)
This PR adds a method `unregister_all_devices()` to `BlueskyContext`
### Review Notes
This functionality is required in the implementation of
* DiamondLightSource/mx-bluesky#987
this PR also raised along with
* DiamondLightSource/dodal#1271
See associated mx-bluesky PR #TBD
---------
Co-authored-by: Joseph Ware <53935796+DiamondJoseph@users.noreply.github.com>1 parent 3822344 commit 2a751f7
File tree
2 files changed
+11
-0
lines changed- src/blueapi/core
- tests/unit_tests/core
2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
235 | 239 | | |
236 | 240 | | |
237 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
388 | 395 | | |
389 | 396 | | |
390 | 397 | | |
| |||
0 commit comments