INNER CODE UNIT · Python

num_questions

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

    def num_questions(self) -> int:
        return self._questions

    @property
    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

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…