1 line
25 KiB
JSON
1 line
25 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_ecdsa_test_rw_lock_py", "label": "test_rw_lock.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L1"}, {"id": "test_rw_lock_writer", "label": "Writer", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L15"}, {"id": "test_rw_lock_writer_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L16"}, {"id": "test_rw_lock_writer_run", "label": ".run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L40"}, {"id": "test_rw_lock_reader", "label": "Reader", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L50"}, {"id": "test_rw_lock_reader_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L51"}, {"id": "test_rw_lock_reader_run", "label": ".run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L73"}, {"id": "test_rw_lock_rwlocktestcase", "label": "RWLockTestCase", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L83"}, {"id": "test_rw_lock_rwlocktestcase_test_readers_nonexclusive_access", "label": ".test_readers_nonexclusive_access()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L84"}, {"id": "test_rw_lock_rwlocktestcase_test_writers_exclusive_access", "label": ".test_writers_exclusive_access()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L106"}, {"id": "test_rw_lock_rwlocktestcase_test_writer_priority", "label": ".test_writer_priority()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L121"}, {"id": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "label": ".test_many_writers_priority()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L142"}, {"id": "test_rw_lock_init_variables", "label": "__init_variables()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L169"}, {"id": "test_rw_lock_start_and_join_threads", "label": "__start_and_join_threads()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L176"}, {"id": "test_rw_lock_rationale_19", "label": "@param buffer_: common buffer_ shared by the readers and writers @type b", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L19"}, {"id": "test_rw_lock_rationale_52", "label": "@param buffer_: common buffer shared by the readers and writers @type bu", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L52"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_ecdsa_test_rw_lock_py", "target": "unittest2", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_test_rw_lock_py", "target": "unittest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_test_rw_lock_py", "target": "threading", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_test_rw_lock_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_test_rw_lock_py", "target": "copy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_test_rw_lock_py", "target": "backend_venv_lib_python3_12_site_packages_ecdsa_rwlock_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_test_rw_lock_py", "target": "test_rw_lock_writer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L15", "weight": 1.0}, {"source": "test_rw_lock_writer", "target": "test_rw_lock_writer_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L16", "weight": 1.0}, {"source": "test_rw_lock_writer", "target": "test_rw_lock_writer_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L40", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_test_rw_lock_py", "target": "test_rw_lock_reader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L50", "weight": 1.0}, {"source": "test_rw_lock_reader", "target": "test_rw_lock_reader_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L51", "weight": 1.0}, {"source": "test_rw_lock_reader", "target": "test_rw_lock_reader_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L73", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_test_rw_lock_py", "target": "test_rw_lock_rwlocktestcase", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L83", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase", "target": "test_rw_lock_rwlocktestcase_test_readers_nonexclusive_access", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L84", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase", "target": "test_rw_lock_rwlocktestcase_test_writers_exclusive_access", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L106", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase", "target": "test_rw_lock_rwlocktestcase_test_writer_priority", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L121", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase", "target": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L142", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_test_rw_lock_py", "target": "test_rw_lock_init_variables", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L169", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_test_rw_lock_py", "target": "test_rw_lock_start_and_join_threads", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L176", "weight": 1.0}, {"source": "test_rw_lock_writer_init", "target": "test_rw_lock_reader_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L29", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase_test_readers_nonexclusive_access", "target": "test_rw_lock_init_variables", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L85", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase_test_readers_nonexclusive_access", "target": "test_rw_lock_reader", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L87", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase_test_readers_nonexclusive_access", "target": "test_rw_lock_writer", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L88", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase_test_readers_nonexclusive_access", "target": "test_rw_lock_start_and_join_threads", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L92", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase_test_writers_exclusive_access", "target": "test_rw_lock_init_variables", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L107", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase_test_writers_exclusive_access", "target": "test_rw_lock_writer", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L109", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase_test_writers_exclusive_access", "target": "test_rw_lock_reader", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L111", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase_test_writers_exclusive_access", "target": "test_rw_lock_start_and_join_threads", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L113", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase_test_writer_priority", "target": "test_rw_lock_init_variables", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L122", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase_test_writer_priority", "target": "test_rw_lock_writer", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L124", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase_test_writer_priority", "target": "test_rw_lock_reader", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L125", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase_test_writer_priority", "target": "test_rw_lock_start_and_join_threads", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L130", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "target": "test_rw_lock_init_variables", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L143", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "target": "test_rw_lock_writer", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L145", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "target": "test_rw_lock_reader", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L146", "weight": 1.0}, {"source": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "target": "test_rw_lock_start_and_join_threads", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L152", "weight": 1.0}, {"source": "test_rw_lock_rationale_19", "target": "test_rw_lock_writer_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L19", "weight": 1.0}, {"source": "test_rw_lock_rationale_52", "target": "test_rw_lock_reader_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L52", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_rw_lock_writer_run", "callee": "sleep", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L41"}, {"caller_nid": "test_rw_lock_writer_run", "callee": "writer_acquire", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L42"}, {"caller_nid": "test_rw_lock_writer_run", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L43"}, {"caller_nid": "test_rw_lock_writer_run", "callee": "sleep", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L44"}, {"caller_nid": "test_rw_lock_writer_run", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L45"}, {"caller_nid": "test_rw_lock_writer_run", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L46"}, {"caller_nid": "test_rw_lock_writer_run", "callee": "writer_release", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L47"}, {"caller_nid": "test_rw_lock_reader_run", "callee": "sleep", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L74"}, {"caller_nid": "test_rw_lock_reader_run", "callee": "reader_acquire", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L75"}, {"caller_nid": "test_rw_lock_reader_run", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L76"}, {"caller_nid": "test_rw_lock_reader_run", "callee": "sleep", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L77"}, {"caller_nid": "test_rw_lock_reader_run", "callee": "deepcopy", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L78"}, {"caller_nid": "test_rw_lock_reader_run", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L79"}, {"caller_nid": "test_rw_lock_reader_run", "callee": "reader_release", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L80"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_readers_nonexclusive_access", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L87"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_readers_nonexclusive_access", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L88"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_readers_nonexclusive_access", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L89"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_readers_nonexclusive_access", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L90"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_readers_nonexclusive_access", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L99"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_readers_nonexclusive_access", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L100"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_readers_nonexclusive_access", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L101"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_readers_nonexclusive_access", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L102"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_readers_nonexclusive_access", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L103"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_readers_nonexclusive_access", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L104"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writers_exclusive_access", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L109"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writers_exclusive_access", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L110"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writers_exclusive_access", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L111"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writers_exclusive_access", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L117"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writers_exclusive_access", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L118"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writers_exclusive_access", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L119"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writer_priority", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L124"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writer_priority", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L125"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writer_priority", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L126"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writer_priority", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L127"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writer_priority", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L128"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writer_priority", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L134"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writer_priority", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L135"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writer_priority", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L136"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writer_priority", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L137"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writer_priority", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L138"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writer_priority", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L139"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_writer_priority", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L140"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L145"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L146"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L147"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L148"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L149"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L150"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L157"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L158"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L159"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L160"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L161"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L162"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L163"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L164"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L165"}, {"caller_nid": "test_rw_lock_rwlocktestcase_test_many_writers_priority", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L166"}, {"caller_nid": "test_rw_lock_init_variables", "callee": "RWLock", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L171"}, {"caller_nid": "test_rw_lock_start_and_join_threads", "callee": "start", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L178"}, {"caller_nid": "test_rw_lock_start_and_join_threads", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/test_rw_lock.py", "source_location": "L180"}]} |