MCPcopy Create free account

hub / github.com/K1rL3s/aliceio / functions

Functions948 in github.com/K1rL3s/aliceio

Methodtest_upload_sound
(self, skill: MockedSkill)
tests/test_api/test_client/test_skill.py:209
Methodtest_upload_url
(self)
tests/test_api/test_client/test_alice_server.py:9
Methodtest_uploaded_image
( self, url: Optional[str], data: dict[str, Any], )
tests/test_api/test_types/test_uploaded.py:31
Methodtest_uploaded_sound
(self, data: dict[str, Any])
tests/test_api/test_types/test_uploaded.py:66
Methodtest_use_api_storage_false
(self)
tests/test_dispatcher/test_dispatcher.py:217
Methodtest_use_api_storage_true
(self)
tests/test_dispatcher/test_dispatcher.py:206
Methodtest_use_middleware
(self, skill: MockedSkill)
tests/test_api/test_client/test_session/test_base_session.py:223
Methodtest_use_middleware
(self, skill: MockedSkill, caplog)
tests/test_api/test_client/test_session/test_middlewares/test_request_logging.py:16
Methodtest_validator
(self, state)
tests/test_filters/test_state.py:23
Methodtest_verify_skill_id_in_webhook_request
(self, skill: MockedSkill, caplog)
tests/test_webhook/test_yandex_functions.py:86
Methodtest_verify_skill_id_in_webhook_request
( self, skill: MockedSkill, aiohttp_client: Callable[..., Awaitable[TestClient]],
tests/test_webhook/test_aiohttp_server.py:107
Methodtest_via_model_validate
(self, skill: MockedSkill)
tests/test_api/test_client/test_context_controller.py:10
Methodtest_via_model_validate_none
(self)
tests/test_api/test_client/test_context_controller.py:15
Methodtest_warn_another_magic
(self)
tests/test_dispatcher/test_event/test_handler.py:236
Methodtest_with_state
(self)
tests/test_fsm/test_state.py:112
Methodtest_with_state_filter
(self)
tests/test_fsm/test_state.py:182
Methodtest_with_value
(self, flag_decorator: FlagDecorator)
tests/test_flags/test_decorator.py:22
Methodtest_without_arguments
(self)
tests/test_filters/test_exception.py:82
Methodtest_wrap_middlewares
(self)
tests/test_dispatcher/test_event/test_middleware.py:18
Methodtest_wrap_middlewares
(self)
tests/test_api/test_client/test_session/test_middlewares/test_manager.py:37
Methodtest_wrapped_handler
(self)
tests/test_handlers/test_base.py:60
Methodtest_wrong_action
(self, action)
tests/test_api/test_types/test_audio_player_directive.py:14
Methodtest_wrong_type
(self, card_type: str)
tests/test_api/test_types/test_card.py:14
Methodtest_wrong_type
(self, card_type: str)
tests/test_api/test_types/test_card.py:35
Methodtest_wrong_type
(self, card_type)
tests/test_api/test_types/test_card.py:57
Functiontext_buttons
(message: Message)
examples/builders.py:113
Functionthimbles_button
(button: ButtonPressed)
examples/fsm_games.py:114
Functionthimbles_message
(message: Message)
examples/fsm_games.py:122
Methodtimeout_handler
(event, skill, state, event_update)
tests/test_dispatcher/test_timeout.py:20
Methodto_collection
Создать коллекцию из текущего билдера.
aliceio/utils/builders.py:38
Methodtoken
(self)
aliceio/client/skill.py:61
Functiontoken_endpoint
(request: web.Request)
examples/oauth/auth_service.py:44
Methodtrigger
Распространения события на обработчики и остановка на первом совпадении. Обработчик будет вызван, когда все его фильтры будут пройден
aliceio/dispatcher/event/alice.py:92
Methodtype_validate
(cls, v: str)
aliceio/types/items_list.py:49
Methodtype_validate
(cls, v: str)
aliceio/types/image_gallery.py:40
Methodtype_validate
(cls, v: str)
aliceio/types/big_image.py:46
Functionupdate
(skill: MockedSkill)
tests/conftest.py:106
Methodupdate_data
Обновление данные в хранилище по ключу (like dict.update). :param key: Ключ. :param data: Часть данных. :return: Пол
aliceio/fsm/storage/base.py:93
Methodupdate_handler
(event: AliceEvent)
tests/test_filters/test_exception.py:92
Functionupload_photo
(message: Message, skill: Skill)
examples/methods.py:35
Functionupload_sounds
(message: Message, skill: Skill)
examples/methods.py:55
Methoduser
(self)
aliceio/types/alice_event.py:38
Methodwrapper
(*args, **kwargs)
tests/test_dispatcher/test_event/test_handler.py:76
Methodwrapper
(callback: CallbackType)
aliceio/dispatcher/event/event.py:38
Methodwrapper
(callback: CallbackType)
aliceio/dispatcher/event/alice.py:120
Functionwtf_is_happened
(event: AliceEvent, state: FSMContext)
examples/fsm_games.py:139
Functionyes_button_handler
(button: ButtonPressed)
examples/filters.py:33
Functionyes_message_handler
(message: Message)
examples/filters.py:27
← previous901–948 of 948, ranked by callers