Replies: 2 comments
-
Hmmm, I agree, it should return an empty list, not throw an exception, and a Java one at that. Is this for a |
Beta Was this translation helpful? Give feedback.
0 replies
-
This became the fixed issue #501 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know I could check if the
get_child_count()
is not zero, but it would make life easier sometimes just to useget_children()
and get an empty list...Beta Was this translation helpful? Give feedback.
All reactions