62
60
def is_clean(self, an_object):
63
61
"""Return True if an_object is clean."""
66
64
def register_clean(self, an_object, precious=False):
67
65
"""Register an_object as being clean.
69
67
If the precious hint is True, the object will not
70
68
be ejected from the object identity map ever.