MCPcopy Create free account
hub / github.com/dcharatan/flowmap / __init__

Method __init__

flowmap/misc/local_logger.py:13–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11
12class LocalLogger(Logger):
13 def __init__(self) -> None:
14 super().__init__()
15 self.experiment = None
16 os.system(f"rm -r {LOG_PATH}")
17
18 @property
19 def name(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected