Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
4e6d68322774d5f7c15d5067613fc851b4640d3e
/
.
/
test-data
/
unit
/
fixtures
/
object_hashable.pyi
blob: 49b17991f01c6690d38787db030f622b77a011ed [
file
]
class
object
:
def
__hash__
(
self
)
->
int
:
...
class
type
:
...
class
int
:
...
class
float
:
...
class
str
:
...
class
ellipsis
:
...
class
tuple
:
...
class
dict
:
pass