Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ _write_open
Method
_write_open
python/examples/client_http.py:94–95 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
92
self._write_close()
93
94
def
_write_open(self):
95
self.write(
'<html><body>'
)
96
97
def
_write_close(self):
98
self.write(
'</body></html>'
)
Callers
2
get
Method · 0.95
post
Method · 0.95
Calls
1
write
Method · 0.45
Tested by
no test coverage detected