Open pylint-bot opened 9 years ago
Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore?)
#!python from astroid.test_utils import extract_node n = extract_node(''' a, b = {1:2, 2:3} a ''') print(next(n.infer()))
Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore?)