Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0c4ef1 + b556399 commit ea07bd2Copy full SHA for ea07bd2
1 file changed
Doc/library/asyncio-eventloop.rst
@@ -121,7 +121,8 @@ a different clock than :func:`time.time`.
121
.. method:: BaseEventLoop.call_at(when, callback, *args)
122
123
Arrange for the *callback* to be called at the given absolute timestamp
124
- *when* (an int or float), using the same time reference as :meth:`time`.
+ *when* (an int or float), using the same time reference as
125
+ :meth:`BaseEventLoop.time`.
126
127
This method's behavior is the same as :meth:`call_later`.
128
0 commit comments