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

1 line
34 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_pool_py", "label": "connection_pool.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L1"}, {"id": "connection_pool_asyncpoolrequest", "label": "AsyncPoolRequest", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L17"}, {"id": "connection_pool_asyncpoolrequest_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L18"}, {"id": "connection_pool_asyncpoolrequest_assign_to_connection", "label": ".assign_to_connection()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L23"}, {"id": "connection_pool_asyncpoolrequest_clear_connection", "label": ".clear_connection()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L27"}, {"id": "connection_pool_asyncpoolrequest_wait_for_connection", "label": ".wait_for_connection()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L31"}, {"id": "connection_pool_asyncpoolrequest_is_queued", "label": ".is_queued()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L39"}, {"id": "connection_pool_asyncconnectionpool", "label": "AsyncConnectionPool", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L43"}, {"id": "asyncrequestinterface", "label": "AsyncRequestInterface", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "connection_pool_asyncconnectionpool_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L48"}, {"id": "connection_pool_asyncconnectionpool_create_connection", "label": ".create_connection()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/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/_async/connection_pool.py", "source_location": "L182"}, {"id": "connection_pool_asyncconnectionpool_handle_async_request", "label": ".handle_async_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L199"}, {"id": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "label": "._assign_requests_to_connections()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L270"}, {"id": "connection_pool_asyncconnectionpool_close_connections", "label": "._close_connections()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L341"}, {"id": "connection_pool_asyncconnectionpool_aclose", "label": ".aclose()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L347"}, {"id": "connection_pool_asyncconnectionpool_aenter", "label": ".__aenter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L355"}, {"id": "connection_pool_asyncconnectionpool_aexit", "label": ".__aexit__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L358"}, {"id": "connection_pool_asyncconnectionpool_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/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/_async/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/_async/connection_pool.py", "source_location": "L390"}, {"id": "connection_pool_poolbytestream_aiter", "label": ".__aiter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L401"}, {"id": "connection_pool_poolbytestream_aclose", "label": ".aclose()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/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/_async/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/_async/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/_async/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/_async/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/_async/connection_pool.py", "source_location": "L271"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_pool_py", "target": "ssl", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_pool_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_pool_py", "target": "types", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_pool_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_pool_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_backends_auto_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_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/_async/connection_pool.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_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/_async/connection_pool.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_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/_async/connection_pool.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_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/_async/connection_pool.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_pool_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_pool_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_async_interfaces_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_pool_py", "target": "connection_pool_asyncpoolrequest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L17", "weight": 1.0}, {"source": "connection_pool_asyncpoolrequest", "target": "connection_pool_asyncpoolrequest_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L18", "weight": 1.0}, {"source": "connection_pool_asyncpoolrequest", "target": "connection_pool_asyncpoolrequest_assign_to_connection", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L23", "weight": 1.0}, {"source": "connection_pool_asyncpoolrequest", "target": "connection_pool_asyncpoolrequest_clear_connection", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L27", "weight": 1.0}, {"source": "connection_pool_asyncpoolrequest", "target": "connection_pool_asyncpoolrequest_wait_for_connection", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L31", "weight": 1.0}, {"source": "connection_pool_asyncpoolrequest", "target": "connection_pool_asyncpoolrequest_is_queued", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_pool_py", "target": "connection_pool_asyncconnectionpool", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L43", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool", "target": "asyncrequestinterface", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L43", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool", "target": "connection_pool_asyncconnectionpool_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L48", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool", "target": "connection_pool_asyncconnectionpool_create_connection", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L128", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_pool_py", "target": "connection_pool_connections", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L182", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool", "target": "connection_pool_asyncconnectionpool_handle_async_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L199", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool", "target": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L270", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool", "target": "connection_pool_asyncconnectionpool_close_connections", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L341", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool", "target": "connection_pool_asyncconnectionpool_aclose", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L347", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool", "target": "connection_pool_asyncconnectionpool_aenter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L355", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool", "target": "connection_pool_asyncconnectionpool_aexit", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L358", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool", "target": "connection_pool_asyncconnectionpool_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L366", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_pool_py", "target": "connection_pool_poolbytestream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/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/_async/connection_pool.py", "source_location": "L390", "weight": 1.0}, {"source": "connection_pool_poolbytestream", "target": "connection_pool_poolbytestream_aiter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L401", "weight": 1.0}, {"source": "connection_pool_poolbytestream", "target": "connection_pool_poolbytestream_aclose", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L409", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool_handle_async_request", "target": "connection_pool_asyncpoolrequest", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L220", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool_handle_async_request", "target": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L228", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool_handle_async_request", "target": "connection_pool_asyncconnectionpool_close_connections", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L229", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool_handle_async_request", "target": "connection_pool_asyncpoolrequest_wait_for_connection", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L232", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool_handle_async_request", "target": "connection_pool_asyncpoolrequest_clear_connection", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L244", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool_handle_async_request", "target": "connection_pool_poolbytestream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L264", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "target": "connection_pool_asyncpoolrequest_is_queued", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L302", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "target": "connection_pool_asyncpoolrequest_assign_to_connection", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L323", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "target": "connection_pool_asyncconnectionpool_create_connection", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L326", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool_close_connections", "target": "connection_pool_poolbytestream_aclose", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L345", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool_aclose", "target": "connection_pool_asyncconnectionpool_close_connections", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L353", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool_aexit", "target": "connection_pool_poolbytestream_aclose", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L364", "weight": 1.0}, {"source": "connection_pool_asyncconnectionpool_repr", "target": "connection_pool_asyncpoolrequest_is_queued", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L369", "weight": 1.0}, {"source": "connection_pool_poolbytestream_aiter", "target": "connection_pool_poolbytestream_aclose", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L406", "weight": 1.0}, {"source": "connection_pool_poolbytestream_aclose", "target": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L418", "weight": 1.0}, {"source": "connection_pool_poolbytestream_aclose", "target": "connection_pool_asyncconnectionpool_close_connections", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L420", "weight": 1.0}, {"source": "connection_pool_rationale_44", "target": "connection_pool_asyncconnectionpool", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L44", "weight": 1.0}, {"source": "connection_pool_rationale_63", "target": "connection_pool_asyncconnectionpool_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L63", "weight": 1.0}, {"source": "connection_pool_rationale_183", "target": "connection_pool_asyncconnectionpool_connections", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L183", "weight": 1.0}, {"source": "connection_pool_rationale_200", "target": "connection_pool_asyncconnectionpool_handle_async_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L200", "weight": 1.0}, {"source": "connection_pool_rationale_271", "target": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L271", "weight": 1.0}], "raw_calls": [{"caller_nid": "connection_pool_asyncpoolrequest_init", "callee": "AsyncEvent", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L21"}, {"caller_nid": "connection_pool_asyncpoolrequest_assign_to_connection", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L25"}, {"caller_nid": "connection_pool_asyncpoolrequest_clear_connection", "callee": "AsyncEvent", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L29"}, {"caller_nid": "connection_pool_asyncpoolrequest_wait_for_connection", "callee": "wait", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L35"}, {"caller_nid": "connection_pool_asyncconnectionpool_init", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L102"}, {"caller_nid": "connection_pool_asyncconnectionpool_init", "callee": "AutoBackend", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L114"}, {"caller_nid": "connection_pool_asyncconnectionpool_init", "callee": "AsyncThreadLock", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L126"}, {"caller_nid": "connection_pool_asyncconnectionpool_create_connection", "callee": "AsyncSocks5Connection", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L133"}, {"caller_nid": "connection_pool_asyncconnectionpool_create_connection", "callee": "AsyncForwardHTTPConnection", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L146"}, {"caller_nid": "connection_pool_asyncconnectionpool_create_connection", "callee": "AsyncTunnelHTTPConnection", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L156"}, {"caller_nid": "connection_pool_asyncconnectionpool_create_connection", "callee": "AsyncHTTPConnection", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L168"}, {"caller_nid": "connection_pool_connections", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L197"}, {"caller_nid": "connection_pool_asyncconnectionpool_handle_async_request", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L205"}, {"caller_nid": "connection_pool_asyncconnectionpool_handle_async_request", "callee": "UnsupportedProtocol", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L207"}, {"caller_nid": "connection_pool_asyncconnectionpool_handle_async_request", "callee": "UnsupportedProtocol", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L211"}, {"caller_nid": "connection_pool_asyncconnectionpool_handle_async_request", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L215"}, {"caller_nid": "connection_pool_asyncconnectionpool_handle_async_request", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L216"}, {"caller_nid": "connection_pool_asyncconnectionpool_handle_async_request", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L221"}, {"caller_nid": "connection_pool_asyncconnectionpool_handle_async_request", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L252"}, {"caller_nid": "connection_pool_asyncconnectionpool_handle_async_request", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L260"}, {"caller_nid": "connection_pool_asyncconnectionpool_handle_async_request", "callee": "Response", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L261"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L284"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "is_closed", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L285"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L287"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "has_expired", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L288"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L290"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L291"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "is_idle", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L293"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L294"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "is_idle", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L294"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L298"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L299"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "can_handle_request", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L308"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "is_available", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L308"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "is_idle", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L311"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L324"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L327"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L332"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L333"}, {"caller_nid": "connection_pool_asyncconnectionpool_assign_requests_to_connections", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L336"}, {"caller_nid": "connection_pool_asyncconnectionpool_close_connections", "callee": "AsyncShieldCancellation", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L343"}, {"caller_nid": "connection_pool_asyncconnectionpool_aclose", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L351"}, {"caller_nid": "connection_pool_asyncconnectionpool_repr", "callee": "is_idle", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L371"}, {"caller_nid": "connection_pool_asyncconnectionpool_repr", "callee": "count", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L374"}, {"caller_nid": "connection_pool_asyncconnectionpool_repr", "callee": "count", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L375"}, {"caller_nid": "connection_pool_asyncconnectionpool_repr", "callee": "count", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L376"}, {"caller_nid": "connection_pool_asyncconnectionpool_repr", "callee": "count", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L377"}, {"caller_nid": "connection_pool_poolbytestream_aclose", "callee": "AsyncShieldCancellation", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L412"}, {"caller_nid": "connection_pool_poolbytestream_aclose", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L413"}, {"caller_nid": "connection_pool_poolbytestream_aclose", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", "source_location": "L417"}]}