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