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