(self, query, comment=None, action=None)
| 162 | return response.json() |
| 163 | |
| 164 | def save_many(self, query, comment=None, action=None): |
| 165 | return self._call_write("save_many", query, comment, action) |
| 166 | |
| 167 | def write(self, query, comment="", action=""): |
| 168 | """Internal write API.""" |
nothing calls this directly
no test coverage detected