Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SplootCode/splootcode
/ f
Function
f
python/executor.py:967–970 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
965
966
def
wrapStdout(write):
967
def
f(s):
968
if
capture:
969
capture.logSideEffect({
"type"
:
"stdout"
,
"value"
: str(s)})
970
write(s)
971
return
f
972
973
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
2
logSideEffect
Method · 0.80
toDict
Method · 0.45
Tested by
no test coverage detected