helpers/rfc.py.dox.md
rfc.py helper module.rfc.py because this directory is intentionally flat.rfc.py owns the runtime implementation.rfc.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.RFCInput (TypedDict)RFCCall (TypedDict)async call_rfc(url: str, password: str, module: str, function_name: str, args: list, kwargs: dict)async handle_rfc(rfc_call: RFCCall, password: str)async _call_function(module: str, function_name: str, *args, **kwargs)_get_function(module: str, function_name: str)async _send_json_data(url: str, data)aiohttp, helpers, importlib, inspect, json, typing.RFCInput, RFCCall, json.loads, _get_function, inspect.iscoroutinefunction, importlib.import_module, _send_json_data, crypto.verify_data, Exception, _call_function, func, aiohttp.ClientSession, json.dumps, crypto.hash_data, session.post, response.json, response.text.No child DOX files.