MCPcopy Create free account
hub / github.com/dbcli/mssql-cli / wrappager

Function wrappager

tests/features/wrappager.py:5–12  ·  view source on GitHub ↗
(boundary)

Source from the content-addressed store, hash-verified

3
4
5def wrappager(boundary):
6 print(boundary)
7 while 1:
8 buf = sys.stdin.read(2048)
9 if not buf:
10 break
11 sys.stdout.write(buf)
12 print(boundary)
13
14
15if __name__ == "__main__":

Callers 1

wrappager.pyFile · 0.85

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected