MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / _reset_parser

Method _reset_parser

scripts/dashboard.py:427–431  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

425 self._loaded = False
426
427 def _reset_parser(self) -> None:
428 with self.lock:
429 self.parser = LogParser()
430 self._last_position = 0
431 self._last_size = 0
432
433 def _read_full(self) -> None:
434 with open(self.path, "r", encoding="utf-8", errors="replace") as f:

Callers 2

load_initialMethod · 0.95
_watch_loopMethod · 0.95

Calls 1

LogParserClass · 0.85

Tested by

no test coverage detected