MCPcopy Index your code
hub / github.com/ekalinin/nodeenv / clear_output

Function clear_output

nodeenv.py:160–164  ·  view source on GitHub ↗

Remove new-lines and

(out)

Source from the content-addressed store, hash-verified

158
159
160def clear_output(out):
161 """
162 Remove new-lines and
163 """
164 return out.decode('utf-8').replace('\n', '')
165
166
167def remove_env_bin_from_path(env, env_bin_dir):

Callers 1

node_version_from_argsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected