MCPcopy Index your code
hub / github.com/secdev/scapy / auth_eof

Method auth_eof

scapy/layers/http.py:1236–1237  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1234
1235 @ATMT.eof(AUTH)
1236 def auth_eof(self):
1237 raise self.CLOSED()
1238
1239 @ATMT.state(error=1)
1240 def ERROR(self):

Callers

nothing calls this directly

Calls 1

CLOSEDMethod · 0.95

Tested by

no test coverage detected