Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompVis/diff2flow
/ bool2str
Function
bool2str
diff2flow/helpers.py:144–145 ·
view source on GitHub ↗
(b)
Source
from the content-addressed store, hash-verified
142
143
144
def
bool2str(b):
145
return
"True"
if
b
else
"False"
146
147
148
def
pad_vector_like_x(v, x):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected