Files
typeshed/stdlib/2.7/abc.pyi
2015-09-30 09:59:44 -07:00

6 lines
125 B
Python

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