(self, session_id: str)
| 84 | self.session_id = "" |
| 85 | |
| 86 | def _items_path(self, session_id: str) -> Path: |
| 87 | return self._dir / f"{session_id}.json" |
| 88 | |
| 89 | def _state_path(self, session_id: str) -> Path: |
| 90 | return self._dir / f"{session_id}-state.json" |
no outgoing calls
no test coverage detected