10 lines
162 B
Plaintext
Executable File
10 lines
162 B
Plaintext
Executable File
ns = {
|
|
'yyyy':1,
|
|
'uuuu':3
|
|
}
|
|
print(f'pc.dspy:():{ns=}, {request.path=}')
|
|
nns = await path_call('./sub.dspy', ns)
|
|
print(f'after path_call(), {nns=}')
|
|
return nns
|
|
|