Regenerate pydocs
This commit is contained in:
parent
5d2afb9582
commit
5452efab5b
@ -53,7 +53,19 @@ LICENSE, otherwise it is available at https://gith
|
|||||||
</dl>
|
</dl>
|
||||||
<hr />
|
<hr />
|
||||||
Methods defined here:<br />
|
Methods defined here:<br />
|
||||||
<dl ><dt ><a name="FunctionTimedOut-__init__" ><strong >__init__</strong></a>(self, msg='', timedOutAfter=None, timedOutFunction=None, timedOutArgs=None, timedOutKwargs=None)</dt><dd ><tt >Initialize self. See help(type(self)) for accurate signature.</tt></dd></dl>
|
<dl ><dt ><a name="FunctionTimedOut-__init__" ><strong >__init__</strong></a>(self, msg='', timedOutAfter=None, timedOutFunction=None, timedOutArgs=None, timedOutKwargs=None)</dt><dd ><tt >__init__ - Create this exception type.<br />
|
||||||
|
<br />
|
||||||
|
You should not need to do this outside of testing, it will be created by the func_timeout API<br />
|
||||||
|
<br />
|
||||||
|
@param msg <str> - A predefined message, otherwise we will attempt to generate one from the other arguments.<br />
|
||||||
|
<br />
|
||||||
|
@param timedOutAfter <None/float> - Number of seconds before timing-out. Filled-in by API, None will produce "Unknown"<br />
|
||||||
|
<br />
|
||||||
|
@param timedOutFunction <None/function> - Reference to the function that timed-out. Filled-in by API." None will produce "Unknown Function"<br />
|
||||||
|
<br />
|
||||||
|
@param timedOutArgs <None/tuple/list> - List of fixed-order arguments ( *args ), or None for no args.<br />
|
||||||
|
<br />
|
||||||
|
@param timedOutKwargs <None/dict> - Dict of keyword arg ( **kwargs ) names to values, or None for no kwargs.</tt></dd></dl>
|
||||||
|
|
||||||
<dl ><dt ><a name="FunctionTimedOut-getMsg" ><strong >getMsg</strong></a>(self)</dt><dd ><tt >getMsg - Generate a default message based on parameters to <a href="#FunctionTimedOut" >FunctionTimedOut</a> exception'<br />
|
<dl ><dt ><a name="FunctionTimedOut-getMsg" ><strong >getMsg</strong></a>(self)</dt><dd ><tt >getMsg - Generate a default message based on parameters to <a href="#FunctionTimedOut" >FunctionTimedOut</a> exception'<br />
|
||||||
<br />
|
<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.3.4)</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.3.5)</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, 2019 Tim Savannah All Rights Reserved.<br />
|
<p ><tt >Copyright (c) 2016, 2017, 2019 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 />
|
||||||
@ -71,7 +71,19 @@ LICENSE, otherwise it is available at https://gith
|
|||||||
</dl>
|
</dl>
|
||||||
<hr />
|
<hr />
|
||||||
Methods defined here:<br />
|
Methods defined here:<br />
|
||||||
<dl ><dt ><a name="FunctionTimedOut-__init__" ><strong >__init__</strong></a>(self, msg='', timedOutAfter=None, timedOutFunction=None, timedOutArgs=None, timedOutKwargs=None)</dt><dd ><tt >Initialize self. See help(type(self)) for accurate signature.</tt></dd></dl>
|
<dl ><dt ><a name="FunctionTimedOut-__init__" ><strong >__init__</strong></a>(self, msg='', timedOutAfter=None, timedOutFunction=None, timedOutArgs=None, timedOutKwargs=None)</dt><dd ><tt >__init__ - Create this exception type.<br />
|
||||||
|
<br />
|
||||||
|
You should not need to do this outside of testing, it will be created by the func_timeout API<br />
|
||||||
|
<br />
|
||||||
|
@param msg <str> - A predefined message, otherwise we will attempt to generate one from the other arguments.<br />
|
||||||
|
<br />
|
||||||
|
@param timedOutAfter <None/float> - Number of seconds before timing-out. Filled-in by API, None will produce "Unknown"<br />
|
||||||
|
<br />
|
||||||
|
@param timedOutFunction <None/function> - Reference to the function that timed-out. Filled-in by API." None will produce "Unknown Function"<br />
|
||||||
|
<br />
|
||||||
|
@param timedOutArgs <None/tuple/list> - List of fixed-order arguments ( *args ), or None for no args.<br />
|
||||||
|
<br />
|
||||||
|
@param timedOutKwargs <None/dict> - Dict of keyword arg ( **kwargs ) names to values, or None for no kwargs.</tt></dd></dl>
|
||||||
|
|
||||||
<dl ><dt ><a name="FunctionTimedOut-getMsg" ><strong >getMsg</strong></a>(self)</dt><dd ><tt >getMsg - Generate a default message based on parameters to <a href="#FunctionTimedOut" >FunctionTimedOut</a> exception'<br />
|
<dl ><dt ><a name="FunctionTimedOut-getMsg" ><strong >getMsg</strong></a>(self)</dt><dd ><tt >getMsg - Generate a default message based on parameters to <a href="#FunctionTimedOut" >FunctionTimedOut</a> exception'<br />
|
||||||
<br />
|
<br />
|
||||||
@ -383,5 +395,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', 'StoppableThread')<br />
|
<td width="100%" ><strong >__all__</strong> = ('func_timeout', 'func_set_timeout', 'FunctionTimedOut', 'StoppableThread')<br />
|
||||||
<strong >__version_tuple__</strong> = (4, 3, 4)</td></tr></table>
|
<strong >__version_tuple__</strong> = (4, 3, 5)</td></tr></table>
|
||||||
</p></p></p></p></body></html>
|
</p></p></p></p></body></html>
|
||||||
Loading…
Reference in New Issue
Block a user