docstring
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -119,7 +119,7 @@ def CallAfter(callable, *args, **kw):
|
|||||||
|
|
||||||
class FutureCall:
|
class FutureCall:
|
||||||
"""
|
"""
|
||||||
A convenience class for wx.Timer, that calls the given callable
|
A convenience class for `wx.Timer`, that calls the given callable
|
||||||
object once after the given amount of milliseconds, passing any
|
object once after the given amount of milliseconds, passing any
|
||||||
positional or keyword args. The return value of the callable is
|
positional or keyword args. The return value of the callable is
|
||||||
availbale after it has been run with the `GetResult` method.
|
availbale after it has been run with the `GetResult` method.
|
||||||
|
Reference in New Issue
Block a user