Hi,
Is there any way we can change the order of traversal for leafs for get_elem function?
For e.g. We have transform callpoint for "test_entry". If we call "get" on "test_entry", it fetches val1 and val2 before valuelist,Is there any way I can fetc...