NullContext

final class tifffile.NullContext

Null context manager. Can be used as a dummy reentrant lock.

>>> with NullContext():
...     pass
...