Logo
Explore Help
Register Sign In
MDS/openide
Watch 1
Star 0
Fork 0
mirror of https://gitflic.ru/project/openide/openide.git synced 2026-09-08 21:52:48 +07:00
Code Issues Packages Projects Releases Wiki Activity
Files
261
openide/python/testData/inspections/PyAbstractClassInspection/HiddenForAbstractSubclassWithABCSuperclass/a.py
T
Semyon Proshev b8f5298ee3 Consider class inheriting abc.ABC as abstract (PY-30789)
2018-07-17 20:27:51 +03:00

9 lines
118 B
Python
Raw Permalink Blame History

import abc
class A1(abc.ABC):
@abc.abstractmethod
def m1(self):
pass
class A2(A1, abc.ABC):
pass
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.27.1 Page: 5209ms Template: 13ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API