You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Results
85
85
You can use the :class:`~flogin.jsonrpc.results.Result` object constructor to pass most options.
86
86
87
87
.. NOTE::
88
-
For handling what happens when the result gets clicked or customizing the context menu, subclass the object and override the methods. See :class:`~flogin.jsonrpc.results.Result` for more info.
88
+
For handling what happens when the result gets clicked or customizing the context menu, subclass the object and override the methods. See :class:`~flogin.jsonrpc.results.Result` for more info. Alternatively, you can use :func:`~flogin.jsonrpc.results.Result.create_with_partial` to create a result with a callback, without subclassing.
0 commit comments