MCPcopy Create free account
hub / github.com/catboost/catboost / trace

Method trace

library/python/pytest/plugins/ya.py:1048–1050  ·  view source on GitHub ↗
(self, name, value)

Source from the content-addressed store, hash-verified

1046 os._exit(38)
1047
1048 def trace(self, name, value):
1049 self._check_sloppy_fork(name, value)
1050 self._dump_trace(name, value)
1051
1052
1053class DryTraceReportGenerator(TraceReportGenerator):

Callers 6

on_start_test_caseMethod · 0.95
on_finish_test_caseMethod · 0.95
dump_suite_metricsMethod · 0.95
on_errorMethod · 0.95
_find_moduleMethod · 0.45
_rewrite_testFunction · 0.45

Calls 2

_check_sloppy_forkMethod · 0.95
_dump_traceMethod · 0.95

Tested by

no test coverage detected