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

1 line
30 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_limits_storage_memcached_py", "label": "memcached.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L1"}, {"id": "memcached_memcachedstorage", "label": "MemcachedStorage", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L28"}, {"id": "storage", "label": "Storage", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "slidingwindowcountersupport", "label": "SlidingWindowCounterSupport", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "timestampedslidingwindow", "label": "TimestampedSlidingWindow", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "memcached_memcachedstorage_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L39"}, {"id": "memcached_base_exceptions", "label": "base_exceptions()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L84"}, {"id": "memcached_memcachedstorage_get_client", "label": ".get_client()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L89"}, {"id": "memcached_memcachedstorage_call_memcached_func", "label": ".call_memcached_func()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L108"}, {"id": "memcached_storage", "label": "storage()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L120"}, {"id": "memcached_memcachedstorage_get", "label": ".get()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L138"}, {"id": "memcached_memcachedstorage_get_many", "label": ".get_many()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L144"}, {"id": "memcached_memcachedstorage_clear", "label": ".clear()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L154"}, {"id": "memcached_memcachedstorage_incr", "label": ".incr()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L160"}, {"id": "memcached_memcachedstorage_get_expiry", "label": ".get_expiry()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L199"}, {"id": "memcached_memcachedstorage_expiration_key", "label": "._expiration_key()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L206"}, {"id": "memcached_memcachedstorage_check", "label": ".check()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L215"}, {"id": "memcached_memcachedstorage_reset", "label": ".reset()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L227"}, {"id": "memcached_memcachedstorage_acquire_sliding_window_entry", "label": ".acquire_sliding_window_entry()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L230"}, {"id": "memcached_memcachedstorage_get_sliding_window", "label": ".get_sliding_window()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L271"}, {"id": "memcached_memcachedstorage_clear_sliding_window", "label": ".clear_sliding_window()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L278"}, {"id": "memcached_memcachedstorage_get_sliding_window_info", "label": "._get_sliding_window_info()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L284"}, {"id": "memcached_rationale_29", "label": "Rate limit storage with memcached as backend. Depends on :pypi:`pymemcache`", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L29"}, {"id": "memcached_rationale_45", "label": ":param uri: memcached location of the form ``memcached://host:port,host", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L45"}, {"id": "memcached_rationale_92", "label": "returns a memcached client. :param module: the memcached module", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L92"}, {"id": "memcached_rationale_121", "label": "lazily creates a memcached client instance using a thread local", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L121"}, {"id": "memcached_rationale_139", "label": ":param key: the key to get the counter value for", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L139"}, {"id": "memcached_rationale_145", "label": "Return multiple counters at once :param keys: the keys to get the count", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L145"}, {"id": "memcached_rationale_155", "label": ":param key: the key to clear rate limits for", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L155"}, {"id": "memcached_rationale_167", "label": "increments the counter for a given rate limit key :param key: the key t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L167"}, {"id": "memcached_rationale_200", "label": ":param key: the key to get the expiry for", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L200"}, {"id": "memcached_rationale_207", "label": "Return the expiration key for the given counter key. Memcached doesn't", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L207"}, {"id": "memcached_rationale_216", "label": "Check if storage is healthy by calling the ``get`` command on the key ``", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L216"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memcached_py", "target": "inspect", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memcached_py", "target": "threading", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memcached_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memcached_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memcached_py", "target": "math", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memcached_py", "target": "types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memcached_py", "target": "limits_storage_scheme", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memcached_py", "target": "limits_errors", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memcached_py", "target": "limits_storage_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memcached_py", "target": "limits_typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memcached_py", "target": "limits_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memcached_py", "target": "memcached_memcachedstorage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L28", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "storage", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L28", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "slidingwindowcountersupport", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L28", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "timestampedslidingwindow", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L28", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "memcached_memcachedstorage_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memcached_py", "target": "memcached_base_exceptions", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L84", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "memcached_memcachedstorage_get_client", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L89", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "memcached_memcachedstorage_call_memcached_func", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L108", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memcached_py", "target": "memcached_storage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L120", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "memcached_memcachedstorage_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L138", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "memcached_memcachedstorage_get_many", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L144", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "memcached_memcachedstorage_clear", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L154", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "memcached_memcachedstorage_incr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L160", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "memcached_memcachedstorage_get_expiry", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L199", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "memcached_memcachedstorage_expiration_key", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L206", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "memcached_memcachedstorage_check", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L215", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "memcached_memcachedstorage_reset", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L227", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "memcached_memcachedstorage_acquire_sliding_window_entry", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L230", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "memcached_memcachedstorage_get_sliding_window", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L271", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "memcached_memcachedstorage_clear_sliding_window", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L278", "weight": 1.0}, {"source": "memcached_memcachedstorage", "target": "memcached_memcachedstorage_get_sliding_window_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L284", "weight": 1.0}, {"source": "memcached_memcachedstorage_incr", "target": "memcached_memcachedstorage_call_memcached_func", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L177", "weight": 1.0}, {"source": "memcached_memcachedstorage_incr", "target": "memcached_memcachedstorage_expiration_key", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L191", "weight": 1.0}, {"source": "memcached_memcachedstorage_get_expiry", "target": "memcached_memcachedstorage_get", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L204", "weight": 1.0}, {"source": "memcached_memcachedstorage_get_expiry", "target": "memcached_memcachedstorage_expiration_key", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L204", "weight": 1.0}, {"source": "memcached_memcachedstorage_check", "target": "memcached_memcachedstorage_call_memcached_func", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L221", "weight": 1.0}, {"source": "memcached_memcachedstorage_acquire_sliding_window_entry", "target": "memcached_memcachedstorage_get_sliding_window_info", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L241", "weight": 1.0}, {"source": "memcached_memcachedstorage_acquire_sliding_window_entry", "target": "memcached_memcachedstorage_incr", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L251", "weight": 1.0}, {"source": "memcached_memcachedstorage_acquire_sliding_window_entry", "target": "memcached_memcachedstorage_call_memcached_func", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L262", "weight": 1.0}, {"source": "memcached_memcachedstorage_get_sliding_window", "target": "memcached_memcachedstorage_get_sliding_window_info", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L276", "weight": 1.0}, {"source": "memcached_memcachedstorage_clear_sliding_window", "target": "memcached_memcachedstorage_clear", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L281", "weight": 1.0}, {"source": "memcached_memcachedstorage_get_sliding_window_info", "target": "memcached_memcachedstorage_get_many", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L287", "weight": 1.0}, {"source": "memcached_memcachedstorage_get_sliding_window_info", "target": "memcached_memcachedstorage_get", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L289", "weight": 1.0}, {"source": "memcached_rationale_29", "target": "memcached_memcachedstorage", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L29", "weight": 1.0}, {"source": "memcached_rationale_45", "target": "memcached_memcachedstorage_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L45", "weight": 1.0}, {"source": "memcached_rationale_92", "target": "memcached_memcachedstorage_get_client", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L92", "weight": 1.0}, {"source": "memcached_rationale_121", "target": "memcached_memcachedstorage_storage", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L121", "weight": 1.0}, {"source": "memcached_rationale_139", "target": "memcached_memcachedstorage_get", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L139", "weight": 1.0}, {"source": "memcached_rationale_145", "target": "memcached_memcachedstorage_get_many", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L145", "weight": 1.0}, {"source": "memcached_rationale_155", "target": "memcached_memcachedstorage_clear", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L155", "weight": 1.0}, {"source": "memcached_rationale_167", "target": "memcached_memcachedstorage_incr", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L167", "weight": 1.0}, {"source": "memcached_rationale_200", "target": "memcached_memcachedstorage_get_expiry", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L200", "weight": 1.0}, {"source": "memcached_rationale_207", "target": "memcached_memcachedstorage_expiration_key", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L207", "weight": 1.0}, {"source": "memcached_rationale_216", "target": "memcached_memcachedstorage_check", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L216", "weight": 1.0}], "raw_calls": [{"caller_nid": "memcached_memcachedstorage_init", "callee": "parse_storage_uri", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L57"}, {"caller_nid": "memcached_memcachedstorage_init", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L65"}, {"caller_nid": "memcached_memcachedstorage_init", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L65"}, {"caller_nid": "memcached_memcachedstorage_init", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L66"}, {"caller_nid": "memcached_memcachedstorage_init", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L67"}, {"caller_nid": "memcached_memcachedstorage_init", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L69"}, {"caller_nid": "memcached_memcachedstorage_init", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L71"}, {"caller_nid": "memcached_memcachedstorage_init", "callee": "get_dependency", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L75"}, {"caller_nid": "memcached_memcachedstorage_init", "callee": "ConfigurationError", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L76"}, {"caller_nid": "memcached_memcachedstorage_init", "callee": "local", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L79"}, {"caller_nid": "memcached_memcachedstorage_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L81"}, {"caller_nid": "memcached_memcachedstorage_get_client", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L99"}, {"caller_nid": "memcached_memcachedstorage_get_client", "callee": "HashClient", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L102"}, {"caller_nid": "memcached_memcachedstorage_get_client", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L103"}, {"caller_nid": "memcached_memcachedstorage_get_client", "callee": "PooledClient", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L104"}, {"caller_nid": "memcached_memcachedstorage_call_memcached_func", "callee": "getfullargspec", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L112"}, {"caller_nid": "memcached_memcachedstorage_call_memcached_func", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L115"}, {"caller_nid": "memcached_memcachedstorage_call_memcached_func", "callee": "func", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L117"}, {"caller_nid": "memcached_storage", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L125"}, {"caller_nid": "memcached_storage", "callee": "get_dependency", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L126"}, {"caller_nid": "memcached_storage", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L127"}, {"caller_nid": "memcached_storage", "callee": "ConfigurationError", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L131"}, {"caller_nid": "memcached_storage", "callee": "client_getter", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L132"}, {"caller_nid": "memcached_storage", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L136"}, {"caller_nid": "memcached_memcachedstorage_get", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L142"}, {"caller_nid": "memcached_memcachedstorage_clear", "callee": "delete", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L158"}, {"caller_nid": "memcached_memcachedstorage_incr", "callee": "ceil", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L184"}, {"caller_nid": "memcached_memcachedstorage_incr", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L192"}, {"caller_nid": "memcached_memcachedstorage_incr", "callee": "ceil", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L193"}, {"caller_nid": "memcached_memcachedstorage_get_expiry", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L204"}, {"caller_nid": "memcached_memcachedstorage_get_expiry", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L204"}, {"caller_nid": "memcached_memcachedstorage_acquire_sliding_window_entry", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L239"}, {"caller_nid": "memcached_memcachedstorage_acquire_sliding_window_entry", "callee": "sliding_window_keys", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L240"}, {"caller_nid": "memcached_memcachedstorage_acquire_sliding_window_entry", "callee": "floor", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L245"}, {"caller_nid": "memcached_memcachedstorage_acquire_sliding_window_entry", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L254"}, {"caller_nid": "memcached_memcachedstorage_acquire_sliding_window_entry", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L254"}, {"caller_nid": "memcached_memcachedstorage_acquire_sliding_window_entry", "callee": "floor", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L258"}, {"caller_nid": "memcached_memcachedstorage_get_sliding_window", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L274"}, {"caller_nid": "memcached_memcachedstorage_get_sliding_window", "callee": "sliding_window_keys", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L275"}, {"caller_nid": "memcached_memcachedstorage_clear_sliding_window", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L279"}, {"caller_nid": "memcached_memcachedstorage_clear_sliding_window", "callee": "sliding_window_keys", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L280"}, {"caller_nid": "memcached_memcachedstorage_get_sliding_window_info", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L289"}, {"caller_nid": "memcached_memcachedstorage_get_sliding_window_info", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L290"}, {"caller_nid": "memcached_memcachedstorage_get_sliding_window_info", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memcached.py", "source_location": "L294"}]}