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