`QualifiedNameProvider` returns inner func name for higher-order anonymous func calls
Open
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 229
- PR merge metrics
- No merged PRs in 30d
Description
Not sure if this should be considered incorrect, but it was surprising for me.
With code like this `vmap(a)(b)`, and the tree like this:
```
Call(
func=Call(
func=Name(
value='vmap',
```
the QualifiedNameProvider will return the name metadata of the inner `Call` for the outer `Call` .
Contributor guide
Assessment
This issue has not been assessed yet.