clean up code; support code block; add few FIXMEs

This commit is contained in:
Mathieu PATUREL
2019-11-14 21:13:16 +11:00
parent ef9b2daf6d
commit cc28bfef96
5 changed files with 23 additions and 14 deletions

View File

@ -21,7 +21,3 @@ def min_time_between_call(timeout, on_block=lambda *args, **kwargs: None):
return func(*args, **kwargs)
return wrapper
return outer
@min_time_between_call(1)
def hello():
print(time.time())