crappy
This commit is contained in:
9
test/ockho.py
Normal file
9
test/ockho.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from typing import Annotated
|
||||
|
||||
|
||||
def get_v():
|
||||
return 123
|
||||
|
||||
|
||||
ockho: Annotated[int, get_v]
|
||||
print(ockho)
|
||||
Reference in New Issue
Block a user