INNER CODE UNIT · Python

ylogger_type

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

    def ylogger_type() -> str:
        return "bot"

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

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…