Improved param and rx docs #1092
Annotations
2 errors
Test Unit:
tests/testreactive.py#L774
test_docstrings_in_sync
assert '\nThe reacti...aram.a.rx()\n' == '\nThe reacti...aram.a.rx()\n'
Skipping 564 identical leading characters in diff, use -v to show
terized):
- ... a = param.Number()
? ^^^
+ >>> a = param.Number()
? ^^^
- >>> p = P(a=1)
+ >>> b = param.String()
+ >>> p = P(a=1, b="hello")
Get the current value:
>>> a = p.param.a.rx.value
Call it to get a reactive expression:
>>> rx_value = p.param.a.rx()
|
Test Unit
Process completed with exit code 1.
|
Loading