Command: python -c "from pathlib import Path;import ast,json;p=Path('low_latency_relay_v4diag.py');s=p.read_text(encoding='utf-8',errors='replace');t=ast.parse(s);print(json.dumps({'size':len(s),'imports':[getattr(n,'module',None) for n in t.body if isinstance(n,ast.ImportFrom)],'defs':[n.name for n in t.body if isinstance(n,(ast.FunctionDef,ast.AsyncFunctionDef))]},separators=(',',':')));print('HAS_SHEET_RELAY='+str('sheet_relay' in s));print('HAS_HTTP_JSON='+str('http_json' in s));print('HAS_EXECUTE='+str('execute_command' in s))"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
{"size":2571,"imports":["pathlib"],"defs":["trace","process_command","run_loop"]}
HAS_SHEET_RELAY=True
HAS_HTTP_JSON=True
HAS_EXECUTE=True