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

Method collect_failed_sample

Lib/profiling/sampling/collector.py:79–80  ·  view source on GitHub ↗

Collect data about a failed sample attempt.

(self)

Source from the content-addressed store, hash-verified

77 """
78
79 def collect_failed_sample(self):
80 """Collect data about a failed sample attempt."""
81
82 @abstractmethod
83 def export(self, filename):

Callers 1

sampleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected