mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 20:54:49 +07:00
Method is considered as abstract only if it is decorated as abstract or only raises `NotImplementedError`. No more stub-to-ast switch while determining if method is abstract for class. PY-25624 Fixed.