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

Commit ce48b45

Browse files
committed
Update interface.py
Add not implemented accessors
1 parent 01e2f50 commit ce48b45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎w3/python/core/interface.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@ def _get_child_node(self, index: c_ulong) -> Optional[Node]:
147147
return None
148148
return siblingNodes.item(index)
149149

150+
def _insert_child_node(self, index: c_ulong, node: Node) -> Node:
151+
raise NotImplementedError()
152+
153+
def _get_index_of_child_node(self, childNode: Node) -> c_ulong:
154+
raise NotImplementedError()
155+
150156
def _get_firstChild(self) -> Optional[Node]:
151157
"""Indirect accessor to get the `firstChild` property."""
152158
return self._get_child_node(0)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /