mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +01:00
Tweak docstring
This commit is contained in:
@@ -323,11 +323,9 @@ def run():
|
||||
method.
|
||||
|
||||
If you don't need to get the return value or restart the timer
|
||||
then there is no need to hold a reference to this object. It will
|
||||
hold a reference to itself while the timer is running (the timer
|
||||
has a reference to :meth:`~wx.CallLater.Notify`) but the cycle will be
|
||||
broken when the timer completes, automatically cleaning up the
|
||||
:class:`wx.CallLater` object.
|
||||
then there is no need to hold a reference to this object. CallLater
|
||||
maintains references to its instances while they are running. When they,
|
||||
the reference is deleted, and the GC is free to collect naturally.
|
||||
|
||||
.. seealso::
|
||||
:func:`wx.CallAfter`
|
||||
|
||||
Reference in New Issue
Block a user