MCPcopy
hub / github.com/dlt-hub/dlt / get_resolved_traces

Function get_resolved_traces

dlt/common/configuration/utils.py:225–228  ·  view source on GitHub ↗

Gets trace logging context, per thread, stopped by default

()

Source from the content-addressed store, hash-verified

223
224
225def get_resolved_traces() -> TraceLogContext:
226 """Gets trace logging context, per thread, stopped by default"""
227 # may create default value
228 return Container()[TraceLogContext]
229
230
231def add_config_to_env(config: BaseConfiguration, sections: Tuple[str, ...] = ()) -> None:

Callers 11

end_trace_stepFunction · 0.90
end_traceFunction · 0.90
test_resolved_traceFunction · 0.90
test_unresolved_traceFunction · 0.90
test_getter_accessorFunction · 0.90
test_getter_auto_castFunction · 0.90
test_create_traceFunction · 0.90
test_save_load_traceFunction · 0.90
log_tracesFunction · 0.85

Calls 1

ContainerClass · 0.90

Tested by 7

test_resolved_traceFunction · 0.72
test_unresolved_traceFunction · 0.72
test_getter_accessorFunction · 0.72
test_getter_auto_castFunction · 0.72
test_create_traceFunction · 0.72
test_save_load_traceFunction · 0.72