Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
def
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
15
if
__name__ ==
"__main__"
:
Callers
1
wrappager.py
File · 0.85
Calls
1
write
Method · 0.80
Tested by
no test coverage detected