Files
typeshed/stdlib/3/abc.pyi
2016-02-04 15:38:42 +00:00

7 lines
153 B
Python

# Stubs for abc.
# Thesee definitions have special processing in type checker.
class ABCMeta: ...
abstractmethod = object()
abstractproperty = object()