Commit 8cf4eda0 authored by Igor Nehoroshev's avatar Igor Nehoroshev Committed by oroulet

Add get_properties method to sync version of Node

parent 3353bc87
......@@ -290,6 +290,10 @@ class Node:
):
pass
@syncmethod
def get_properties(self):
pass
@syncmethod
def get_children_descriptions(
self,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment