From 4190710ec489b3ea03972278649895a360781c37 Mon Sep 17 00:00:00 2001 From: Tim Savannah Date: Sun, 4 Jun 2017 04:29:58 -0400 Subject: [PATCH] Update pydoc --- doc/func_timeout.StoppableThread.html | 7 +++++++ doc/func_timeout.html | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/func_timeout.StoppableThread.html b/doc/func_timeout.StoppableThread.html index c277b83..74167b9 100644 --- a/doc/func_timeout.StoppableThread.html +++ b/doc/func_timeout.StoppableThread.html @@ -182,6 +182,13 @@ initial name is set by the constructor.
threading.Thread
builtins.object
+
+Methods defined here:
+
stop(self, exception)
Stops the thread by raising a given exception.

+@param exception <Exception> - Exception to throw. Likely, you want to use something
+  that inherits from BaseException (so except Exception as e: continue; isn't a problem)
+
Methods inherited from threading.Thread:
__init__(self, group=None, target=None, name=None, args=(), kwargs=None, *, daemon=None)
This constructor should always be called with keyword arguments. Arguments are:
diff --git a/doc/func_timeout.html b/doc/func_timeout.html index 86d44e5..7d42c2e 100644 --- a/doc/func_timeout.html +++ b/doc/func_timeout.html @@ -6,7 +6,7 @@
 
- 
func_timeout (version 4.1.0)
index
+ 
func_timeout (version 4.2.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
@@ -205,5 +205,5 @@ to return cleanly, but in most cases it          __all__ = ('func_timeout', 'func_set_timeout', 'FunctionTimedOut')
-__version_tuple__ = (4, 1, 0) +__version_tuple__ = (4, 2, 0)

\ No newline at end of file