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