Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
ea8aacd27d8d7252ee88b5715889be03e0e88c3f
/
.
/
test-data
/
unit
/
lib-stub
/
numbers.pyi
blob: fad173c9a8b665b170ca2708fbdd09f8ea0e8241 [
file
]
# Test fixture for numbers
#
# The numbers module isn't properly supported, but we want to test that mypy
# can tell that it doesn't work as expected.
class
Number
:
pass
class
Complex
:
pass
class
Real
:
pass
class
Rational
:
pass
class
Integral
:
pass