pylint-bot / test

0 stars 0 forks source link

[easy] Add Nonlocal.bindings() #197

Open pylint-bot opened 8 years ago

pylint-bot commented 8 years ago

Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore?)


We could use a convenience method for retrieving all the bindings of a nonlocal node. This will be used by the nonlocal-without-binding checker in pylint, but might be useful for other uses as well.