Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ eof
Method
eof
test/pyhttpd/ws_util.py:128–129 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
126
return
WsFrame(opcode=opcode, fin=fin, mask=mask, data=self._read(dlen))
127
128
def
eof(self):
129
return
len(self.data) == 0
130
131
@classmethod
132
def
parse(cls, data: bytes):
Callers
1
parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected