Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitda099dc

Browse files
committed
Silence a buggily output non-parent-init-called
1 parent0c290e0 commitda099dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎html5lib/treebuilders/etree_lxml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def __init__(self, element, value=None):
189189
ifvalueisNone:
190190
value= {}
191191
self._element=element
192-
dict.__init__(self,value)
192+
dict.__init__(self,value)# pylint:disable=non-parent-init-called
193193
forkey,valueinself.items():
194194
ifisinstance(key,tuple):
195195
name="{%s}%s"% (key[2],infosetFilter.coerceAttribute(key[1]))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp