{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_ldap3_abstract_attribute_py", "label": "attribute.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L1"}, {"id": "attribute_attribute", "label": "Attribute", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L36"}, {"id": "object", "label": "object", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "attribute_attribute_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L47"}, {"id": "attribute_attribute_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L58"}, {"id": "attribute_attribute_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L71"}, {"id": "attribute_attribute_len", "label": ".__len__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L77"}, {"id": "attribute_attribute_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L80"}, {"id": "attribute_attribute_getitem", "label": ".__getitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L83"}, {"id": "attribute_attribute_getstate", "label": ".__getstate__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L86"}, {"id": "attribute_attribute_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L91"}, {"id": "attribute_attribute_ne", "label": ".__ne__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L98"}, {"id": "attribute_value", "label": "value()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L102"}, {"id": "attribute_operationalattribute", "label": "OperationalAttribute", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L112"}, {"id": "attribute_operationalattribute_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L125"}, {"id": "attribute_writableattribute", "label": "WritableAttribute", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L139"}, {"id": "attribute_writableattribute_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L140"}, {"id": "attribute_writableattribute_iadd", "label": ".__iadd__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L154"}, {"id": "attribute_writableattribute_isub", "label": ".__isub__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L158"}, {"id": "attribute_writableattribute_update_changes", "label": "._update_changes()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L162"}, {"id": "attribute_writableattribute_add", "label": ".add()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L177"}, {"id": "attribute_writableattribute_set", "label": ".set()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L207"}, {"id": "attribute_writableattribute_delete", "label": ".delete()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L231"}, {"id": "attribute_writableattribute_remove", "label": ".remove()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L260"}, {"id": "attribute_writableattribute_discard", "label": ".discard()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L275"}, {"id": "attribute_virtual", "label": "virtual()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L283"}, {"id": "attribute_changes", "label": "changes()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L287"}, {"id": "attribute_rationale_37", "label": "Attribute/values object, it includes the search result (after post_query transfo", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L37"}, {"id": "attribute_rationale_103", "label": ":return: The single value or a list of values of the attribute.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L103"}, {"id": "attribute_rationale_113", "label": "Operational attribute/values object. Include the search result of an operati", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L113"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_ldap3_abstract_attribute_py", "target": "os", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_abstract_attribute_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_abstract_attribute_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_core_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_abstract_attribute_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_utils_repr_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_abstract_attribute_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_abstract_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_abstract_attribute_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_utils_log_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_abstract_attribute_py", "target": "attribute_attribute", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L36", "weight": 1.0}, {"source": "attribute_attribute", "target": "object", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L36", "weight": 1.0}, {"source": "attribute_attribute", "target": "attribute_attribute_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L47", "weight": 1.0}, {"source": "attribute_attribute", "target": "attribute_attribute_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L58", "weight": 1.0}, {"source": "attribute_attribute", "target": "attribute_attribute_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L71", "weight": 1.0}, {"source": "attribute_attribute", "target": "attribute_attribute_len", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L77", "weight": 1.0}, {"source": "attribute_attribute", "target": "attribute_attribute_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L80", "weight": 1.0}, {"source": "attribute_attribute", "target": "attribute_attribute_getitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L83", "weight": 1.0}, {"source": "attribute_attribute", "target": "attribute_attribute_getstate", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L86", "weight": 1.0}, {"source": "attribute_attribute", "target": "attribute_attribute_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L91", "weight": 1.0}, {"source": "attribute_attribute", "target": "attribute_attribute_ne", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L98", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_abstract_attribute_py", "target": "attribute_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L102", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_abstract_attribute_py", "target": "attribute_operationalattribute", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L112", "weight": 1.0}, {"source": "attribute_operationalattribute", "target": "attribute_attribute", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L112", "weight": 1.0}, {"source": "attribute_operationalattribute", "target": "attribute_operationalattribute_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L125", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_abstract_attribute_py", "target": "attribute_writableattribute", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L139", "weight": 1.0}, {"source": "attribute_writableattribute", "target": "attribute_attribute", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L139", "weight": 1.0}, {"source": "attribute_writableattribute", "target": "attribute_writableattribute_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L140", "weight": 1.0}, {"source": "attribute_writableattribute", "target": "attribute_writableattribute_iadd", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L154", "weight": 1.0}, {"source": "attribute_writableattribute", "target": "attribute_writableattribute_isub", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L158", "weight": 1.0}, {"source": "attribute_writableattribute", "target": "attribute_writableattribute_update_changes", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L162", "weight": 1.0}, {"source": "attribute_writableattribute", "target": "attribute_writableattribute_add", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L177", "weight": 1.0}, {"source": "attribute_writableattribute", "target": "attribute_writableattribute_set", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L207", "weight": 1.0}, {"source": "attribute_writableattribute", "target": "attribute_writableattribute_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L231", "weight": 1.0}, {"source": "attribute_writableattribute", "target": "attribute_writableattribute_remove", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L260", "weight": 1.0}, {"source": "attribute_writableattribute", "target": "attribute_writableattribute_discard", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L275", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_abstract_attribute_py", "target": "attribute_virtual", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L283", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_abstract_attribute_py", "target": "attribute_changes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L287", "weight": 1.0}, {"source": "attribute_attribute_init", "target": "attribute_writableattribute_set", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L56", "weight": 1.0}, {"source": "attribute_writableattribute_iadd", "target": "attribute_writableattribute_add", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L155", "weight": 1.0}, {"source": "attribute_writableattribute_isub", "target": "attribute_writableattribute_delete", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L159", "weight": 1.0}, {"source": "attribute_writableattribute_add", "target": "attribute_writableattribute_update_changes", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L205", "weight": 1.0}, {"source": "attribute_writableattribute_set", "target": "attribute_writableattribute_update_changes", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L229", "weight": 1.0}, {"source": "attribute_writableattribute_delete", "target": "attribute_writableattribute_update_changes", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L258", "weight": 1.0}, {"source": "attribute_writableattribute_remove", "target": "attribute_writableattribute_update_changes", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L273", "weight": 1.0}, {"source": "attribute_rationale_37", "target": "attribute_attribute", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L37", "weight": 1.0}, {"source": "attribute_rationale_103", "target": "attribute_attribute_value", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L103", "weight": 1.0}, {"source": "attribute_rationale_113", "target": "attribute_operationalattribute", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L113", "weight": 1.0}], "raw_calls": [{"caller_nid": "attribute_attribute_init", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L55"}, {"caller_nid": "attribute_attribute_init", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L55"}, {"caller_nid": "attribute_attribute_repr", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L59"}, {"caller_nid": "attribute_attribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L60"}, {"caller_nid": "attribute_attribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L60"}, {"caller_nid": "attribute_attribute_repr", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L61"}, {"caller_nid": "attribute_attribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L62"}, {"caller_nid": "attribute_attribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L62"}, {"caller_nid": "attribute_attribute_repr", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L63"}, {"caller_nid": "attribute_attribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L65"}, {"caller_nid": "attribute_attribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L67"}, {"caller_nid": "attribute_attribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L67"}, {"caller_nid": "attribute_attribute_str", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L72"}, {"caller_nid": "attribute_attribute_str", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L73"}, {"caller_nid": "attribute_attribute_str", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L75"}, {"caller_nid": "attribute_attribute_len", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L78"}, {"caller_nid": "attribute_attribute_getstate", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L87"}, {"caller_nid": "attribute_value", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L109"}, {"caller_nid": "attribute_operationalattribute_repr", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L126"}, {"caller_nid": "attribute_operationalattribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L127"}, {"caller_nid": "attribute_operationalattribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L127"}, {"caller_nid": "attribute_operationalattribute_repr", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L128"}, {"caller_nid": "attribute_operationalattribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L129"}, {"caller_nid": "attribute_operationalattribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L129"}, {"caller_nid": "attribute_operationalattribute_repr", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L130"}, {"caller_nid": "attribute_operationalattribute_repr", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L131"}, {"caller_nid": "attribute_operationalattribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L132"}, {"caller_nid": "attribute_writableattribute_repr", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L141"}, {"caller_nid": "attribute_writableattribute_repr", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L142"}, {"caller_nid": "attribute_writableattribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L143"}, {"caller_nid": "attribute_writableattribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L143"}, {"caller_nid": "attribute_writableattribute_repr", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L144"}, {"caller_nid": "attribute_writableattribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L145"}, {"caller_nid": "attribute_writableattribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L145"}, {"caller_nid": "attribute_writableattribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L147"}, {"caller_nid": "attribute_writableattribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L149"}, {"caller_nid": "attribute_writableattribute_repr", "callee": "to_stdout_encoding", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L149"}, {"caller_nid": "attribute_writableattribute_repr", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L151"}, {"caller_nid": "attribute_writableattribute_update_changes", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L172"}, {"caller_nid": "attribute_writableattribute_update_changes", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L173"}, {"caller_nid": "attribute_writableattribute_update_changes", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L174"}, {"caller_nid": "attribute_writableattribute_update_changes", "callee": "set_status", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L175"}, {"caller_nid": "attribute_writableattribute_add", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L178"}, {"caller_nid": "attribute_writableattribute_add", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L179"}, {"caller_nid": "attribute_writableattribute_add", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L183"}, {"caller_nid": "attribute_writableattribute_add", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L184"}, {"caller_nid": "attribute_writableattribute_add", "callee": "LDAPCursorError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L185"}, {"caller_nid": "attribute_writableattribute_add", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L188"}, {"caller_nid": "attribute_writableattribute_add", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L189"}, {"caller_nid": "attribute_writableattribute_add", "callee": "LDAPCursorError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L190"}, {"caller_nid": "attribute_writableattribute_add", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L193"}, {"caller_nid": "attribute_writableattribute_add", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L194"}, {"caller_nid": "attribute_writableattribute_add", "callee": "LDAPCursorError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L195"}, {"caller_nid": "attribute_writableattribute_add", "callee": "validate", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L197"}, {"caller_nid": "attribute_writableattribute_add", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L200"}, {"caller_nid": "attribute_writableattribute_add", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L201"}, {"caller_nid": "attribute_writableattribute_add", "callee": "LDAPCursorError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L202"}, {"caller_nid": "attribute_writableattribute_add", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L205"}, {"caller_nid": "attribute_writableattribute_set", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L209"}, {"caller_nid": "attribute_writableattribute_set", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L210"}, {"caller_nid": "attribute_writableattribute_set", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L213"}, {"caller_nid": "attribute_writableattribute_set", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L214"}, {"caller_nid": "attribute_writableattribute_set", "callee": "LDAPCursorError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L215"}, {"caller_nid": "attribute_writableattribute_set", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L218"}, {"caller_nid": "attribute_writableattribute_set", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L219"}, {"caller_nid": "attribute_writableattribute_set", "callee": "LDAPCursorError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L220"}, {"caller_nid": "attribute_writableattribute_set", "callee": "validate", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L221"}, {"caller_nid": "attribute_writableattribute_set", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L224"}, {"caller_nid": "attribute_writableattribute_set", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L225"}, {"caller_nid": "attribute_writableattribute_set", "callee": "LDAPCursorError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L226"}, {"caller_nid": "attribute_writableattribute_set", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L229"}, {"caller_nid": "attribute_writableattribute_delete", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L233"}, {"caller_nid": "attribute_writableattribute_delete", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L234"}, {"caller_nid": "attribute_writableattribute_delete", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L237"}, {"caller_nid": "attribute_writableattribute_delete", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L238"}, {"caller_nid": "attribute_writableattribute_delete", "callee": "LDAPCursorError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L239"}, {"caller_nid": "attribute_writableattribute_delete", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L242"}, {"caller_nid": "attribute_writableattribute_delete", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L243"}, {"caller_nid": "attribute_writableattribute_delete", "callee": "LDAPCursorError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L244"}, {"caller_nid": "attribute_writableattribute_delete", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L247"}, {"caller_nid": "attribute_writableattribute_delete", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L248"}, {"caller_nid": "attribute_writableattribute_delete", "callee": "LDAPCursorError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L249"}, {"caller_nid": "attribute_writableattribute_delete", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L250"}, {"caller_nid": "attribute_writableattribute_delete", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L254"}, {"caller_nid": "attribute_writableattribute_delete", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L255"}, {"caller_nid": "attribute_writableattribute_delete", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L256"}, {"caller_nid": "attribute_writableattribute_delete", "callee": "LDAPCursorError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L257"}, {"caller_nid": "attribute_writableattribute_remove", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L261"}, {"caller_nid": "attribute_writableattribute_remove", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L262"}, {"caller_nid": "attribute_writableattribute_remove", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L265"}, {"caller_nid": "attribute_writableattribute_remove", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L266"}, {"caller_nid": "attribute_writableattribute_remove", "callee": "LDAPCursorError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L267"}, {"caller_nid": "attribute_writableattribute_remove", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L270"}, {"caller_nid": "attribute_writableattribute_remove", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L271"}, {"caller_nid": "attribute_writableattribute_remove", "callee": "LDAPCursorError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L272"}, {"caller_nid": "attribute_writableattribute_discard", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L276"}, {"caller_nid": "attribute_writableattribute_discard", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L277"}, {"caller_nid": "attribute_writableattribute_discard", "callee": "set_status", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L280"}, {"caller_nid": "attribute_virtual", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/abstract/attribute.py", "source_location": "L284"}]}