Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/backports/__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# A Python "namespace package" http://www.python.org/dev/peps/pep-0382/ 

2# This always goes inside of a namespace package's __init__.py 

3from pkgutil import extend_path 

4 

5__path__ = extend_path(__path__, __name__) # type: ignore