(self)
| 270 | |
| 271 | @property |
| 272 | def startkey_docid(self) -> Optional[str]: |
| 273 | return self._params.get('start_key_doc_id', None) |
| 274 | |
| 275 | @startkey_docid.setter |
| 276 | def startkey_docid(self, value # type: str |
nothing calls this directly
no test coverage detected