Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/azure/core/tracing/__init__.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

2 statements  

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) 

11 

12__all__ = ["AbstractSpan", "SpanKind", "HttpSpanMixin", "Link"]