Files
tfm_ainventory/graphify-out/cache/d28881428771bf4419eddb7551a82523ae09452afed87495abdd2bf02ffb2c63.json

1 line
33 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_pool_py", "label": "connection_pool.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L1"}, {"id": "connection_pool_poolrequest", "label": "PoolRequest", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L17"}, {"id": "connection_pool_poolrequest_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L18"}, {"id": "connection_pool_poolrequest_assign_to_connection", "label": ".assign_to_connection()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L23"}, {"id": "connection_pool_poolrequest_clear_connection", "label": ".clear_connection()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L27"}, {"id": "connection_pool_poolrequest_wait_for_connection", "label": ".wait_for_connection()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L31"}, {"id": "connection_pool_poolrequest_is_queued", "label": ".is_queued()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L39"}, {"id": "connection_pool_connectionpool", "label": "ConnectionPool", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L43"}, {"id": "requestinterface", "label": "RequestInterface", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "connection_pool_connectionpool_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L48"}, {"id": "connection_pool_connectionpool_create_connection", "label": ".create_connection()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L128"}, {"id": "connection_pool_connections", "label": "connections()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L182"}, {"id": "connection_pool_connectionpool_handle_request", "label": ".handle_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L199"}, {"id": "connection_pool_connectionpool_assign_requests_to_connections", "label": "._assign_requests_to_connections()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L270"}, {"id": "connection_pool_connectionpool_close_connections", "label": "._close_connections()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L341"}, {"id": "connection_pool_connectionpool_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L347"}, {"id": "connection_pool_connectionpool_enter", "label": ".__enter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L355"}, {"id": "connection_pool_connectionpool_exit", "label": ".__exit__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L358"}, {"id": "connection_pool_connectionpool_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L366"}, {"id": "connection_pool_poolbytestream", "label": "PoolByteStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L389"}, {"id": "connection_pool_poolbytestream_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L390"}, {"id": "connection_pool_poolbytestream_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L401"}, {"id": "connection_pool_poolbytestream_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L409"}, {"id": "connection_pool_rationale_44", "label": "A connection pool for making HTTP requests.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L44"}, {"id": "connection_pool_rationale_63", "label": "A connection pool for making HTTP requests. Parameters: ssl", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L63"}, {"id": "connection_pool_rationale_183", "label": "Return a list of the connections currently in the pool. For example:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L183"}, {"id": "connection_pool_rationale_200", "label": "Send an HTTP request, and return an HTTP response. This is the core imp", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L200"}, {"id": "connection_pool_rationale_271", "label": "Manage the state of the connection pool, assigning incoming requests to", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L271"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_pool_py", "target": "ssl", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_pool_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_pool_py", "target": "types", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_pool_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_pool_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_backends_sync_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_pool_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_backends_base_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_pool_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_pool_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_models_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_pool_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_synchronization_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_pool_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_pool_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_sync_interfaces_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_pool_py", "target": "connection_pool_poolrequest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L17", "weight": 1.0}, {"source": "connection_pool_poolrequest", "target": "connection_pool_poolrequest_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L18", "weight": 1.0}, {"source": "connection_pool_poolrequest", "target": "connection_pool_poolrequest_assign_to_connection", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L23", "weight": 1.0}, {"source": "connection_pool_poolrequest", "target": "connection_pool_poolrequest_clear_connection", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L27", "weight": 1.0}, {"source": "connection_pool_poolrequest", "target": "connection_pool_poolrequest_wait_for_connection", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L31", "weight": 1.0}, {"source": "connection_pool_poolrequest", "target": "connection_pool_poolrequest_is_queued", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_pool_py", "target": "connection_pool_connectionpool", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L43", "weight": 1.0}, {"source": "connection_pool_connectionpool", "target": "requestinterface", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L43", "weight": 1.0}, {"source": "connection_pool_connectionpool", "target": "connection_pool_connectionpool_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L48", "weight": 1.0}, {"source": "connection_pool_connectionpool", "target": "connection_pool_connectionpool_create_connection", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L128", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_pool_py", "target": "connection_pool_connections", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L182", "weight": 1.0}, {"source": "connection_pool_connectionpool", "target": "connection_pool_connectionpool_handle_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L199", "weight": 1.0}, {"source": "connection_pool_connectionpool", "target": "connection_pool_connectionpool_assign_requests_to_connections", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L270", "weight": 1.0}, {"source": "connection_pool_connectionpool", "target": "connection_pool_connectionpool_close_connections", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L341", "weight": 1.0}, {"source": "connection_pool_connectionpool", "target": "connection_pool_connectionpool_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L347", "weight": 1.0}, {"source": "connection_pool_connectionpool", "target": "connection_pool_connectionpool_enter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L355", "weight": 1.0}, {"source": "connection_pool_connectionpool", "target": "connection_pool_connectionpool_exit", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L358", "weight": 1.0}, {"source": "connection_pool_connectionpool", "target": "connection_pool_connectionpool_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L366", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_sync_connection_pool_py", "target": "connection_pool_poolbytestream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L389", "weight": 1.0}, {"source": "connection_pool_poolbytestream", "target": "connection_pool_poolbytestream_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L390", "weight": 1.0}, {"source": "connection_pool_poolbytestream", "target": "connection_pool_poolbytestream_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L401", "weight": 1.0}, {"source": "connection_pool_poolbytestream", "target": "connection_pool_poolbytestream_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L409", "weight": 1.0}, {"source": "connection_pool_connectionpool_handle_request", "target": "connection_pool_poolrequest", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L220", "weight": 1.0}, {"source": "connection_pool_connectionpool_handle_request", "target": "connection_pool_connectionpool_assign_requests_to_connections", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L228", "weight": 1.0}, {"source": "connection_pool_connectionpool_handle_request", "target": "connection_pool_connectionpool_close_connections", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L229", "weight": 1.0}, {"source": "connection_pool_connectionpool_handle_request", "target": "connection_pool_poolrequest_wait_for_connection", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L232", "weight": 1.0}, {"source": "connection_pool_connectionpool_handle_request", "target": "connection_pool_poolrequest_clear_connection", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L244", "weight": 1.0}, {"source": "connection_pool_connectionpool_handle_request", "target": "connection_pool_poolbytestream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L264", "weight": 1.0}, {"source": "connection_pool_connectionpool_assign_requests_to_connections", "target": "connection_pool_poolrequest_is_queued", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L302", "weight": 1.0}, {"source": "connection_pool_connectionpool_assign_requests_to_connections", "target": "connection_pool_poolrequest_assign_to_connection", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L323", "weight": 1.0}, {"source": "connection_pool_connectionpool_assign_requests_to_connections", "target": "connection_pool_connectionpool_create_connection", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L326", "weight": 1.0}, {"source": "connection_pool_connectionpool_close_connections", "target": "connection_pool_poolbytestream_close", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L345", "weight": 1.0}, {"source": "connection_pool_connectionpool_close", "target": "connection_pool_connectionpool_close_connections", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L353", "weight": 1.0}, {"source": "connection_pool_connectionpool_exit", "target": "connection_pool_poolbytestream_close", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L364", "weight": 1.0}, {"source": "connection_pool_connectionpool_repr", "target": "connection_pool_poolrequest_is_queued", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L369", "weight": 1.0}, {"source": "connection_pool_poolbytestream_iter", "target": "connection_pool_poolbytestream_close", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L406", "weight": 1.0}, {"source": "connection_pool_poolbytestream_close", "target": "connection_pool_connectionpool_assign_requests_to_connections", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L418", "weight": 1.0}, {"source": "connection_pool_poolbytestream_close", "target": "connection_pool_connectionpool_close_connections", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L420", "weight": 1.0}, {"source": "connection_pool_rationale_44", "target": "connection_pool_connectionpool", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L44", "weight": 1.0}, {"source": "connection_pool_rationale_63", "target": "connection_pool_connectionpool_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L63", "weight": 1.0}, {"source": "connection_pool_rationale_183", "target": "connection_pool_connectionpool_connections", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L183", "weight": 1.0}, {"source": "connection_pool_rationale_200", "target": "connection_pool_connectionpool_handle_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L200", "weight": 1.0}, {"source": "connection_pool_rationale_271", "target": "connection_pool_connectionpool_assign_requests_to_connections", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L271", "weight": 1.0}], "raw_calls": [{"caller_nid": "connection_pool_poolrequest_init", "callee": "Event", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L21"}, {"caller_nid": "connection_pool_poolrequest_assign_to_connection", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L25"}, {"caller_nid": "connection_pool_poolrequest_clear_connection", "callee": "Event", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L29"}, {"caller_nid": "connection_pool_poolrequest_wait_for_connection", "callee": "wait", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L35"}, {"caller_nid": "connection_pool_connectionpool_init", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L102"}, {"caller_nid": "connection_pool_connectionpool_init", "callee": "SyncBackend", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L114"}, {"caller_nid": "connection_pool_connectionpool_init", "callee": "ThreadLock", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L126"}, {"caller_nid": "connection_pool_connectionpool_create_connection", "callee": "Socks5Connection", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L133"}, {"caller_nid": "connection_pool_connectionpool_create_connection", "callee": "ForwardHTTPConnection", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L146"}, {"caller_nid": "connection_pool_connectionpool_create_connection", "callee": "TunnelHTTPConnection", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L156"}, {"caller_nid": "connection_pool_connectionpool_create_connection", "callee": "HTTPConnection", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L168"}, {"caller_nid": "connection_pool_connections", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L197"}, {"caller_nid": "connection_pool_connectionpool_handle_request", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L205"}, {"caller_nid": "connection_pool_connectionpool_handle_request", "callee": "UnsupportedProtocol", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L207"}, {"caller_nid": "connection_pool_connectionpool_handle_request", "callee": "UnsupportedProtocol", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L211"}, {"caller_nid": "connection_pool_connectionpool_handle_request", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L215"}, {"caller_nid": "connection_pool_connectionpool_handle_request", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L216"}, {"caller_nid": "connection_pool_connectionpool_handle_request", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L221"}, {"caller_nid": "connection_pool_connectionpool_handle_request", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L252"}, {"caller_nid": "connection_pool_connectionpool_handle_request", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L260"}, {"caller_nid": "connection_pool_connectionpool_handle_request", "callee": "Response", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L261"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L284"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "is_closed", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L285"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L287"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "has_expired", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L288"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L290"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L291"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "is_idle", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L293"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L294"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "is_idle", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L294"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L298"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L299"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "can_handle_request", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L308"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "is_available", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L308"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "is_idle", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L311"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L324"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L327"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L332"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L333"}, {"caller_nid": "connection_pool_connectionpool_assign_requests_to_connections", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L336"}, {"caller_nid": "connection_pool_connectionpool_close_connections", "callee": "ShieldCancellation", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L343"}, {"caller_nid": "connection_pool_connectionpool_close", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L351"}, {"caller_nid": "connection_pool_connectionpool_repr", "callee": "is_idle", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L371"}, {"caller_nid": "connection_pool_connectionpool_repr", "callee": "count", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L374"}, {"caller_nid": "connection_pool_connectionpool_repr", "callee": "count", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L375"}, {"caller_nid": "connection_pool_connectionpool_repr", "callee": "count", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L376"}, {"caller_nid": "connection_pool_connectionpool_repr", "callee": "count", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L377"}, {"caller_nid": "connection_pool_poolbytestream_close", "callee": "ShieldCancellation", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L412"}, {"caller_nid": "connection_pool_poolbytestream_close", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L413"}, {"caller_nid": "connection_pool_poolbytestream_close", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", "source_location": "L417"}]}