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
handle
(self)
tests/test_handlers/test_error.py:11
Method
handle
(self)
tests/test_handlers/test_show_pull.py:18
Method
handle
(self, request: web.Request)
aliceio/webhook/aiohttp_server/base.py:60
Method
handle
(self, event: _Event, context: RuntimeContext)
aliceio/webhook/yandex_functions/base.py:33
Function
handle_invalid_age_exception
(event: ErrorEvent)
examples/error_handling.py:29
Function
handle_invalid_exceptions
(event: ErrorEvent)
examples/error_handling.py:39
Method
handle_message
(msg: Message)
tests/test_webhook/test_yandex_functions.py:92
Method
handle_message
(msg: Message)
tests/test_webhook/test_aiohttp_server.py:116
Function
handle_set_age
(message: Message)
examples/error_handling.py:52
Function
handle_set_name
(message: Message)
examples/error_handling.py:64
Method
handler
(evt)
tests/test_dispatcher/test_router.py:134
Method
handler
(event: Any, **kwargs: Any)
tests/test_dispatcher/test_event/test_alice.py:158
Method
handler
(event: AliceObject, data: dict[str, Any])
tests/test_dispatcher/test_middlewares/test_error.py:18
Method
handler
(request: web.Request)
tests/test_webhook/test_aiohttp_server.py:37
Method
handler_wrapper
(event: AliceObject, kwargs: dict[str, Any])
aliceio/dispatcher/middlewares/manager.py:62
Function
hello
(message: Message)
examples/fast_start.py:17
Function
help
(message: Message)
examples/intents.py:39
Function
help_hanler
(message: Message)
examples/error_handling.py:78
Method
id
(self)
aliceio/client/skill.py:73
Function
image_gallery
(message: Message)
examples/builders.py:92
Function
invalid_message_handler
(message: Message)
tests/test_dispatcher/test_dispatcher.py:20
Method
is_anonymous
(self)
aliceio/types/session.py:52
Method
is_processed
(self)
aliceio/types/uploaded_sound.py:67
Function
items_list
(message: Message)
examples/builders.py:39
Function
items_list_header_footer
(message: Message)
examples/builders.py:61
Function
main
(event: dict[str, Any], context: RuntimeContext)
examples/yandex_functions.py:29
Method
make_request
( self, skill: Skill, method: AliceMethod[AliceType], timeout: Optional[int] =
tests/mocked/mocked_skill.py:28
Method
make_request
Запрос к API Алисы. :param skill: Навык. :param method: Метод. :param timeout: Таймаут. :return: :ra
aliceio/client/session/base.py:94
Method
make_request
( self, skill: Skill, method: AliceMethod[AliceType], timeout: Optional[int] =
aliceio/client/session/aiohttp.py:188
Function
memory_storage
()
tests/conftest.py:92
Function
message_handler
( message: Message, ycf_context: RuntimeContext, )
examples/yandex_functions.py:16
Method
message_handler
(event)
tests/test_dispatcher/test_timeout.py:16
Method
middleware1
(handler, event, data)
tests/test_dispatcher/test_event/test_middleware.py:26
Method
middleware2
(handler, event, data)
tests/test_dispatcher/test_event/test_middleware.py:31
Method
mix_data
(event: Any)
tests/test_dispatcher/test_event/test_alice.py:155
Method
mix_unnecessary_data
(event: Any)
tests/test_dispatcher/test_event/test_alice.py:152
Method
model_post_init
(self, __context: Any)
aliceio/client/context_controller.py:13
Method
model_post_init
(self, __context: Any)
aliceio/types/timeout_event.py:27
Method
model_post_init
(self, __context: Any)
aliceio/types/update.py:105
Method
model_post_init
(self, __context: Any)
aliceio/types/entity.py:50
Method
model_post_init
(self, __context: Any)
aliceio/methods/images/upload_image.py:33
Function
my_handler
(event: Any, index: int = 0)
tests/test_dispatcher/test_event/test_alice.py:20
Function
my_handler
(value: str, index: int = 0)
tests/test_dispatcher/test_event/test_event.py:11
Method
my_handler
(event: Any)
tests/test_dispatcher/test_event/test_alice.py:95
Method
my_middleware
(skill, method, make_request)
tests/test_api/test_client/test_session/test_base_session.py:213
Method
my_middleware1
(handler, event, data)
tests/test_dispatcher/test_event/test_alice.py:180
Method
my_middleware2
(handler, event, data)
tests/test_dispatcher/test_event/test_alice.py:188
Method
my_middleware3
(handler, event, data)
tests/test_dispatcher/test_event/test_alice.py:195
Function
new_session
(message: Message, state: FSMContext)
examples/fsm_games.py:44
Function
new_session
(message: Message, state: FSMContext)
examples/fsm_form.py:27
Function
new_session
(message: Message, state: FSMContext)
examples/buy_elephant.py:37
Function
next_handler
(*args, **kwargs)
tests/test_dispatcher/test_middlewares/test_user_context.py:10
Function
next_handler
(*args, **kwargs)
tests/test_fsm/middlewares/test_fsm_context.py:18
Function
next_handler
(*args, **kwargs)
tests/test_fsm/middlewares/test_api_storage.py:14
Method
next_handler
(handler, data)
tests/test_fsm/middlewares/test_api_storage.py:268
Function
next_try
(message: Message, state: FSMContext)
examples/buy_elephant.py:57
Function
nlu_entities
(message: Message)
examples/nlu_entities.py:24
Function
no_button_handler
(button: ButtonPressed)
examples/filters.py:44
Function
no_message_handler
(message: Message)
examples/filters.py:38
Method
oauth_token
(self)
aliceio/client/skill.py:65
Function
on_shutdown
(skill: Skill)
examples/special_events.py:37
Function
on_shutdown
(*_: Any, **__: Any)
aliceio/webhook/aiohttp_server/setup.py:32
Function
on_startup
(skill: Skill)
examples/special_events.py:29
Function
on_startup
(*_: Any, **__: Any)
aliceio/webhook/aiohttp_server/setup.py:29
Function
on_timeout
(timeout: TimeoutUpdate)
examples/special_events.py:46
Function
or_f
(*targets: "CallbackType")
aliceio/filters/logic.py:68
Method
orig_url
(self)
aliceio/types/uploaded_image.py:47
Method
original_command
(self)
aliceio/types/message.py:63
Method
original_name
(self)
aliceio/types/uploaded_sound.py:59
Method
original_text
(self)
aliceio/types/message.py:59
Function
other
(message: Message)
examples/start_with_command.py:34
Function
other
(message: Message)
examples/nlu_entities.py:29
Method
parent_router
У диспетчера нет родительского маршрутизатора и он не может быть включен ни в какие другие роутеры или диспетчеры.
aliceio/dispatcher/dispatcher.py:114
Method
parent_router
(self)
aliceio/dispatcher/router.py:153
Function
pipe_handler
(*args, **kwargs)
tests/test_dispatcher/test_event/test_alice.py:28
Function
process_device
(message: Message, state: FSMContext)
examples/fsm_form.py:86
Function
process_dont_like_skills
(message: Message, state: FSMContext)
examples/fsm_form.py:57
Function
process_like_skills
(message: Message, state: FSMContext)
examples/fsm_form.py:67
Function
process_name
(message: Message, state: FSMContext)
examples/fsm_form.py:44
Function
process_unknown_write_skills
(message: Message)
examples/fsm_form.py:75
Method
proxy
(self)
aliceio/client/session/aiohttp.py:117
Function
pytest_addoption
(parser: Parser)
tests/conftest.py:25
Function
pytest_collection_modifyitems
(config: Config, items: list[Function])
tests/conftest.py:45
Function
pytest_configure
(config: Config)
tests/conftest.py:33
Method
raise_exception
(*_)
tests/test_dispatcher/test_middlewares/test_error.py:50
Function
random_number_handler
( message: Message, int_num: int, # После фильтра можно принять "int_num" как именованный аргумент
examples/context_addition.py:51
Function
redis_server
(request)
tests/conftest.py:62
Function
redis_storage
(redis_server)
tests/conftest.py:71
Method
register
Регистрирует эндпоинт и shutdown callback. :param app: Экземпляр aiohttp Application. :param path: Путь до эндпоинта.
aliceio/webhook/aiohttp_server/base.py:42
Function
reject
(message: Message)
examples/intents.py:29
Method
release_waiter
(*_: Any)
aliceio/dispatcher/dispatcher.py:288
Function
repeat
(message: Message)
examples/intents.py:34
Method
resolve_skill
(self, request: web.Request)
aliceio/webhook/aiohttp_server/one_skill.py:42
Method
resolve_skill
(self, event: _Event, context: RuntimeContext)
aliceio/webhook/yandex_functions/one_skill.py:26
Function
select_game
(message: Message, state: FSMContext)
examples/fsm_games.py:55
Method
session
(self)
aliceio/handlers/button_pressed.py:16
Method
session
(self)
aliceio/handlers/purchase.py:16
Method
session
(self)
aliceio/handlers/audio_player.py:16
Method
session
(self)
aliceio/handlers/timeout.py:16
Method
session
(self)
aliceio/handlers/show_pull.py:16
← previous
next →
501–600 of 948, ranked by callers