Search notes:

Python standard library: abc

The module abc allows to define abstract base classes.
Examples of built-in abstract base classes that come with Python include:

See also

standard library

Index