MCPcopy
hub / github.com/geekcomputers/Python / separator

Method separator

ML/src/python/neuralforge/utils/logger.py:78–79  ·  view source on GitHub ↗
(self, char: str = "=", length: int = 80)

Source from the content-addressed store, hash-verified

76 self.info("=" * 50)
77
78 def separator(self, char: str = "=", length: int = 80):
79 self.info(char * length)
80
81class TensorBoardLogger:
82 def __init__(self, log_dir: str):

Callers

nothing calls this directly

Calls 1

infoMethod · 0.95

Tested by

no test coverage detected