(self)
| 255 | |
| 256 | @property |
| 257 | def available_profiles(self): |
| 258 | return list(self._build_profile_map().keys()) |
| 259 | |
| 260 | def _build_profile_map(self): |
| 261 | # This will build the profile map if it has not been created, |
nothing calls this directly
no test coverage detected