python: incorrect warning for constructors without __init__(): Parameter 'perspective' unfilled
Hi Folks,
I get a yellow error highlight on the right paren of the Foo() call in this code:
class Foo(object):
pass
Foo()
See the attached scree shot. I don't understand the problem IDEA has with it. It's valid Python, right? Thanks in advance.
Python 3.2.3
IDEA 12.1.3
Python plugin 2.10.1
Mac OS X 10.7.5
Attachment(s):
Screen Shot 2013-06-12 at 11.41.06 AM.png
请先登录再写评论。