Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 2, 2021. It is now read-only.
This repository was archived by the owner on Dec 2, 2021. It is now read-only.
There was an error while loading. Please reload this page.
example 19-5 FrozenJSON
self.__data is a dict ,function hasattr(object, name) the first parameter is object,so hasattr(self.__data, name) always return False,so step ➌ never return . am i right?