Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
3f4067b699dbe52d08e42ef3b3ebfdebdc06bd96
/
.
/
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
:
...