Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ close
Method
close
scapy/utils.py:2888–2890 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2886
self.f.flush()
2887
2888
def
close(self):
2889
# type: () -> Optional[Any]
2890
return
self.f.close()
2891
2892
2893
@conf.commands.register
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected