1 line
28 KiB
JSON
1 line
28 KiB
JSON
{"nodes": [{"id": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "label": "updater.py", "file_type": "code", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L1"}, {"id": "data_platform_updater_parse_filename", "label": "parse_filename()", "file_type": "code", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L26"}, {"id": "data_platform_updater_get_all_symbols", "label": "get_all_symbols()", "file_type": "code", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L33"}, {"id": "data_platform_updater_get_last_date", "label": "get_last_date()", "file_type": "code", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L44"}, {"id": "data_platform_updater_fetch_tencent_daily", "label": "fetch_tencent_daily()", "file_type": "code", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L62"}, {"id": "data_platform_updater_main", "label": "main()", "file_type": "code", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L102"}, {"id": "data_platform_updater_rationale_45", "label": "\u83b7\u53d6\u67d0\u53ea\u80a1\u7968\u5728NAS Parquet\u4e2d\u7684\u6700\u540e\u65e5\u671f", "file_type": "rationale", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L45"}], "edges": [{"source": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "target": "os", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L5", "weight": 1.0}, {"source": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "target": "re", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L6", "weight": 1.0}, {"source": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "target": "sys", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L7", "weight": 1.0}, {"source": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "target": "json", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L8", "weight": 1.0}, {"source": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "target": "sqlite3", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L9", "weight": 1.0}, {"source": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "target": "shutil", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L10", "weight": 1.0}, {"source": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "target": "logging", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L11", "weight": 1.0}, {"source": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "target": "time", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L12", "weight": 1.0}, {"source": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "target": "pandas", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L13", "weight": 1.0}, {"source": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "target": "pathlib", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L14", "weight": 1.0}, {"source": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "target": "datetime", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L15", "weight": 1.0}, {"source": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "target": "data_platform_updater_parse_filename", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L26", "weight": 1.0}, {"source": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "target": "data_platform_updater_get_all_symbols", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L33", "weight": 1.0}, {"source": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "target": "data_platform_updater_get_last_date", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L44", "weight": 1.0}, {"source": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "target": "data_platform_updater_fetch_tencent_daily", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L62", "weight": 1.0}, {"source": "users_chufeng_openclaw_sanguo_projects_sanguo_vnpy_data_platform_updater_py", "target": "data_platform_updater_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L102", "weight": 1.0}, {"source": "data_platform_updater_get_all_symbols", "target": "data_platform_updater_parse_filename", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L38", "weight": 1.0}, {"source": "data_platform_updater_main", "target": "data_platform_updater_get_all_symbols", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L108", "weight": 1.0}, {"source": "data_platform_updater_main", "target": "data_platform_updater_get_last_date", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L118", "weight": 1.0}, {"source": "data_platform_updater_main", "target": "data_platform_updater_fetch_tencent_daily", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L128", "weight": 1.0}, {"source": "data_platform_updater_rationale_45", "target": "data_platform_updater_get_last_date", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L45", "weight": 1.0}], "raw_calls": [{"caller_nid": "data_platform_updater_parse_filename", "callee": "match", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L27"}, {"caller_nid": "data_platform_updater_parse_filename", "callee": "group", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L30"}, {"caller_nid": "data_platform_updater_parse_filename", "callee": "group", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L30"}, {"caller_nid": "data_platform_updater_get_all_symbols", "callee": "max", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L35"}, {"caller_nid": "data_platform_updater_get_all_symbols", "callee": "iterdir", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L35"}, {"caller_nid": "data_platform_updater_get_all_symbols", "callee": "Path", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L35"}, {"caller_nid": "data_platform_updater_get_all_symbols", "callee": "is_dir", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L35"}, {"caller_nid": "data_platform_updater_get_all_symbols", "callee": "isdigit", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L35"}, {"caller_nid": "data_platform_updater_get_all_symbols", "callee": "glob", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L37"}, {"caller_nid": "data_platform_updater_get_all_symbols", "callee": "Path", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L37"}, {"caller_nid": "data_platform_updater_get_all_symbols", "callee": "append", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L40"}, {"caller_nid": "data_platform_updater_get_last_date", "callee": "sorted", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L47"}, {"caller_nid": "data_platform_updater_get_last_date", "callee": "iterdir", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L47"}, {"caller_nid": "data_platform_updater_get_last_date", "callee": "Path", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L47"}, {"caller_nid": "data_platform_updater_get_last_date", "callee": "is_dir", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L48"}, {"caller_nid": "data_platform_updater_get_last_date", "callee": "isdigit", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L48"}, {"caller_nid": "data_platform_updater_get_last_date", "callee": "exists", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L51"}, {"caller_nid": "data_platform_updater_get_last_date", "callee": "read_parquet", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L53"}, {"caller_nid": "data_platform_updater_get_last_date", "callee": "max", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L55"}, {"caller_nid": "data_platform_updater_get_last_date", "callee": "str", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L56"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "startswith", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L67"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "Timestamp", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L69"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "Timestamp", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L69"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "ProxyHandler", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L72"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "build_opener", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L73"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "Request", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L74"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "open", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L75"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "decode", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L76"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "read", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L76"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "loads", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L77"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "get", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L78"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "isinstance", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L79"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "get", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L81"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "get", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L81"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "DataFrame", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L86"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "len", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L87"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "fillna", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L95"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "to_numeric", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L95"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "strftime", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L96"}, {"caller_nid": "data_platform_updater_fetch_tencent_daily", "callee": "to_datetime", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L96"}, {"caller_nid": "data_platform_updater_main", "callee": "strftime", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L103"}, {"caller_nid": "data_platform_updater_main", "callee": "now", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L103"}, {"caller_nid": "data_platform_updater_main", "callee": "info", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L105"}, {"caller_nid": "data_platform_updater_main", "callee": "info", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L109"}, {"caller_nid": "data_platform_updater_main", "callee": "len", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L109"}, {"caller_nid": "data_platform_updater_main", "callee": "enumerate", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L117"}, {"caller_nid": "data_platform_updater_main", "callee": "strftime", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L123"}, {"caller_nid": "data_platform_updater_main", "callee": "Timestamp", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L123"}, {"caller_nid": "data_platform_updater_main", "callee": "Timedelta", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L123"}, {"caller_nid": "data_platform_updater_main", "callee": "any", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L134"}, {"caller_nid": "data_platform_updater_main", "callee": "any", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L134"}, {"caller_nid": "data_platform_updater_main", "callee": "warning", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L135"}, {"caller_nid": "data_platform_updater_main", "callee": "iterrows", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L140"}, {"caller_nid": "data_platform_updater_main", "callee": "append", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L141"}, {"caller_nid": "data_platform_updater_main", "callee": "str", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L142"}, {"caller_nid": "data_platform_updater_main", "callee": "float", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L143"}, {"caller_nid": "data_platform_updater_main", "callee": "get", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L143"}, {"caller_nid": "data_platform_updater_main", "callee": "float", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L143"}, {"caller_nid": "data_platform_updater_main", "callee": "get", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L143"}, {"caller_nid": "data_platform_updater_main", "callee": "float", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L144"}, {"caller_nid": "data_platform_updater_main", "callee": "get", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L144"}, {"caller_nid": "data_platform_updater_main", "callee": "float", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L144"}, {"caller_nid": "data_platform_updater_main", "callee": "get", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L144"}, {"caller_nid": "data_platform_updater_main", "callee": "float", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L145"}, {"caller_nid": "data_platform_updater_main", "callee": "get", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L145"}, {"caller_nid": "data_platform_updater_main", "callee": "float", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L145"}, {"caller_nid": "data_platform_updater_main", "callee": "get", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L145"}, {"caller_nid": "data_platform_updater_main", "callee": "len", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L148"}, {"caller_nid": "data_platform_updater_main", "callee": "info", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L152"}, {"caller_nid": "data_platform_updater_main", "callee": "len", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L152"}, {"caller_nid": "data_platform_updater_main", "callee": "sleep", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L154"}, {"caller_nid": "data_platform_updater_main", "callee": "info", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L158"}, {"caller_nid": "data_platform_updater_main", "callee": "len", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L158"}, {"caller_nid": "data_platform_updater_main", "callee": "connect", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L161"}, {"caller_nid": "data_platform_updater_main", "callee": "cursor", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L162"}, {"caller_nid": "data_platform_updater_main", "callee": "execute", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L163"}, {"caller_nid": "data_platform_updater_main", "callee": "range", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L164"}, {"caller_nid": "data_platform_updater_main", "callee": "len", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L164"}, {"caller_nid": "data_platform_updater_main", "callee": "executemany", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L165"}, {"caller_nid": "data_platform_updater_main", "callee": "commit", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L169"}, {"caller_nid": "data_platform_updater_main", "callee": "info", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L170"}, {"caller_nid": "data_platform_updater_main", "callee": "len", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L170"}, {"caller_nid": "data_platform_updater_main", "callee": "execute", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L173"}, {"caller_nid": "data_platform_updater_main", "callee": "commit", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L176"}, {"caller_nid": "data_platform_updater_main", "callee": "close", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L177"}, {"caller_nid": "data_platform_updater_main", "callee": "info", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L178"}, {"caller_nid": "data_platform_updater_main", "callee": "error", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L180"}, {"caller_nid": "data_platform_updater_main", "callee": "len", "is_member_call": false, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L184"}, {"caller_nid": "data_platform_updater_main", "callee": "info", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L190"}, {"caller_nid": "data_platform_updater_main", "callee": "info", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L191"}, {"caller_nid": "data_platform_updater_main", "callee": "dumps", "is_member_call": true, "source_file": "/Users/chufeng/.openclaw/sanguo_projects/sanguo_vnpy/data_platform/updater.py", "source_location": "L191"}]} |