MCPcopy
hub / github.com/chinesehuazhou/python-weekly / _find_issue_date

Function _find_issue_date

resources/weekly_workflow.py:614–619  ·  view source on GitHub ↗

根据期数查找对应日期。

(issue_no, issues)

Source from the content-addressed store, hash-verified

612
613
614def _find_issue_date(issue_no, issues):
615 """根据期数查找对应日期。"""
616 for date_str, num in issues:
617 if num == issue_no:
618 return date_str
619 return None
620
621
622def _strip_frontmatter_for_github(content):

Callers 1

disclose_full_issueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected