Files
Semyon Proshev 57e8c38989 Reduce unstubbing while processing instance level declarations (PY-27863)
Stub->AST switch happened when passed location was inside unstubbed file.
2018-02-07 21:15:42 +03:00

4 lines
85 B
Python

class B(object):
def __init__(self) -> None:
self.some_attr = unresolved