-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Clean Architecture with Python
By :
Symbols
__eq__() method 86
__init__() method 86
__repr__() method 86
A
abstract base classes (ABCs) 14, 39
adapter pattern
scenarios 131
Any type 68
application
Application layer 109
distinct responsibilities 111
error handling, with result types 112-114
patterns, advantages 113
separation, maintaining from external services 126, 127
use case interactors, implementing 116
versus Interface Adapters layer 137
Application layer, external services
optional integration, supporting 129, 130
service changes, adapting 130, 131
Application layer, use case interactors
complex operations, handling 120-122
principles 118
structuring 117...