We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fbea510
Fix a crash when parsing an empty arbitrary expression with extract_node (extract_node("__()")).
extract_node
extract_node("__()")
Closes #2734
Fix a crash when parsing a slice called in a decorator on a function that is also decorated with a known six decorator.
six
Closes #2721