Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ close
Method
close
thirdparty/bottle/bottle.py:2080–2082 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2078
return
iter(self.body)
2079
2080
def
close(self):
2081
if
hasattr(self.body,
'close'
):
2082
self.body.close()
2083
2084
@property
2085
def
status_line(self):
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected