MCPcopy Create free account

hub / github.com/K1rL3s/aliceio / functions

Functions948 in github.com/K1rL3s/aliceio

Methodset_data
(self, key: StorageKey, data: dict[str, Any])
aliceio/fsm/storage/memory.py:40
Methodset_data
( self, key: StorageKey, data: dict[str, Any], )
aliceio/fsm/storage/redis.py:155
Methodset_state
(self, key: StorageKey, state: StateType = None)
aliceio/fsm/storage/memory.py:34
Methodset_state
( self, key: StorageKey, state: StateType = None, )
aliceio/fsm/storage/redis.py:130
Methodshutdown1
()
tests/test_dispatcher/test_router.py:111
Methodshutdown2
()
tests/test_dispatcher/test_router.py:115
Methodside_effect
(*args, **kwargs)
tests/test_api/test_client/test_session/test_aiohttp_session.py:200
Functionsimple_handler
(*args, **kwargs)
tests/test_dispatcher/test_event/test_handler.py:168
Functionsimple_message_handler
(message: Message)
tests/test_dispatcher/test_dispatcher.py:15
Methodskill
(self)
aliceio/client/context_controller.py:27
Methodskill
(self)
aliceio/handlers/base.py:26
Methodskill_id
(self)
aliceio/client/skill.py:69
Methodskill_id
(self)
aliceio/types/uploaded_sound.py:55
Functionskip_my_handler
(event: Any)
tests/test_dispatcher/test_event/test_alice.py:24
Functionstart_auth
(message: Message)
examples/oauth/skill.py:13
Functionstart_handler
(message: Message)
examples/error_handling.py:73
Functionstart_handler
( message: Message, yoy_num: int, # Аргумент из даты диспетчера kek_num: int, # Аргумент из даты
examples/context_addition.py:60
Functionstart_handler
(message: Message)
examples/multi_file_skill/handlers/start.py:9
Functionstart_with_command
(message: Message)
examples/start_with_command.py:24
Functionstart_without_command
(message: Message)
examples/start_with_command.py:29
Methodstartup1
()
tests/test_dispatcher/test_router.py:90
Methodstartup2
()
tests/test_dispatcher/test_router.py:94
Methodstate
(self)
aliceio/fsm/state.py:27
Functionstatus
(message: Message, skill: Skill)
examples/methods.py:29
Methodstorage
(self)
aliceio/dispatcher/dispatcher.py:110
Methodstream_content
( self, url: str, headers: Optional[dict[str, Any]] = None, timeout: int = 30,
tests/mocked/mocked_skill.py:46
Methodtarget
(*args, **kwargs)
tests/test_dispatcher/test_event/test_middleware.py:21
Methodtarget_call
(skill, method, timeout: Optional[int] = None)
tests/test_api/test_client/test_session/test_middlewares/test_manager.py:47
Methodtest_add_item
(self)
tests/test_utils/test_builders.py:151
Methodtest_add_item
(self)
tests/test_utils/test_builders.py:213
Methodtest_add_item_and_return_self
(self)
tests/test_utils/test_builders.py:22
Methodtest_add_item_and_return_self
(self)
tests/test_utils/test_builders.py:143
Methodtest_add_item_and_return_self
(self)
tests/test_utils/test_builders.py:206
Methodtest_add_item_from_item_args
(self)
tests/test_utils/test_builders.py:168
Methodtest_add_item_from_item_args
(self)
tests/test_utils/test_builders.py:226
Methodtest_add_middleware
(self)
tests/test_api/test_client/test_session/test_base_session.py:212
Methodtest_address_mapping
(self, skill: MockedSkill)
tests/test_fsm/test_context.py:8
Methodtest_alice_event
(self, event: AliceEvent)
tests/test_api/test_types/test_alice_event.py:9
Methodtest_allow_ip
(self, ip, ip_range: set[IPv4Address])
tests/test_webhook/test_security.py:65
Methodtest_alone
(self)
tests/test_fsm/test_state.py:40
Methodtest_alone_with_group
(self)
tests/test_fsm/test_state.py:52
Methodtest_api_url
(self, skill: MockedSkill)
tests/test_methods/test_sounds.py:11
Methodtest_api_url
(self, skill: MockedSkill)
tests/test_methods/test_sounds.py:23
Methodtest_api_url
(self, skill: MockedSkill)
tests/test_methods/test_sounds.py:35
Methodtest_api_url
(self, skill: MockedSkill)
tests/test_methods/test_status.py:7
Methodtest_api_url
(self, skill: MockedSkill)
tests/test_methods/test_images.py:11
Methodtest_api_url
(self, skill: MockedSkill)
tests/test_methods/test_images.py:32
Methodtest_api_url
(self, skill: MockedSkill)
tests/test_methods/test_images.py:44
Methodtest_as
(self, skill: MockedSkill)
tests/test_api/test_client/test_context_controller.py:20
Methodtest_as_none
(self)
tests/test_api/test_client/test_context_controller.py:25
Methodtest_async_call
(self)
tests/test_dispatcher/test_event/test_handler.py:153
Methodtest_attributes_aliases
(self)
tests/test_api/test_types/test_message.py:7
Methodtest_attributes_aliases
(self)
tests/test_handlers/test_button_pressed.py:10
Methodtest_attributes_aliases
(self)
tests/test_handlers/test_purchase.py:10
Methodtest_attributes_aliases
(self, update: Update)
tests/test_handlers/test_timeout.py:8
Methodtest_attributes_aliases
(self)
tests/test_handlers/test_message.py:10
Methodtest_attributes_aliases
(self)
tests/test_handlers/test_audio_player.py:10
Methodtest_attributes_aliases
(self)
tests/test_handlers/test_show_pull.py:10
Methodtest_available
(self, total: int, used: int, available: int)
tests/test_api/test_types/test_quota.py:17
Methodtest_available_interfaces
(self, kwargs: dict[str, Any])
tests/test_api/test_types/test_interfaces.py:20
Methodtest_available_interfaces_incorrect_init
(self)
tests/test_api/test_types/test_interfaces.py:24
Methodtest_await
(self, skill: MockedSkill)
tests/test_methods/test_base.py:30
Methodtest_await_without_skill
(self, skill: MockedSkill)
tests/test_methods/test_base.py:39
Methodtest_awaitable
(self)
tests/test_filters/test_base.py:13
Methodtest_base_handler
(self, update: Update)
tests/test_handlers/test_base.py:22
Methodtest_buffered_input_file
(self)
tests/test_api/test_types/test_input_file.py:23
Methodtest_buffered_input_file_from_file
(self)
tests/test_api/test_types/test_input_file.py:39
Methodtest_buffered_input_file_from_file_readable
(self)
tests/test_api/test_types/test_input_file.py:46
Methodtest_buffered_input_file_readable
(self)
tests/test_api/test_types/test_input_file.py:29
Methodtest_build_form_data_with_data_only
(self, skill: MockedSkill)
tests/test_api/test_client/test_session/test_aiohttp_session.py:111
Methodtest_build_form_data_with_files
(self, skill: Skill)
tests/test_api/test_client/test_session/test_aiohttp_session.py:142
Methodtest_call
(self, update: Update)
tests/test_dispatcher/test_middlewares/test_user_context.py:24
Methodtest_call
(self, event: AliceRequest)
tests/test_filters/test_magic_data.py:13
Methodtest_call
(self, update: Update, skill: MockedSkill)
tests/test_fsm/middlewares/test_fsm_context.py:36
Methodtest_call
(self, state: FSMContext)
tests/test_fsm/middlewares/test_api_storage.py:267
Methodtest_call_invalid
(self, flag_decorator: FlagDecorator)
tests/test_flags/test_decorator.py:29
Methodtest_call_with_arg
(self, flag_decorator: FlagDecorator)
tests/test_flags/test_decorator.py:41
Methodtest_call_with_function
(self, flag_decorator: FlagDecorator)
tests/test_flags/test_decorator.py:33
Methodtest_call_with_kwargs
(self, flag_decorator: FlagDecorator)
tests/test_flags/test_decorator.py:46
Methodtest_call_with_none_respone
(self, state: FSMContext)
tests/test_fsm/middlewares/test_api_storage.py:295
Methodtest_can_build_without_items
(self)
tests/test_utils/test_builders.py:238
Methodtest_cant_build_with_more_than_10_items
(self)
tests/test_utils/test_builders.py:190
Methodtest_cant_build_with_more_than_5_items
(self)
tests/test_utils/test_builders.py:127
Methodtest_cant_build_without_items
(self)
tests/test_utils/test_builders.py:121
Methodtest_cant_build_without_items
(self)
tests/test_utils/test_builders.py:184
Methodtest_check
( self, exception: Exception, value: bool, update: Update, )
tests/test_filters/test_exception.py:68
Methodtest_check_error_response
(self)
tests/test_api/test_client/test_session/test_base_session.py:155
Methodtest_check_error_response_validation_error
(self)
tests/test_api/test_client/test_session/test_base_session.py:168
Methodtest_check_flag
(self, flags, magic, result)
tests/test_flags/test_getter.py:80
Methodtest_check_ip
(self, ip, result)
tests/test_webhook/test_security.py:27
Methodtest_check_partial_rejected
(self)
tests/test_dispatcher/test_event/test_handler.py:213
Methodtest_check_rejected
(self)
tests/test_dispatcher/test_event/test_handler.py:208
Methodtest_check_response_json_decode_error
(self)
tests/test_api/test_client/test_session/test_base_session.py:129
Methodtest_check_response_validation_error
(self)
tests/test_api/test_client/test_session/test_base_session.py:142
Methodtest_check_with_bool_result
(self)
tests/test_dispatcher/test_event/test_handler.py:173
Methodtest_check_with_combined_result
(self)
tests/test_dispatcher/test_event/test_handler.py:196
Methodtest_check_with_dict_result
(self)
tests/test_dispatcher/test_event/test_handler.py:179
Methodtest_class_based_handler
(self, update: Update)
tests/test_dispatcher/test_event/test_handler.py:221
Methodtest_close
(self)
tests/test_fsm/middlewares/test_fsm_context.py:23
Methodtest_close_session
(self)
tests/test_api/test_client/test_session/test_aiohttp_session.py:101
← previousnext →601–700 of 948, ranked by callers