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
set_data
(self, key: StorageKey, data: dict[str, Any])
aliceio/fsm/storage/memory.py:40
Method
set_data
( self, key: StorageKey, data: dict[str, Any], )
aliceio/fsm/storage/redis.py:155
Method
set_state
(self, key: StorageKey, state: StateType = None)
aliceio/fsm/storage/memory.py:34
Method
set_state
( self, key: StorageKey, state: StateType = None, )
aliceio/fsm/storage/redis.py:130
Method
shutdown1
()
tests/test_dispatcher/test_router.py:111
Method
shutdown2
()
tests/test_dispatcher/test_router.py:115
Method
side_effect
(*args, **kwargs)
tests/test_api/test_client/test_session/test_aiohttp_session.py:200
Function
simple_handler
(*args, **kwargs)
tests/test_dispatcher/test_event/test_handler.py:168
Function
simple_message_handler
(message: Message)
tests/test_dispatcher/test_dispatcher.py:15
Method
skill
(self)
aliceio/client/context_controller.py:27
Method
skill
(self)
aliceio/handlers/base.py:26
Method
skill_id
(self)
aliceio/client/skill.py:69
Method
skill_id
(self)
aliceio/types/uploaded_sound.py:55
Function
skip_my_handler
(event: Any)
tests/test_dispatcher/test_event/test_alice.py:24
Function
start_auth
(message: Message)
examples/oauth/skill.py:13
Function
start_handler
(message: Message)
examples/error_handling.py:73
Function
start_handler
( message: Message, yoy_num: int, # Аргумент из даты диспетчера kek_num: int, # Аргумент из даты
examples/context_addition.py:60
Function
start_handler
(message: Message)
examples/multi_file_skill/handlers/start.py:9
Function
start_with_command
(message: Message)
examples/start_with_command.py:24
Function
start_without_command
(message: Message)
examples/start_with_command.py:29
Method
startup1
()
tests/test_dispatcher/test_router.py:90
Method
startup2
()
tests/test_dispatcher/test_router.py:94
Method
state
(self)
aliceio/fsm/state.py:27
Function
status
(message: Message, skill: Skill)
examples/methods.py:29
Method
storage
(self)
aliceio/dispatcher/dispatcher.py:110
Method
stream_content
( self, url: str, headers: Optional[dict[str, Any]] = None, timeout: int = 30,
tests/mocked/mocked_skill.py:46
Method
target
(*args, **kwargs)
tests/test_dispatcher/test_event/test_middleware.py:21
Method
target_call
(skill, method, timeout: Optional[int] = None)
tests/test_api/test_client/test_session/test_middlewares/test_manager.py:47
Method
test_add_item
(self)
tests/test_utils/test_builders.py:151
Method
test_add_item
(self)
tests/test_utils/test_builders.py:213
Method
test_add_item_and_return_self
(self)
tests/test_utils/test_builders.py:22
Method
test_add_item_and_return_self
(self)
tests/test_utils/test_builders.py:143
Method
test_add_item_and_return_self
(self)
tests/test_utils/test_builders.py:206
Method
test_add_item_from_item_args
(self)
tests/test_utils/test_builders.py:168
Method
test_add_item_from_item_args
(self)
tests/test_utils/test_builders.py:226
Method
test_add_middleware
(self)
tests/test_api/test_client/test_session/test_base_session.py:212
Method
test_address_mapping
(self, skill: MockedSkill)
tests/test_fsm/test_context.py:8
Method
test_alice_event
(self, event: AliceEvent)
tests/test_api/test_types/test_alice_event.py:9
Method
test_allow_ip
(self, ip, ip_range: set[IPv4Address])
tests/test_webhook/test_security.py:65
Method
test_alone
(self)
tests/test_fsm/test_state.py:40
Method
test_alone_with_group
(self)
tests/test_fsm/test_state.py:52
Method
test_api_url
(self, skill: MockedSkill)
tests/test_methods/test_sounds.py:11
Method
test_api_url
(self, skill: MockedSkill)
tests/test_methods/test_sounds.py:23
Method
test_api_url
(self, skill: MockedSkill)
tests/test_methods/test_sounds.py:35
Method
test_api_url
(self, skill: MockedSkill)
tests/test_methods/test_status.py:7
Method
test_api_url
(self, skill: MockedSkill)
tests/test_methods/test_images.py:11
Method
test_api_url
(self, skill: MockedSkill)
tests/test_methods/test_images.py:32
Method
test_api_url
(self, skill: MockedSkill)
tests/test_methods/test_images.py:44
Method
test_as
(self, skill: MockedSkill)
tests/test_api/test_client/test_context_controller.py:20
Method
test_as_none
(self)
tests/test_api/test_client/test_context_controller.py:25
Method
test_async_call
(self)
tests/test_dispatcher/test_event/test_handler.py:153
Method
test_attributes_aliases
(self)
tests/test_api/test_types/test_message.py:7
Method
test_attributes_aliases
(self)
tests/test_handlers/test_button_pressed.py:10
Method
test_attributes_aliases
(self)
tests/test_handlers/test_purchase.py:10
Method
test_attributes_aliases
(self, update: Update)
tests/test_handlers/test_timeout.py:8
Method
test_attributes_aliases
(self)
tests/test_handlers/test_message.py:10
Method
test_attributes_aliases
(self)
tests/test_handlers/test_audio_player.py:10
Method
test_attributes_aliases
(self)
tests/test_handlers/test_show_pull.py:10
Method
test_available
(self, total: int, used: int, available: int)
tests/test_api/test_types/test_quota.py:17
Method
test_available_interfaces
(self, kwargs: dict[str, Any])
tests/test_api/test_types/test_interfaces.py:20
Method
test_available_interfaces_incorrect_init
(self)
tests/test_api/test_types/test_interfaces.py:24
Method
test_await
(self, skill: MockedSkill)
tests/test_methods/test_base.py:30
Method
test_await_without_skill
(self, skill: MockedSkill)
tests/test_methods/test_base.py:39
Method
test_awaitable
(self)
tests/test_filters/test_base.py:13
Method
test_base_handler
(self, update: Update)
tests/test_handlers/test_base.py:22
Method
test_buffered_input_file
(self)
tests/test_api/test_types/test_input_file.py:23
Method
test_buffered_input_file_from_file
(self)
tests/test_api/test_types/test_input_file.py:39
Method
test_buffered_input_file_from_file_readable
(self)
tests/test_api/test_types/test_input_file.py:46
Method
test_buffered_input_file_readable
(self)
tests/test_api/test_types/test_input_file.py:29
Method
test_build_form_data_with_data_only
(self, skill: MockedSkill)
tests/test_api/test_client/test_session/test_aiohttp_session.py:111
Method
test_build_form_data_with_files
(self, skill: Skill)
tests/test_api/test_client/test_session/test_aiohttp_session.py:142
Method
test_call
(self, update: Update)
tests/test_dispatcher/test_middlewares/test_user_context.py:24
Method
test_call
(self, event: AliceRequest)
tests/test_filters/test_magic_data.py:13
Method
test_call
(self, update: Update, skill: MockedSkill)
tests/test_fsm/middlewares/test_fsm_context.py:36
Method
test_call
(self, state: FSMContext)
tests/test_fsm/middlewares/test_api_storage.py:267
Method
test_call_invalid
(self, flag_decorator: FlagDecorator)
tests/test_flags/test_decorator.py:29
Method
test_call_with_arg
(self, flag_decorator: FlagDecorator)
tests/test_flags/test_decorator.py:41
Method
test_call_with_function
(self, flag_decorator: FlagDecorator)
tests/test_flags/test_decorator.py:33
Method
test_call_with_kwargs
(self, flag_decorator: FlagDecorator)
tests/test_flags/test_decorator.py:46
Method
test_call_with_none_respone
(self, state: FSMContext)
tests/test_fsm/middlewares/test_api_storage.py:295
Method
test_can_build_without_items
(self)
tests/test_utils/test_builders.py:238
Method
test_cant_build_with_more_than_10_items
(self)
tests/test_utils/test_builders.py:190
Method
test_cant_build_with_more_than_5_items
(self)
tests/test_utils/test_builders.py:127
Method
test_cant_build_without_items
(self)
tests/test_utils/test_builders.py:121
Method
test_cant_build_without_items
(self)
tests/test_utils/test_builders.py:184
Method
test_check
( self, exception: Exception, value: bool, update: Update, )
tests/test_filters/test_exception.py:68
Method
test_check_error_response
(self)
tests/test_api/test_client/test_session/test_base_session.py:155
Method
test_check_error_response_validation_error
(self)
tests/test_api/test_client/test_session/test_base_session.py:168
Method
test_check_flag
(self, flags, magic, result)
tests/test_flags/test_getter.py:80
Method
test_check_ip
(self, ip, result)
tests/test_webhook/test_security.py:27
Method
test_check_partial_rejected
(self)
tests/test_dispatcher/test_event/test_handler.py:213
Method
test_check_rejected
(self)
tests/test_dispatcher/test_event/test_handler.py:208
Method
test_check_response_json_decode_error
(self)
tests/test_api/test_client/test_session/test_base_session.py:129
Method
test_check_response_validation_error
(self)
tests/test_api/test_client/test_session/test_base_session.py:142
Method
test_check_with_bool_result
(self)
tests/test_dispatcher/test_event/test_handler.py:173
Method
test_check_with_combined_result
(self)
tests/test_dispatcher/test_event/test_handler.py:196
Method
test_check_with_dict_result
(self)
tests/test_dispatcher/test_event/test_handler.py:179
Method
test_class_based_handler
(self, update: Update)
tests/test_dispatcher/test_event/test_handler.py:221
Method
test_close
(self)
tests/test_fsm/middlewares/test_fsm_context.py:23
Method
test_close_session
(self)
tests/test_api/test_client/test_session/test_aiohttp_session.py:101
← previous
next →
601–700 of 948, ranked by callers