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