Files
tfm_ainventory/graphify-out/cache/8fd7d07eb9ad4ee02f9eab2a2770a600363b18d16ec3fced94d0292a57d4a3b6.json

1 line
17 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "label": "concurrency.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L1"}, {"id": "concurrency_asyncutil", "label": "_AsyncUtil", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L40"}, {"id": "concurrency_asyncutil_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L43"}, {"id": "concurrency_asyncutil_run", "label": ".run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L47"}, {"id": "concurrency_asyncutil_run_in_greenlet", "label": ".run_in_greenlet()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L56"}, {"id": "concurrency_asyncutil_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L68"}, {"id": "concurrency_not_implemented", "label": "_not_implemented()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L75"}, {"id": "concurrency_is_exit_exception", "label": "is_exit_exception()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L88"}, {"id": "concurrency_await_only", "label": "await_only()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L91"}, {"id": "concurrency_await_fallback", "label": "await_fallback()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L94"}, {"id": "concurrency_in_greenlet", "label": "in_greenlet()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L97"}, {"id": "concurrency_greenlet_spawn", "label": "greenlet_spawn()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L100"}, {"id": "concurrency_asyncadaptedlock", "label": "AsyncAdaptedLock()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L103"}, {"id": "concurrency_util_async_run", "label": "_util_async_run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L106"}, {"id": "concurrency_util_async_run_coroutine_function", "label": "_util_async_run_coroutine_function()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L109"}, {"id": "concurrency_rationale_41", "label": "Asyncio util for test suite/ util only", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L41"}, {"id": "concurrency_rationale_53", "label": "Run coroutine on the loop", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L53"}, {"id": "concurrency_rationale_59", "label": "Run sync function in greenlet. Support nested calls", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L59"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "asyncio", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "greenlet", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py3k_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py3k_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py3k_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py3k_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py3k_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py3k_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py3k_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "concurrency_asyncutil", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L40", "weight": 1.0}, {"source": "concurrency_asyncutil", "target": "concurrency_asyncutil_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L43", "weight": 1.0}, {"source": "concurrency_asyncutil", "target": "concurrency_asyncutil_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L47", "weight": 1.0}, {"source": "concurrency_asyncutil", "target": "concurrency_asyncutil_run_in_greenlet", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L56", "weight": 1.0}, {"source": "concurrency_asyncutil", "target": "concurrency_asyncutil_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L68", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "concurrency_not_implemented", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L75", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "concurrency_is_exit_exception", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L88", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "concurrency_await_only", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L91", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "concurrency_await_fallback", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L94", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "concurrency_in_greenlet", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L97", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "concurrency_greenlet_spawn", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L100", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "concurrency_asyncadaptedlock", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L103", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "concurrency_util_async_run", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L106", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "target": "concurrency_util_async_run_coroutine_function", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L109", "weight": 1.0}, {"source": "concurrency_asyncutil_run_in_greenlet", "target": "concurrency_asyncutil_run", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L64", "weight": 1.0}, {"source": "concurrency_asyncutil_run_in_greenlet", "target": "concurrency_greenlet_spawn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L64", "weight": 1.0}, {"source": "concurrency_await_only", "target": "concurrency_not_implemented", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L92", "weight": 1.0}, {"source": "concurrency_in_greenlet", "target": "concurrency_not_implemented", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L98", "weight": 1.0}, {"source": "concurrency_greenlet_spawn", "target": "concurrency_not_implemented", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L101", "weight": 1.0}, {"source": "concurrency_asyncadaptedlock", "target": "concurrency_not_implemented", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L104", "weight": 1.0}, {"source": "concurrency_util_async_run_coroutine_function", "target": "concurrency_not_implemented", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L110", "weight": 1.0}, {"source": "concurrency_rationale_41", "target": "concurrency_asyncutil", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L41", "weight": 1.0}, {"source": "concurrency_rationale_53", "target": "concurrency_asyncutil_run", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L53", "weight": 1.0}, {"source": "concurrency_rationale_59", "target": "concurrency_asyncutil_run_in_greenlet", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L59", "weight": 1.0}], "raw_calls": [{"caller_nid": "concurrency_asyncutil_init", "callee": "_Runner", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L45"}, {"caller_nid": "concurrency_asyncutil_run", "callee": "fn", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L54"}, {"caller_nid": "concurrency_asyncutil_run_in_greenlet", "callee": "is_running", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L61"}, {"caller_nid": "concurrency_asyncutil_run_in_greenlet", "callee": "get_loop", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L61"}, {"caller_nid": "concurrency_asyncutil_run_in_greenlet", "callee": "fn", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L62"}, {"caller_nid": "concurrency_asyncutil_run_in_greenlet", "callee": "fn", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L66"}, {"caller_nid": "concurrency_not_implemented", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L81"}, {"caller_nid": "concurrency_is_exit_exception", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L89"}, {"caller_nid": "concurrency_util_async_run", "callee": "fn", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py", "source_location": "L107"}]}