ABC-property-mypy

Run Settings
LanguagePython
Language Version
Run Command
from abc import ABCMeta from abc import abstractmethod class A(metaclass=ABCMeta): pass class B(A): def __init__(self): self.foo = 'foolish foo' b: A = B() print(b.foo)
Editor Settings
Theme
Key bindings
Full width
Lines