I would like to call _ordered_containers() method multiple times in my code, but each invocation of that method appends new results to a list with results accumulated from all previous invocations.
The problem is underneath in _order_dependencies() method, which declares mutable default empty list argument.
I would like to call _ordered_containers() method multiple times in my code, but each invocation of that method appends new results to a list with results accumulated from all previous invocations.
The problem is underneath in _order_dependencies() method, which declares mutable default empty list argument.