MCPcopy Create free account

hub / github.com/Tron521/codex-console-temp / types & classes

Types & classes238 in github.com/Tron521/codex-console-temp

↓ 77 callersClassSettingDefinition
设置定义
src/config/settings.py:31
↓ 61 callersClassEmailServiceError
邮箱服务异常
src/services/base.py:17
↓ 16 callersClassRegistrationTask
注册任务表
src/database/models.py:109
↓ 15 callersClassDummyResponse
tests/test_registration_engine.py:11
↓ 12 callersClassFakeResponse
tests/test_temp_mail_service.py:4
↓ 11 callersClassDatabaseSessionManager
数据库会话管理器
src/database/session.py:94
↓ 11 callersClassEmailServiceType
邮箱服务类型
src/config/constants.py:32
↓ 10 callersClassEmailService
邮箱服务配置表
src/database/models.py:94
↓ 10 callersClassSignupFormResult
提交注册表单的结果
src/core/register.py:123
↓ 9 callersClassMigrationError
scripts/migrate_sqlite_to_postgres.py:40
↓ 8 callersClassHTTPClient
HTTP 客户端封装 支持代理、重试、错误处理和会话管理
src/core/http_client.py:39
↓ 8 callersClassRequestConfig
HTTP 请求配置
src/core/http_client.py:24
↓ 7 callersClassDummyResponse
tests/test_registration_sentinel_flow.py:28
↓ 7 callersClassDummyTask
tests/test_webui_settings_and_batch_stats.py:17
↓ 7 callersClassFakeHTTPClient
tests/test_temp_mail_service.py:17
↓ 7 callersClassLaunchError
start_webui.py:24
↓ 7 callersClassTempMailService
Temp-Mail 邮箱服务 基于自部署 Cloudflare Worker 的临时邮箱,admin 模式管理邮箱 不走代理,不使用 requests 库
src/services/temp_mail.py:28
↓ 6 callersClassCaptureSession
tests/test_registration_sentinel_flow.py:41
↓ 6 callersClassFakeResponse
tests/test_duck_mail_service.py:4
↓ 6 callersClassRegistrationEngine
注册引擎 负责协调邮箱服务、OAuth 流程和 OpenAI API 调用
src/core/register.py:132
↓ 5 callersClassFakeResponse
tests/test_cpa_upload.py:4
↓ 5 callersClassSettings
应用配置 - 完全基于数据库存储
src/config/settings.py:770
↓ 5 callersClassTokenRefreshManager
Token 刷新管理器 支持两种刷新方式: 1. Session Token 刷新(优先) 2. OAuth Refresh Token 刷新
src/core/openai/token_refresh.py:36
↓ 4 callersClassChatGPTClient
ChatGPT 注册客户端
src/core/anyauto/chatgpt_client.py:64
↓ 4 callersClassDummyQuery
tests/test_registration_schedule_and_outlook.py:7
↓ 4 callersClassDummySettings
tests/test_email_service_yyds_routes.py:15
↓ 4 callersClassDummySettings
tests/test_database_runtime_config.py:16
↓ 4 callersClassFakeResponse
tests/test_yyds_mail_service.py:4
↓ 4 callersClassProviderHealth
提供者健康状态
src/services/outlook/base.py:98
↓ 4 callersClassQueueSession
tests/test_registration_engine.py:25
↓ 4 callersClassTokenManager
Token 管理器 支持多端点 Token 获取和缓存
src/services/outlook/token_manager.py:36
↓ 4 callersClassTokenRefreshResult
Token 刷新结果
src/core/openai/token_refresh.py:27
↓ 3 callersClassAppLog
应用日志表(后台日志监控)
src/database/models.py:161
↓ 3 callersClassAutoRegistrationPlan
src/core/auto_registration.py:70
↓ 3 callersClassDummyQuery
tests/test_registration_new_api.py:130
↓ 3 callersClassFakeEmailService
tests/test_registration_engine.py:61
↓ 3 callersClassFakeResponse
tests/test_new_api_upload.py:6
↓ 3 callersClassFlowState
OpenAI Auth/Registration 流程中的页面状态。
src/core/anyauto/utils.py:18
↓ 3 callersClassHTTPClientError
HTTP 客户端异常
src/core/http_client.py:34
↓ 3 callersClassOAuthStart
OAuth 开始信息
src/core/openai/oauth.py:181
↓ 3 callersClassOpenAIHTTPClient
OpenAI 专用 HTTP 客户端 包含 OpenAI API 特定的请求方法
src/core/http_client.py:231
↓ 3 callersClassRegistrationCancelled
Raised when a registration task is cancelled cooperatively.
src/core/register.py:80
↓ 3 callersClassRegistrationResult
注册结果
src/core/register.py:85
↓ 3 callersClassServiceTestResult
服务测试结果
src/web/routes/email.py:68
↓ 2 callersClassAccount
已注册账号表
src/database/models.py:33
↓ 2 callersClassCpaService
CPA 服务配置表
src/database/models.py:272
↓ 2 callersClassDuckMailService
DuckMail 邮箱服务
src/services/duck_mail.py:23
↓ 2 callersClassDummyContext
tests/test_database_runtime_config.py:31
↓ 2 callersClassDummyDb
tests/test_registration_new_api.py:39
↓ 2 callersClassDummySession
tests/test_anyauto_sentinel_flow.py:19
↓ 2 callersClassEmailMessage
邮件消息数据类
src/services/outlook/base.py:40
↓ 2 callersClassFakeHTTPClient
tests/test_yyds_mail_service.py:17
↓ 2 callersClassFakeHTTPClient
tests/test_duck_mail_service.py:17
↓ 2 callersClassFakeOAuthManager
tests/test_registration_engine.py:93
↓ 2 callersClassFakeOpenAIClient
tests/test_registration_engine.py:131
↓ 2 callersClassFakeResponse
tests/test_codex2api_upload.py:6
↓ 2 callersClassFakeSession
tests/test_new_api_upload.py:49
↓ 2 callersClassOAuthClient
OAuth 客户端 - 用于获取 Access Token 和 Refresh Token
src/core/anyauto/oauth_client.py:28
↓ 2 callersClassOutlookBatchRegistrationResponse
Outlook 批量注册响应
src/web/routes/registration.py:335
↓ 2 callersClassOutlookIMAPClient
Outlook IMAP 客户端 支持 XOAUTH2 和密码认证
src/services/outlook_legacy_mail.py:85
↓ 2 callersClassProviderConfig
提供者配置
src/services/outlook/providers/base.py:18
↓ 2 callersClassSentinelTokenGenerator
Sentinel Token 纯 Python 生成器 通过逆向 sentinel SDK 的 PoW 算法,纯 Python 构造合法的 openai-sentinel-token。
src/core/anyauto/sentinel_token.py:15
↓ 2 callersClassSetting
系统设置表
src/database/models.py:261
↓ 2 callersClassYYDSMailService
YYDS Mail 临时邮箱服务
src/services/yyds_mail.py:23
↓ 1 callersClassAccountDeactivatedError
Raised when an account is deactivated while fetching overview data.
src/core/openai/overview.py:23
↓ 1 callersClassAccountListResponse
账号列表响应
src/web/routes/accounts.py:161
↓ 1 callersClassAccountResponse
账号响应模型
src/web/routes/accounts.py:135
↓ 1 callersClassAnyAutoRegistrationEngine
src/core/anyauto/register_flow.py:56
↓ 1 callersClassAutoQuickRefreshScheduler
src/web/auto_quick_refresh_scheduler.py:49
↓ 1 callersClassAutoRegistrationCoordinator
src/core/auto_registration.py:135
↓ 1 callersClassBatchRegistrationRequest
批量注册请求
src/web/routes/registration.py:239
↓ 1 callersClassBatchRegistrationResponse
批量注册响应
src/web/routes/registration.py:282
↓ 1 callersClassBatchValidateRequest
批量验证请求
src/web/routes/accounts.py:1927
↓ 1 callersClassBindCardTask
绑卡任务表
src/database/models.py:129
↓ 1 callersClassCodex2ApiService
Codex2API 服务配置表
src/database/models.py:302
↓ 1 callersClassCodex2ApiServiceResponse
src/web/routes/upload/codex2api_services.py:33
↓ 1 callersClassCounter
tests/test_database_runtime_config.py:24
↓ 1 callersClassCpaServiceResponse
src/web/routes/upload/cpa_services.py:36
↓ 1 callersClassDatabaseLogHandler
将日志写入 app_logs 表。 为避免递归写日志,emit 内部不再产生日志。
src/core/db_logs.py:41
↓ 1 callersClassDummyAccount
tests/test_registration_schedule_and_outlook.py:46
↓ 1 callersClassDummyDB
tests/test_registration_schedule_and_outlook.py:19
↓ 1 callersClassDummyEmailService
tests/test_registration_sentinel_flow.py:8
↓ 1 callersClassDummyRequest
tests/test_webui_settings_and_batch_stats.py:9
↓ 1 callersClassDummyResponse
tests/test_anyauto_sentinel_flow.py:8
↓ 1 callersClassDummyScheduledJob
tests/test_registration_schedule_and_outlook.py:51
↓ 1 callersClassDummyScheduler
tests/test_auto_quick_refresh_routes.py:37
↓ 1 callersClassDummyService
tests/test_registration_schedule_and_outlook.py:39
↓ 1 callersClassDummySession
tests/test_database_runtime_config.py:22
↓ 1 callersClassDummySettings
tests/test_settings_registration_auto_fields.py:10
↓ 1 callersClassDummySettings
tests/test_email_service_duckmail_routes.py:13
↓ 1 callersClassEmailParser
邮件解析器 用于识别 OpenAI 验证邮件并提取验证码
src/services/outlook/email_parser.py:21
↓ 1 callersClassEmailServiceAdapter
将 codex-console 邮箱服务适配成 any-auto-register 预期接口。
src/core/anyauto/register_flow.py:21
↓ 1 callersClassEmailServiceListResponse
邮箱服务列表响应
src/web/routes/email.py:62
↓ 1 callersClassEmailServiceResponse
??????
src/web/routes/email.py:45
↓ 1 callersClassFailoverManager
故障切换管理器 管理提供者之间的自动切换
src/services/outlook/health_checker.py:209
↓ 1 callersClassFakeContext
tests/test_registration_codex2api.py:93
↓ 1 callersClassFakeDb
tests/test_registration_codex2api.py:90
↓ 1 callersClassFakeMime
tests/test_codex2api_upload.py:18
↓ 1 callersClassGraphAPIProvider
Graph API 提供者 使用 Microsoft Graph REST API 获取邮件 需要 graph.microsoft.com/.default scope
src/services/outlook/providers/graph_api.py:22
↓ 1 callersClassHealthChecker
健康检查管理器 跟踪各提供者的健康状态,管理故障切换
src/services/outlook/health_checker.py:18
next →1–100 of 238, ranked by callers