Files
tfm_ainventory/graphify-out/cache/01b7108ca5d85c134d9d1d50757373734019a5f9ac48f18a14391a570d8ca787.json

1 line
24 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_greenlet_tests_leakcheck_py", "label": "leakcheck.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L1"}, {"id": "leakcheck_ignores_leakcheck", "label": "ignores_leakcheck()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L74"}, {"id": "leakcheck_fails_leakcheck", "label": "fails_leakcheck()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L89"}, {"id": "leakcheck_leakcheckerror", "label": "LeakCheckError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L98"}, {"id": "assertionerror", "label": "AssertionError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "leakcheck_mockgc", "label": "_MockGC", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L105"}, {"id": "object", "label": "object", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "leakcheck_mockgc_get_objects", "label": ".get_objects()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L106"}, {"id": "leakcheck_mockgc_getattr", "label": ".__getattr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L108"}, {"id": "leakcheck_fails_strict_leakcheck", "label": "fails_strict_leakcheck()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L113"}, {"id": "leakcheck_ignores_types_in_strict_leakcheck", "label": "ignores_types_in_strict_leakcheck", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L123"}, {"id": "leakcheck_ignores_types_in_strict_leakcheck_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L124"}, {"id": "leakcheck_ignores_types_in_strict_leakcheck_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L126"}, {"id": "leakcheck_refcountchecker", "label": "_RefCountChecker", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L130"}, {"id": "leakcheck_refcountchecker_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L149"}, {"id": "leakcheck_refcountchecker_include_object_p", "label": "._include_object_p()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L160"}, {"id": "leakcheck_refcountchecker_growth", "label": "._growth()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L202"}, {"id": "leakcheck_refcountchecker_report_diff", "label": "._report_diff()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L206"}, {"id": "leakcheck_refcountchecker_run_test", "label": "._run_test()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L219"}, {"id": "leakcheck_refcountchecker_growth_after", "label": "._growth_after()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L236"}, {"id": "leakcheck_refcountchecker_check_deltas", "label": "._check_deltas()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L246"}, {"id": "leakcheck_refcountchecker_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L295"}, {"id": "leakcheck_wrap_refcount", "label": "wrap_refcount()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L322"}, {"id": "leakcheck_rationale_75", "label": "Ignore the given object during leakchecks. Can be applied to a method, in w", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L75"}, {"id": "leakcheck_rationale_90", "label": "Mark that the function is known to leak.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L90"}, {"id": "leakcheck_rationale_114", "label": "Decorator for a function that is known to fail when running strict (``sy", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L114"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_leakcheck_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_leakcheck_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_leakcheck_py", "target": "gc", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_leakcheck_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_leakcheck_py", "target": "unittest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_leakcheck_py", "target": "objgraph", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_leakcheck_py", "target": "leakcheck_ignores_leakcheck", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L74", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_leakcheck_py", "target": "leakcheck_fails_leakcheck", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L89", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_leakcheck_py", "target": "leakcheck_leakcheckerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L98", "weight": 1.0}, {"source": "leakcheck_leakcheckerror", "target": "assertionerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L98", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_leakcheck_py", "target": "leakcheck_mockgc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L105", "weight": 1.0}, {"source": "leakcheck_mockgc", "target": "object", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L105", "weight": 1.0}, {"source": "leakcheck_mockgc", "target": "leakcheck_mockgc_get_objects", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L106", "weight": 1.0}, {"source": "leakcheck_mockgc", "target": "leakcheck_mockgc_getattr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L108", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_leakcheck_py", "target": "leakcheck_fails_strict_leakcheck", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L113", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_leakcheck_py", "target": "leakcheck_ignores_types_in_strict_leakcheck", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L123", "weight": 1.0}, {"source": "leakcheck_ignores_types_in_strict_leakcheck", "target": "object", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L123", "weight": 1.0}, {"source": "leakcheck_ignores_types_in_strict_leakcheck", "target": "leakcheck_ignores_types_in_strict_leakcheck_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L124", "weight": 1.0}, {"source": "leakcheck_ignores_types_in_strict_leakcheck", "target": "leakcheck_ignores_types_in_strict_leakcheck_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L126", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_leakcheck_py", "target": "leakcheck_refcountchecker", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L130", "weight": 1.0}, {"source": "leakcheck_refcountchecker", "target": "object", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L130", "weight": 1.0}, {"source": "leakcheck_refcountchecker", "target": "leakcheck_refcountchecker_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L149", "weight": 1.0}, {"source": "leakcheck_refcountchecker", "target": "leakcheck_refcountchecker_include_object_p", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L160", "weight": 1.0}, {"source": "leakcheck_refcountchecker", "target": "leakcheck_refcountchecker_growth", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L202", "weight": 1.0}, {"source": "leakcheck_refcountchecker", "target": "leakcheck_refcountchecker_report_diff", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L206", "weight": 1.0}, {"source": "leakcheck_refcountchecker", "target": "leakcheck_refcountchecker_run_test", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L219", "weight": 1.0}, {"source": "leakcheck_refcountchecker", "target": "leakcheck_refcountchecker_growth_after", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L236", "weight": 1.0}, {"source": "leakcheck_refcountchecker", "target": "leakcheck_refcountchecker_check_deltas", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L246", "weight": 1.0}, {"source": "leakcheck_refcountchecker", "target": "leakcheck_refcountchecker_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L295", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_leakcheck_py", "target": "leakcheck_wrap_refcount", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L322", "weight": 1.0}, {"source": "leakcheck_refcountchecker_growth_after", "target": "leakcheck_refcountchecker_growth", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L244", "weight": 1.0}, {"source": "leakcheck_refcountchecker_check_deltas", "target": "leakcheck_leakcheckerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L257", "weight": 1.0}, {"source": "leakcheck_refcountchecker_check_deltas", "target": "leakcheck_refcountchecker_report_diff", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L278", "weight": 1.0}, {"source": "leakcheck_refcountchecker_call", "target": "leakcheck_refcountchecker_growth", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L306", "weight": 1.0}, {"source": "leakcheck_refcountchecker_call", "target": "leakcheck_refcountchecker_check_deltas", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L309", "weight": 1.0}, {"source": "leakcheck_refcountchecker_call", "target": "leakcheck_refcountchecker_run_test", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L310", "weight": 1.0}, {"source": "leakcheck_refcountchecker_call", "target": "leakcheck_refcountchecker_growth_after", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L312", "weight": 1.0}, {"source": "leakcheck_refcountchecker_call", "target": "leakcheck_leakcheckerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L320", "weight": 1.0}, {"source": "leakcheck_rationale_75", "target": "leakcheck_ignores_leakcheck", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L75", "weight": 1.0}, {"source": "leakcheck_rationale_90", "target": "leakcheck_fails_leakcheck", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L90", "weight": 1.0}, {"source": "leakcheck_rationale_114", "target": "leakcheck_fails_strict_leakcheck", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L114", "weight": 1.0}], "raw_calls": [{"caller_nid": "leakcheck_fails_leakcheck", "callee": "unittest.skip(\"Skipping known failures\")", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L95"}, {"caller_nid": "leakcheck_fails_leakcheck", "callee": "skip", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L95"}, {"caller_nid": "leakcheck_mockgc_get_objects", "callee": "getobjects", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L107"}, {"caller_nid": "leakcheck_mockgc_getattr", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L109"}, {"caller_nid": "leakcheck_refcountchecker_include_object_p", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L167"}, {"caller_nid": "leakcheck_refcountchecker_include_object_p", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L173"}, {"caller_nid": "leakcheck_refcountchecker_include_object_p", "callee": "__eq__", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L176"}, {"caller_nid": "leakcheck_refcountchecker_include_object_p", "callee": "__cmp__", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L181"}, {"caller_nid": "leakcheck_refcountchecker_include_object_p", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L187"}, {"caller_nid": "leakcheck_refcountchecker_growth", "callee": "growth", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L203"}, {"caller_nid": "leakcheck_refcountchecker_report_diff", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L211"}, {"caller_nid": "leakcheck_refcountchecker_report_diff", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L211"}, {"caller_nid": "leakcheck_refcountchecker_report_diff", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L213"}, {"caller_nid": "leakcheck_refcountchecker_report_diff", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L215"}, {"caller_nid": "leakcheck_refcountchecker_run_test", "callee": "isenabled", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L220"}, {"caller_nid": "leakcheck_refcountchecker_run_test", "callee": "disable", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L221"}, {"caller_nid": "leakcheck_refcountchecker_run_test", "callee": "setUp", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L224"}, {"caller_nid": "leakcheck_refcountchecker_run_test", "callee": "function", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L227"}, {"caller_nid": "leakcheck_refcountchecker_run_test", "callee": "tearDown", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L229"}, {"caller_nid": "leakcheck_refcountchecker_run_test", "callee": "doCleanups", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L230"}, {"caller_nid": "leakcheck_refcountchecker_run_test", "callee": "enable", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L234"}, {"caller_nid": "leakcheck_refcountchecker_growth_after", "callee": "clear_cache", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L240"}, {"caller_nid": "leakcheck_refcountchecker_growth_after", "callee": "clear_cache", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L242"}, {"caller_nid": "leakcheck_refcountchecker_check_deltas", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L268"}, {"caller_nid": "leakcheck_refcountchecker_check_deltas", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L274"}, {"caller_nid": "leakcheck_refcountchecker_check_deltas", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L274"}, {"caller_nid": "leakcheck_refcountchecker_check_deltas", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L277"}, {"caller_nid": "leakcheck_refcountchecker_check_deltas", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L282"}, {"caller_nid": "leakcheck_refcountchecker_check_deltas", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L282"}, {"caller_nid": "leakcheck_refcountchecker_check_deltas", "callee": "count", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L282"}, {"caller_nid": "leakcheck_refcountchecker_check_deltas", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L287"}, {"caller_nid": "leakcheck_refcountchecker_call", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L296"}, {"caller_nid": "leakcheck_refcountchecker_call", "callee": "collect", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L297"}, {"caller_nid": "leakcheck_refcountchecker_call", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L299"}, {"caller_nid": "leakcheck_refcountchecker_call", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L302"}, {"caller_nid": "leakcheck_refcountchecker_call", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L314"}, {"caller_nid": "leakcheck_refcountchecker_call", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L314"}, {"caller_nid": "leakcheck_wrap_refcount", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L323"}, {"caller_nid": "leakcheck_wrap_refcount", "callee": "wraps", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/leakcheck.py", "source_location": "L326"}]}