MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / flush

Method flush

lib/core/dump.py:99–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97 kb.dataOutputFlag = True
98
99 def flush(self):
100 if self._outputFP:
101 try:
102 self._outputFP.flush()
103 except IOError:
104 pass
105
106 def setOutputFile(self):
107 if conf.noLogging:

Callers 15

mainFunction · 0.45
emitMethod · 0.45
output_colorizedMethod · 0.45
_handleMethod · 0.45
wsgiMethod · 0.45
runFunction · 0.45
print_Function · 0.45
writeMethod · 0.45
write_plain_textMethod · 0.45
test_timeoutFunction · 0.45
_speaker_beepFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_timeoutFunction · 0.36
vulnTestFunction · 0.36