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