We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef2552 commit fb01ba2Copy full SHA for fb01ba2
snekbox/utils/timed.py
@@ -13,7 +13,7 @@
13
@contextmanager
14
def time_limit(timeout: int | None = None) -> Generator[None, None, None]:
15
"""
16
- Decorator to call a function with a time limit. Uses SIGALRM, requires a UNIX system.
+ Decorator to call a function with a time limit.
17
18
Args:
19
timeout: Timeout limit in seconds.
0 commit comments