abc

abc — Abstract Base Classes

New in version 2.6.

Source code: Lib/abc.py

This module provides the infrastructure for defining abstract base classes (ABCs) in Python, as outlined in PEP 3119; see the PEP for why this was added to Python. (See also 登录查看完整内容