Files
bumble_mirror/bumble
David Lechner baa5257780 improve type hints for notify/indicate subscriber(s) methods
Pyright expects generic type parameters to be specified for the
Attribute class, otherwise it treats the type as Unknown which can
trigger reportUnknownMemberType errors.

This can be solved by using a generic type parameter for these methods
which also has the benefit of making sure that the value parameter has
the correct type for the attribute.

In some cases, a new local `value_as_bytes` variable is needed to avoid
type errors and makes the code less confusing by not overwriting the
original `value` variable.
2026-04-26 09:43:40 -05:00
..
2026-01-01 03:25:32 +08:00
2026-01-12 13:16:49 +08:00
2026-02-10 17:35:39 +08:00
2026-01-01 03:25:32 +08:00
2026-01-12 13:16:49 +08:00
2026-01-12 13:16:49 +08:00
2026-02-25 00:39:45 +08:00
2026-01-27 09:47:52 -08:00
2026-01-01 03:25:32 +08:00
2026-03-11 21:41:48 +08:00
2026-01-01 03:25:32 +08:00
2026-01-01 03:25:32 +08:00
2026-01-01 03:25:32 +08:00
2026-01-15 12:06:05 +08:00
2026-01-01 03:25:32 +08:00
2026-01-12 13:16:49 +08:00
2026-01-22 23:16:25 +08:00
2026-01-01 03:25:32 +08:00
2026-03-01 02:24:55 +08:00
2025-07-27 15:02:42 -07:00
2026-02-10 20:08:01 +08:00
2026-01-12 13:16:49 +08:00
2025-08-21 16:38:58 -07:00
2026-04-20 16:23:19 +08:00
2026-01-22 17:49:58 +01:00
2026-01-01 03:25:32 +08:00