Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pints-AI/1.5-Pints
/ __init__
Method
__init__
util/splitter.py:12–13 ·
view source on GitHub ↗
(self, ratio: float)
Source
from the content-addressed store, hash-verified
10
denominator = 0
11
12
def
__init__(self, ratio: float) -> None:
13
self.ratio = ratio
14
15
def
should_split(self):
16
self.denominator += 1
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected