Skip to content

Commit 19b5e2f

Browse files
committed
Regen doc
1 parent 513edc4 commit 19b5e2f

File tree

3 files changed

+113
-7
lines changed

3 files changed

+113
-7
lines changed

doc/AdvancedHTMLParser.constants.html

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,39 @@
1212
#&nbsp;&nbsp;&nbsp;Constants&nbsp;in&nbsp;AdvancedHTMLParser</tt></p>
1313
<p >
1414
<table width="100%" cellspacing="0" cellpadding="2" border="0" summary="section" >
15+
<tr bgcolor="#ee77aa" >
16+
<td colspan="3" valign="bottom" >&nbsp;<br />
17+
<font color="#ffffff" face="helvetica, arial" ><big ><strong >Classes</strong></big></font></td></tr>
18+
19+
<tr ><td bgcolor="#ee77aa" ><tt >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td >&nbsp;</td>
20+
<td width="100%" ><dl >
21+
<dt ><font face="helvetica, arial" ><a href="builtins.html#object" >builtins.object</a>
22+
</font></dt><dd >
23+
<dl >
24+
<dt ><font face="helvetica, arial" ><a href="AdvancedHTMLParser.constants.html#NOT_PROVIDED_TYPE" >NOT_PROVIDED_TYPE</a>
25+
</font></dt></dl>
26+
</dd>
27+
</dl>
28+
<p >
29+
<table width="100%" cellspacing="0" cellpadding="2" border="0" summary="section" >
30+
<tr bgcolor="#ffc8d8" >
31+
<td colspan="3" valign="bottom" >&nbsp;<br />
32+
<font color="#000000" face="helvetica, arial" ><a name="NOT_PROVIDED_TYPE" >class <strong >NOT_PROVIDED_TYPE</strong></a>(<a href="builtins.html#object" >builtins.object</a>)</font></td></tr>
33+
34+
<tr bgcolor="#ffc8d8" ><td rowspan="2" ><tt >&nbsp;&nbsp;&nbsp;</tt></td>
35+
<td colspan="2" ><tt ><a href="#NOT_PROVIDED_TYPE" >NOT_PROVIDED_TYPE</a>&nbsp;-&nbsp;A&nbsp;type&nbsp;for&nbsp;a&nbsp;singleton&nbsp;which&nbsp;is&nbsp;meant&nbsp;to&nbsp;mean&nbsp;"Argumnent&nbsp;not&nbsp;provided"<br />
36+
&nbsp;<br />
37+
&nbsp;&nbsp;&nbsp;&nbsp;(since&nbsp;None,&nbsp;empty&nbsp;string,&nbsp;etc&nbsp;are&nbsp;legitimate&nbsp;possible&nbsp;values<br />&nbsp;</tt></td></tr>
38+
<tr ><td >&nbsp;</td>
39+
<td width="100%" >Data descriptors defined here:<br />
40+
<dl ><dt ><strong >__dict__</strong></dt>
41+
<dd ><tt >dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
42+
</dl>
43+
<dl ><dt ><strong >__weakref__</strong></dt>
44+
<dd ><tt >list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
45+
</dl>
46+
</td></tr></table></p></td></tr></table><p >
47+
<table width="100%" cellspacing="0" cellpadding="2" border="0" summary="section" >
1548
<tr bgcolor="#55aa55" >
1649
<td colspan="3" valign="bottom" >&nbsp;<br />
1750
<font color="#ffffff" face="helvetica, arial" ><big ><strong >Data</strong></big></font></td></tr>
@@ -25,19 +58,22 @@
2558
<strong >INVISIBLE_ROOT_TAG</strong> = 'xxxblank'<br />
2659
<strong >INVISIBLE_ROOT_TAG_END</strong> = '&lt;/xxxblank&gt;'<br />
2760
<strong >INVISIBLE_ROOT_TAG_START</strong> = '&lt;xxxblank&gt;'<br />
61+
<strong >IndexSizeError</strong> = IndexSizeErrorException('Index or size is negative or greater than the allowed amount',)<br />
62+
<strong >NOT_PROVIDED</strong> = &lt;AdvancedHTMLParser.constants.NOT_PROVIDED_TYPE object&gt;<br />
2863
<strong >POSSIBLE_VALUES_CROSS_ORIGIN</strong> = ('use-credentials', 'anonymous')<br />
2964
<strong >POSSIBLE_VALUES_FORM_METHOD</strong> = ('get', 'post')<br />
3065
<strong >POSSIBLE_VALUES_ON_OFF</strong> = ('on', 'off')<br />
3166
<strong >POSSIBLE_VALUES_TRACK__KIND</strong> = ('captions', 'chapters', 'descriptions', 'metadata', 'subtitles')<br />
3267
<strong >POSSIBLE_VALUES_YES_NO</strong> = ('yes', 'no')<br />
3368
<strong >PREFORMATTED_TAGS</strong> = {'code', 'pre'}<br />
3469
<strong >PRESERVE_CONTENTS_TAGS</strong> = {'code', 'pre', 'script', 'style'}<br />
35-
<strong >TAG_ITEM_ATTRIBUTES_SPECIAL_VALUES</strong> = {'autocomplete': &lt;function _special_value_autocomplete&gt;, 'colSpan': &lt;function &lt;lambda&gt;&gt;, 'cols': &lt;function _special_value_cols&gt;, 'crossOrigin': &lt;function &lt;lambda&gt;&gt;, 'form': &lt;function &lt;lambda&gt;&gt;, 'hspace': &lt;function &lt;lambda&gt;&gt;, 'kind': &lt;function &lt;lambda&gt;&gt;, 'maxLength': &lt;function &lt;lambda&gt;&gt;, 'method': &lt;function &lt;lambda&gt;&gt;, 'rowSpan': &lt;function &lt;lambda&gt;&gt;, ...}<br />
70+
<strong >TAG_ITEM_ATTRIBUTES_SPECIAL_VALIDATION</strong> = {'maxLength': &lt;function _special_value_maxLength&gt;}<br />
71+
<strong >TAG_ITEM_ATTRIBUTES_SPECIAL_VALUES</strong> = {'autocomplete': &lt;function _special_value_autocomplete&gt;, 'colSpan': &lt;function &lt;lambda&gt;&gt;, 'cols': &lt;function _special_value_cols&gt;, 'crossOrigin': &lt;function &lt;lambda&gt;&gt;, 'form': &lt;function &lt;lambda&gt;&gt;, 'hspace': &lt;function &lt;lambda&gt;&gt;, 'kind': &lt;function &lt;lambda&gt;&gt;, 'maxLength': &lt;function _special_value_maxLength&gt;, 'method': &lt;function &lt;lambda&gt;&gt;, 'rowSpan': &lt;function &lt;lambda&gt;&gt;, ...}<br />
3672
<strong >TAG_ITEM_ATTRIBUTE_LINKS</strong> = {'align', 'className', 'dir', 'hidden', 'id', 'lang', ...}<br />
3773
<strong >TAG_ITEM_BINARY_ATTRIBUTES</strong> = {'async', 'autofocus', 'autoplay', 'checked', 'compact', 'controls', ...}<br />
3874
<strong >TAG_ITEM_BINARY_ATTRIBUTES_STRING_ATTR</strong> = {'spellcheck'}<br />
3975
<strong >TAG_ITEM_CHANGE_NAME_FROM_ATTR</strong> = {'accept-charset': 'acceptCharset', 'cellpadding': 'cellPadding', 'cellspacing': 'cellSpacing', 'class': 'className', 'codebase': 'codeBase', 'codetype': 'codeType', 'colspan': 'colSpan', 'crossorigin': 'crossOrigin', 'datetime': 'dateTime', 'dirname': 'dir', ...}<br />
4076
<strong >TAG_ITEM_CHANGE_NAME_FROM_ITEM</strong> = {'acceptCharset': 'accept-charset', 'cellPadding': 'cellpadding', 'cellSpacing': 'cellspacing', 'className': 'class', 'codeBase': 'codebase', 'codeType': 'codetype', 'colSpan': 'colspan', 'crossOrigin': 'crossorigin', 'dateTime': 'datetime', 'dir': 'dirname', ...}<br />
4177
<strong >TAG_NAMES_TO_ADDITIONAL_ATTRIBUTES</strong> = {'a': {'href', 'target'}, 'area': {'alt', 'coords', 'download', 'href', 'rel', 'shape', ...}, 'audio': {'autoplay', 'controls', 'loop', 'muted', 'preload', 'src'}, 'base': {'href', 'target'}, 'basefont': {'color', 'face', 'size'}, 'bdo': {'dir'}, 'blockquote': {'cite'}, 'body': {'alink', 'background', 'bgcolor', 'link', 'onafterprint', 'onbeforeprint', ...}, 'button': {'autofocus', 'checked', 'disabled', 'form', 'formAction', 'formEnctype', ...}, 'canvas': {'height', 'width'}, ...}<br />
4278
<strong >otherInputName</strong> = 'option'</td></tr></table>
43-
</p></body></html>
79+
</p></p></body></html>

doc/AdvancedHTMLParser.exceptions.html

Lines changed: 72 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
<dt ><font face="helvetica, arial" ><a href="AdvancedHTMLParser.exceptions.html#MultipleRootNodeException" >MultipleRootNodeException</a>
3232
</font></dt></dl>
3333
</dd>
34+
<dt ><font face="helvetica, arial" ><a href="builtins.html#ValueError" >builtins.ValueError</a>(<a href="builtins.html#Exception" >builtins.Exception</a>)
35+
</font></dt><dd >
36+
<dl >
37+
<dt ><font face="helvetica, arial" ><a href="AdvancedHTMLParser.exceptions.html#IndexSizeErrorException" >IndexSizeErrorException</a>
38+
</font></dt></dl>
39+
</dd>
3440
</dl>
3541
<p >
3642
<table width="100%" cellspacing="0" cellpadding="2" border="0" summary="section" >
@@ -77,6 +83,70 @@
7783
<dl ><dt ><a name="HTMLValidationException-with_traceback" ><strong >with_traceback</strong></a>(...)</dt><dd ><tt ><a href="builtins.html#Exception" >Exception</a>.<a href="#HTMLValidationException-with_traceback" >with_traceback</a>(tb)&nbsp;--<br />
7884
set&nbsp;self.<strong >__traceback__</strong>&nbsp;to&nbsp;tb&nbsp;and&nbsp;return&nbsp;self.</tt></dd></dl>
7985

86+
<hr />
87+
Data descriptors inherited from <a href="builtins.html#BaseException" >builtins.BaseException</a>:<br />
88+
<dl ><dt ><strong >__cause__</strong></dt>
89+
<dd ><tt >exception&nbsp;cause</tt></dd>
90+
</dl>
91+
<dl ><dt ><strong >__context__</strong></dt>
92+
<dd ><tt >exception&nbsp;context</tt></dd>
93+
</dl>
94+
<dl ><dt ><strong >__dict__</strong></dt>
95+
</dl>
96+
<dl ><dt ><strong >__suppress_context__</strong></dt>
97+
</dl>
98+
<dl ><dt ><strong >__traceback__</strong></dt>
99+
</dl>
100+
<dl ><dt ><strong >args</strong></dt>
101+
</dl>
102+
</td></tr></table> <p >
103+
<table width="100%" cellspacing="0" cellpadding="2" border="0" summary="section" >
104+
<tr bgcolor="#ffc8d8" >
105+
<td colspan="3" valign="bottom" >&nbsp;<br />
106+
<font color="#000000" face="helvetica, arial" ><a name="IndexSizeErrorException" >class <strong >IndexSizeErrorException</strong></a>(<a href="builtins.html#ValueError" >builtins.ValueError</a>)</font></td></tr>
107+
108+
<tr bgcolor="#ffc8d8" ><td rowspan="2" ><tt >&nbsp;&nbsp;&nbsp;</tt></td>
109+
<td colspan="2" ><tt >Inappropriate&nbsp;argument&nbsp;value&nbsp;(of&nbsp;correct&nbsp;type).<br />&nbsp;</tt></td></tr>
110+
<tr ><td >&nbsp;</td>
111+
<td width="100%" ><dl ><dt >Method resolution order:</dt>
112+
<dd ><a href="AdvancedHTMLParser.exceptions.html#IndexSizeErrorException" >IndexSizeErrorException</a></dd>
113+
<dd ><a href="builtins.html#ValueError" >builtins.ValueError</a></dd>
114+
<dd ><a href="builtins.html#Exception" >builtins.Exception</a></dd>
115+
<dd ><a href="builtins.html#BaseException" >builtins.BaseException</a></dd>
116+
<dd ><a href="builtins.html#object" >builtins.object</a></dd>
117+
</dl>
118+
<hr />
119+
Methods defined here:<br />
120+
<dl ><dt ><a name="IndexSizeErrorException-__init__" ><strong >__init__</strong></a>(self, *args, **kwargs)</dt><dd ><tt >Initialize&nbsp;self.&nbsp;&nbsp;See&nbsp;help(type(self))&nbsp;for&nbsp;accurate&nbsp;signature.</tt></dd></dl>
121+
122+
<hr />
123+
Data descriptors defined here:<br />
124+
<dl ><dt ><strong >__weakref__</strong></dt>
125+
<dd ><tt >list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
126+
</dl>
127+
<hr />
128+
Methods inherited from <a href="builtins.html#ValueError" >builtins.ValueError</a>:<br />
129+
<dl ><dt ><a name="IndexSizeErrorException-__new__" ><strong >__new__</strong></a>(*args, **kwargs)<font color="#909090" ><font face="helvetica, arial" > from <a href="builtins.html#type" >builtins.type</a></font></font></dt><dd ><tt >Create&nbsp;and&nbsp;return&nbsp;a&nbsp;new&nbsp;object.&nbsp;&nbsp;See&nbsp;help(type)&nbsp;for&nbsp;accurate&nbsp;signature.</tt></dd></dl>
130+
131+
<hr />
132+
Methods inherited from <a href="builtins.html#BaseException" >builtins.BaseException</a>:<br />
133+
<dl ><dt ><a name="IndexSizeErrorException-__delattr__" ><strong >__delattr__</strong></a>(self, name, /)</dt><dd ><tt >Implement&nbsp;delattr(self,&nbsp;name).</tt></dd></dl>
134+
135+
<dl ><dt ><a name="IndexSizeErrorException-__getattribute__" ><strong >__getattribute__</strong></a>(self, name, /)</dt><dd ><tt >Return&nbsp;getattr(self,&nbsp;name).</tt></dd></dl>
136+
137+
<dl ><dt ><a name="IndexSizeErrorException-__reduce__" ><strong >__reduce__</strong></a>(...)</dt><dd ><tt >helper&nbsp;for&nbsp;pickle</tt></dd></dl>
138+
139+
<dl ><dt ><a name="IndexSizeErrorException-__repr__" ><strong >__repr__</strong></a>(self, /)</dt><dd ><tt >Return&nbsp;repr(self).</tt></dd></dl>
140+
141+
<dl ><dt ><a name="IndexSizeErrorException-__setattr__" ><strong >__setattr__</strong></a>(self, name, value, /)</dt><dd ><tt >Implement&nbsp;setattr(self,&nbsp;name,&nbsp;value).</tt></dd></dl>
142+
143+
<dl ><dt ><a name="IndexSizeErrorException-__setstate__" ><strong >__setstate__</strong></a>(...)</dt></dl>
144+
145+
<dl ><dt ><a name="IndexSizeErrorException-__str__" ><strong >__str__</strong></a>(self, /)</dt><dd ><tt >Return&nbsp;str(self).</tt></dd></dl>
146+
147+
<dl ><dt ><a name="IndexSizeErrorException-with_traceback" ><strong >with_traceback</strong></a>(...)</dt><dd ><tt ><a href="builtins.html#Exception" >Exception</a>.<a href="#IndexSizeErrorException-with_traceback" >with_traceback</a>(tb)&nbsp;--<br />
148+
set&nbsp;self.<strong >__traceback__</strong>&nbsp;to&nbsp;tb&nbsp;and&nbsp;return&nbsp;self.</tt></dd></dl>
149+
80150
<hr />
81151
Data descriptors inherited from <a href="builtins.html#BaseException" >builtins.BaseException</a>:<br />
82152
<dl ><dt ><strong >__cause__</strong></dt>
@@ -294,12 +364,12 @@
294364
</dl>
295365
<dl ><dt ><strong >args</strong></dt>
296366
</dl>
297-
</td></tr></table></p></p></p></p></td></tr></table><p >
367+
</td></tr></table></p></p></p></p></p></td></tr></table><p >
298368
<table width="100%" cellspacing="0" cellpadding="2" border="0" summary="section" >
299369
<tr bgcolor="#55aa55" >
300370
<td colspan="3" valign="bottom" >&nbsp;<br />
301371
<font color="#ffffff" face="helvetica, arial" ><big ><strong >Data</strong></big></font></td></tr>
302372

303373
<tr ><td bgcolor="#55aa55" ><tt >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td >&nbsp;</td>
304-
<td width="100%" ><strong >__all__</strong> = ('MultipleRootNodeException', 'HTMLValidationException', 'InvalidCloseException', 'MissedCloseException')</td></tr></table>
374+
<td width="100%" ><strong >__all__</strong> = ('MultipleRootNodeException', 'HTMLValidationException', 'InvalidCloseException', 'MissedCloseException', 'IndexSizeErrorException')</td></tr></table>
305375
</p></p></body></html>

doc/AdvancedHTMLParser.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<table width="100%" cellspacing="0" cellpadding="2" border="0" summary="heading" >
77
<tr bgcolor="#7799ee" >
88
<td valign="bottom" >&nbsp;<br />
9-
<font color="#ffffff" face="helvetica, arial" >&nbsp;<br /><big ><big ><strong >AdvancedHTMLParser</strong></big></big> (version 8.0.0)</font></td><td align="right" valign="bottom" ><font color="#ffffff" face="helvetica, arial" ><a href="AdvancedHTMLParser.html" >index</a></font></td></tr></table>
9+
<font color="#ffffff" face="helvetica, arial" >&nbsp;<br /><big ><big ><strong >AdvancedHTMLParser</strong></big></big> (version 8.0.1)</font></td><td align="right" valign="bottom" ><font color="#ffffff" face="helvetica, arial" ><a href="AdvancedHTMLParser.html" >index</a></font></td></tr></table>
1010
<p ><tt >#&nbsp;Copyright&nbsp;(c)&nbsp;2015,&nbsp;2016,&nbsp;2017&nbsp;Tim&nbsp;Savannah&nbsp;All&nbsp;Rights&nbsp;Rserved&nbsp;under&nbsp;LGPLv3.&nbsp;See&nbsp;LICENSE&nbsp;(https://gnu.org/licenses/lgpl-3.0.txt)&nbsp;for&nbsp;more&nbsp;information.<br />
1111
#<br />
1212
#&nbsp;In&nbsp;general&nbsp;below,&nbsp;all&nbsp;"tag&nbsp;names"&nbsp;(body,&nbsp;div,&nbsp;etc)&nbsp;should&nbsp;be&nbsp;lowercase.&nbsp;The&nbsp;parser&nbsp;will&nbsp;lowercase&nbsp;internally.&nbsp;All&nbsp;attribute&nbsp;names&nbsp;(like&nbsp;`id`&nbsp;in&nbsp;id="123")&nbsp;provided&nbsp;to&nbsp;search&nbsp;functions&nbsp;should&nbsp;be&nbsp;lowercase.&nbsp;Values&nbsp;are&nbsp;not&nbsp;lowercase.&nbsp;This&nbsp;is&nbsp;because&nbsp;doing&nbsp;tons&nbsp;of&nbsp;searches,&nbsp;lowercasing&nbsp;every&nbsp;search&nbsp;can&nbsp;quickly&nbsp;build&nbsp;up.&nbsp;Lowercase&nbsp;it&nbsp;once&nbsp;in&nbsp;your&nbsp;code,&nbsp;not&nbsp;every&nbsp;time&nbsp;you&nbsp;call&nbsp;a&nbsp;function.</tt></p>
@@ -2788,6 +2788,6 @@
27882788

27892789
<tr ><td bgcolor="#55aa55" ><tt >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td >&nbsp;</td>
27902790
<td width="100%" ><strong >__all__</strong> = ('AdvancedHTMLParser', 'IndexedAdvancedHTMLParser', 'AdvancedHTMLFormatter', 'AdvancedTag', 'TagCollection', 'ValidatingAdvancedHTMLParser', 'MissedCloseException', 'InvalidCloseException', 'HTMLValidationException', 'MultipleRootNodeException', 'StyleAttribute', 'toggleAttributesDOM', 'isTextNode', 'isTagNode')<br />
2791-
<strong >__int_version_tuple__</strong> = (8, 0, 0)<br />
2792-
<strong >__version_tuple__</strong> = ('8', '0', '0')</td></tr></table>
2791+
<strong >__int_version_tuple__</strong> = (8, 0, 1)<br />
2792+
<strong >__version_tuple__</strong> = ('8', '0', '1')</td></tr></table>
27932793
</p></p></p></p></body></html>

0 commit comments

Comments
 (0)