Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
a7bdffd143547cdfd7ef98e88ff528d7144e8943
/
.
/
test-data
/
unit
/
lib-stub
/
_decimal.pyi
blob: 2c2c5bff11f703fffbc0a82b1988b020afbd4cf7 [
file
]
# Very simplified decimal stubs for use in tests
class
Decimal
:
def
__new__
(
cls
,
value
:
str
=
...)
->
Decimal
:
...