Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/K1rL3s/aliceio
/ functions
Functions
948 in github.com/K1rL3s/aliceio
⨍
Functions
948
◇
Types & classes
310
↳
Endpoints
39
Method
test_upload_sound
(self, skill: MockedSkill)
tests/test_api/test_client/test_skill.py:209
Method
test_upload_url
(self)
tests/test_api/test_client/test_alice_server.py:9
Method
test_uploaded_image
( self, url: Optional[str], data: dict[str, Any], )
tests/test_api/test_types/test_uploaded.py:31
Method
test_uploaded_sound
(self, data: dict[str, Any])
tests/test_api/test_types/test_uploaded.py:66
Method
test_use_api_storage_false
(self)
tests/test_dispatcher/test_dispatcher.py:217
Method
test_use_api_storage_true
(self)
tests/test_dispatcher/test_dispatcher.py:206
Method
test_use_middleware
(self, skill: MockedSkill)
tests/test_api/test_client/test_session/test_base_session.py:223
Method
test_use_middleware
(self, skill: MockedSkill, caplog)
tests/test_api/test_client/test_session/test_middlewares/test_request_logging.py:16
Method
test_validator
(self, state)
tests/test_filters/test_state.py:23
Method
test_verify_skill_id_in_webhook_request
(self, skill: MockedSkill, caplog)
tests/test_webhook/test_yandex_functions.py:86
Method
test_verify_skill_id_in_webhook_request
( self, skill: MockedSkill, aiohttp_client: Callable[..., Awaitable[TestClient]],
tests/test_webhook/test_aiohttp_server.py:107
Method
test_via_model_validate
(self, skill: MockedSkill)
tests/test_api/test_client/test_context_controller.py:10
Method
test_via_model_validate_none
(self)
tests/test_api/test_client/test_context_controller.py:15
Method
test_warn_another_magic
(self)
tests/test_dispatcher/test_event/test_handler.py:236
Method
test_with_state
(self)
tests/test_fsm/test_state.py:112
Method
test_with_state_filter
(self)
tests/test_fsm/test_state.py:182
Method
test_with_value
(self, flag_decorator: FlagDecorator)
tests/test_flags/test_decorator.py:22
Method
test_without_arguments
(self)
tests/test_filters/test_exception.py:82
Method
test_wrap_middlewares
(self)
tests/test_dispatcher/test_event/test_middleware.py:18
Method
test_wrap_middlewares
(self)
tests/test_api/test_client/test_session/test_middlewares/test_manager.py:37
Method
test_wrapped_handler
(self)
tests/test_handlers/test_base.py:60
Method
test_wrong_action
(self, action)
tests/test_api/test_types/test_audio_player_directive.py:14
Method
test_wrong_type
(self, card_type: str)
tests/test_api/test_types/test_card.py:14
Method
test_wrong_type
(self, card_type: str)
tests/test_api/test_types/test_card.py:35
Method
test_wrong_type
(self, card_type)
tests/test_api/test_types/test_card.py:57
Function
text_buttons
(message: Message)
examples/builders.py:113
Function
thimbles_button
(button: ButtonPressed)
examples/fsm_games.py:114
Function
thimbles_message
(message: Message)
examples/fsm_games.py:122
Method
timeout_handler
(event, skill, state, event_update)
tests/test_dispatcher/test_timeout.py:20
Method
to_collection
Создать коллекцию из текущего билдера.
aliceio/utils/builders.py:38
Method
token
(self)
aliceio/client/skill.py:61
Function
token_endpoint
(request: web.Request)
examples/oauth/auth_service.py:44
Method
trigger
Распространения события на обработчики и остановка на первом совпадении. Обработчик будет вызван, когда все его фильтры будут пройден
aliceio/dispatcher/event/alice.py:92
Method
type_validate
(cls, v: str)
aliceio/types/items_list.py:49
Method
type_validate
(cls, v: str)
aliceio/types/image_gallery.py:40
Method
type_validate
(cls, v: str)
aliceio/types/big_image.py:46
Function
update
(skill: MockedSkill)
tests/conftest.py:106
Method
update_data
Обновление данные в хранилище по ключу (like dict.update). :param key: Ключ. :param data: Часть данных. :return: Пол
aliceio/fsm/storage/base.py:93
Method
update_handler
(event: AliceEvent)
tests/test_filters/test_exception.py:92
Function
upload_photo
(message: Message, skill: Skill)
examples/methods.py:35
Function
upload_sounds
(message: Message, skill: Skill)
examples/methods.py:55
Method
user
(self)
aliceio/types/alice_event.py:38
Method
wrapper
(*args, **kwargs)
tests/test_dispatcher/test_event/test_handler.py:76
Method
wrapper
(callback: CallbackType)
aliceio/dispatcher/event/event.py:38
Method
wrapper
(callback: CallbackType)
aliceio/dispatcher/event/alice.py:120
Function
wtf_is_happened
(event: AliceEvent, state: FSMContext)
examples/fsm_games.py:139
Function
yes_button_handler
(button: ButtonPressed)
examples/filters.py:33
Function
yes_message_handler
(message: Message)
examples/filters.py:27
← previous
901–948 of 948, ranked by callers