Bite 20. Write a context manager
|
|
Write a context manager to roll back a transaction on …
3.10
context managers
dunder methods
operator overloading
with statement
|
|
Bite 88. Write a performance monitoring context manager
|
|
It's time for Context Managers part II. In Bite 20 …
3.10
context managers
Counter
|
|
Bite 212. Suppressing exceptions
|
|
Ever wanted to suppress an exception? Check out Python's contextlib …
3.10
context managers
exception handling
|
|
Bite 217. Capture stdout
|
|
Sometimes you need to capture stdout in your script. Python …
3.10
context managers
StringIO
|
|