Files
Semyon Proshev 990c1be9b5 PY-23057 Fixed: "Statement has no effect" inspection should ignore ellipsis operator
PyTypeCheckerInspection, PyStatementEffectInspection and PyUnusedLocalInspection consider `...` as `pass`.
2017-06-09 15:35:03 +03:00

3 lines
42 B
Python

class A:
def bar(self, p):
...