Add var assigning for helpers

This commit is contained in:
Pragyansh Chaturvedi
2025-09-10 01:49:14 +05:30
parent dafd6d18ab
commit 55c9b2ebe1
3 changed files with 13 additions and 4 deletions

View File

@ -25,7 +25,7 @@ def hello_again(ctx: c_void_p) -> c_int64:
key = 0
tsp = last().lookup(key)
print(tsp)
ktime()
ts = ktime()
return c_int64(0)