Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ close
Method
close
lib/utils/sgmllib.py:532–534 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
530
print(
'*** unknown decl: ['
+ data +
']'
)
531
532
def
close(self):
533
SGMLParser.close(self)
534
self.flush()
535
536
537
def
test(args=None):
Callers
nothing calls this directly
Calls
2
flush
Method · 0.95
close
Method · 0.45
Tested by
no test coverage detected