mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
doc: dummy_func explained
This commit is contained in:
parent
17f7c0750b
commit
ddf51bd702
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