MCPcopy 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
144def bool2str(b):
145 return "True" if b else "False"
146
147
148def pad_vector_like_x(v, x):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected