let
get_parent obj =
(* Go up in the tree *)
obj >>> call_method
"getParent"
[| |]