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

Function check_completion_pr

scripts/generate_checklist.py:149–153  ·  view source on GitHub ↗
(display_name)

Source from the content-addressed store, hash-verified

147
148
149def check_completion_pr(display_name):
150 for lib in updated_libs:
151 if lib == str(display_name):
152 return updated_libs[lib].done, updated_libs[lib].pr
153 return False, None
154
155
156def check_test_completion(rustpython_path, cpython_path):

Callers 1

Calls 1

strFunction · 0.85

Tested by

no test coverage detected