Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VitoHowe/glm-coding
/ _clear_proxy_env
Function
_clear_proxy_env
app/services/ocr_service.py:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
def
_clear_proxy_env() -> None:
35
for
key in PROXY_ENV_KEYS:
36
os.environ.pop(key, None)
37
38
39
def
_load_adapter_module():
40
from
app.services
import
tenvision_adapter
41
Callers
4
_worker_initializer
Function · 0.85
_warmup_worker
Function · 0.85
_worker_analyze
Function · 0.85
_bootstrap_engine_once
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected