(self)
| 288 | |
| 289 | @property |
| 290 | def inclusive_end(self) -> Optional[bool]: |
| 291 | return self._params.get('inclusive_end', None) |
| 292 | |
| 293 | @inclusive_end.setter |
| 294 | def inclusive_end(self, value # type: bool |
nothing calls this directly
no test coverage detected