Vladimir

45%
Flag icon
ABCs are mostly used with nominal typing. When a class Sub explicitly inherits from AnABC, or is registered with AnABC, the name of AnABC is linked to the Sub class—and that’s how at runtime, issubclass(AnABC, Sub) returns True.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview