pylint-bot / test

0 stars 0 forks source link

Tiny untested code path in scoped_nodes #226

Open pylint-bot opened 8 years ago

pylint-bot commented 8 years ago

Originally reported by: BitBucket: ceridwenv, GitHub: @ceridwen?


In Module.getattr()

            if name == '__file__':
                return [node_classes.Const(self.source_file)] + self.locals.get(name, [])