mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
doc: dummy_func explained
This commit is contained in:
parent
cff9f7e2c4
commit
5dac82db7e
1 changed files with 4 additions and 1 deletions
|
|
@ -144,7 +144,10 @@ class TestExtendedLoopingCall(TestCase):
|
|||
loopcall.__call__.assert_not_called()
|
||||
self.assertEqual(loopcall.interval, 20)
|
||||
loopcall._scheduleFrom.assert_called_with(121)
|
||||
|
||||
|
||||
"""
|
||||
Dummy function used as callback parameter
|
||||
"""
|
||||
def dummy_func():
|
||||
return 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue