MCPcopy Index your code
hub / github.com/python/cpython / export

Method export

Lib/profiling/sampling/binary_collector.py:90–96  ·  view source on GitHub ↗

Finalize and close the binary file. Args: filename: Ignored (binary files are written incrementally)

(self, filename=None)

Source from the content-addressed store, hash-verified

88 pass
89
90 def export(self, filename=None):
91 """Finalize and close the binary file.
92
93 Args:
94 filename: Ignored (binary files are written incrementally)
95 """
96 self._writer.finalize()
97
98 @property
99 def total_samples(self):

Calls 1

finalizeMethod · 0.45