示例#1
0
文件: results.py 项目: acx2015/atk
def return_graph(json_result):

    from trustedanalytics import get_graph
    return get_graph(json_result['uri'])
示例#2
0
def return_graph(json_result):

    from trustedanalytics import get_graph
    return get_graph(json_result['uri'])
示例#3
0
文件: jsonschema.py 项目: AllanY/atk
def _get_graph(uri_dict):
    from trustedanalytics import get_graph
    return get_graph(uri_dict['uri'])
示例#4
0
def _get_graph(uri_dict):
    from trustedanalytics import get_graph
    return get_graph(uri_dict['uri'])
示例#5
0
文件: results.py 项目: xoltar/atk
def return_graph(selfish, json_result):

    from trustedanalytics import get_graph
    return get_graph(json_result['id'])