Skip to content

Commit dfdb605

Browse files
committed
Add ProxySetProps docstring
1 parent b1a0529 commit dfdb605

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dash/long_callback/_proxy_set_props.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
class ProxySetProps(dict):
2+
"""
3+
Defer dictionary item setter to run a custom function on change.
4+
Used by background callback manager to save the `set_props` data.
5+
"""
6+
27
def __init__(self, on_change):
38
super().__init__()
49
self.on_change = on_change

0 commit comments

Comments
 (0)