Update pydoc
This commit is contained in:
parent
57aed88c7a
commit
4190710ec4
@ -182,6 +182,13 @@ initial name is set by the constructor.</tt></dd>
|
|||||||
<dd ><a href="threading.html#Thread" >threading.Thread</a></dd>
|
<dd ><a href="threading.html#Thread" >threading.Thread</a></dd>
|
||||||
<dd ><a href="builtins.html#object" >builtins.object</a></dd>
|
<dd ><a href="builtins.html#object" >builtins.object</a></dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
<hr />
|
||||||
|
Methods defined here:<br />
|
||||||
|
<dl ><dt ><a name="StoppableThread-stop" ><strong >stop</strong></a>(self, exception)</dt><dd ><tt >Stops the thread by raising a given exception.<br />
|
||||||
|
<br />
|
||||||
|
@param exception <Exception> - Exception to throw. Likely, you want to use something<br />
|
||||||
|
that inherits from BaseException (so except Exception as e: continue; isn't a problem)</tt></dd></dl>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
Methods inherited from <a href="threading.html#Thread" >threading.Thread</a>:<br />
|
Methods inherited from <a href="threading.html#Thread" >threading.Thread</a>:<br />
|
||||||
<dl ><dt ><a name="StoppableThread-__init__" ><strong >__init__</strong></a>(self, group=None, target=None, name=None, args=(), kwargs=None, *, daemon=None)</dt><dd ><tt >This constructor should always be called with keyword arguments. Arguments are:<br />
|
<dl ><dt ><a name="StoppableThread-__init__" ><strong >__init__</strong></a>(self, group=None, target=None, name=None, args=(), kwargs=None, *, daemon=None)</dt><dd ><tt >This constructor should always be called with keyword arguments. Arguments are:<br />
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<table width="100%" cellspacing="0" cellpadding="2" border="0" summary="heading" >
|
<table width="100%" cellspacing="0" cellpadding="2" border="0" summary="heading" >
|
||||||
<tr bgcolor="#7799ee" >
|
<tr bgcolor="#7799ee" >
|
||||||
<td valign="bottom" > <br />
|
<td valign="bottom" > <br />
|
||||||
<font color="#ffffff" face="helvetica, arial" > <br /><big ><big ><strong >func_timeout</strong></big></big> (version 4.1.0)</font></td><td align="right" valign="bottom" ><font color="#ffffff" face="helvetica, arial" ><a href="func_timeout.html" >index</a></font></td></tr></table>
|
<font color="#ffffff" face="helvetica, arial" > <br /><big ><big ><strong >func_timeout</strong></big></big> (version 4.2.0)</font></td><td align="right" valign="bottom" ><font color="#ffffff" face="helvetica, arial" ><a href="func_timeout.html" >index</a></font></td></tr></table>
|
||||||
<p ><tt >Copyright (c) 2016, 2017 Tim Savannah All Rights Reserved.<br />
|
<p ><tt >Copyright (c) 2016, 2017 Tim Savannah All Rights Reserved.<br />
|
||||||
<br />
|
<br />
|
||||||
Licensed under the Lesser GNU Public License Version 3, LGPLv3. You should have recieved a copy of this with the source distribution as<br />
|
Licensed under the Lesser GNU Public License Version 3, LGPLv3. You should have recieved a copy of this with the source distribution as<br />
|
||||||
@ -205,5 +205,5 @@ to return cleanly, but in most cases it
|
|||||||
|
|
||||||
<tr ><td bgcolor="#55aa55" ><tt > </tt></td><td > </td>
|
<tr ><td bgcolor="#55aa55" ><tt > </tt></td><td > </td>
|
||||||
<td width="100%" ><strong >__all__</strong> = ('func_timeout', 'func_set_timeout', 'FunctionTimedOut')<br />
|
<td width="100%" ><strong >__all__</strong> = ('func_timeout', 'func_set_timeout', 'FunctionTimedOut')<br />
|
||||||
<strong >__version_tuple__</strong> = (4, 1, 0)</td></tr></table>
|
<strong >__version_tuple__</strong> = (4, 2, 0)</td></tr></table>
|
||||||
</p></p></p></p></body></html>
|
</p></p></p></p></body></html>
|
||||||
Loading…
Reference in New Issue
Block a user