Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/azure/core/tracing/__init__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-07 06:33 +0000
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-07 06:33 +0000
1# ------------------------------------
2# Copyright (c) Microsoft Corporation.
3# Licensed under the MIT License.
4# ------------------------------------
5from azure.core.tracing._abstract_span import (
6 AbstractSpan,
7 SpanKind,
8 HttpSpanMixin,
9 Link,
10)
12__all__ = ["AbstractSpan", "SpanKind", "HttpSpanMixin", "Link"]