|
|
|
|
|
by DasIch
4488 days ago
|
|
In the case of SQLAlchemy you are not. The cascading methods on query objects create new query objects as it should be. Mutating objects with cascading methods is horrible API design as it suggests immutability where there is none. |
|