1 line
22 KiB
JSON
1 line
22 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pydantic_v1_datetime_parse_py", "label": "datetime_parse.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L1"}, {"id": "datetime_parse_get_numeric", "label": "get_numeric()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L66"}, {"id": "datetime_parse_from_unix_seconds", "label": "from_unix_seconds()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L77"}, {"id": "datetime_parse_parse_timezone", "label": "_parse_timezone()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L89"}, {"id": "datetime_parse_parse_date", "label": "parse_date()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L105"}, {"id": "datetime_parse_parse_time", "label": "parse_time()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L137"}, {"id": "datetime_parse_parse_datetime", "label": "parse_datetime()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L175"}, {"id": "datetime_parse_parse_duration", "label": "parse_duration()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L213"}, {"id": "datetime_parse_rationale_1", "label": "Functions to parse datetime objects. We're using regular expressions rather tha", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L1"}, {"id": "datetime_parse_rationale_106", "label": "Parse a date/int/float/string and return a datetime.date. Raise ValueError", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L106"}, {"id": "datetime_parse_rationale_138", "label": "Parse a time/string and return a datetime.time. Raise ValueError if the inp", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L138"}, {"id": "datetime_parse_rationale_176", "label": "Parse a datetime/int/float/string and return a datetime.datetime. This func", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L176"}, {"id": "datetime_parse_rationale_214", "label": "Parse a duration int/float/string and return a datetime.timedelta. The pref", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L214"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_datetime_parse_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_datetime_parse_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_datetime_parse_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_datetime_parse_py", "target": "pydantic_v1", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_datetime_parse_py", "target": "datetime_parse_get_numeric", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L66", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_datetime_parse_py", "target": "datetime_parse_from_unix_seconds", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L77", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_datetime_parse_py", "target": "datetime_parse_parse_timezone", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L89", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_datetime_parse_py", "target": "datetime_parse_parse_date", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L105", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_datetime_parse_py", "target": "datetime_parse_parse_time", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L137", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_datetime_parse_py", "target": "datetime_parse_parse_datetime", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L175", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_datetime_parse_py", "target": "datetime_parse_parse_duration", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L213", "weight": 1.0}, {"source": "datetime_parse_parse_date", "target": "datetime_parse_get_numeric", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L118", "weight": 1.0}, {"source": "datetime_parse_parse_date", "target": "datetime_parse_from_unix_seconds", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L120", "weight": 1.0}, {"source": "datetime_parse_parse_time", "target": "datetime_parse_get_numeric", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L147", "weight": 1.0}, {"source": "datetime_parse_parse_time", "target": "datetime_parse_parse_timezone", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L165", "weight": 1.0}, {"source": "datetime_parse_parse_datetime", "target": "datetime_parse_get_numeric", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L188", "weight": 1.0}, {"source": "datetime_parse_parse_datetime", "target": "datetime_parse_from_unix_seconds", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L190", "weight": 1.0}, {"source": "datetime_parse_parse_datetime", "target": "datetime_parse_parse_timezone", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L203", "weight": 1.0}, {"source": "datetime_parse_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pydantic_v1_datetime_parse_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L1", "weight": 1.0}, {"source": "datetime_parse_rationale_106", "target": "datetime_parse_parse_date", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L106", "weight": 1.0}, {"source": "datetime_parse_rationale_138", "target": "datetime_parse_parse_time", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L138", "weight": 1.0}, {"source": "datetime_parse_rationale_176", "target": "datetime_parse_parse_datetime", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L176", "weight": 1.0}, {"source": "datetime_parse_rationale_214", "target": "datetime_parse_parse_duration", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L214", "weight": 1.0}], "raw_calls": [{"caller_nid": "datetime_parse_get_numeric", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L67"}, {"caller_nid": "datetime_parse_get_numeric", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L70"}, {"caller_nid": "datetime_parse_get_numeric", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L74"}, {"caller_nid": "datetime_parse_from_unix_seconds", "callee": "abs", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L83"}, {"caller_nid": "datetime_parse_from_unix_seconds", "callee": "timedelta", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L85"}, {"caller_nid": "datetime_parse_from_unix_seconds", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L86"}, {"caller_nid": "datetime_parse_parse_timezone", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L93"}, {"caller_nid": "datetime_parse_parse_timezone", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L93"}, {"caller_nid": "datetime_parse_parse_timezone", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L94"}, {"caller_nid": "datetime_parse_parse_timezone", "callee": "timezone", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L98"}, {"caller_nid": "datetime_parse_parse_timezone", "callee": "timedelta", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L98"}, {"caller_nid": "datetime_parse_parse_timezone", "callee": "error", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L100"}, {"caller_nid": "datetime_parse_parse_date", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L112"}, {"caller_nid": "datetime_parse_parse_date", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L113"}, {"caller_nid": "datetime_parse_parse_date", "callee": "date", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L114"}, {"caller_nid": "datetime_parse_parse_date", "callee": "date", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L120"}, {"caller_nid": "datetime_parse_parse_date", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L122"}, {"caller_nid": "datetime_parse_parse_date", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L123"}, {"caller_nid": "datetime_parse_parse_date", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L125"}, {"caller_nid": "datetime_parse_parse_date", "callee": "DateError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L127"}, {"caller_nid": "datetime_parse_parse_date", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L129"}, {"caller_nid": "datetime_parse_parse_date", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L129"}, {"caller_nid": "datetime_parse_parse_date", "callee": "groupdict", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L129"}, {"caller_nid": "datetime_parse_parse_date", "callee": "date", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L132"}, {"caller_nid": "datetime_parse_parse_date", "callee": "DateError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L134"}, {"caller_nid": "datetime_parse_parse_time", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L144"}, {"caller_nid": "datetime_parse_parse_time", "callee": "TimeError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L151"}, {"caller_nid": "datetime_parse_parse_time", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L152"}, {"caller_nid": "datetime_parse_parse_time", "callee": "timedelta", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L152"}, {"caller_nid": "datetime_parse_parse_time", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L154"}, {"caller_nid": "datetime_parse_parse_time", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L155"}, {"caller_nid": "datetime_parse_parse_time", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L157"}, {"caller_nid": "datetime_parse_parse_time", "callee": "TimeError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L159"}, {"caller_nid": "datetime_parse_parse_time", "callee": "groupdict", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L161"}, {"caller_nid": "datetime_parse_parse_time", "callee": "ljust", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L163"}, {"caller_nid": "datetime_parse_parse_time", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L165"}, {"caller_nid": "datetime_parse_parse_time", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L166"}, {"caller_nid": "datetime_parse_parse_time", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L166"}, {"caller_nid": "datetime_parse_parse_time", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L170"}, {"caller_nid": "datetime_parse_parse_time", "callee": "TimeError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L172"}, {"caller_nid": "datetime_parse_parse_datetime", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L185"}, {"caller_nid": "datetime_parse_parse_datetime", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L192"}, {"caller_nid": "datetime_parse_parse_datetime", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L193"}, {"caller_nid": "datetime_parse_parse_datetime", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L195"}, {"caller_nid": "datetime_parse_parse_datetime", "callee": "DateTimeError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L197"}, {"caller_nid": "datetime_parse_parse_datetime", "callee": "groupdict", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L199"}, {"caller_nid": "datetime_parse_parse_datetime", "callee": "ljust", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L201"}, {"caller_nid": "datetime_parse_parse_datetime", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L203"}, {"caller_nid": "datetime_parse_parse_datetime", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L204"}, {"caller_nid": "datetime_parse_parse_datetime", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L204"}, {"caller_nid": "datetime_parse_parse_datetime", "callee": "datetime", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L208"}, {"caller_nid": "datetime_parse_parse_datetime", "callee": "DateTimeError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L210"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L221"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L224"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L227"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L228"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L231"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L231"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L233"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "DurationError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L236"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "groupdict", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L238"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L239"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L240"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "ljust", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L241"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L243"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L243"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L243"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L246"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L246"}, {"caller_nid": "datetime_parse_parse_duration", "callee": "timedelta", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py", "source_location": "L248"}]} |