Index
A
- abc.ABC class
- using / Using abc.ABC before Python 3.4
- ABI
- or API, selecting between / ABI or API?
- absolute imports
- about / Absolute imports
- abstract base classes (ABCs)
- about / Abstract base classes
- using / Using an abstract base class
- creating / Creating an abstract base class
- @classmethod / Demystifying the magic
- abstract classes
- collections.abc, using / Abstract classes using collections.abc
- usage / Internal workings of the abstract classes
- custom type checks, performing / Custom type checks
- abc.ABC class, using / Using abc.ABC before Python 3.4
- abstract factory pattern
- about / The abstract factory pattern
- abstraction
- about / Hiding details and creating the public interface
- examples / Hiding details and creating the public interface
- defining / Inheritance provides abstraction
- abstract methods
- about / Inheritance
- Abstract Syntax Tree (AST)
- about / McCabe
- access control
- about / Who can access my...