Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YuminosukeSato/ironkernel
/ mean
Method
mean
python/ironkernel/_facade.py:96–97 ·
view source on GitHub ↗
(self, buf: Buffer)
Source
from the content-addressed store, hash-verified
94
return
self._backend.sum(buf)
95
96
def
mean(self, buf: Buffer) -> ReduceSpec:
97
return
self._backend.mean(buf)
98
99
def
min_reduce(self, buf: Buffer) -> ReduceSpec:
100
return
self._backend.min_reduce(buf)
Callers
7
test_mean
Method · 0.45
test_empty_mean_raises
Function · 0.45
test_single_element_reduce
Function · 0.45
test_goal_story_runs_end_to_end_why_public_regressions_should_break_one_smoke_path
Function · 0.45
test_example4_reductions
Function · 0.45
test_reduce_goal_code
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
6
test_mean
Method · 0.36
test_empty_mean_raises
Function · 0.36
test_single_element_reduce
Function · 0.36
test_goal_story_runs_end_to_end_why_public_regressions_should_break_one_smoke_path
Function · 0.36
test_example4_reductions
Function · 0.36
test_reduce_goal_code
Function · 0.36