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_request
( self, skill: Skill, event: _Event, context: RuntimeContext, update:
aliceio/webhook/yandex_functions/one_skill.py:29
Function
_ip_filter_middleware
(request: web.Request, handler: Handler)
aliceio/webhook/aiohttp_server/security.py:79
Method
_listen_update
Основной отслеживатель событий. Задачи: - Определяет тип контента и передаёт его наблюдателям на текущем роутере. -
aliceio/dispatcher/dispatcher.py:216
Method
_real_event_type
(self)
aliceio/types/timeout_event.py:33
Method
_set_request_if_account_linking
(cls, data: Any)
aliceio/types/update.py:97
Method
_wrapped
(alice_event: AliceObject, **data: Any)
aliceio/dispatcher/router.py:86
Method
action_validate
(cls, v: str)
aliceio/types/audio_player_directive.py:38
Function
and_f
(*targets: "CallbackType")
aliceio/filters/logic.py:62
Function
anext
(ait)
tests/test_dispatcher/test_dispatcher.py:25
Function
any_button_handler
(message: Message)
examples/filters.py:60
Function
any_message
(message: Message)
examples/methods.py:108
Function
any_message_handler
(message: Message)
examples/filters.py:49
Function
anything_else
(message: Message)
examples/intents.py:44
Method
api_url
(self, api_server: AliceAPIServer)
tests/test_methods/test_base.py:16
Method
api_url
(self, api_server: AliceAPIServer)
aliceio/methods/base.py:48
Function
auth_impossible
(message: Message)
examples/oauth/skill.py:8
Function
authorize_endpoint
(request: web.Request)
examples/oauth/auth_service.py:18
Method
available
(self)
aliceio/types/quota.py:35
Method
available_interfaces
(self)
aliceio/types/interfaces.py:51
Function
button_pressed
(_: Any)
examples/builders.py:139
Function
callback1
(foo: int, bar: int, baz: int)
tests/test_dispatcher/test_event/test_handler.py:15
Method
callback1
(foo, bar, baz)
tests/test_dispatcher/test_event/test_handler.py:82
Function
callback2
(foo: int, bar: int, baz: int)
tests/test_dispatcher/test_event/test_handler.py:19
Method
callback2
(foo, bar, baz)
tests/test_dispatcher/test_event/test_handler.py:87
Function
callback3
(foo: int, **kwargs)
tests/test_dispatcher/test_event/test_handler.py:23
Function
callback4
(foo: int, *, bar: int, baz: int)
tests/test_dispatcher/test_event/test_handler.py:27
Function
cancel_handler
Позволяет пользователю отменить любое действие.
examples/fsm_form.py:33
Method
catch_exception
(*_)
tests/test_dispatcher/test_middlewares/test_error.py:71
Method
chain_head
(self)
aliceio/dispatcher/router.py:140
Method
chain_tail
(self)
aliceio/dispatcher/router.py:147
Method
check
(value: T)
tests/test_filters/test_magic_data.py:16
Function
check_auth
(message: Message, event_from_user: User)
examples/oauth/skill.py:26
Method
close
(self)
tests/test_api/test_client/test_session/test_base_session.py:28
Method
close
(self)
tests/test_fsm/middlewares/test_fsm_context.py:27
Method
close
(self)
aliceio/fsm/storage/redis.py:127
Method
close
Закрыть хранилище (подключение к бд, файлу итп.)
aliceio/fsm/storage/base.py:111
Method
close
Закрыть сессию навыка.
aliceio/webhook/aiohttp_server/one_skill.py:38
Function
complete_auth
(account_linking_complete: AccountLinkingComplete)
examples/oauth/skill.py:21
Function
confirm
(message: Message)
examples/intents.py:24
Function
confirm_purchase
(message: Message, state: FSMContext)
examples/buy_elephant.py:48
Function
create_storage_key
(skill: MockedSkill)
tests/test_fsm/storage/test_storages.py:9
Method
created_at
(self)
aliceio/types/uploaded_sound.py:63
Method
created_at
(self)
aliceio/types/uploaded_image.py:51
Method
custom_dumps
(*_)
tests/test_api/test_client/test_session/test_base_session.py:69
Method
custom_loads
(*_)
tests/test_api/test_client/test_session/test_base_session.py:66
Method
data
(self)
aliceio/utils/mixins.py:16
Method
decorator
(func)
tests/test_dispatcher/test_event/test_handler.py:74
Function
delete_image
(message: Message, skill: Skill)
examples/methods.py:84
Function
delete_sound
(message: Message, skill: Skill)
examples/methods.py:96
Function
dispatcher
()
tests/conftest.py:116
Function
echo
(message: Message)
examples/echo_skill.py:18
Function
echo
(message: Message)
examples/special_events.py:20
Function
echo
(message: Message)
examples/echo_skill_ssl.py:19
Function
echo_handler
(message: Message)
examples/multi_file_skill/handlers/echo.py:9
Function
echo_handler
(message: Message)
examples/multi_file_skill/handlers/ping.py:10
Method
error_handler
(error: ErrorEvent)
tests/test_filters/test_exception.py:96
Function
event
(skill: MockedSkill, update: Update)
tests/conftest.py:111
Method
event
(self)
aliceio/types/timeout_event.py:20
Method
event
(self)
aliceio/types/error_event.py:35
Method
event
(self)
aliceio/types/update.py:83
Method
event_type
(self)
aliceio/types/timeout_event.py:24
Method
event_type
(self)
aliceio/types/update.py:87
Method
exception_message
(self)
aliceio/handlers/error.py:14
Method
exception_name
(self)
aliceio/handlers/error.py:10
Function
flag_decorator_fixture
(flag: Flag)
tests/test_flags/test_decorator.py:12
Function
flag_fixture
()
tests/test_flags/test_decorator.py:7
Function
flag_flag_generator
()
tests/test_flags/test_decorator.py:17
Method
fn_handler
( event, skill, event_update, event_session, ycf_c
tests/test_webhook/test_yandex_functions.py:220
Method
fn_handler
( event, skill, event_update, event_session, event
tests/test_webhook/test_aiohttp_server.py:246
Method
from_user
(self)
aliceio/types/alice_event.py:34
Method
from_user
(self)
aliceio/handlers/button_pressed.py:12
Method
from_user
(self)
aliceio/handlers/purchase.py:12
Method
from_user
(self)
aliceio/handlers/message.py:12
Method
from_user
(self)
aliceio/handlers/audio_player.py:12
Method
from_user
(self)
aliceio/handlers/timeout.py:12
Method
from_user
(self)
aliceio/handlers/show_pull.py:12
Method
func
()
tests/test_flags/test_decorator.py:34
Function
get_all_images
(message: Message, skill: Skill)
examples/methods.py:70
Function
get_all_sounds
(message: Message, skill: Skill)
examples/methods.py:77
Method
get_data
(self, key: StorageKey)
aliceio/fsm/storage/memory.py:43
Method
get_data
( self, key: StorageKey, )
aliceio/fsm/storage/redis.py:170
Method
get_remaining_time_in_millis
(self)
tests/test_webhook/test_yandex_functions.py:32
Method
get_request
(self)
tests/mocked/mocked_skill.py:22
Method
get_request
(self)
tests/mocked/mocked_skill.py:81
Method
get_state
(self, key: StorageKey)
aliceio/fsm/storage/memory.py:37
Method
get_state
( self, key: StorageKey, )
aliceio/fsm/storage/redis.py:145
Method
get_value
( self, storage_key: StorageKey, dict_key: str, )
aliceio/fsm/storage/memory.py:47
Method
get_value
Get single value from data by key :param storage_key: storage key :param dict_key: value key :return: value stored in
aliceio/fsm/storage/base.py:61
Function
giga_handler
(event: AliceObject)
examples/middlewares.py:103
Method
group
(self)
aliceio/fsm/state.py:21
Function
guess_num_give_up
(message: Message, state: FSMContext)
examples/fsm_games.py:96
Function
guess_num_guess
( message: Message, state: FSMContext, guess_num: int, )
examples/fsm_games.py:71
Function
guess_num_not_digit
(message: Message)
examples/fsm_games.py:105
Method
handle
(self)
tests/test_dispatcher/test_event/test_handler.py:225
Method
handle
(self)
tests/test_handlers/test_button_pressed.py:18
Method
handle
(self)
tests/test_handlers/test_purchase.py:24
Method
handle
(self)
tests/test_handlers/test_timeout.py:12
Method
handle
(self)
tests/test_handlers/test_base.py:16
Method
handle
(self)
tests/test_handlers/test_message.py:19
Method
handle
(self)
tests/test_handlers/test_audio_player.py:21
← previous
next →
401–500 of 948, ranked by callers