Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TEA-Lab/TwoByTwo
/ printout
Function
printout
src/shape_assembly/utils.py:173–176 ·
view source on GitHub ↗
(flog, strout)
Source
from the content-addressed store, hash-verified
171
172
173
def
printout(flog, strout):
174
print(strout)
175
if
flog is not None:
176
flog.write(strout +
'\n'
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected