MCPcopy Create free account

hub / github.com/EstrellaXD/Auto_Bangumi / functions

Functions1,732 in github.com/EstrellaXD/Auto_Bangumi

Functionmock_program
Mock Program instance for program API tests.
backend/src/test/conftest.py:142
Methodmock_program
(self)
backend/src/test/test_mcp_resources.py:200
Functionmock_qb_client
Mock QbDownloader that simulates qBittorrent API responses.
backend/src/test/conftest.py:76
Methodmock_search_config
Ensure SEARCH_CONFIG has default providers.
backend/src/test/test_searcher.py:17
Functionmock_settings
Mock settings object.
backend/src/test/test_api_config.py:48
Functionmock_settings
Patch module.conf.settings globally with test defaults.
backend/src/test/conftest.py:63
Methodmock_settings
Mock settings with notification providers.
backend/src/test/test_notification.py:73
Functionmock_setup_complete
Mock conditions for setup already complete: sentinel exists.
backend/src/test/test_setup.py:35
Functionmock_user
()
backend/src/test/test_api_downloader.py:30
Functionmock_user
()
backend/src/test/test_api_rss.py:30
Functionmock_user
()
backend/src/test/test_api_bangumi.py:34
Functionmock_user
()
backend/src/test/test_api_bangumi_extended.py:33
Functionmock_user
()
backend/src/test/test_api_auth.py:32
Functionmock_user
()
backend/src/test/test_api_program.py:31
Functionmock_user
()
backend/src/test/test_api_config.py:32
Functionmock_user
()
backend/src/test/test_api_search.py:30
Functionmock_user
()
backend/src/test/test_api_passkey.py:33
Functionmock_user
()
backend/src/test/test_api_log.py:32
Functionmock_user
()
backend/src/test/conftest.py:121
Functionmock_user_model
Mock User model.
backend/src/test/test_api_passkey.py:83
Functionmock_webauthn
Mock WebAuthn service.
backend/src/test/test_api_passkey.py:49
Functionmock_webauthn
Mock WebAuthn service for passkey tests.
backend/src/test/conftest.py:173
Methodmove_torrent
(self, hashes: str, new_location: str)
backend/src/module/downloader/client/mock_downloader.py:161
Methodmove_torrent
(self, hashes, new_location)
backend/src/module/downloader/client/qb_downloader.py:310
Methodmove_torrent
(self, hashes, new_location)
backend/src/module/downloader/client/aria2_downloader.py:125
FunctionnextStep
()
webui/src/store/setup.ts:55
Methodnot_added
(self)
backend/src/module/database/bangumi.py:512
FunctiononSearch
()
webui/src/store/search.ts:281
FunctiononSuccess
()
webui/src/store/bangumi.ts:50
FunctiononSuccess
()
webui/src/store/config.ts:13
FunctiononSuccess
()
webui/src/store/rss.ts:22
FunctiononSuccess
()
webui/src/store/downloader.ts:60
FunctiononSuccess
()
webui/src/store/log.ts:20
Functionopen
()
webui/src/hooks/useAddRss.ts:10
FunctionopenEditPopup
(data: BangumiRule)
webui/src/store/bangumi.ts:64
Functionparse
()
backend/src/module/conf/parse.py:4
Methodpassword
(self)
backend/src/module/models/config.py:46
Methodpassword
(self)
backend/src/module/models/config.py:89
Functionpatched_app
(scope, receive, send)
backend/src/test/test_mcp_security.py:130
Functionpause
(hashes: string[])
webui/src/api/downloader.ts:12
Functionpause_torrents
(req: TorrentHashesRequest)
backend/src/module/api/downloader.py:37
Methodpost_json
(self, _url, data: dict)
backend/src/module/network/request_contents.py:56
Methodpost_msg
(self, notify: Notification)
backend/src/module/notification/plugin/telegram.py:24
Methodpost_msg
(self, notify: Notification)
backend/src/module/notification/plugin/wecom.py:25
Methodpost_msg
(self, notify: Notification)
backend/src/module/notification/plugin/slack.py:22
Methodpost_msg
(self, notify: Notification)
backend/src/module/notification/plugin/server_chan.py:23
Functionposters
(path: str)
backend/src/main.py:73
Methodprefs_init
(self, prefs: dict)
backend/src/module/downloader/client/mock_downloader.py:45
Methodprefs_init
(self, prefs)
backend/src/module/downloader/client/aria2_downloader.py:84
FunctionprevStep
()
webui/src/store/setup.ts:61
Methodprint_result
(torrent_count, rename_count)
backend/src/module/manager/renamer.py:45
Functionprogram_status
()
backend/src/module/api/program.py:70
Methodprovider
(self)
backend/src/test/test_notification.py:184
Methodprovider
(self)
backend/src/test/test_notification.py:228
Methodprovider
(self)
backend/src/test/test_notification.py:251
Methodprovider
(self)
backend/src/test/test_notification.py:270
Functionpytest_collection_modifyitems
Skip E2E tests unless -m e2e is specified.
backend/src/test/e2e/conftest.py:24
Functionqb_connect_failed_wait
(func)
backend/src/module/ab_decorator/__init__.py:15
Functionqb_password
Extract the auto-generated password from qBittorrent container logs.
backend/src/test/e2e/conftest.py:83
Functionread_resource
(uri: str)
backend/src/module/mcp/server.py:53
Functionrefresh
Refresh the current session token and update the active-user timestamp.
backend/src/module/api/auth.py:48
Functionrefresh
(rss_id: number)
webui/src/api/rss.ts:67
Functionrefresh
()
webui/src/api/auth.ts:24
FunctionrefreshAll
()
webui/src/api/rss.ts:62
FunctionrefreshCalendar
* 从 Bangumi.tv 刷新放送日历数据
webui/src/api/bangumi.ts:149
FunctionrefreshMetadata
* 刷新 TMDB 元数据并自动归档已完结番剧
webui/src/api/bangumi.ts:181
FunctionrefreshPoster
* 刷新所有没有海报的 bangumi 海报
webui/src/api/bangumi.ts:139
Functionrefresh_all
()
backend/src/module/api/rss.py:135
Functionrefresh_calendar
()
backend/src/module/api/bangumi.py:186
Functionrefresh_metadata
Refresh TMDB metadata and auto-archive ended series.
backend/src/module/api/bangumi.py:233
Functionrefresh_poster_all
()
backend/src/module/api/bangumi.py:165
Functionrefresh_poster_one
(bangumi_id: int)
backend/src/module/api/bangumi.py:175
Functionrefresh_rss
(rss_id: int)
backend/src/module/api/rss.py:150
Methodremove_rss_feed
(self, item_path)
backend/src/module/downloader/download_client.py:238
Methodremove_rule
(self, rule_name: str)
backend/src/module/downloader/client/mock_downloader.py:182
Methodremove_rule
(self, rule_name)
backend/src/module/downloader/client/qb_downloader.py:346
Methodremove_rule
(self, rule_name)
backend/src/module/downloader/client/aria2_downloader.py:140
Methodrenamer
Create Renamer with mocked internals.
backend/src/test/test_renamer.py:123
Methodrenamer
(self, mock_qb_client)
backend/src/test/test_renamer.py:230
Methodrenamer
(self, mock_qb_client)
backend/src/test/test_renamer.py:306
Methodrenamer
(self, mock_qb_client)
backend/src/test/test_renamer.py:361
Methodrenamer
Create Renamer with mocked internals.
backend/src/test/test_renamer.py:672
FunctionresetAll
* 重置所有 bangumi 数据
webui/src/api/bangumi.ts:131
Functionreset_all
()
backend/src/module/api/bangumi.py:195
FunctionresolvePosterUrl
(link: string | null | undefined)
webui/src/utils/poster.ts:1
Functionrestart
()
backend/src/module/api/program.py:26
Functionresume
(hashes: string[])
webui/src/api/downloader.ts:20
Functionresume_torrents
(req: TorrentHashesRequest)
backend/src/module/api/downloader.py:45
Methodrss_add_feed
(self, url: str, item_path: str)
backend/src/module/downloader/client/mock_downloader.py:145
Methodrss_add_feed
(self, url, item_path)
backend/src/module/downloader/client/aria2_downloader.py:113
Functionrss_engine
RSSEngine backed by in-memory database.
backend/src/test/test_rss_engine_new.py:20
Methodrss_get_feeds
(self)
backend/src/module/downloader/client/mock_downloader.py:153
Methodrss_get_feeds
(self)
backend/src/module/downloader/client/aria2_downloader.py:119
Methodrss_remove_item
(self, item_path: str)
backend/src/module/downloader/client/mock_downloader.py:149
Methodrss_remove_item
(self, item_path)
backend/src/module/downloader/client/aria2_downloader.py:116
Methodrss_set_rule
(self, rule_name: str, rule_def: dict)
backend/src/module/downloader/client/mock_downloader.py:157
Methodrss_set_rule
(self, rule_name, rule_def)
backend/src/module/downloader/client/aria2_downloader.py:122
FunctionruleManage
( type: 'disable' | 'delete', id: number, deleteFile: boolean )
webui/src/store/bangumi.ts:69
Methodsample
(self)
backend/src/test/test_mcp_resources.py:91
Methodsample_bangumi
(self)
backend/src/test/test_mcp_tools.py:51
← previousnext →701–800 of 1,732, ranked by callers