INNER CODE UNIT · Python

id

keiffster/program-y · src/programy/bot.py:85

    def id(self) -> str:
        return self._configuration.section_name

    @property
    def client(self):
        return self._client

    @property
    def configuration(self) -> ClientConfigurationData:
        return self._configuration

    @property
    def brain_factory(self) -> BrainFactory:
        return self._brain_factory

    @property
    def spell_checker(self) -> SpellingChecker:
        return self._spell_checker

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…