PyMOTW: abc – Abstract Base Classes
Originally posted
· 1 min read
The abc
module provides tools for defining and using abstract base classes for API checks in your code.
The abc
module provides tools for defining and using abstract base classes for API checks in your code.