T
Size: a a a
d
d
ММ
T
withcontainer = Container()
with container.context():
...
Как я написал после чтения сорцов:container = Container()
context = Context(container, None)
...
context.drain()d
container = Container().__enter__()
try:
...
finally:
container.__exit__()
d
nx
TB
TB
€&
RV
€&
RV