doc: dummy_func explained
This commit is contained in:
parent
17f7c0750b
commit
ddf51bd702
1 changed files with 4 additions and 1 deletions
|
|
@ -145,6 +145,9 @@ class TestExtendedLoopingCall(TestCase):
|
||||||
self.assertEqual(loopcall.interval, 20)
|
self.assertEqual(loopcall.interval, 20)
|
||||||
loopcall._scheduleFrom.assert_called_with(121)
|
loopcall._scheduleFrom.assert_called_with(121)
|
||||||
|
|
||||||
|
"""
|
||||||
|
Dummy function used as callback parameter
|
||||||
|
"""
|
||||||
def dummy_func():
|
def dummy_func():
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue