Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pythonprofilers/memory_profiler
/ flush
Method
flush
memory_profiler.py:1300–1302 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1298
self.logger.log(level, msg)
1299
1300
def
flush(self):
1301
for
handler in self.logger.handlers:
1302
handler.flush()
1303
1304
1305
if
__name__ ==
'__main__'
:
Callers
4
memory_usage
Function · 0.80
test_exit_code_success
Method · 0.80
test_exit_code_fail
Method · 0.80
test_no_exit_code_success
Method · 0.80
Calls
no outgoing calls
Tested by
3
test_exit_code_success
Method · 0.64
test_exit_code_fail
Method · 0.64
test_no_exit_code_success
Method · 0.64