Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
b78f4b536325f77995550f69a260398b8e579734
/
.
/
test-data
/
unit
/
fixtures
/
any.pyi
blob: b1f8d83bf5241aab61938ea3903650ef48d24293 [
file
]
from
typing
import
TypeVar
,
Iterable
T
=
TypeVar
(
'T'
)
class
int
:
pass
class
str
:
pass
def
any
(
i
:
Iterable
[
T
])
->
bool
:
pass
class
dict
:
pass