Closed Stranger6667 closed 5 years ago
Probably two functions will be helpful - enable / disable, in some cases context manager is not needed and calling __enter__ / __exit__ manually is not convenient
enable
disable
__enter__
__exit__
Probably two functions will be helpful -
enable
/disable
, in some cases context manager is not needed and calling__enter__
/__exit__
manually is not convenient