Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pints-AI/1.5-Pints
/ __init__
Method
__init__
prepare_dataset/preparer.py:45–47 ·
view source on GitHub ↗
(self, level=logging.NOTSET)
Source
from the content-addressed store, hash-verified
43
""
"
44
45
def
__init__(self, level=logging.NOTSET):
46
super().__init__(level)
47
self.error_count = 0
48
49
def
emit(self, record):
50
if
record.levelno == logging.ERROR:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected