def farps(self) -> typing.Generator['Static', None, None]: for coa in [self.blue_coa, self.red_coa]: for farp in coa.farps: yield farp # noinspection PyProtectedMember