Files
Semyon Proshev a6c795551c Don't collect imported with as elements as named elements (PY-21837)
Because such elements are not presented in stub.
2018-04-09 17:51:35 +03:00

4 lines
84 B
Python

class A(object):
def __init__(self, x): # <- Has argument x
self.x = x