Path 1: 2 calls (1.0)
↩ return dict_keyiterator (2)
1def __iter__(self) -> t.Iterator[str]: 2 return iter(self.__dict__)