{"nodes": [{"id": "home_kubuntu_documents_naaudios_missing_dates_py", "label": "missing_dates.py", "file_type": "code", "source_file": "missing_dates.py", "source_location": "L1"}, {"id": "naaudios_missing_dates_collect_present_dates", "label": "collect_present_dates()", "file_type": "code", "source_file": "missing_dates.py", "source_location": "L35"}, {"id": "path", "label": "Path", "file_type": "code", "source_file": "missing_dates.py", "source_location": "L35"}, {"id": "naaudios_missing_dates_all_calendar_dates", "label": "all_calendar_dates()", "file_type": "code", "source_file": "missing_dates.py", "source_location": "L51"}, {"id": "naaudios_missing_dates_format_date", "label": "format_date()", "file_type": "code", "source_file": "missing_dates.py", "source_location": "L61"}, {"id": "naaudios_missing_dates_main", "label": "main()", "file_type": "code", "source_file": "missing_dates.py", "source_location": "L65"}, {"id": "naaudios_missing_dates_rationale_36", "label": "Return (month, day) pairs found in MM-DD*.mp3 filenames.", "file_type": "rationale", "source_file": "missing_dates.py", "source_location": "L36"}, {"id": "naaudios_missing_dates_rationale_52", "label": "Every valid (month, day) in *year*, Jan 1 through Dec 31.", "file_type": "rationale", "source_file": "missing_dates.py", "source_location": "L52"}], "edges": [{"source": "home_kubuntu_documents_naaudios_missing_dates_py", "target": "argparse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "missing_dates.py", "source_location": "L17", "weight": 1.0}, {"source": "home_kubuntu_documents_naaudios_missing_dates_py", "target": "calendar", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "missing_dates.py", "source_location": "L18", "weight": 1.0}, {"source": "home_kubuntu_documents_naaudios_missing_dates_py", "target": "re", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "missing_dates.py", "source_location": "L19", "weight": 1.0}, {"source": "home_kubuntu_documents_naaudios_missing_dates_py", "target": "datetime", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "missing_dates.py", "source_location": "L20", "weight": 1.0}, {"source": "home_kubuntu_documents_naaudios_missing_dates_py", "target": "pathlib", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "missing_dates.py", "source_location": "L21", "weight": 1.0}, {"source": "home_kubuntu_documents_naaudios_missing_dates_py", "target": "naaudios_missing_dates_collect_present_dates", "relation": "contains", "confidence": "EXTRACTED", "source_file": "missing_dates.py", "source_location": "L35", "weight": 1.0}, {"source": "naaudios_missing_dates_collect_present_dates", "target": "path", "relation": "references", "context": "parameter_type", "confidence": "EXTRACTED", "source_file": "missing_dates.py", "source_location": "L35", "weight": 1.0}, {"source": "home_kubuntu_documents_naaudios_missing_dates_py", "target": "naaudios_missing_dates_all_calendar_dates", "relation": "contains", "confidence": "EXTRACTED", "source_file": "missing_dates.py", "source_location": "L51", "weight": 1.0}, {"source": "home_kubuntu_documents_naaudios_missing_dates_py", "target": "naaudios_missing_dates_format_date", "relation": "contains", "confidence": "EXTRACTED", "source_file": "missing_dates.py", "source_location": "L61", "weight": 1.0}, {"source": "home_kubuntu_documents_naaudios_missing_dates_py", "target": "naaudios_missing_dates_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "missing_dates.py", "source_location": "L65", "weight": 1.0}, {"source": "naaudios_missing_dates_main", "target": "naaudios_missing_dates_collect_present_dates", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "missing_dates.py", "source_location": "L83", "weight": 1.0}, {"source": "naaudios_missing_dates_main", "target": "naaudios_missing_dates_all_calendar_dates", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "missing_dates.py", "source_location": "L84", "weight": 1.0}, {"source": "naaudios_missing_dates_main", "target": "naaudios_missing_dates_format_date", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "missing_dates.py", "source_location": "L106", "weight": 1.0}, {"source": "naaudios_missing_dates_rationale_36", "target": "naaudios_missing_dates_collect_present_dates", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "missing_dates.py", "source_location": "L36", "weight": 1.0}, {"source": "naaudios_missing_dates_rationale_52", "target": "naaudios_missing_dates_all_calendar_dates", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "missing_dates.py", "source_location": "L52", "weight": 1.0}], "raw_calls": [{"caller_nid": "naaudios_missing_dates_collect_present_dates", "callee": "glob", "is_member_call": true, "source_file": "/home/kubuntu/Documents/NAaudios/missing_dates.py", "source_location": "L39"}, {"caller_nid": "naaudios_missing_dates_collect_present_dates", "callee": "match", "is_member_call": true, "source_file": "/home/kubuntu/Documents/NAaudios/missing_dates.py", "source_location": "L40"}, {"caller_nid": "naaudios_missing_dates_collect_present_dates", "callee": "group", "is_member_call": true, "source_file": "/home/kubuntu/Documents/NAaudios/missing_dates.py", "source_location": "L43"}, {"caller_nid": "naaudios_missing_dates_collect_present_dates", "callee": "group", "is_member_call": true, "source_file": "/home/kubuntu/Documents/NAaudios/missing_dates.py", "source_location": "L44"}, {"caller_nid": "naaudios_missing_dates_collect_present_dates", "callee": "add", "is_member_call": true, "source_file": "/home/kubuntu/Documents/NAaudios/missing_dates.py", "source_location": "L46"}, {"caller_nid": "naaudios_missing_dates_all_calendar_dates", "callee": "monthrange", "is_member_call": true, "source_file": "/home/kubuntu/Documents/NAaudios/missing_dates.py", "source_location": "L55"}, {"caller_nid": "naaudios_missing_dates_all_calendar_dates", "callee": "append", "is_member_call": true, "source_file": "/home/kubuntu/Documents/NAaudios/missing_dates.py", "source_location": "L57"}, {"caller_nid": "naaudios_missing_dates_main", "callee": "ArgumentParser", "is_member_call": true, "source_file": "/home/kubuntu/Documents/NAaudios/missing_dates.py", "source_location": "L66"}, {"caller_nid": "naaudios_missing_dates_main", "callee": "add_argument", "is_member_call": true, "source_file": "/home/kubuntu/Documents/NAaudios/missing_dates.py", "source_location": "L69"}, {"caller_nid": "naaudios_missing_dates_main", "callee": "today", "is_member_call": true, "source_file": "/home/kubuntu/Documents/NAaudios/missing_dates.py", "source_location": "L72"}, {"caller_nid": "naaudios_missing_dates_main", "callee": "add_argument", "is_member_call": true, "source_file": "/home/kubuntu/Documents/NAaudios/missing_dates.py", "source_location": "L75"}, {"caller_nid": "naaudios_missing_dates_main", "callee": "parse_args", "is_member_call": true, "source_file": "/home/kubuntu/Documents/NAaudios/missing_dates.py", "source_location": "L80"}, {"caller_nid": "naaudios_missing_dates_main", "callee": "cwd", "is_member_call": true, "source_file": "/home/kubuntu/Documents/NAaudios/missing_dates.py", "source_location": "L82"}]}