[Python-projects] Another E1101 false positive

Daniel Drake ddrake at brontes3d.com
Fri Dec 22 21:47:01 CET 2006


On Fri, 2006-12-22 at 15:18 +0000, Barry Scott wrote:
> No it does not.

Oops. Here was the test case I meant to send:

FileA.py:

	def funcA():
	    return 4

FileB.py:

	import FileA

	class Test:
	    FileA = [1,2,3]

	    def __init__(self):
	        print FileA.funcA()

	Test()

-- 
Daniel Drake
Brontes Technologies, A 3M Company



More information about the Python-Projects mailing list