Reworked the build script and made the default tutorial_room more clever, using details and custom cmdsets.
This commit is contained in:
parent
f0770da672
commit
c63ae1742f
11 changed files with 767 additions and 449 deletions
|
|
@ -268,7 +268,8 @@ class TickerHandler(object):
|
|||
the same time interval
|
||||
hook_key (str, optional): The name of the hook method
|
||||
on `obj` to call every `interval` seconds. Defaults to
|
||||
`at_tick()`.
|
||||
`at_tick(*args, **kwargs`. All hook methods must
|
||||
always accept *args, **kwargs.
|
||||
args, kwargs (optional): These will be passed into the
|
||||
method given by `hook_key` every time it is called.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue