MCPcopy 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
1305if __name__ == '__main__':

Callers 4

memory_usageFunction · 0.80
test_exit_code_failMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_exit_code_failMethod · 0.64