mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
add typing.Protocol
This commit is contained in:
parent
cd05f7c11e
commit
98fe274dc8
@ -18,6 +18,7 @@ Union = _PLACEHOLDER
|
||||
Optional = _PLACEHOLDER
|
||||
Callable = _PLACEHOLDER
|
||||
Type = _PLACEHOLDER
|
||||
Protocol = _PLACEHOLDER
|
||||
|
||||
Iterable = _PLACEHOLDER
|
||||
Generator = _PLACEHOLDER
|
||||
|
Loading…
x
Reference in New Issue
Block a user