Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WorldModelBench-Team/WorldModelBench
/ __init__
Method
__init__
evaluation.py:197–199 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
195
class
RichLogHandler(logging.Handler):
196
""
"Custom logging handler that uses Rich for formatting."
""
197
def
__init__(self):
198
super().__init__()
199
self.console = Console()
200
201
def
emit(self, record):
202
try
:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected