Files
tfm_ainventory/graphify-out/cache/73666eeb869e309d2088ff39e1759f9eb620c2df50ffbd4336286aece94b87ec.json

1 line
10 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_apscheduler_schedulers_twisted_py", "label": "twisted.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L1"}, {"id": "twisted_run_in_reactor", "label": "run_in_reactor()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L13"}, {"id": "twisted_twistedscheduler", "label": "TwistedScheduler", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L21"}, {"id": "basescheduler", "label": "BaseScheduler", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "twisted_twistedscheduler_configure", "label": "._configure()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L35"}, {"id": "twisted_shutdown", "label": "_shutdown()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L40"}, {"id": "twisted_twistedscheduler_shutdown", "label": ".shutdown()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L44"}, {"id": "twisted_twistedscheduler_start_timer", "label": "._start_timer()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L50"}, {"id": "twisted_twistedscheduler_stop_timer", "label": "._stop_timer()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L55"}, {"id": "twisted_wakeup", "label": "wakeup()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L61"}, {"id": "twisted_twistedscheduler_create_default_executor", "label": "._create_default_executor()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L66"}, {"id": "twisted_rationale_22", "label": "A scheduler that runs on a Twisted reactor. Extra options: ===========", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L22"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_apscheduler_schedulers_twisted_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_schedulers_twisted_py", "target": "apscheduler_schedulers", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_schedulers_twisted_py", "target": "apscheduler_schedulers_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_schedulers_twisted_py", "target": "apscheduler_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_schedulers_twisted_py", "target": "twisted_internet", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_schedulers_twisted_py", "target": "twisted_run_in_reactor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_schedulers_twisted_py", "target": "twisted_twistedscheduler", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L21", "weight": 1.0}, {"source": "twisted_twistedscheduler", "target": "basescheduler", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L21", "weight": 1.0}, {"source": "twisted_twistedscheduler", "target": "twisted_twistedscheduler_configure", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_schedulers_twisted_py", "target": "twisted_shutdown", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L40", "weight": 1.0}, {"source": "twisted_twistedscheduler", "target": "twisted_twistedscheduler_shutdown", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L44", "weight": 1.0}, {"source": "twisted_twistedscheduler", "target": "twisted_twistedscheduler_start_timer", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L50", "weight": 1.0}, {"source": "twisted_twistedscheduler", "target": "twisted_twistedscheduler_stop_timer", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L55", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_schedulers_twisted_py", "target": "twisted_wakeup", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L61", "weight": 1.0}, {"source": "twisted_twistedscheduler", "target": "twisted_twistedscheduler_create_default_executor", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L66", "weight": 1.0}, {"source": "twisted_shutdown", "target": "twisted_twistedscheduler_shutdown", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L41", "weight": 1.0}, {"source": "twisted_shutdown", "target": "twisted_twistedscheduler_stop_timer", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L42", "weight": 1.0}, {"source": "twisted_twistedscheduler_shutdown", "target": "twisted_shutdown", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L48", "weight": 1.0}, {"source": "twisted_twistedscheduler_start_timer", "target": "twisted_twistedscheduler_stop_timer", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L51", "weight": 1.0}, {"source": "twisted_wakeup", "target": "twisted_twistedscheduler_stop_timer", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L62", "weight": 1.0}, {"source": "twisted_wakeup", "target": "twisted_twistedscheduler_start_timer", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L64", "weight": 1.0}, {"source": "twisted_rationale_22", "target": "twisted_twistedscheduler", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L22", "weight": 1.0}], "raw_calls": [{"caller_nid": "twisted_run_in_reactor", "callee": "wraps", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L14"}, {"caller_nid": "twisted_twistedscheduler_configure", "callee": "maybe_ref", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L36"}, {"caller_nid": "twisted_twistedscheduler_configure", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L36"}, {"caller_nid": "twisted_twistedscheduler_configure", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L37"}, {"caller_nid": "twisted_shutdown", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L41"}, {"caller_nid": "twisted_twistedscheduler_start_timer", "callee": "callLater", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L53"}, {"caller_nid": "twisted_twistedscheduler_stop_timer", "callee": "active", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L56"}, {"caller_nid": "twisted_twistedscheduler_stop_timer", "callee": "cancel", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L57"}, {"caller_nid": "twisted_wakeup", "callee": "_process_jobs", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L63"}, {"caller_nid": "twisted_twistedscheduler_create_default_executor", "callee": "TwistedExecutor", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/schedulers/twisted.py", "source_location": "L69"}]}