Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
refs/heads/main
/
.
/
test-data
/
unit
/
lib-stub
/
numbers.pyi
blob: fad173c9a8b665b170ca2708fbdd09f8ea0e8241 [
file
] [
log
] [
blame
] [
edit
]
# 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