We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2882300 commit bb2d7c0Copy full SHA for bb2d7c0
python_toolbox/freezers/freezer.py
@@ -53,13 +53,9 @@ class Freezer(context_managers.DelegatingContextManager):
53
This can be conveniently used as a boolean, i.e. `if my_freezer.frozen:`.
54
'''
55
56
-
57
- @abc.abstractmethod
58
def freeze_handler(self):
59
'''Do something when the object gets frozen.'''
60
61
62
63
def thaw_handler(self):
64
'''Do something when the object gets thawed.'''
65
0 commit comments