We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ca3a1 commit 35487f7Copy full SHA for 35487f7
challenges/advanced-typeshed/question.py
@@ -4,7 +4,7 @@
4
Annotate class `MyContainer`, which should support item access, i.e.
5
using `[x]` to get, set, and delete an item.
6
7
-HINT: Use https://github.com/python/typeshed
+HINT: Use https://github.com/python/typeshed/blob/main/stdlib/_typeshed/__init__.pyi
8
"""
9
10
challenges/advanced-typeshed/solution.py
from _typeshed import SupportsItemAccess
0 commit comments