render_script.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:xr-telemetry-m2m-web 作者: cisco 项目源码 文件源码
def api_method(request, method):
    """
    Utility function to create a synchronous wrapper for the JSON-RPC API.
    """
    def method_fn(*args, **kwargs):
        fn = getattr(request.sdata.api, method)
        res = threads.blockingCallFromThread(reactor, fn, *args, **kwargs)
        try:
            ret = res['result']
            ret = m2mstr_object_hook(ret)
        except KeyError:
            ret = res['error']
        return ret

    return method_fn
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号