Loading cloudcontrol/node/hypervisor/lib.py +1 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ class EventLoop(object): Returns a unique integer identier for this handle, that should be used to later update/remove it. Note: same note as for :method:`add_handle` applies here Note: same note as for :py:meth:`add_handle` applies here """ timer_id = self.timer_id.next() Loading Loading
cloudcontrol/node/hypervisor/lib.py +1 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ class EventLoop(object): Returns a unique integer identier for this handle, that should be used to later update/remove it. Note: same note as for :method:`add_handle` applies here Note: same note as for :py:meth:`add_handle` applies here """ timer_id = self.timer_id.next() Loading