1 line
24 KiB
JSON
1 line
24 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pil_imagetext_py", "label": "ImageText.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L1"}, {"id": "imagetext_line", "label": "_Line", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L13"}, {"id": "namedtuple", "label": "NamedTuple", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "imagetext_wrap", "label": "_Wrap", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L20"}, {"id": "imagetext_wrap_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L25"}, {"id": "imagetext_wrap_add_line", "label": ".add_line()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L82"}, {"id": "imagetext_text", "label": "Text", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L96"}, {"id": "imagetext_text_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L97"}, {"id": "imagetext_text_embed_color", "label": ".embed_color()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L148"}, {"id": "imagetext_text_stroke", "label": ".stroke()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L157"}, {"id": "imagetext_text_get_fontmode", "label": "._get_fontmode()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L167"}, {"id": "imagetext_text_wrap", "label": ".wrap()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L175"}, {"id": "imagetext_text_get_length", "label": ".get_length()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L270"}, {"id": "imagetext_text_split", "label": "._split()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L327"}, {"id": "imagetext_text_get_bbox", "label": "._get_bbox()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L451"}, {"id": "imagetext_rationale_107", "label": ":param text: String to be drawn. :param font: Either an :py:class:`~PIL.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L107"}, {"id": "imagetext_rationale_149", "label": "Use embedded color glyphs (COLR, CBDT, SBIX).", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L149"}, {"id": "imagetext_rationale_158", "label": ":param width: The width of the text stroke. :param fill: Color to use fo", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L158"}, {"id": "imagetext_rationale_181", "label": "Wrap text to fit within a given width. :param width: The width to fit w", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L181"}, {"id": "imagetext_rationale_271", "label": "Returns length (in pixels with 1/64 precision) of text. This is the amo", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L271"}, {"id": "imagetext_rationale_470", "label": "Returns bounding box (in pixels) of text. Use :py:meth:`get_length` to", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L470"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pil_imagetext_py", "target": "math", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagetext_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagetext_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagetext_py", "target": "backend_venv_lib_python3_12_site_packages_pil_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagetext_py", "target": "backend_venv_lib_python3_12_site_packages_pil_typing_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagetext_py", "target": "imagetext_line", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L13", "weight": 1.0}, {"source": "imagetext_line", "target": "namedtuple", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagetext_py", "target": "imagetext_wrap", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L20", "weight": 1.0}, {"source": "imagetext_wrap", "target": "imagetext_wrap_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L25", "weight": 1.0}, {"source": "imagetext_wrap", "target": "imagetext_wrap_add_line", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L82", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_imagetext_py", "target": "imagetext_text", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L96", "weight": 1.0}, {"source": "imagetext_text", "target": "imagetext_text_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L97", "weight": 1.0}, {"source": "imagetext_text", "target": "imagetext_text_embed_color", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L148", "weight": 1.0}, {"source": "imagetext_text", "target": "imagetext_text_stroke", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L157", "weight": 1.0}, {"source": "imagetext_text", "target": "imagetext_text_get_fontmode", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L167", "weight": 1.0}, {"source": "imagetext_text", "target": "imagetext_text_wrap", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L175", "weight": 1.0}, {"source": "imagetext_text", "target": "imagetext_text_get_length", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L270", "weight": 1.0}, {"source": "imagetext_text", "target": "imagetext_text_split", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L327", "weight": 1.0}, {"source": "imagetext_text", "target": "imagetext_text_get_bbox", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L451", "weight": 1.0}, {"source": "imagetext_text", "target": "imagetext_text_get_bbox", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L464", "weight": 1.0}, {"source": "imagetext_wrap_init", "target": "imagetext_wrap_add_line", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L48", "weight": 1.0}, {"source": "imagetext_wrap_init", "target": "imagetext_text_get_bbox", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L58", "weight": 1.0}, {"source": "imagetext_wrap_add_line", "target": "imagetext_text_split", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L85", "weight": 1.0}, {"source": "imagetext_wrap_add_line", "target": "imagetext_text_get_bbox", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L86", "weight": 1.0}, {"source": "imagetext_text_wrap", "target": "imagetext_wrap", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L202", "weight": 1.0}, {"source": "imagetext_text_wrap", "target": "imagetext_text", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L251", "weight": 1.0}, {"source": "imagetext_text_get_length", "target": "imagetext_text_get_fontmode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L321", "weight": 1.0}, {"source": "imagetext_text_split", "target": "imagetext_line", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L347", "weight": 1.0}, {"source": "imagetext_text_split", "target": "imagetext_text_get_fontmode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L353", "weight": 1.0}, {"source": "imagetext_text_get_bbox", "target": "imagetext_text_get_fontmode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L456", "weight": 1.0}, {"source": "imagetext_text_get_bbox", "target": "imagetext_text_split", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L489", "weight": 1.0}, {"source": "imagetext_rationale_107", "target": "imagetext_text_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L107", "weight": 1.0}, {"source": "imagetext_rationale_149", "target": "imagetext_text_embed_color", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L149", "weight": 1.0}, {"source": "imagetext_rationale_158", "target": "imagetext_text_stroke", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L158", "weight": 1.0}, {"source": "imagetext_rationale_181", "target": "imagetext_text_wrap", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L181", "weight": 1.0}, {"source": "imagetext_rationale_271", "target": "imagetext_text_get_length", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L271", "weight": 1.0}, {"source": "imagetext_rationale_470", "target": "imagetext_text_get_bbox", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L470", "weight": 1.0}], "raw_calls": [{"caller_nid": "imagetext_wrap_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L38"}, {"caller_nid": "imagetext_wrap_init", "callee": "findall", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L41"}, {"caller_nid": "imagetext_wrap_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L42"}, {"caller_nid": "imagetext_wrap_init", "callee": "findall", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L44"}, {"caller_nid": "imagetext_wrap_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L45"}, {"caller_nid": "imagetext_wrap_init", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L50"}, {"caller_nid": "imagetext_wrap_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L53"}, {"caller_nid": "imagetext_wrap_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L54"}, {"caller_nid": "imagetext_wrap_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L67"}, {"caller_nid": "imagetext_wrap_init", "callee": "lstrip", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L68"}, {"caller_nid": "imagetext_wrap_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L69"}, {"caller_nid": "imagetext_wrap_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L74"}, {"caller_nid": "imagetext_wrap_add_line", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L91"}, {"caller_nid": "imagetext_text_init", "callee": "load_default", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L135"}, {"caller_nid": "imagetext_text_embed_color", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L154"}, {"caller_nid": "imagetext_text_wrap", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L194"}, {"caller_nid": "imagetext_text_wrap", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L196"}, {"caller_nid": "imagetext_text_wrap", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L199"}, {"caller_nid": "imagetext_text_wrap", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L204"}, {"caller_nid": "imagetext_text_wrap", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L206"}, {"caller_nid": "imagetext_text_wrap", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L209"}, {"caller_nid": "imagetext_text_wrap", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L211"}, {"caller_nid": "imagetext_text_wrap", "callee": "ceil", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L222"}, {"caller_nid": "imagetext_text_wrap", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L224"}, {"caller_nid": "imagetext_text_wrap", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L226"}, {"caller_nid": "imagetext_text_wrap", "callee": "font_variant", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L228"}, {"caller_nid": "imagetext_text_wrap", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L234"}, {"caller_nid": "imagetext_text_wrap", "callee": "floor", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L236"}, {"caller_nid": "imagetext_text_wrap", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L240"}, {"caller_nid": "imagetext_text_wrap", "callee": "font_variant", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L242"}, {"caller_nid": "imagetext_text_wrap", "callee": "font_variant", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L247"}, {"caller_nid": "imagetext_text_wrap", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L266"}, {"caller_nid": "imagetext_text_wrap", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L267"}, {"caller_nid": "imagetext_text_get_length", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L312"}, {"caller_nid": "imagetext_text_get_length", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L318"}, {"caller_nid": "imagetext_text_get_length", "callee": "getlength", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L319"}, {"caller_nid": "imagetext_text_split", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L336"}, {"caller_nid": "imagetext_text_split", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L338"}, {"caller_nid": "imagetext_text_split", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L342"}, {"caller_nid": "imagetext_text_split", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L343"}, {"caller_nid": "imagetext_text_split", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L344"}, {"caller_nid": "imagetext_text_split", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L346"}, {"caller_nid": "imagetext_text_split", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L351"}, {"caller_nid": "imagetext_text_split", "callee": "getbbox", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L355"}, {"caller_nid": "imagetext_text_split", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L372"}, {"caller_nid": "imagetext_text_split", "callee": "getlength", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L378"}, {"caller_nid": "imagetext_text_split", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L381"}, {"caller_nid": "imagetext_text_split", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L382"}, {"caller_nid": "imagetext_text_split", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L385"}, {"caller_nid": "imagetext_text_split", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L387"}, {"caller_nid": "imagetext_text_split", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L404"}, {"caller_nid": "imagetext_text_split", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L409"}, {"caller_nid": "imagetext_text_split", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L412"}, {"caller_nid": "imagetext_text_split", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L412"}, {"caller_nid": "imagetext_text_split", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L412"}, {"caller_nid": "imagetext_text_split", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L414"}, {"caller_nid": "imagetext_text_split", "callee": "getlength", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L422"}, {"caller_nid": "imagetext_text_split", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L432"}, {"caller_nid": "imagetext_text_split", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L435"}, {"caller_nid": "imagetext_text_split", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L436"}, {"caller_nid": "imagetext_text_split", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L446"}, {"caller_nid": "imagetext_text_get_bbox", "callee": "getbbox", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L454"}, {"caller_nid": "imagetext_text_get_bbox", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L501"}, {"caller_nid": "imagetext_text_get_bbox", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L502"}, {"caller_nid": "imagetext_text_get_bbox", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L503"}, {"caller_nid": "imagetext_text_get_bbox", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/ImageText.py", "source_location": "L504"}]} |