Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
bfa3c841ea5e71e08f9dafba4e968bd6d5980400
/
.
/
test-data
/
unit
/
fixtures
/
alias.pyi
blob: 5909cb6167945f031350fc99d12f9c756c021917 [
file
]
# Builtins test fixture with a type alias 'bytes'
class
object
:
def
__init__
(
self
)
->
None
:
pass
class
type
:
def
__init__
(
self
,
x
)
->
None
:
pass
class
int
:
pass
class
str
:
pass
class
function
:
pass
bytes
=
str