diff options
author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-08-08 23:46:08 +0300 |
---|---|---|
committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-08-08 23:46:08 +0300 |
commit | 24e5e1278c3e98c0cb1430cd04a3259a44a379bd (patch) | |
tree | 318c9a64d8481c9df981ee568a671be21b865191 /astroid/helpers.py | |
parent | 12cfa3c7d6826e71ea4b35d90ad516d6bf247a29 (diff) | |
download | astroid-git-24e5e1278c3e98c0cb1430cd04a3259a44a379bd.tar.gz |
Add CallFunc.keywords, instead of putting together args and kwargs in CallFunc.args
This patch improves the similarity with the Python's AST. Until now,
CallFunc.args contained both the positional arguments and the keyword arguments,
which was misleading and always it was required to filter out keywords when working
with arguments.
Diffstat (limited to 'astroid/helpers.py')
0 files changed, 0 insertions, 0 deletions