def sample_programs(self) -> List[SampleProgram]:
"""
Retrieves the list of sample programs associated with this language.
Assuming you have a LanguageCollection object called language,
here's how you would use this method::
programs: List[SampleProgram] = language.sample_programs()
:return: the list of sample programs
"""
return self._sample_programs
This is no longer valid:
Sample programs is a dict.