1 line
8.7 KiB
JSON
1 line
8.7 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_ecdsa_rwlock_py", "label": "_rwlock.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L1"}, {"id": "rwlock_rwlock", "label": "RWLock", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L11"}, {"id": "rwlock_rwlock_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L36"}, {"id": "rwlock_rwlock_reader_acquire", "label": ".reader_acquire()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L47"}, {"id": "rwlock_rwlock_reader_release", "label": ".reader_release()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L54"}, {"id": "rwlock_rwlock_writer_acquire", "label": ".writer_acquire()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L57"}, {"id": "rwlock_rwlock_writer_release", "label": ".writer_release()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L61"}, {"id": "rwlock_lightswitch", "label": "_LightSwitch", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L66"}, {"id": "rwlock_lightswitch_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L70"}, {"id": "rwlock_lightswitch_acquire", "label": ".acquire()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L74"}, {"id": "rwlock_lightswitch_release", "label": ".release()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L81"}, {"id": "rwlock_rationale_12", "label": "Read-Write locking primitive Synchronization object used in a solution of s", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L12"}, {"id": "rwlock_rationale_37", "label": "A lock giving an even higher priority to the writer in certain cases (se", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L37"}, {"id": "rwlock_rationale_67", "label": "An auxiliary \"light switch\"-like object. The first thread turns on the \"swit", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L67"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_ecdsa_rwlock_py", "target": "threading", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_rwlock_py", "target": "rwlock_rwlock", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L11", "weight": 1.0}, {"source": "rwlock_rwlock", "target": "rwlock_rwlock_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L36", "weight": 1.0}, {"source": "rwlock_rwlock", "target": "rwlock_rwlock_reader_acquire", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L47", "weight": 1.0}, {"source": "rwlock_rwlock", "target": "rwlock_rwlock_reader_release", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L54", "weight": 1.0}, {"source": "rwlock_rwlock", "target": "rwlock_rwlock_writer_acquire", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L57", "weight": 1.0}, {"source": "rwlock_rwlock", "target": "rwlock_rwlock_writer_release", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L61", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_rwlock_py", "target": "rwlock_lightswitch", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L66", "weight": 1.0}, {"source": "rwlock_lightswitch", "target": "rwlock_lightswitch_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L70", "weight": 1.0}, {"source": "rwlock_lightswitch", "target": "rwlock_lightswitch_acquire", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L74", "weight": 1.0}, {"source": "rwlock_lightswitch", "target": "rwlock_lightswitch_release", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L81", "weight": 1.0}, {"source": "rwlock_rwlock_init", "target": "rwlock_lightswitch", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L41", "weight": 1.0}, {"source": "rwlock_rwlock_reader_acquire", "target": "rwlock_lightswitch_acquire", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L48", "weight": 1.0}, {"source": "rwlock_rwlock_reader_acquire", "target": "rwlock_lightswitch_release", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L51", "weight": 1.0}, {"source": "rwlock_rwlock_reader_release", "target": "rwlock_lightswitch_release", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L55", "weight": 1.0}, {"source": "rwlock_rwlock_writer_acquire", "target": "rwlock_lightswitch_acquire", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L58", "weight": 1.0}, {"source": "rwlock_rwlock_writer_release", "target": "rwlock_lightswitch_release", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L62", "weight": 1.0}, {"source": "rwlock_lightswitch_acquire", "target": "rwlock_lightswitch_release", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L79", "weight": 1.0}, {"source": "rwlock_lightswitch_release", "target": "rwlock_lightswitch_acquire", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L82", "weight": 1.0}, {"source": "rwlock_rationale_12", "target": "rwlock_rwlock", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L12", "weight": 1.0}, {"source": "rwlock_rationale_37", "target": "rwlock_rwlock_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L37", "weight": 1.0}, {"source": "rwlock_rationale_67", "target": "rwlock_lightswitch", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L67", "weight": 1.0}], "raw_calls": [{"caller_nid": "rwlock_rwlock_init", "callee": "Lock", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L43"}, {"caller_nid": "rwlock_rwlock_init", "callee": "Lock", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L44"}, {"caller_nid": "rwlock_rwlock_init", "callee": "Lock", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L45"}, {"caller_nid": "rwlock_lightswitch_init", "callee": "Lock", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/_rwlock.py", "source_location": "L72"}]} |