Page MenuHomeSoftware Heritage

Write docstrings for each method in swh/graph/backend.py
Closed, MigratedEdits Locked

Description

I can kind of guess what they do by reading the endpoint documentation, then swh/graph/server/app.py, and matching them with swh/graph/backend.py, but it adds several layers of indirection between the code and the documentation; and is not exhaustive.

Event Timeline

vlorentz triaged this task as Normal priority.May 3 2021, 5:34 PM
vlorentz created this task.
seirl claimed this task.
seirl added a subscriber: seirl.

Since D6676 the specialized methods of swh/graph/backend.py have all been removed and replaced by a generic proxy layer that calls all the methods in a completely transparent fashion, so this specific issue appears to be obsolete now.