SYNG Python Reference
| selector | role | matching syntax |
|---|---|---|
| (arg) | argument and parameter positions | - |
| (call) | function calls |
|
| (fun) | function definitions |
|
| (gen) | generator expressions |
|
| (id) | identifier references | - |
| (mod) | Python module (file) node | - |
| (num) | numeric literals | - |
| (str) | string literals | - |