diff --git a/doc/func_timeout.dafunc.html b/doc/func_timeout.dafunc.html index ee964ad..b0f3be1 100644 --- a/doc/func_timeout.dafunc.html +++ b/doc/func_timeout.dafunc.html @@ -20,9 +20,10 @@ LICENSE, otherwise it is available at https://gith
| copy inspect - | threading -time - | types + | sys +threading + | time +types |
| - func_timeout (version 4.0.0) | index |
Copyright (c) 2016, 2017 Tim Savannah All Rights Reserved.
Licensed under the Lesser GNU Public License Version 3, LGPLv3. You should have recieved a copy of this with the source distribution as
@@ -19,8 +19,10 @@ LICENSE, otherwise it is available at https://gith
StoppableThread
-dafunc
+dafunc
exceptions
+py2_raise
+py3_raise
| __all__ = ('func_timeout', 'func_set_timeout', 'FunctionTimedOut') -__version_tuple__ = (4, 0, 0) |