LibCST
LibCST copied to clipboard
`QualifiedNameProvider` returns inner func name for higher-order anonymous func calls
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 .