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

Function count_rustpython_todo

scripts/update_lib/deps.py:148–150  ·  view source on GitHub ↗

Count lines containing RustPython TODO markers.

(content: str)

Source from the content-addressed store, hash-verified

146
147
148def count_rustpython_todo(content: str) -> int:
149 """Count lines containing RustPython TODO markers."""
150 return content.count(TODO_MARKER)
151
152
153def count_todo_in_path(path: pathlib.Path) -> int:

Callers 1

count_todo_in_pathFunction · 0.85

Calls 1

countMethod · 0.45

Tested by

no test coverage detected