MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_updated_libs

Function get_updated_libs

scripts/generate_checklist.py:60–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59
60def get_updated_libs() -> dict[str, LibUpdate]:
61 issue_id = "5736"
62 req = f"https://api.github.com/repos/RustPython/RustPython/issues/{issue_id}"
63 response = requests.get(req).json()
64 return parse_updated_lib_issue(response["body"])
65
66
67updated_libs = get_updated_libs()

Callers 1

Calls 3

parse_updated_lib_issueFunction · 0.85
jsonMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected