Coverage for /pythoncovmergedfiles/medio/medio/usr/lib/python3.9/decimal.py: 50%
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
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
2try:
3 from _decimal import *
4 from _decimal import __doc__
5 from _decimal import __version__
6 from _decimal import __libmpdec_version__
7except ImportError:
8 from _pydecimal import *
9 from _pydecimal import __doc__
10 from _pydecimal import __version__
11 from _pydecimal import __libmpdec_version__