Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ close
Method
close
src/core/http_client.py:218–222 ·
view source on GitHub ↗
关闭会话
(self)
Source
from the content-addressed store, hash-verified
216
return
False
217
218
def
close(self):
219
""
"关闭会话"
""
220
if
self._session:
221
self._session.close()
222
self._session = None
223
224
def
__enter__(self):
225
return
self
Callers
14
__exit__
Method · 0.95
disconnectWebSocket
Function · 0.45
disconnectBatchWebSocket
Function · 0.45
get_db
Method · 0.45
session_scope
Method · 0.45
get_db
Function · 0.45
_get_device_id
Method · 0.45
_reset_auth_flow
Method · 0.45
get_sentinel_token_via_browser
Function · 0.45
_auto_bind_with_cdp_checkout
Function · 0.45
auto_bind_checkout_with_playwright
Function · 0.45
import_database
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected