Closed pylint-bot closed 8 years ago
Original comment by BitBucket: ceridwenv, GitHub: ceridwenv:
This should be fixed by https://bitbucket.org/logilab/astroid/commits/7b127880987d8896349e070debaccc587a3c6570 .
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: PCManticore):
It's partially fixed. The resulting output it's still not valid syntax.
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: PCManticore):
Hopefully actually fix #185
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: PCManticore):
Hopefully actually fix #185
Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: PCManticore)
Given the following code, calling as_string on the resulting module leads to a surprising output:
It seems that keyword only arguments are somehow treated as annotations.