mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Add abc.abstractproperty (Python 3)
This commit is contained in:
@@ -3,3 +3,4 @@
|
||||
# Thesee definitions have special processing in type checker.
|
||||
class ABCMeta: ...
|
||||
abstractmethod = object()
|
||||
abstractproperty = object()
|
||||
|
||||
Reference in New Issue
Block a user