MCPcopy Create free account

hub / github.com/K1rL3s/aliceio / functions

Functions948 in github.com/K1rL3s/aliceio

Methodhandle
(self)
tests/test_handlers/test_error.py:11
Methodhandle
(self)
tests/test_handlers/test_show_pull.py:18
Methodhandle
(self, request: web.Request)
aliceio/webhook/aiohttp_server/base.py:60
Methodhandle
(self, event: _Event, context: RuntimeContext)
aliceio/webhook/yandex_functions/base.py:33
Functionhandle_invalid_age_exception
(event: ErrorEvent)
examples/error_handling.py:29
Functionhandle_invalid_exceptions
(event: ErrorEvent)
examples/error_handling.py:39
Methodhandle_message
(msg: Message)
tests/test_webhook/test_yandex_functions.py:92
Methodhandle_message
(msg: Message)
tests/test_webhook/test_aiohttp_server.py:116
Functionhandle_set_age
(message: Message)
examples/error_handling.py:52
Functionhandle_set_name
(message: Message)
examples/error_handling.py:64
Methodhandler
(evt)
tests/test_dispatcher/test_router.py:134
Methodhandler
(event: Any, **kwargs: Any)
tests/test_dispatcher/test_event/test_alice.py:158
Methodhandler
(event: AliceObject, data: dict[str, Any])
tests/test_dispatcher/test_middlewares/test_error.py:18
Methodhandler
(request: web.Request)
tests/test_webhook/test_aiohttp_server.py:37
Methodhandler_wrapper
(event: AliceObject, kwargs: dict[str, Any])
aliceio/dispatcher/middlewares/manager.py:62
Functionhello
(message: Message)
examples/fast_start.py:17
Functionhelp
(message: Message)
examples/intents.py:39
Functionhelp_hanler
(message: Message)
examples/error_handling.py:78
Methodid
(self)
aliceio/client/skill.py:73
Functionimage_gallery
(message: Message)
examples/builders.py:92
Functioninvalid_message_handler
(message: Message)
tests/test_dispatcher/test_dispatcher.py:20
Methodis_anonymous
(self)
aliceio/types/session.py:52
Methodis_processed
(self)
aliceio/types/uploaded_sound.py:67
Functionitems_list
(message: Message)
examples/builders.py:39
Functionitems_list_header_footer
(message: Message)
examples/builders.py:61
Functionmain
(event: dict[str, Any], context: RuntimeContext)
examples/yandex_functions.py:29
Methodmake_request
( self, skill: Skill, method: AliceMethod[AliceType], timeout: Optional[int] =
tests/mocked/mocked_skill.py:28
Methodmake_request
Запрос к API Алисы. :param skill: Навык. :param method: Метод. :param timeout: Таймаут. :return: :ra
aliceio/client/session/base.py:94
Methodmake_request
( self, skill: Skill, method: AliceMethod[AliceType], timeout: Optional[int] =
aliceio/client/session/aiohttp.py:188
Functionmemory_storage
()
tests/conftest.py:92
Functionmessage_handler
( message: Message, ycf_context: RuntimeContext, )
examples/yandex_functions.py:16
Methodmessage_handler
(event)
tests/test_dispatcher/test_timeout.py:16
Methodmiddleware1
(handler, event, data)
tests/test_dispatcher/test_event/test_middleware.py:26
Methodmiddleware2
(handler, event, data)
tests/test_dispatcher/test_event/test_middleware.py:31
Methodmix_data
(event: Any)
tests/test_dispatcher/test_event/test_alice.py:155
Methodmix_unnecessary_data
(event: Any)
tests/test_dispatcher/test_event/test_alice.py:152
Methodmodel_post_init
(self, __context: Any)
aliceio/client/context_controller.py:13
Methodmodel_post_init
(self, __context: Any)
aliceio/types/timeout_event.py:27
Methodmodel_post_init
(self, __context: Any)
aliceio/types/update.py:105
Methodmodel_post_init
(self, __context: Any)
aliceio/types/entity.py:50
Methodmodel_post_init
(self, __context: Any)
aliceio/methods/images/upload_image.py:33
Functionmy_handler
(event: Any, index: int = 0)
tests/test_dispatcher/test_event/test_alice.py:20
Functionmy_handler
(value: str, index: int = 0)
tests/test_dispatcher/test_event/test_event.py:11
Methodmy_handler
(event: Any)
tests/test_dispatcher/test_event/test_alice.py:95
Methodmy_middleware
(skill, method, make_request)
tests/test_api/test_client/test_session/test_base_session.py:213
Methodmy_middleware1
(handler, event, data)
tests/test_dispatcher/test_event/test_alice.py:180
Methodmy_middleware2
(handler, event, data)
tests/test_dispatcher/test_event/test_alice.py:188
Methodmy_middleware3
(handler, event, data)
tests/test_dispatcher/test_event/test_alice.py:195
Functionnew_session
(message: Message, state: FSMContext)
examples/fsm_games.py:44
Functionnew_session
(message: Message, state: FSMContext)
examples/fsm_form.py:27
Functionnew_session
(message: Message, state: FSMContext)
examples/buy_elephant.py:37
Functionnext_handler
(*args, **kwargs)
tests/test_dispatcher/test_middlewares/test_user_context.py:10
Functionnext_handler
(*args, **kwargs)
tests/test_fsm/middlewares/test_fsm_context.py:18
Functionnext_handler
(*args, **kwargs)
tests/test_fsm/middlewares/test_api_storage.py:14
Methodnext_handler
(handler, data)
tests/test_fsm/middlewares/test_api_storage.py:268
Functionnext_try
(message: Message, state: FSMContext)
examples/buy_elephant.py:57
Functionnlu_entities
(message: Message)
examples/nlu_entities.py:24
Functionno_button_handler
(button: ButtonPressed)
examples/filters.py:44
Functionno_message_handler
(message: Message)
examples/filters.py:38
Methodoauth_token
(self)
aliceio/client/skill.py:65
Functionon_shutdown
(skill: Skill)
examples/special_events.py:37
Functionon_shutdown
(*_: Any, **__: Any)
aliceio/webhook/aiohttp_server/setup.py:32
Functionon_startup
(skill: Skill)
examples/special_events.py:29
Functionon_startup
(*_: Any, **__: Any)
aliceio/webhook/aiohttp_server/setup.py:29
Functionon_timeout
(timeout: TimeoutUpdate)
examples/special_events.py:46
Functionor_f
(*targets: "CallbackType")
aliceio/filters/logic.py:68
Methodorig_url
(self)
aliceio/types/uploaded_image.py:47
Methodoriginal_command
(self)
aliceio/types/message.py:63
Methodoriginal_name
(self)
aliceio/types/uploaded_sound.py:59
Methodoriginal_text
(self)
aliceio/types/message.py:59
Functionother
(message: Message)
examples/start_with_command.py:34
Functionother
(message: Message)
examples/nlu_entities.py:29
Methodparent_router
У диспетчера нет родительского маршрутизатора и он не может быть включен ни в какие другие роутеры или диспетчеры.
aliceio/dispatcher/dispatcher.py:114
Methodparent_router
(self)
aliceio/dispatcher/router.py:153
Functionpipe_handler
(*args, **kwargs)
tests/test_dispatcher/test_event/test_alice.py:28
Functionprocess_device
(message: Message, state: FSMContext)
examples/fsm_form.py:86
Functionprocess_dont_like_skills
(message: Message, state: FSMContext)
examples/fsm_form.py:57
Functionprocess_like_skills
(message: Message, state: FSMContext)
examples/fsm_form.py:67
Functionprocess_name
(message: Message, state: FSMContext)
examples/fsm_form.py:44
Functionprocess_unknown_write_skills
(message: Message)
examples/fsm_form.py:75
Methodproxy
(self)
aliceio/client/session/aiohttp.py:117
Functionpytest_addoption
(parser: Parser)
tests/conftest.py:25
Functionpytest_collection_modifyitems
(config: Config, items: list[Function])
tests/conftest.py:45
Functionpytest_configure
(config: Config)
tests/conftest.py:33
Methodraise_exception
(*_)
tests/test_dispatcher/test_middlewares/test_error.py:50
Functionrandom_number_handler
( message: Message, int_num: int, # После фильтра можно принять "int_num" как именованный аргумент
examples/context_addition.py:51
Functionredis_server
(request)
tests/conftest.py:62
Functionredis_storage
(redis_server)
tests/conftest.py:71
Methodregister
Регистрирует эндпоинт и shutdown callback. :param app: Экземпляр aiohttp Application. :param path: Путь до эндпоинта.
aliceio/webhook/aiohttp_server/base.py:42
Functionreject
(message: Message)
examples/intents.py:29
Methodrelease_waiter
(*_: Any)
aliceio/dispatcher/dispatcher.py:288
Functionrepeat
(message: Message)
examples/intents.py:34
Methodresolve_skill
(self, request: web.Request)
aliceio/webhook/aiohttp_server/one_skill.py:42
Methodresolve_skill
(self, event: _Event, context: RuntimeContext)
aliceio/webhook/yandex_functions/one_skill.py:26
Functionselect_game
(message: Message, state: FSMContext)
examples/fsm_games.py:55
Methodsession
(self)
aliceio/handlers/button_pressed.py:16
Methodsession
(self)
aliceio/handlers/purchase.py:16
Methodsession
(self)
aliceio/handlers/audio_player.py:16
Methodsession
(self)
aliceio/handlers/timeout.py:16
Methodsession
(self)
aliceio/handlers/show_pull.py:16
← previousnext →501–600 of 948, ranked by callers