Job 1788347269384

Command: python -c "import ast,json;from pathlib import Path;s=Path('../sheet_relay.py').read_text(encoding='utf-8',errors='replace');t=ast.parse(s);want={'init_config','require_config','http_json','execute_command','heartbeat','run_loop'};o={}; for n in t.body: if isinstance(n,(ast.FunctionDef,ast.AsyncFunctionDef)) and n.name in want:o[n.name]={'args':[a.arg for a in n.args.args],'defaults':len(n.args.defaults),'line':n.lineno,'end':getattr(n,'end_lineno',None)} print(json.dumps(o,separators=(',',':')))"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh