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