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

Function handle_notes

scripts/generate_checklist.py:182–188  ·  view source on GitHub ↗
(display_path)

Source from the content-addressed store, hash-verified

180
181
182def handle_notes(display_path) -> list[str]:
183 if str(display_path) in notes:
184 res = notes[str(display_path)]
185 # remove the note from the notes list
186 del notes[str(display_path)]
187 return res
188 return []
189
190
191@dataclasses.dataclass

Callers 1

Calls 1

strFunction · 0.85

Tested by

no test coverage detected