fa45d8aa5f
- health_checklist.json: 192.168.1.122→node122
- ocr_client.py: docstring IP→node122
- docs/market-data-requirements.md: IP→node122
- 所有API调用通过ProxyHandler({})绕过系统代理
Privoxy对node122:18003返回500,直连正常
17 lines
451 B
Python
17 lines
451 B
Python
from collections.abc import Mapping
|
|
from typing import Any, Final
|
|
|
|
from .auxfuncs import isintent_dict as isintent_dict
|
|
|
|
__version__: Final[str] = ...
|
|
f2py_version: Final = "See `f2py -v`"
|
|
|
|
options: Final[dict[str, bool]]
|
|
|
|
fgetdims1: Final[str] = ...
|
|
fgetdims2: Final[str] = ...
|
|
fgetdims2_sa: Final[str] = ...
|
|
|
|
def findf90modules(m: Mapping[str, object]) -> list[dict[str, Any]]: ...
|
|
def buildhooks(pymod: Mapping[str, object]) -> dict[str, Any]: ...
|