``` In [5]: fh.hash_func(print) ... 402 @property 403 @utils.saveit 404 def source_code(self): --> 405 return self.pymodule.source_code AttributeError: 'BuiltinModule' object has no attribute 'source_code' ```