* new post

* Update docs/blog/posts/await-me-maybe.md

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>

* Update docs/blog/posts/await-me-maybe.md

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>

* Update docs/blog/posts/await-me-maybe.md

Co-authored-by: Dave Pearson <davep@davep.org>

* Update docs/blog/posts/await-me-maybe.md

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>

* words

---------

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
Co-authored-by: Dave Pearson <davep@davep.org>
This commit is contained in:
Will McGugan
2023-03-15 16:49:12 +00:00
committed by GitHub
parent 1246934643
commit 04340bd0ba
3 changed files with 142 additions and 4 deletions

View File

@@ -551,7 +551,7 @@ We also want the switches to update if the user edits the decimal value.
Since the switches are children of `ByteEditor` we can update them by setting their attributes directly.
This is an example of "attributes down".
=== "byte02.py"
=== "byte03.py"
```python title="byte03.py" hl_lines="5 45-47 90 92-94 109-114 116-120"
--8<-- "docs/examples/guide/compound/byte03.py"