pygobject-stubs
pygobject-stubs copied to clipboard
Use `@abstractmethod` decorator
Please use the @abstractmethod decorator so that I can use the @override decorator.
AFAIK you don't need a method to have @abstractmethod to be able to use @override in a subclass, the method just has to exist. You might be running into #219?
Ah, yes!
You're right, the interface lacks the vfuncs. That's the issue I have.