mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
add decorators for typing
This commit is contained in:
parent
7749362b4b
commit
6f19f8e3fa
@ -26,3 +26,7 @@ class Generic:
|
||||
pass
|
||||
|
||||
TYPE_CHECKING = False
|
||||
|
||||
# decorators
|
||||
overload = lambda x: x
|
||||
final = lambda x: x
|
||||
|
Loading…
x
Reference in New Issue
Block a user