Codebase list python-py-zipkin / b3cfd04e-59e2-477b-80de-36dda72e2b3e/main py_zipkin / __init__.py
b3cfd04e-59e2-477b-80de-36dda72e2b3e/main

Tree @b3cfd04e-59e2-477b-80de-36dda72e2b3e/main (Download .tar.gz)

__init__.py @b3cfd04e-59e2-477b-80de-36dda72e2b3e/mainraw · history · blame

1
2
3
4
5
6
7
8
9
# DeprecationWarnings are silent since Python 2.7.
# The `default` filter only prints the first occurrence of matching warnings for
# each location where the warning is issued, so that we don't spam our users logs.
import warnings
warnings.simplefilter('default', DeprecationWarning)

# Export useful functions and types from private modules.
from py_zipkin.encoding._types import Encoding  # noqa
from py_zipkin.encoding._types import Kind  # noqa