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