Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add get_children_by_path() #1370

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

okapies
Copy link
Contributor

@okapies okapies commented Jul 20, 2023

Add a batch version of get_child() method in Node and UaStatusCodeErrors for batch operations.

(Actually it seems this is a good example of the use case of Result type implemented by dry-python/returns and rustedpy/result instead of using exceptions)

@okapies okapies force-pushed the feature/node_get_children_by_path branch 2 times, most recently from b6a20e9 to 5e40c71 Compare July 20, 2023 04:19
@okapies okapies force-pushed the feature/node_get_children_by_path branch from 5e40c71 to f05fe3b Compare July 20, 2023 04:34
@oroulet
Copy link
Member

oroulet commented Jul 24, 2023

rust stuff is nice, but probably not something we want to add in a library. We have to use the standard python things

@oroulet oroulet merged commit 6b44f4f into FreeOpcUa:master Jul 24, 2023
5 checks passed
@okapies okapies deleted the feature/node_get_children_by_path branch July 24, 2023 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants