py-tree-sitter
py-tree-sitter copied to clipboard
Obtain argument type from AST
Can tree-sitter support obtaining the argument type of callee function? I can use query mechanism to obtain the method_invocation Node, while I have no idea how to know the argument type of this invocated function.
To confirm it, can we obtain the argument type from the AST.
Thanks.