MCPcopy Index your code
hub / github.com/webpy/webpy / build_result

Method build_result

web/application.py:323–328  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

321 result = [e.data]
322
323 def build_result(result):
324 for r in result:
325 if isinstance(r, bytes):
326 yield r
327 else:
328 yield str(r).encode("utf-8")
329
330 result = build_result(result)
331

Callers

nothing calls this directly

Calls 1

encodeMethod · 0.80

Tested by

no test coverage detected