Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a89bbde83fe7f8cc347341e7ec57cda3ba312530
/
.
/
Lib
/
collections
/
abc.py
blob: 86ca8b8a8414b3860aa80599394e806e156f4b5b [
file
] [
log
] [
blame
]
Christian Heimes
52c5e57
2013-10-13 02:04:50 +0200
[
diff
] [
blame
]
1
from
_collections_abc
import
*
2
from
_collections_abc
import
__all__
kj
463c7d3
2020-12-14 02:38:24 +0800
[
diff
] [
blame
]
3
from
_collections_abc
import
_CallableGenericAlias