File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
w3/python/core/fundamental_interface Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ def attributes(self) -> _NamedNodeMap:
234
234
235
235
def _init_attributes (self ,
236
236
attributes : Optional [Iterable [_AnyNode ]] = None ) -> None :
237
- self ._attributes : _NamedNodeMap = {} # TODO: Replace with real NamedNodeMap #19
237
+ self ._attributes : _NamedNodeMap = {} # TODO: Replace with real NamedNodeMap #19
238
238
if attributes is None :
239
239
return
240
240
for attr in iter (attributes ):
@@ -256,5 +256,5 @@ def _set_owner_document(self,
256
256
257
257
258
258
_AnyNode = Node
259
- _NamedNodeMap = Dict [str , _AnyNode ] # TODO: Implement NamedNodeMap #19
260
- _Document = Node # TODO: Implement Document #20
259
+ _NamedNodeMap = Dict [str , _AnyNode ] # TODO: Implement NamedNodeMap ( #19)
260
+ _Document = Node # TODO: Implement Document ( #20)
You can’t perform that action at this time.
0 commit comments